Google Cloud Sql Admin V1 Client - Class Complexity (0.7.0)
Stay organized with collections
Save and categorize content based on your preferences.
Reference documentation and code samples for the Google Cloud Sql Admin V1 Client class Complexity.
The complexity choices of the password.
Protobuf type google.cloud.sql.v1.PasswordValidationPolicy.Complexity
Namespace
Google \ Cloud \ Sql \ V1 \ PasswordValidationPolicyMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
COMPLEXITY_UNSPECIFIED
Value: 0Complexity check is not specified.
Generated from protobuf enum COMPLEXITY_UNSPECIFIED = 0;
COMPLEXITY_DEFAULT
Value: 1A combination of lowercase, uppercase, numeric, and non-alphanumeric characters.
Generated from protobuf enum COMPLEXITY_DEFAULT = 1;