google_api_os_login v0.19.0 GoogleApi.OSLogin.V1.Model.SshPublicKey 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) - Public key text in SSH format, defined by RFC4253 section 6.6.
  • name (type: String.t, default: nil) - Output only. The canonical resource name.

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.SshPublicKey{
  expirationTimeUsec: String.t(),
  fingerprint: String.t(),
  key: String.t(),
  name: String.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.