@truenas/api-client
GitHub
Preparing search index...
v26_0_0
FilesystemSetaclArgs
Interface FilesystemSetaclArgs
interface
FilesystemSetaclArgs
{
acltype
?:
"NFS4"
|
"POSIX1E"
|
null
;
dacl
:
v25_10_0
.
NFS4ACEInput
[]
|
v25_10_0
.
POSIXACE
[]
;
gid
?:
number
|
null
;
group
?:
string
|
null
;
nfs41_flags
?:
v25_10_0
.
NFS4ACL_Flags
;
options
?:
v26_0_0
.
FilesystemSetAclOptions
;
path
:
string
;
uid
?:
number
|
null
;
user
?:
string
|
null
;
}
Index
Properties
acltype?
dacl
gid?
group?
nfs41_
flags?
options?
path
uid?
user?
Properties
Optional
acltype
acltype
?:
"NFS4"
|
"POSIX1E"
|
null
dacl
dacl
:
v25_10_0
.
NFS4ACEInput
[]
|
v25_10_0
.
POSIXACE
[]
Optional
gid
gid
?:
number
|
null
Optional
group
group
?:
string
|
null
Optional
nfs41_
flags
nfs41_flags
?:
v25_10_0
.
NFS4ACL_Flags
Optional
options
options
?:
v26_0_0
.
FilesystemSetAclOptions
path
path
:
string
Optional
uid
uid
?:
number
|
null
Optional
user
user
?:
string
|
null
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
acltype
dacl
gid
group
nfs41_
flags
options
path
uid
user
GitHub
@truenas/api-client
Loading...