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