Show / Hide Table of Contents

Class UserPasswordValidationPolicy

User level password validation policy.

Inheritance
object
UserPasswordValidationPolicy
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.SQLAdmin.v1beta4.Data
Assembly: Google.Apis.SQLAdmin.v1beta4.dll
Syntax
public class UserPasswordValidationPolicy : IDirectResponseSchema

Properties

AllowedFailedAttempts

Number of failed login attempts allowed before user get locked.

Declaration
[JsonProperty("allowedFailedAttempts")]
public virtual int? AllowedFailedAttempts { get; set; }
Property Value
Type Description
int?

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

EnableFailedAttemptsCheck

If true, failed login attempts check will be enabled.

Declaration
[JsonProperty("enableFailedAttemptsCheck")]
public virtual bool? EnableFailedAttemptsCheck { get; set; }
Property Value
Type Description
bool?

EnablePasswordVerification

If true, the user must specify the current password before changing the password. This flag is supported only for MySQL.

Declaration
[JsonProperty("enablePasswordVerification")]
public virtual bool? EnablePasswordVerification { get; set; }
Property Value
Type Description
bool?

PasswordExpirationDuration

Expiration duration after password is updated.

Declaration
[JsonProperty("passwordExpirationDuration")]
public virtual object PasswordExpirationDuration { get; set; }
Property Value
Type Description
object

Status

Output only. Read-only password status.

Declaration
[JsonProperty("status")]
public virtual PasswordStatus Status { get; set; }
Property Value
Type Description
PasswordStatus

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX