GoogleApi.OSLogin.V1alpha.Model.SignSshPublicKeyRequest (google_api_os_login v0.30.0)
View SourceAttributes
-
sshPublicKey
(type:String.t
, default:nil
) - The SSH public key to sign.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.OSLogin.V1alpha.Model.SignSshPublicKeyRequest{ sshPublicKey: String.t() | nil }