RoleUserMap
Represents the mapping of users to roles, defining which users are assigned a given role.
Columns
| Name | Type | Description |
| auditCreatedBy | String | The user who created the role user mapping. |
| auditCreatedDateTime | Datetime | The date and time when the role user mapping was created. |
| auditModifiedBy | String | The user who last modified the role user mapping. |
| auditModifiedDateTime | Datetime | The date and time when the role user mapping was last modified. |
| href | String | The URL of the role user mapping resource. |
| id | String | The unique identifier of the role user mapping record. |
| key [KEY] | String | The system-assigned key that uniquely identifies the role user mapping record. |
| role_Href | String | The URL of the role associated with this role user mapping. |
| role_Id | String | The Id of the role associated with this role user mapping. |
| role_Key | String | The system-assigned key of the role associated with this role user mapping. |
| user_Href | String | The URL of the user associated with this role user mapping. |
| user_Id | String | The Id of the user associated with this role user mapping. |
| user_Key | String | The system-assigned key of the user associated with this role user mapping. |