Certificate Authority Service V1beta1 API - Class Google::Cloud::Security::PrivateCA::V1beta1::SubordinateConfig::SubordinateConfigChain (v0.9.0)

Reference documentation and code samples for the Certificate Authority Service V1beta1 API class Google::Cloud::Security::PrivateCA::V1beta1::SubordinateConfig::SubordinateConfigChain.

This message describes a subordinate CA's issuer certificate chain. This wrapper exists for compatibility reasons.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#pem_certificates

def pem_certificates() -> ::Array<::String>
Returns
  • (::Array<::String>) — Required. Expected to be in leaf-to-root order according to RFC 5246.

#pem_certificates=

def pem_certificates=(value) -> ::Array<::String>
Parameter
  • value (::Array<::String>) — 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.