Class: Google::Cloud::AlloyDB::V1::GenerateClientCertificateResponse

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/alloydb/v1/service.rb

Overview

Message returned by a GenerateClientCertificate operation.

Instance Attribute Summary collapse

Instance Attribute Details

#ca_cert::String

Returns Optional. The pem-encoded cluster ca X.509 certificate.

Returns:

  • (::String)

    Optional. The pem-encoded cluster ca X.509 certificate.



1110
1111
1112
1113
# File 'proto_docs/google/cloud/alloydb/v1/service.rb', line 1110

class GenerateClientCertificateResponse
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#pem_certificate_chain::Array<::String> (readonly)

Returns 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.

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.



1110
1111
1112
1113
# File 'proto_docs/google/cloud/alloydb/v1/service.rb', line 1110

class GenerateClientCertificateResponse
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end