api_entities_KnownPermissionGroup.KnownPermissionGroup
Last updated
Was this helpful?
Last updated
Was this helpful?
/ / / KnownPermissionGroup
.KnownPermissionGroup
Represents a pre-defined group of permissions for an Asset
↳ KnownPermissionGroup
Asset for which this group specifies permissions
Inherited from
Defined in
Defined in
• uuid: string
Inherited from
Defined in
â–¸ exists(): Promise
<boolean
>
Determine whether this Known Permission Group exists on chain
Returns
Promise
<boolean
>
Overrides
Defined in
Retrieve the Permissions associated with this Permission Group
Returns
Overrides
Defined in
â–¸ isEqual(entity
): boolean
Determine whether this Entity is the same as another one
Parameters
entity
Returns
boolean
Inherited from
Defined in
Return the KnownPermissionGroup's static data
Returns
Overrides
Defined in
â–¸ Static
generateUuid<Identifiers
>(identifiers
): string
Generate the Entity's UUID from its identifying properties
Type parameters
Identifiers
Parameters
identifiers
Identifiers
Returns
string
Inherited from
Defined in
â–¸ Static
unserialize<Identifiers
>(serialized
): Identifiers
Unserialize a UUID into its Unique Identifiers
Type parameters
Identifiers
Parameters
serialized
string
UUID to unserialize
Returns
Identifiers
Inherited from
Defined in
• asset:
.
• type:
.
.
â–¸ getPermissions(): Promise
<>
Promise
<>
.
<unknown
, unknown
>
.
â–¸ toHuman():
.
.
.