Show / Hide Table of Contents

Class PermissionEntityRef

Permission entity references are how we save a permissions in Cosmos DB.

Inheritance
System.Object
PermissionEntityRef
Implements
IPermissionEntityRef
Namespace: Microsoft.GNS.Roster.Internal
Assembly: Microsoft.GNS.Roster.Internal.dll
Syntax
public class PermissionEntityRef : object, IPermissionEntityRef

Fields

View Source

Empty

Declaration
public static readonly PermissionEntityRef Empty
Field Value
Type Description
PermissionEntityRef

Properties

View Source

Permissions

Gets or sets the permissions flags.

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

Principal

Gets the principal in which to set permissions.

Declaration
public string Principal { get; set; }
Property Value
Type Description
System.String

Implements

IPermissionEntityRef
  • View Source
In This Article
Back to top Generated by DocFX