Class: Google::Cloud::Security::PrivateCA::V1::SubordinateConfig::SubordinateConfigChain

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#pem_certificates::Array<::String>

Returns Required. Expected to be in leaf-to-root order according to RFC 5246.

Returns:

  • (::Array<::String>)

    Required. Expected to be in leaf-to-root order according to RFC 5246.



949
950
951
952
# File 'proto_docs/google/cloud/security/privateca/v1/resources.rb', line 949

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