RolePermissionAssignment
Represents the assignments of permissions to roles, defining the specific access rights granted to a role for a given permission.
Columns
| Name | Type | ReadOnly | Description |
| accessRights | String | False |
The access rights granted by this role permission assignment, such as read or write. |
| auditCreatedBy | String | True |
The user who created the role permission assignment. |
| auditCreatedDateTime | Datetime | True |
The date and time when the role permission assignment was created. |
| auditModifiedBy | String | True |
The user who last modified the role permission assignment. |
| auditModifiedDateTime | Datetime | True |
The date and time when the role permission assignment was last modified. |
| href | String | True |
The URL of the role permission assignment resource. |
| id | String | True |
The unique identifier of the role permission assignment record. |
| key [KEY] | String | True |
The system-assigned key that uniquely identifies the role permission assignment record. |
| permission_Href | String | True |
The URL of the permission associated with this role permission assignment. |
| permission_Id | String | False |
The Id of the permission associated with this role permission assignment. |
| permission_Key | String | False |
The system-assigned key of the permission associated with this role permission assignment. |
| permission_Module | String | True |
The module of the permission associated with this role permission assignment. |
| permission_Name | String | True |
The name of the permission associated with this role permission assignment. |
| role_Href | String | True |
The URL of the role associated with this role permission assignment. |
| role_Id | String | True |
The Id of the role associated with this role permission assignment. |
| role_Key | String | True |
The system-assigned key of the role associated with this role permission assignment. |