ProjectRoles
Columns
Name | Type | References | SupportedOperators | Platform | Description |
RoleId [KEY] | Long | Roles.Id | Common | The Id of the role. | |
RoleName | String | Roles.Name | Common | The name of the role. | |
ProjectId [KEY] | Integer | Projects.Id | =,IN | Common | The Id of the project associated with the role. |
ProjectKey [KEY] | String | Projects.Key | =,IN | Common | The key of the project associated with the role. |
Last updated