mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-09 10:56:49 +00:00
gcloud: Wed Jul 13 09:59:37 UTC 2022
This commit is contained in:
parent
cf5ab60e4a
commit
879929cbc6
323 changed files with 7203 additions and 4178 deletions
|
|
@ -6,6 +6,7 @@ SYNOPSIS
|
|||
[--async] [--host=HOST] [--password=PASSWORD]
|
||||
[--password-policy-allowed-failed-attempts=PASSWORD_POLICY_ALLOWED_FAILED_ATTEMPTS]
|
||||
[--[no-]password-policy-enable-failed-attempts-check]
|
||||
[--[no-]password-policy-enable-password-verification]
|
||||
[--password-policy-password-expiration-duration=PASSWORD_POLICY_PASSWORD_EXPIRATION_DURATION]
|
||||
[--type=TYPE] [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
|
|
@ -40,18 +41,24 @@ OPTIONAL FLAGS
|
|||
|
||||
--password-policy-allowed-failed-attempts=PASSWORD_POLICY_ALLOWED_FAILED_ATTEMPTS
|
||||
Number of failed login attempts allowed before a user is locked out.
|
||||
This flag is currently not available.
|
||||
This flag is available only for MySQL.
|
||||
|
||||
--[no-]password-policy-enable-failed-attempts-check
|
||||
Enables the failed login attempts check if set to true. This flag is
|
||||
currently not available. Use
|
||||
available only for MySQL. Use
|
||||
--password-policy-enable-failed-attempts-check to enable and
|
||||
--no-password-policy-enable-failed-attempts-check to disable.
|
||||
|
||||
--[no-]password-policy-enable-password-verification
|
||||
The current password must be specified when altering the password. This
|
||||
flag is available only for MySQL. Use
|
||||
--password-policy-enable-password-verification to enable and
|
||||
--no-password-policy-enable-password-verification to disable.
|
||||
|
||||
--password-policy-password-expiration-duration=PASSWORD_POLICY_PASSWORD_EXPIRATION_DURATION
|
||||
Expiration duration after a password is updated, for example, 2m for 2
|
||||
minutes. See gcloud topic datetimes for information on duration
|
||||
formats. This flag is currently not available.
|
||||
Expiration duration after a password is updated, for example, 2d for 2
|
||||
days. See gcloud topic datetimes for information on duration formats.
|
||||
This flag is available only for MySQL.
|
||||
|
||||
--type=TYPE
|
||||
Cloud SQL user's type. It determines the method to authenticate the
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue