Interface protos.google.cloud.sql.v1.IPasswordValidationPolicy (0.11.0)

Properties of a PasswordValidationPolicy.

Package

@google-cloud/sql

Properties

complexity

complexity?: (google.cloud.sql.v1.PasswordValidationPolicy.Complexity|keyof typeof google.cloud.sql.v1.PasswordValidationPolicy.Complexity|null);

PasswordValidationPolicy complexity

disallowCompromisedCredentials

disallowCompromisedCredentials?: (google.protobuf.IBoolValue|null);

PasswordValidationPolicy disallowCompromisedCredentials

disallowUsernameSubstring

disallowUsernameSubstring?: (google.protobuf.IBoolValue|null);

PasswordValidationPolicy disallowUsernameSubstring

enablePasswordPolicy

enablePasswordPolicy?: (google.protobuf.IBoolValue|null);

PasswordValidationPolicy enablePasswordPolicy

minLength

minLength?: (google.protobuf.IInt32Value|null);

PasswordValidationPolicy minLength

passwordChangeInterval

passwordChangeInterval?: (google.protobuf.IDuration|null);

PasswordValidationPolicy passwordChangeInterval

reuseInterval

reuseInterval?: (google.protobuf.IInt32Value|null);

PasswordValidationPolicy reuseInterval