Enum RoleRelationToOwner
Describes the available relation to owner types available for roles
Syntax
RoleRelationToOwner
Fields
| Name | Description |
|---|---|
| MyOwn | Data owned by my own user |
| PrimaryGroup | Data owned by users in my primary group |
| OtherGroups | Data owned by users in my other groups |
| OtherAssociates | Data owned by users that has no common user groups with the current user |
| ExternalUser | Data owned by external users |
| Anonymous | Data owned by anonymous users |
| MyCompany | Data owned by my company |
| SameProject | Data owned by users on the same project |