roleprivileges EntityType
Group of privileges used to categorize users to provide appropriate access to entities.
- Entity set path:
- [organization URI]/api/data/v9.2/roleprivilegescollection
- Base type:
- crmbaseentity
- Primary key:
- roleprivilegeid
- Operations supported:
- GET (RetrieveMultiple Only)
Properties
Properties represent fields of data stored in the entity. Some properties are read-only.
| Name | Type | Details | ||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| canbedeleted | BooleanManagedProperty | Tells whether the role privilege can be deleted. Display name: Can Be Deleted | ||||||||||
| componentstate | Edm.Int32 | For internal use only. Display name: Component State Read only 
								Default options
								 
 | ||||||||||
| ismanaged | Edm.Boolean | Read only 
								Default options
								 
 | ||||||||||
| overwritetime | Edm.DateTimeOffset | For internal use only. Display name: Record Overwrite Time Read only | ||||||||||
| privilegedepthmask | Edm.Int32 | System-generated attribute that stores the privileges associated with the role. | ||||||||||
| privilegeid | Edm.Guid | Unique identifier of the privilege associated with the role. Read only | ||||||||||
| roleid | Edm.Guid | Unique identifier of the role that is associated with the role privilege. Read only | ||||||||||
| roleprivilegeid | Edm.Guid | Unique identifier of the role privilege. | ||||||||||
| roleprivilegeidunique | Edm.Guid | For internal use only. Read only | ||||||||||
| solutionid | Edm.Guid | Unique identifier of the associated solution. Display name: Solution Read only | ||||||||||
| versionnumber | Edm.Int64 | Read only | 
Lookup properties
Lookup properties are read-only, computed properties which contain entity primary key Edm.Guid data for one or more corresponding single-valued navigation properties. More information: Lookup properties and Lookup property data.
| Name | Single-valued navigation property | Description | 
|---|---|---|
| _recordfilterid_value | RecordFilterId | Unique identifier for Record Filter associated with role privilege. | 
Single-valued navigation properties
Single-valued navigation properties represent lookup fields where a single entity can be referenced. Each single-valued navigation property has a corresponding partner collection-valued navigation property on the related entity.
| Name | Type | Partner | 
|---|---|---|
| RecordFilterId | recordfilter | recordfilter_roleprivileges |