Class: Google::Cloud::AlloyDB::V1alpha::GenerateClientCertificateResponse

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/alloydb/v1alpha/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.



992
993
994
995
# File 'proto_docs/google/cloud/alloydb/v1alpha/service.rb', line 992

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

#pem_certificate::String (readonly)

Returns Output only. The pem-encoded, signed X.509 certificate.

Returns:

  • (::String)

    Output only. The pem-encoded, signed X.509 certificate.



992
993
994
995
# File 'proto_docs/google/cloud/alloydb/v1alpha/service.rb', line 992

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.



992
993
994
995
# File 'proto_docs/google/cloud/alloydb/v1alpha/service.rb', line 992

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