google_api_os_login v0.19.1 GoogleApi.OSLogin.V1.Model.LoginProfile View Source

The user profile information used for logging in to a virtual machine on Google Compute Engine.

Attributes

  • name (type: String.t, default: nil) - Required. A unique user ID.
  • posixAccounts (type: list(GoogleApi.OSLogin.V1.Model.PosixAccount.t), default: nil) - The list of POSIX accounts associated with the user.
  • sshPublicKeys (type: %{optional(String.t) => GoogleApi.OSLogin.V1.Model.SshPublicKey.t}, default: nil) - A map from SSH public key fingerprint to the associated key object.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Link to this type

t()

View Source
t() :: %GoogleApi.OSLogin.V1.Model.LoginProfile{
  name: String.t(),
  posixAccounts: [GoogleApi.OSLogin.V1.Model.PosixAccount.t()],
  sshPublicKeys: %{
    optional(String.t()) => GoogleApi.OSLogin.V1.Model.SshPublicKey.t()
  }
}

Link to this section Functions

Link to this function

decode(value, options)

View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.