Description: ResourceRoleAssignment Fields.
Field | Type | Description | Read-Only |
---|---|---|---|
ObjectId | String | The unique ID generated by the system. | Yes |
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. Skill levels are Master, Expert, Skilled, Proficient, and Inexperienced. | No |
ResourceObjectId | ForeignKey | The identifier for the resource assigned to the role. | No |
ResourceRoleAssignmentId | Int | The unique identifier of the ResourceRoleAssignment. | No |
RoleObjectId | ForeignKey | The identifier for the role assigned to the resource. | No |