26.125. Class PermissionScope

Namespace: ArmoniK.Core.Common.Auth.Authorization.Permissions
Assembly: ArmoniK.Core.Common.dll

Ownership permission scopes

public static class PermissionScope

26.125.1. Inheritance

objectPermissionScope

26.125.2. Inherited Members

object.Equals(object?), object.Equals(object?, object?), object.GetHashCode(), object.GetType(), object.MemberwiseClone(), object.ReferenceEquals(object?, object?), object.ToString()

26.125.3. Fields

26.125.3.1. AllUsersScope

Permission Scope when it has access to resources of all owners

public const string AllUsersScope = "all"

26.125.3.1.1. Field Value

string

26.125.3.2. Default

Default permission scope

public const string Default = ""

26.125.3.2.1. Field Value

string

26.125.3.3. SelfScope

Permission Scope when it has only access to resources of the user which created it

public const string SelfScope = "self"

26.125.3.3.1. Field Value

string