# Automatically generated - DO NOT EDIT! "$schema" = "../../schemas/schema.json" # Scopes Section # This section contains scopes, which define file level access [[permission]] identifier = "scope-applocaldata-recursive" description = "This scope permits recursive access to the complete `$APPLOCALDATA` folder, including sub directories and files." [[permission.scope.allow]] path = "$APPLOCALDATA" [[permission.scope.allow]] path = "$APPLOCALDATA/**" [[permission]] identifier = "scope-applocaldata" description = "This scope permits access to all files and list content of top level directories in the `$APPLOCALDATA` folder." [[permission.scope.allow]] path = "$APPLOCALDATA" [[permission.scope.allow]] path = "$APPLOCALDATA/*" [[permission]] identifier = "scope-applocaldata-index" description = "This scope permits to list all files and folders in the `$APPLOCALDATA`folder." [[permission.scope.allow]] path = "$APPLOCALDATA" # Sets Section # This section combines the scope elements with enablement of commands [[set]] identifier = "allow-applocaldata-read-recursive" description = "This allows full recursive read access to the complete `$APPLOCALDATA` folder, files and subdirectories." permissions = [ "read-all", "scope-applocaldata-recursive" ] [[set]] identifier = "allow-applocaldata-write-recursive" description = "This allows full recursive write access to the complete `$APPLOCALDATA` folder, files and subdirectories." permissions = [ "write-all", "scope-applocaldata-recursive" ] [[set]] identifier = "allow-applocaldata-read" description = "This allows non-recursive read access to the `$APPLOCALDATA` folder." permissions = [ "read-all", "scope-applocaldata" ] [[set]] identifier = "allow-applocaldata-write" description = "This allows non-recursive write access to the `$APPLOCALDATA` folder." permissions = [ "write-all", "scope-applocaldata" ] [[set]] identifier = "allow-applocaldata-meta-recursive" description = "This allows full recursive read access to metadata of the `$APPLOCALDATA` folder, including file listing and statistics." permissions = [ "read-meta", "scope-applocaldata-recursive" ] [[set]] identifier = "allow-applocaldata-meta" description = "This allows non-recursive read access to metadata of the `$APPLOCALDATA` folder, including file listing and statistics." permissions = [ "read-meta", "scope-applocaldata-index" ]