Class UserPasswordValidationPolicy
User level password validation policy.
Implements
Inherited Members
Namespace: Google.Apis.SQLAdmin.v1.Data
Assembly: Google.Apis.SQLAdmin.v1.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 |