GoogleApi.SQLAdmin.V1beta4.Model.PasswordStatus (google_api_sql_admin v0.71.0)
View SourceRead-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
@type t() :: %GoogleApi.SQLAdmin.V1beta4.Model.PasswordStatus{ locked: boolean() | nil, passwordExpirationTime: DateTime.t() | nil }