@truenas/api-client
GitHub
Preparing search index...
v27_0_0
SystemSecurityUpdate
Interface SystemSecurityUpdate
interface
SystemSecurityUpdate
{
enable_fips
?:
boolean
;
enable_gpos_stig
?:
boolean
;
max_password_age
?:
number
|
null
;
min_password_age
?:
number
|
null
;
min_password_length
?:
number
|
null
;
password_complexity_ruleset
?:
|
(
"UPPER"
|
"LOWER"
|
"NUMBER"
|
"SPECIAL"
)
[]
|
null
;
password_history_length
?:
number
|
null
;
}
Index
Properties
enable_
fips?
enable_
gpos_
stig?
max_
password_
age?
min_
password_
age?
min_
password_
length?
password_
complexity_
ruleset?
password_
history_
length?
Properties
Optional
enable_
fips
enable_fips
?:
boolean
Optional
enable_
gpos_
stig
enable_gpos_stig
?:
boolean
Optional
max_
password_
age
max_password_age
?:
number
|
null
Optional
min_
password_
age
min_password_age
?:
number
|
null
Optional
min_
password_
length
min_password_length
?:
number
|
null
Optional
password_
complexity_
ruleset
password_complexity_ruleset
?:
|
(
"UPPER"
|
"LOWER"
|
"NUMBER"
|
"SPECIAL"
)
[]
|
null
Optional
password_
history_
length
password_history_length
?:
number
|
null
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
enable_
fips
enable_
gpos_
stig
max_
password_
age
min_
password_
age
min_
password_
length
password_
complexity_
ruleset
password_
history_
length
GitHub
@truenas/api-client
Loading...