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 |
PrimaryFlag | Boolean | Determines whether this is the resource's main role. You can only assign one primary role per resource. A resource is not required to have a primary role. | 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 |
WorkspaceId | String | The user-specified identifer of a workspace. | No |