Class SSHKey
An SSH key, used for authorizing with the interactive serial console feature.
Implements
Inherited Members
Namespace: Google.Apis.Baremetalsolution.v2.Data
Assembly: Google.Apis.Baremetalsolution.v2.dll
Syntax
public class SSHKey : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Name
Output only. The name of this SSH key. Currently, the only valid value for the location is "global".
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type | Description |
---|---|
string |
PublicKey
The public SSH key. This must be in OpenSSH .authorized_keys format.
Declaration
[JsonProperty("publicKey")]
public virtual string PublicKey { get; set; }
Property Value
Type | Description |
---|---|
string |