yc organization-manager idp userpool update
Update the specified user pool
Command Usage
Syntax:
yc organization-manager idp userpool update <USERPOOL-ID> [Flags...] [Global Flags...]
Flags
|
Flag |
Description |
|
|
Display information about the operation in progress, without waiting for the operation to complete. |
|
|
Userpool ID. |
|
|
New name of the userpool |
|
|
New description of the userpool |
|
|
New labels of the userpool as key=value pairs |
|
|
Minimum number of days before a password can be changed. |
|
|
Maximum number of days a password remains valid. Zero means passwords never expire. |
|
|
Time window for counting failed authentication attempts. |
|
|
Duration of the block after too many failed attempts. |
|
|
Number of failed attempts allowed within the window before blocking. |
|
|
Whether passwords similar to previous ones are allowed. |
|
|
Maximum password length. Zero means no maximum length is enforced. |
|
|
Minimum length of substrings to check for similarity to vulnerable sequences. |
|
|
Whether lowercase letters are required in passwords (fixed policy). |
|
|
Whether uppercase letters are required in passwords (fixed policy). |
|
|
Whether digits are required in passwords (fixed policy). |
|
|
Whether special characters are required in passwords (fixed policy). |
|
|
Minimum password length (fixed policy). |
|
|
Minimum length for passwords with one character class (smart policy). |
|
|
Minimum length for passwords with two character classes (smart policy). |
|
|
Minimum length for passwords with three character classes (smart policy). |
|
|
Minimum length for passwords with four character classes (smart policy). |
Global Flags
|
Flag |
Description |
|
|
Set the custom configuration file. |
|
|
Debug logging. |
|
|
Debug gRPC logging. Very verbose, used for debugging connection problems. |
|
|
Disable printing user intended output to stderr. |
|
|
Enable gRPC retries. By default, retries are enabled with maximum 5 attempts. |
|
|
Set the ID of the cloud to use. |
|
|
Set the ID of the folder to use. |
|
|
Set the name of the folder to use (will be resolved to id). |
|
|
Set the Cloud API endpoint (host:port). |
|
|
Set the OAuth token to use. |
|
|
Set the ID of the service account to impersonate. |
|
|
Disable opening browser for authentication. |
|
|
Set the output format: text (default), yaml, json, json-rest. |
|
|
Query to select values from the response using jq syntax |
|
|
Display help for the command. |