Class: Google::Cloud::Security::PrivateCA::V1beta1::SubordinateConfig::SubordinateConfigChain
- Inherits:
-
Object
- Object
- Google::Cloud::Security::PrivateCA::V1beta1::SubordinateConfig::SubordinateConfigChain
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/security/privateca/v1beta1/resources.rb
Overview
This message describes a subordinate CA's issuer certificate chain. This wrapper exists for compatibility reasons.
Instance Attribute Summary collapse
-
#pem_certificates ⇒ ::Array<::String>
Required.
Instance Attribute Details
#pem_certificates ⇒ ::Array<::String>
Returns Required. Expected to be in leaf-to-root order according to RFC 5246.
620 621 622 623 |
# File 'proto_docs/google/cloud/security/privateca/v1beta1/resources.rb', line 620 class SubordinateConfigChain include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |