Enum Scoping
Values that represent permission scoping.
Namespace: Kephas.Security.Authorization
Assembly: Kephas.Core.dll
Syntax
[Flags]
public enum Scoping
Fields
| Name | Description |
|---|---|
| Global | No scoping required for this permission type, it will be granted and verified at global level. |
| Instance | The scoping is granted and verified at instance level. |
| None | Scoping is not supported by this permission type. |
| Type | The scoping is granted and verified at type level. |