Permission
A single permission that represents the relation between an app role and an entity.
Properties
Name | Type | Description |
---|---|---|
|
| Whether the entity is allowed for the permission. |
|
| App address. |
|
| Entity address receiving the permission. |
|
| An array of ParamData. It contains the |
|
| Encoded identifier for the role. |
Methods
getApp()
Name | Type | Description |
---|---|---|
returns |
| App instance corresponding to the app address. |
getRole()
Name | Type | Description |
---|---|---|
returns |
| Role instance corresponding to the role identifier. |
Last updated