public sealed class GenerateClientCertificateResponse : IMessage<GenerateClientCertificateResponse>, IEquatable<GenerateClientCertificateResponse>, IDeepCloneable<GenerateClientCertificateResponse>, IBufferMessage, IMessageReference documentation and code samples for the AlloyDB v1alpha API class GenerateClientCertificateResponse.
Message returned by a GenerateClientCertificate operation.
Implements
IMessageGenerateClientCertificateResponse, IEquatableGenerateClientCertificateResponse, IDeepCloneableGenerateClientCertificateResponse, IBufferMessage, IMessageNamespace
Google.Cloud.AlloyDb.V1AlphaAssembly
Google.Cloud.AlloyDb.V1Alpha.dll
Constructors
GenerateClientCertificateResponse()
public GenerateClientCertificateResponse()GenerateClientCertificateResponse(GenerateClientCertificateResponse)
public GenerateClientCertificateResponse(GenerateClientCertificateResponse other)| Parameter | |
|---|---|
| Name | Description |
other |
GenerateClientCertificateResponse |
Properties
CaCert
public string CaCert { get; set; }Optional. The pem-encoded cluster ca X.509 certificate.
| Property Value | |
|---|---|
| Type | Description |
string |
|
PemCertificate
[Obsolete]
public string PemCertificate { get; set; }Output only. The pem-encoded, signed X.509 certificate.
| Property Value | |
|---|---|
| Type | Description |
string |
|
PemCertificateChain
public RepeatedField<string> PemCertificateChain { get; }Output only. The pem-encoded chain that may be used to verify the X.509 certificate. Expected to be in issuer-to-root order according to RFC 5246.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldstring |
|