Class: Google::Cloud::Security::PrivateCA::V1::FetchCaCertsResponse::CertChain

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/security/privateca/v1/service.rb

Instance Attribute Summary collapse

Instance Attribute Details

#certificates::Array<::String>

Returns The certificates that form the CA chain, from leaf to root order.

Returns:

  • (::Array<::String>)

    The certificates that form the CA chain, from leaf to root order.



678
679
680
681
# File 'proto_docs/google/cloud/security/privateca/v1/service.rb', line 678

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