Header menu logo Nao

PermissionGrantRecord Type

A resource-access grant the user approved for the lifetime of this session. Stored in the session grain's own state (Orleans-persisted) so each session tracks its own permissions and never re-prompts for something it already approved.

Constructors

Constructor Description

PermissionGrantRecord()

Full Usage: PermissionGrantRecord()

Returns: PermissionGrantRecord

Instance members

Instance member Description

this.Kind

Full Usage: this.Kind

Resource class: "file", "web", or "tool".

this.Pattern

Full Usage: this.Pattern

Match pattern: a file path, a web host, or a tool name.

Type something to start searching.