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

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
NameDescription
otherSignSshPublicKeyRequest

Properties

Parent

public string Parent { get; set; }

The parent project and zone for the signing request. This is needed to properly ensure per-organization ISS processing and potentially to provide for the possibility of zone-specific certificates used in the signing process.

Property Value
TypeDescription
string

SshPublicKey

public string SshPublicKey { get; set; }

The SSH public key to sign.

Property Value
TypeDescription
string