Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

PrincipalAccess Class

Definition

Namespace:
Microsoft.Crm.Sdk.Messages
Assembly:
Microsoft.Crm.Sdk.Proxy.dll
Package:
Microsoft.PowerPlatform.Dataverse.Client v1.2.10

Important

Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.

Contains access rights information for the security principal (user, team, or organization).

public ref class PrincipalAccess sealed : System::Runtime::Serialization::IExtensibleDataObject
[System.Runtime.Serialization.DataContract(Namespace="http://schemas.microsoft.com/crm/2011/Contracts")]
public sealed class PrincipalAccess : System.Runtime.Serialization.IExtensibleDataObject
[<System.Runtime.Serialization.DataContract(Namespace="http://schemas.microsoft.com/crm/2011/Contracts")>]
type PrincipalAccess = class
 interface IExtensibleDataObject
Public NotInheritable Class PrincipalAccess
Implements IExtensibleDataObject
Inheritance
PrincipalAccess
Attributes
Implements

Constructors

Name Description
PrincipalAccess()

Initializes a new instance of the PrincipalAccess class.

Properties

Name Description
AccessMask

Gets or sets the access rights of the security principal (user, team, or organization).

ExtensionData

Gets or sets the structure that contains extra data.

Principal

Gets or sets the security principal (user, team, or organization).

Applies to

See also