Class SignSshPublicKeyResponse
Implements
Inherited Members
Namespace: Google.Apis.CloudOSLogin.v1alpha.Data
Assembly: Google.Apis.CloudOSLogin.v1alpha.dll
Syntax
public class SignSshPublicKeyResponse : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
SignedSshPublicKey
The signed SSH public key to use in the SSH handshake.
Declaration
[JsonProperty("signedSshPublicKey")]
public virtual string SignedSshPublicKey { get; set; }
Property Value
Type | Description |
---|---|
string |