GoogleApi.OSLogin.V1alpha.Model.SshPublicKey (google_api_os_login v0.23.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) - 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

Specs

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

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.