Overview
Permissions allow an account holder to perform the actions specified in the permission. Permissions are assigned to Roles, and Roles get assigned to Accounts.
Subjects are targets of the actions that the user with the permission can perform.
To learn more, read How to manage access rights.
Properties of a Permission object
Name | Type | Description |
---|---|---|
id | String | The permission ID |
name | String | Permission name |
description | String | Description of the permission |
subject | Object | This property stores the ID of the subject at which the actions of this permission are targeted. |
actions | Array of Srings | The actions that this permission allows to be performed on the subject |