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
No Additional Items
No Additional Properties
Type: array
No Additional Items
No Additional Properties
No Additional Items
No Additional Items
Tuple Validation
Parameter 1: filesystem_acl
filesystem_acl
Type: objectNo 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 objectNo Additional Items
Each item of this array must be:
AclTemplateEntry
Type: objectNo Additional Properties
Id
Type: integerBuiltin
Type: booleanName
Type: stringAcltype
Type: enum (of string)Must be one of:
- "NFS4"
- "POSIX1E"
Acl
Type: array
No Additional Items
No Additional Items
Each item of this array must be:
Type: object
Type: array
No Additional Items
No Additional Items
Each item of this array must be:
Type: object
Comment
Type: string Default: ""Required roles: FILESYSTEM_ATTRS_READ