GoogleApi.OSLogin.V1alpha.Model.GoogleCloudOsloginControlplaneRegionalV1alphaSignSshPublicKeyResponse (google_api_os_login v0.30.0)
View SourceThe response message for signing an SSH public key.
Attributes
-
signedSshPublicKey
(type:String.t
, default:nil
) - The signed SSH public key to use in the SSH handshake.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.OSLogin.V1alpha.Model.GoogleCloudOsloginControlplaneRegionalV1alphaSignSshPublicKeyResponse{ signedSshPublicKey: String.t() | nil }