Class: Google::Cloud::Security::PrivateCA::V1::SubordinateConfig::SubordinateConfigChain
- Inherits:
-
Object
- Object
- Google::Cloud::Security::PrivateCA::V1::SubordinateConfig::SubordinateConfigChain
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/security/privateca/v1/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.
988 989 990 991 |
# File 'proto_docs/google/cloud/security/privateca/v1/resources.rb', line 988 class SubordinateConfigChain include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |