PermissionDecision Type
The outcome of evaluating an access request.
Union cases
| Union case |
Description
|
Full Usage:
Allow
|
Permitted — proceed. |
Full Usage:
Ask
|
Needs interactive user approval. Reserved for the interactive-prompt phase; until that channel exists, callers treat `Ask` as `Deny`. |
Full Usage:
Deny
|
Refused — block the action. |
Instance members
| Instance member |
Description
|
Full Usage:
this.IsAllow
Returns: bool
|
|
Full Usage:
this.IsAsk
Returns: bool
|
|
Full Usage:
this.IsDeny
Returns: bool
|
|
Nao