AccessRights EnumType
Applies To: Dynamics 365 (online), Dynamics 365 (on-premises), Dynamics CRM 2016, Dynamics CRM Online
Contains the possible access rights for a user.
This Web API enum type corresponds to the organization service AccessRights.
Members
Members define the discrete options for the enumeration type.
Name |
Value |
Description |
---|---|---|
None |
0 |
No access. |
ReadAccess |
1 |
The right to read the specified type of record. |
WriteAccess |
2 |
The right to update the specified record. |
AppendAccess |
4 |
The right to append the specified record to another object. |
AppendToAccess |
16 |
The right to append another record to the specified object. |
CreateAccess |
32 |
The right to create a record. |
DeleteAccess |
65536 |
The right to delete the specified record. |
ShareAccess |
262144 |
The right to share the specified record. |
AssignAccess |
524288 |
The right to assign the specified record to another user or team. |
Types that use the AccessRights enum type.
The following use the AccessRights enum type.
Name |
How used |
Description |
---|---|---|
AccessRights Property |
Contains the response from the RetrievePrincipalAccess function. |
Remarks
This Web API enum type corresponds to the organization service AccessRights enumeration.
See Also
Use the Microsoft Dynamics 365 Web API
Web API EntityType Reference
Web API Action Reference
Web API Function Reference
Web API Query Function Reference
Web API ComplexType Reference
Web API Metadata EntityType Reference
Microsoft Dynamics 365
© 2016 Microsoft. All rights reserved. Copyright