class Google::Apis::PrivatecaV1::FetchCaCertsResponse

Response message for CertificateAuthorityService.FetchCaCerts.

Attributes

ca_certs[RW]

The PEM encoded CA certificate chains of all ACTIVE CertificateAuthority resources in this CaPool. Corresponds to the JSON property `caCerts` @return [Array<Google::Apis::PrivatecaV1::CertChain>]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/privateca_v1/classes.rb, line 1214
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File lib/google/apis/privateca_v1/classes.rb, line 1219
def update!(**args)
  @ca_certs = args[:ca_certs] if args.key?(:ca_certs)
end