Description: A resource role object represents an association between a resource object and a role object.
Field | Type | Description | Read-Only |
---|---|---|---|
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. | No |
ResourceName | String | The name of the resource. | No |
ResourceObjectId | ForeignKey | The unique ID of the resource. | No |
RoleId | String | The short code that uniquely identifies the role. | No |
RoleName | String | The name of the role. | No |
RoleObjectId | ForeignKey | The unique ID of the role. | No |