google_api_os_login v0.3.0 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 (String.t): A unique user ID. Defaults to: null.
  • posixAccounts ([PosixAccount]): The list of POSIX accounts associated with the user. Defaults to: null.
  • sshPublicKeys (%{optional(String.t) => SshPublicKey}): A map from SSH public key fingerprint to the associated key object. Defaults to: null.

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: any(),
  posixAccounts: [GoogleApi.OSLogin.V1.Model.PosixAccount.t()],
  sshPublicKeys: map()
}

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.