Google Cloud OS Login v1beta API - Class SignSshPublicKeyRequest (3.0.0-beta10)

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

Inheritance

object > SignSshPublicKeyRequest

Namespace

Google.Cloud.OsLogin.V1Beta

Assembly

Google.Cloud.OsLogin.V1Beta.dll

Constructors

SignSshPublicKeyRequest()

public SignSshPublicKeyRequest()

SignSshPublicKeyRequest(SignSshPublicKeyRequest)

public SignSshPublicKeyRequest(SignSshPublicKeyRequest other)
Parameter
Name Description
other SignSshPublicKeyRequest

Properties

Parent

public string Parent { get; set; }

The parent project and region for the signing request.

Property Value
Type Description
string

SshPublicKey

public string SshPublicKey { get; set; }

The SSH public key to sign.

Property Value
Type Description
string