Description: ResourceRoleAssignment Fields.
Field | Type | Description | Read-Only |
---|---|---|---|
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 skill level of the resource. Valid Values are: ‘FIVE’=Master, ‘FOUR’=Expert, ‘THREE’=Skilled, ‘TWO’=Proficient, and ‘ONE’=Inexperienced. | No |
resourceCode | String | The unique identifier for the resource or role. | Yes |
resourceId | ForeignKey | The identifier for the resource assigned to the role. | No |
resourceName | String | The name of the resource. | Yes |
resourceRoleAssignmentId | String | The unique ID generated by the system. | No |
roleCode | String | The user-specified identifier of the role. | Yes |
roleId | ForeignKey | The identifier for the role assigned to the resource. | No |
roleName | String | The name of the role. | Yes |
workspaceCode | String | The user-specified identifier of a workspace. | Yes |