View Source GoogleApi.CloudShell.V1.Model.AddPublicKeyRequest (google_api_cloud_shell v0.20.2)
Request message for AddPublicKey.
Attributes
-
key
(type:String.t
, default:nil
) - Key that should be added to the environment. Supported formats aressh-dss
(see RFC4253),ssh-rsa
(see RFC4253),ecdsa-sha2-nistp256
(see RFC5656),ecdsa-sha2-nistp384
(see RFC5656) andecdsa-sha2-nistp521
(see RFC5656). It should be structured as <format> <content>, where <content> part is encoded with Base64.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.CloudShell.V1.Model.AddPublicKeyRequest{key: String.t() | nil}
Functions
Unwrap a decoded JSON object into its complex fields.