AlloyDB v1beta API - Class GenerateClientCertificateResponse (1.0.0-beta05)

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

Reference documentation and code samples for the AlloyDB v1beta API class GenerateClientCertificateResponse.

Message returned by a GenerateClientCertificate operation.

Inheritance

object > GenerateClientCertificateResponse

Namespace

Google.Cloud.AlloyDb.V1Beta

Assembly

Google.Cloud.AlloyDb.V1Beta.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