Enum PasswordValidationPolicy.Complexity (0.1.0)

public enum PasswordValidationPolicy.Complexity extends Enum<PasswordValidationPolicy.Complexity> implements ProtocolMessageEnum

The complexity choices of the password.

Protobuf enum google.cloud.sql.v1.PasswordValidationPolicy.Complexity

Implements

ProtocolMessageEnum

Static Fields

Name Description
COMPLEXITY_DEFAULT

A combination of lowercase, uppercase, numeric, and non-alphanumeric characters.

COMPLEXITY_DEFAULT = 1;

COMPLEXITY_DEFAULT_VALUE

A combination of lowercase, uppercase, numeric, and non-alphanumeric characters.

COMPLEXITY_DEFAULT = 1;

COMPLEXITY_UNSPECIFIED

Complexity check is not specified.

COMPLEXITY_UNSPECIFIED = 0;

COMPLEXITY_UNSPECIFIED_VALUE

Complexity check is not specified.

COMPLEXITY_UNSPECIFIED = 0;

UNRECOGNIZED

Static Methods

Name Description
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

Name Description
getDescriptorForType()
getNumber()
getValueDescriptor()