GoogleApi.CloudShell.V1.Model.AddPublicKeyRequest (google_api_cloud_shell v0.19.1) View Source
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.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.CloudShell.V1.Model.AddPublicKeyRequest{key: String.t()}
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.