View Source GoogleApi.BareMetalSolution.V2.Model.UserAccount (google_api_bare_metal_solution v0.5.0)

User account provisioned for the customer.

Attributes

  • encryptedPassword (type: String.t, default: nil) - Encrypted initial password value.
  • kmsKeyVersion (type: String.t, default: nil) - KMS CryptoKey Version used to encrypt the password.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.BareMetalSolution.V2.Model.UserAccount{
  encryptedPassword: String.t() | nil,
  kmsKeyVersion: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.