GoogleCloudSQLPostgreSQLInstanceSettingsPasswordValidationPolicy
No description
type GoogleCloudSQLPostgreSQLInstanceSettingsPasswordValidationPolicy {
complexity: GoogleCloudSQLInstanceSettingsPasswordValidationPolicyComplexity!
disallowUsernameSubstring: Boolean!
enablePasswordPolicy: Boolean!
minimumLength: Uint64!
passwordChangeInterval: String!
reuseInterval: Uint64!
}
Fields
GoogleCloudSQLPostgreSQLInstanceSettingsPasswordValidationPolicy.complexity
● GoogleCloudSQLInstanceSettingsPasswordValidationPolicyComplexity!
non-null enum
The complexity of the password
GoogleCloudSQLPostgreSQLInstanceSettingsPasswordValidationPolicy.disallowUsernameSubstring
● Boolean!
non-null scalar
Indicates whether the password disallows to contain the username
GoogleCloudSQLPostgreSQLInstanceSettingsPasswordValidationPolicy.enablePasswordPolicy
● Boolean!
non-null scalar
Indicates whether the password policy is enabled
GoogleCloudSQLPostgreSQLInstanceSettingsPasswordValidationPolicy.minimumLength
● Uint64!
non-null scalar
The minimum number of characters allowed
GoogleCloudSQLPostgreSQLInstanceSettingsPasswordValidationPolicy.passwordChangeInterval
● String!
non-null scalar
Minimum interval after which the password can be changed
GoogleCloudSQLPostgreSQLInstanceSettingsPasswordValidationPolicy.reuseInterval
● Uint64!
non-null scalar
The number of previous passwords that cannot be reused