Class PermissionEntityRef
Permission entity references are how we save a permissions in Cosmos DB.
Inheritance
System.Object
PermissionEntityRef
Implements
Namespace: Microsoft.GNS.Roster.Internal
Assembly: Microsoft.GNS.Roster.Internal.dll
Syntax
public class PermissionEntityRef : object, IPermissionEntityRef
Fields
View SourceEmpty
Declaration
public static readonly PermissionEntityRef Empty
Field Value
Type | Description |
---|---|
PermissionEntityRef |
Properties
View SourcePermissions
Gets or sets the permissions flags.
Declaration
public PermissionFlags Permissions { get; set; }
Property Value
Type | Description |
---|---|
PermissionFlags |
Principal
Gets the principal in which to set permissions.
Declaration
public string Principal { get; set; }
Property Value
Type | Description |
---|---|
System.String |