@truenas/api-client
GitHub
Preparing search index...
v25_10_0
FilesystemSetpermArgs
Interface FilesystemSetpermArgs
interface
FilesystemSetpermArgs
{
gid
?:
number
|
null
;
group
?:
string
|
null
;
mode
?:
string
|
null
;
options
?:
v25_10_0
.
FilesystemSetpermOptions
;
path
:
string
;
uid
?:
number
|
null
;
user
?:
string
|
null
;
}
Index
Properties
gid?
group?
mode?
options?
path
uid?
user?
Properties
Optional
gid
gid
?:
number
|
null
Optional
group
group
?:
string
|
null
Optional
mode
mode
?:
string
|
null
Optional
options
options
?:
v25_10_0
.
FilesystemSetpermOptions
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
gid
group
mode
options
path
uid
user
GitHub
@truenas/api-client
Loading...