AccessRights EnumType

Dynamics CRM 2016
 

Updated: November 29, 2016

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 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.

The following use the AccessRights enum type.

Name

How used

Description

RetrievePrincipalAccessResponse ComplexType

AccessRights Property

Contains the response from the RetrievePrincipalAccess function.

This Web API enum type corresponds to the organization service AccessRights enumeration.

Microsoft Dynamics 365

© 2016 Microsoft. All rights reserved. Copyright

Community Additions

ADD
Show: