Description: A resource role object represents an association between a resource object and a role object.
Field | Type | Description | Read-Only |
---|---|---|---|
CreateDate | DateTime | The date this resource code was created. | Yes |
CreateUser | String | The name of the user that created this resource code. | Yes |
LastUpdateDate | DateTime | The date this resource code was last updated. | Yes |
LastUpdateUser | String | The name of the user that last updated this resource code. | Yes |
ObjectId | String | The unique ID generated by the system. | No |
Proficiency | Enum | The resource's proficiency at performing this role. | No |
ResourceId | String | The short code that uniquely identifies the resource. | Yes |
ResourceName | String | The name of the resource. | Yes |
ResourceObjectId | ForeignKey | The unique ID of the resource. | No |
RoleId | String | The short code that uniquely identifies the role. | Yes |
RoleName | String | The name of the role. | Yes |
RoleObjectId | ForeignKey | The unique ID of the role. | No |