Google Cloud OS Login v1beta API - Class SignSshPublicKeyResponse (3.0.0-beta08)

public sealed class SignSshPublicKeyResponse : IMessage<SignSshPublicKeyResponse>, IEquatable<SignSshPublicKeyResponse>, IDeepCloneable<SignSshPublicKeyResponse>, IBufferMessage, IMessage

Inheritance

object > SignSshPublicKeyResponse

Namespace

Google.Cloud.OsLogin.V1Beta

Assembly

Google.Cloud.OsLogin.V1Beta.dll

Constructors

SignSshPublicKeyResponse()

public SignSshPublicKeyResponse()

SignSshPublicKeyResponse(SignSshPublicKeyResponse)

public SignSshPublicKeyResponse(SignSshPublicKeyResponse other)
Parameter
NameDescription
otherSignSshPublicKeyResponse

Properties

SignedSshPublicKey

public string SignedSshPublicKey { get; set; }

The signed SSH public key to use in the SSH handshake.

Property Value
TypeDescription
string