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
Values Label
0 Published
1 Unpublished
2 Deleted
3 Deleted Unpublished
ismanaged Edm.Boolean
Read Only
Default Options
Values Label
1 Managed
0 Unmanaged
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

See also