View Source GoogleApi.BareMetalSolution.V2.Model.SSHKey (google_api_bare_metal_solution v0.5.0)

An SSH key, used for authorizing with the interactive serial console feature.

Attributes

  • name (type: String.t, default: nil) - Output only. The name of this SSH key. Currently, the only valid value for the location is "global".
  • publicKey (type: String.t, default: nil) - The public SSH key. This must be in OpenSSH .authorized_keys format.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.BareMetalSolution.V2.Model.SSHKey{
  name: String.t() | nil,
  publicKey: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.