public sealed class SignSshPublicKeyRequest : IMessage<SignSshPublicKeyRequest>, IEquatable<SignSshPublicKeyRequest>, IDeepCloneable<SignSshPublicKeyRequest>, IBufferMessage, IMessage
Implements
IMessageSignSshPublicKeyRequest, IEquatableSignSshPublicKeyRequest, IDeepCloneableSignSshPublicKeyRequest, IBufferMessage, IMessageNamespace
Google.Cloud.OsLogin.V1BetaAssembly
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 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 | |
---|---|
Type | Description |
string |
SshPublicKey
public string SshPublicKey { get; set; }
The SSH public key to sign.
Property Value | |
---|---|
Type | Description |
string |