acsf:security:set-security-settings
Set the security settings.
For more help, see https://cloudapi-docs.acquia.com/ or https://dev.acquia.com/api-documentation/acquia-cloud-site-factory-api for acsf commands.
Usage
acli acsf:security:set-security-settings [--minimum_password_length MINIMUM_PASSWORD_LENGTH] [--minimum_required_password_strength MINIMUM_REQUIRED_PASSWORD_STRENGTH] [--two_step_verification TWO_STEP_VERIFICATION] [--sign_out_inactive_user_accounts SIGN_OUT_INACTIVE_USER_ACCOUNTS] [--sign_out_inactivity_time SIGN_OUT_INACTIVITY_TIME] [--automatically_disable_accounts AUTOMATICALLY_DISABLE_ACCOUNTS] [--automatically_disable_accounts_after_days AUTOMATICALLY_DISABLE_ACCOUNTS_AFTER_DAYS]
Options
--minimum_password_length
Required
Sets the minimum password length required for customers.
--minimum_required_password_strength
Required
Sets the password strength required for customers.
--two_step_verification
Required
Sets if tfa required for customers.
--sign_out_inactive_user_accounts
Required
Automatically sign out inactive account.
--sign_out_inactivity_time
Required
Automatically sign out of the account after seconds, required when sign_out_inactive_user_accounts is set.
--automatically_disable_accounts
Required
Automatically disable inactive account.
--automatically_disable_accounts_after_days
Required
Number of days after which an account will be disabled, required when automatically_disable_accounts is set.
--help | -h
Optional
Display help for the given command. When no command is given display help for the `list` command
Defaults to
false
--quiet | -q
Optional
Do not output any message
Defaults to
false
--verbose | -v|-vv|-vvv
Optional
Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug
Defaults to
false
--version | -V
Optional
Display this application version
Defaults to
false
--ansi
Optional
Force (or disable --no-ansi) ANSI output
--no-ansi
Optional
Negate the "--ansi" option
Defaults to
false
--no-interaction | -n
Optional
Do not ask any interactive question
Defaults to
false