Class: Google::Cloud::AlloyDB::V1alpha::GenerateClientCertificateResponse
- Inherits:
-
Object
- Object
- Google::Cloud::AlloyDB::V1alpha::GenerateClientCertificateResponse
- 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
-
#ca_cert ⇒ ::String
Optional.
-
#pem_certificate ⇒ ::String
readonly
Output only.
-
#pem_certificate_chain ⇒ ::Array<::String>
readonly
Output only.
Instance Attribute Details
#ca_cert ⇒ ::String
Returns 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.
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.
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 |