Show / Hide Table of Contents

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 Source

Permissions

Gets or sets the permissions flags.

Declaration
PermissionFlags Permissions { get; set; }
Property Value
Type Description
PermissionFlags
View Source

Principal

Gets the principal in which to set permissions.

Declaration
string Principal { get; }
Property Value
Type Description
System.String
  • View Source
In This Article
Back to top Generated by DocFX