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

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

Overview

Defined Under Namespace

Classes: CertChain

Instance Attribute Summary collapse

Instance Attribute Details

#ca_certs::Array<::Google::Cloud::Security::PrivateCA::V1::FetchCaCertsResponse::CertChain>

Returns The PEM encoded CA certificate chains of all Certificate Authorities in this CaPool in the ENABLED, DISABLED, or STAGED states.

Returns:



671
672
673
674
675
676
677
678
679
680
681
682
# File 'proto_docs/google/cloud/security/privateca/v1/service.rb', line 671

class FetchCaCertsResponse
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # @!attribute [rw] certificates
  #   @return [::Array<::String>]
  #     The certificates that form the CA chain, from leaf to root order.
  class CertChain
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end
end