PermissionState

PermissionState enum

State of permission.

enum class PermissionState

Values

NameValueDescription
Unrestricted1Full access to the resource protected by the permission.
None0No access to the resource protected by the permission.

See Also