public sealed class SignSshPublicKeyResponse : IMessage<SignSshPublicKeyResponse>, IEquatable<SignSshPublicKeyResponse>, IDeepCloneable<SignSshPublicKeyResponse>, IBufferMessage, IMessageImplements
IMessageSignSshPublicKeyResponse, IEquatableSignSshPublicKeyResponse, IDeepCloneableSignSshPublicKeyResponse, IBufferMessage, IMessageNamespace
Google.Cloud.OsLogin.V1BetaAssembly
Google.Cloud.OsLogin.V1Beta.dll
Constructors
SignSshPublicKeyResponse()
public SignSshPublicKeyResponse()SignSshPublicKeyResponse(SignSshPublicKeyResponse)
public SignSshPublicKeyResponse(SignSshPublicKeyResponse other)| Parameter | |
|---|---|
| Name | Description |
other |
SignSshPublicKeyResponse |
Properties
SignedSshPublicKey
public string SignedSshPublicKey { get; set; }The signed SSH public key to use in the SSH handshake.
| Property Value | |
|---|---|
| Type | Description |
string |
|