Reference documentation and code samples for the AlloyDB V1ALPHA API class Google::Cloud::AlloyDB::V1alpha::GenerateClientCertificateResponse.
Message returned by a GenerateClientCertificate operation.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#ca_cert
def ca_cert() -> ::String
Returns
- (::String) — Optional. The pem-encoded cluster ca X.509 certificate.
#ca_cert=
def ca_cert=(value) -> ::String
Parameter
- value (::String) — Optional. The pem-encoded cluster ca X.509 certificate.
Returns
- (::String) — Optional. The pem-encoded cluster ca X.509 certificate.
#pem_certificate
def pem_certificate() -> ::String
Returns
- (::String) — Output only. The pem-encoded, signed X.509 certificate.
#pem_certificate_chain
def pem_certificate_chain() -> ::Array<::String>
Returns
- (::Array<::String>) — 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.