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
|
|
|
Instance members
| Instance member |
Description
|
Full Usage:
this.Kind
|
Resource class: "file", "web", or "tool". |
Full Usage:
this.Pattern
|
Match pattern: a file path, a web host, or a tool name. |
Nao