Module tauri_utils::acl::resolved
source · Expand description
Resolved ACL for runtime usage.
Structs§
- A command key for the map of allowed and denied commands. Takes into consideration the command name and the execution context.
- Resolved access control list.
- A resolved command permission.
- Metadata for what referenced a
ResolvedCommand
. - A resolved scope. Merges all scopes defined for a single command.
Type Aliases§
- A key for a scope, used to link a
ResolvedCommand
to the storeResolved
.