fieldpermission EntityType
Group of privileges used to categorize users to provide appropriate access to secured columns.
- Entity set path:
- [organization URI]/api/data/v9.2/fieldpermissions
- Base type:
- crmbaseentity
- Table type:
- Standard
- Display name:
- Field Permission
- Primary key:
- fieldpermissionid
- Operations supported:
- POST GET PATCH DELETE
Properties
Properties represent fields of data stored in the entity. Some properties are read-only.
Name | Type | Details | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
attributelogicalname | Edm.String |
Attribute Name. Display name: Name of the attribute for which this privilege is defined |
||||||||||
cancreate | Edm.Int32 |
Can this Profile create the attribute Display name: Can create the attribute
Default options
|
||||||||||
canread | Edm.Int32 |
Can this Profile read the attribute Display name: Can Read the attribute
Default options
|
||||||||||
canreadunmasked | Edm.Int32 |
Display name: Can this profile read unmasked value of attribute
Default options
|
||||||||||
canupdate | Edm.Int32 |
Can this Profile update the attribute Display name: Can Update the attribute
Default options
|
||||||||||
componentstate | Edm.Int32 |
For internal use only. Display name: Component State Read only
Default options
|
||||||||||
entityname | Edm.String |
Entity name. Display name: Name of the Entity for which this privilege is defined |
||||||||||
fieldpermissionid | Edm.Guid |
Unique identifier of the Field Permission. Display name: Field Permission |
||||||||||
fieldpermissionidunique | Edm.Guid |
For internal use only. Display name: Field Permission Read only
|
||||||||||
ismanaged | Edm.Boolean |
Indicates whether the solution component is part of a managed solution. Display name: Is Managed Read only
Default options
|
||||||||||
overwritetime | Edm.DateTimeOffset |
For internal use only. Display name: Record Overwrite Time 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 |
---|---|---|
_fieldsecurityprofileid_value | fieldsecurityprofileid |
Unique identifier of profile to which this privilege belongs. |
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 |
---|---|---|
fieldsecurityprofileid | fieldsecurityprofile | lk_fieldpermission_fieldsecurityprofileid |
solution_fieldpermission | solution | solution_fieldpermission |
Collection-valued navigation properties
Collection-valued navigation properties represent collections of entities which may represent either a one-to-many (1:N) or many-to-many (N:N) relationship between the entities.
Name | Type | Partner |
---|---|---|
FieldPermission_SyncErrors | syncerror | regardingobjectid_fieldpermission_syncerror |