GoogleApi.SQLAdmin.V1.Model.PasswordStatus (google_api_sql_admin v0.71.0)

View Source

Read-only password status.

Attributes

  • locked (type: boolean(), default: nil) - If true, user does not have login privileges.
  • passwordExpirationTime (type: DateTime.t, default: nil) - The expiration time of the current password.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.SQLAdmin.V1.Model.PasswordStatus{
  locked: boolean() | nil,
  passwordExpirationTime: DateTime.t() | nil
}

Functions

decode(value, options)

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.