filesystem.acltemplate.by_path

Retrieve list of available ACL templates for a given path.

Supports query-filters and query-options. format-options gives additional options to alter the results of the template query:

canonicalize - place ACL entries for NFSv4 ACLs in Microsoft canonical order. ensure_builtins - ensure all results contain entries for builtin_users and builtin_administrators groups. resolve_names - convert ids in ACL entries into names.

Type: object

Type: array
No Additional Items

Tuple Validation

Parameter 1: filesystem_acl

filesystem_acl

Type: object
No Additional Properties

Path

Type: string Default: ""

Query-Filters

Type: array Default: []
No Additional Items
Each item of this array must be:
Type: object

Type: object
Default:
{ "relationships": true, "extend": null, "extend_context": null, "prefix": null, "extra": {}, "order_by": [], "select": [], "count": false, "get": false, "offset": 0, "limit": 0, "force_sql_filters": false }

Type: object
Default:
{ "canonicalize": false, "ensure_builtins": false, "resolve_names": false }

Result

Type: array of object
No Additional Items
Each item of this array must be:

AclTemplateEntry

Type: object
No Additional Properties

Id

Type: integer

Builtin

Type: boolean

Name

Type: string

Acltype

Type: enum (of string)
Must be one of:
  • "NFS4"
  • "POSIX1E"

Acl


Type: array
No Additional Items
Each item of this array must be:
Type: object
Type: array
No Additional Items
Each item of this array must be:
Type: object

Comment

Type: string Default: ""


Required roles: FILESYSTEM_ATTRS_READ