GoogleApi.OSLogin.V1alpha.Model.SshPublicKey (google_api_os_login v0.30.0)

View Source

The SSH public key information associated with a Google account.

Attributes

  • expirationTimeUsec (type: String.t, default: nil) - An expiration time in microseconds since epoch.
  • fingerprint (type: String.t, default: nil) - Output only. The SHA-256 fingerprint of the SSH public key.
  • key (type: String.t, default: nil) - Required. Public key text in SSH format, defined by RFC4253 section 6.6.
  • name (type: String.t, default: nil) - Output only. The canonical resource name.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.OSLogin.V1alpha.Model.SshPublicKey{
  expirationTimeUsec: String.t() | nil,
  fingerprint: String.t() | nil,
  key: String.t() | nil,
  name: String.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.