principalentitymap EntityType
Map CRM security principals (users and teams) to user/team owned entities with basic read privilege.
- Entity set path:
- [organization URI]/api/data/v9.2/principalentitymaps
- Base type:
- crmbaseentity
- Table type:
- Standard
- Primary key:
- principalentitymapid
Properties
Properties represent fields of data stored in the entity. Some properties are read-only.
Name | Type | Details |
---|---|---|
objecttypecode | Edm.String |
Read only
|
principalentitymapid | Edm.Guid |
For internal use only. |
principalid | Edm.Guid |
Read only
|
versionnumber | Edm.Int64 |
Read only
|
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 |
---|---|---|
principalid_owner | principal | owner_principalentitymap |