Show / Hide Table of Contents

Class PasswordStatus

Read-only password status.

Inheritance
object
PasswordStatus
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.v1.Data
Assembly: Google.Apis.SQLAdmin.v1.dll
Syntax
public class PasswordStatus : IDirectResponseSchema

Properties

ETag

The ETag of the item.

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

Locked

If true, user does not have login privileges.

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

PasswordExpirationTime

object representation of PasswordExpirationTimeRaw.

Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use PasswordExpirationTimeDateTimeOffset instead.")]
public virtual object PasswordExpirationTime { get; set; }
Property Value
Type Description
object

PasswordExpirationTimeDateTimeOffset

DateTimeOffset representation of PasswordExpirationTimeRaw.

Declaration
[JsonIgnore]
public virtual DateTimeOffset? PasswordExpirationTimeDateTimeOffset { get; set; }
Property Value
Type Description
DateTimeOffset?

PasswordExpirationTimeRaw

The expiration time of the current password.

Declaration
[JsonProperty("passwordExpirationTime")]
public virtual string PasswordExpirationTimeRaw { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX