Class AddPublicKeyRequest
Request message for AddPublicKey.
Implements
Inherited Members
Namespace: Google.Apis.CloudShell.v1.Data
Assembly: Google.Apis.CloudShell.v1.dll
Syntax
public class AddPublicKeyRequest : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Key
Key that should be added to the environment. Supported formats are ssh-dss
(see RFC4253), ssh-rsa
(see
RFC4253), ecdsa-sha2-nistp256
(see RFC5656), ecdsa-sha2-nistp384
(see RFC5656) and ecdsa-sha2-nistp521
(see RFC5656). It should be structured as <format> <content>, where
<content> part is encoded with Base64.
Declaration
[JsonProperty("key")]
public virtual string Key { get; set; }
Property Value
Type | Description |
---|---|
string |