View Source GoogleApi.BareMetalSolution.V2.Model.LoadInstanceAuthInfoResponse (google_api_bare_metal_solution v0.5.0)
Response for LoadInstanceAuthInfo.
Attributes
-
sshKeys
(type:list(GoogleApi.BareMetalSolution.V2.Model.SSHKey.t)
, default:nil
) - List of ssh keys. -
userAccounts
(type:%{optional(String.t) => GoogleApi.BareMetalSolution.V2.Model.UserAccount.t}
, default:nil
) - Map of username to the user account info.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.BareMetalSolution.V2.Model.LoadInstanceAuthInfoResponse{ sshKeys: [GoogleApi.BareMetalSolution.V2.Model.SSHKey.t()] | nil, userAccounts: %{ optional(String.t()) => GoogleApi.BareMetalSolution.V2.Model.UserAccount.t() } | nil }
Functions
Unwrap a decoded JSON object into its complex fields.