Interface IPermissionEntityRef
Permission entity references are how we save a permissions in Cosmos DB.
Namespace: Microsoft.GNS.Roster.Internal
Assembly: Microsoft.GNS.Roster.Internal.dll
Syntax
public interface IPermissionEntityRef
Properties
View SourcePermissions
Gets or sets the permissions flags.
Declaration
PermissionFlags Permissions { get; set; }
Property Value
Type | Description |
---|---|
PermissionFlags |
Principal
Gets the principal in which to set permissions.
Declaration
string Principal { get; }
Property Value
Type | Description |
---|---|
System.String |