KnownPermissionGroup
Last updated
Last updated
Represents a pre-defined group of permissions for a Security Token
↳
↳ KnownPermissionGroup
Protected
context• ticker: string
• uuid: string
Retrieve the Permissions associated with this Permission Group
Whether this Entity is the same as another one
Parameters:
Returns: boolean
▸ toJson(): HumanReadable
Return the KnownPermissionGroup's static data
Returns: HumanReadable
Static
generateUuid▸ generateUuid‹Identifiers›(identifiers
: Identifiers): string
Generate the Entity's UUID from its identifying properties
Type parameters:
▪ Identifiers
Parameters:
Returns: string
Static
unserialize▸ unserialize‹Identifiers›(serialized
: string): Identifiers
Unserialize a UUID into its Unique Identifiers
Type parameters:
▪ Identifiers
Parameters:
Returns: Identifiers
• context:
Inherited from .
Defined in
Inherited from .
Defined in
• type:
Defined in
Inherited from .
Defined in
▸ getPermissions(): Promise‹›
Overrides .
Defined in
Returns: Promise‹›
▸ isEqual(entity
: ‹unknown, unknown›): boolean
Inherited from .
Defined in
Overrides .
Defined in
Inherited from .
Defined in
Inherited from .
Defined in
Name | Type | Description |
| Identifiers |
Name | Type | Description |
| string | UUID to unserialize |
Name | Type |
|
‹unknown, unknown›