PermissionLevel Type
Permission level for a specific capability
Union cases
| Union case |
Description
|
Full Usage:
Allow
|
Fully allowed |
Full Usage:
AllowWithAudit
|
Allowed but logged for audit |
Full Usage:
Deny
|
Denied |
Full Usage:
RequireConfirmation
|
Requires explicit confirmation before proceeding |
Instance members
| Instance member |
Description
|
Full Usage:
this.IsAllow
Returns: bool
|
|
Full Usage:
this.IsAllowWithAudit
Returns: bool
|
|
Full Usage:
this.IsDeny
Returns: bool
|
|
Full Usage:
this.IsRequireConfirmation
Returns: bool
|
|
Nao