Header menu logo Nao

PermissionDecision Type

The outcome of evaluating an access request.

Union cases

Union case Description

Allow

Full Usage: Allow

Permitted — proceed.

Ask

Full Usage: Ask

Needs interactive user approval. Reserved for the interactive-prompt phase; until that channel exists, callers treat `Ask` as `Deny`.

Deny

Full Usage: Deny

Refused — block the action.

Instance members

Instance member Description

this.IsAllow

Full Usage: this.IsAllow

Returns: bool
Returns: bool

this.IsAsk

Full Usage: this.IsAsk

Returns: bool
Returns: bool

this.IsDeny

Full Usage: this.IsDeny

Returns: bool
Returns: bool

Type something to start searching.