google_api_os_login v0.3.0 GoogleApi.OSLogin.V1alpha.Model.SshPublicKey View Source

The SSH public key information associated with a Google account.

Attributes

  • expirationTimeUsec (String.t): An expiration time in microseconds since epoch. Defaults to: null.
  • fingerprint (String.t): Output only. The SHA-256 fingerprint of the SSH public key. Defaults to: null.
  • key (String.t): Public key text in SSH format, defined by <a href="https://www.ietf.org/rfc/rfc4253.txt" target="_blank">RFC4253</a> section 6.6. 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.V1alpha.Model.SshPublicKey{
  expirationTimeUsec: any(),
  fingerprint: any(),
  key: any()
}

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.