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