Class: Google::Apis::PrivatecaV1::FetchCaCertsResponse

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/privateca_v1/classes.rb,
lib/google/apis/privateca_v1/representations.rb,
lib/google/apis/privateca_v1/representations.rb

Overview

Response message for CertificateAuthorityService.FetchCaCerts.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ FetchCaCertsResponse

Returns a new instance of FetchCaCertsResponse.



1261
1262
1263
# File 'lib/google/apis/privateca_v1/classes.rb', line 1261

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#ca_certsArray<Google::Apis::PrivatecaV1::CertChain>

The PEM encoded CA certificate chains of all Certificate Authorities in this CaPool in the ENABLED, DISABLED, or STAGED states. Corresponds to the JSON property caCerts



1259
1260
1261
# File 'lib/google/apis/privateca_v1/classes.rb', line 1259

def ca_certs
  @ca_certs
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1266
1267
1268
# File 'lib/google/apis/privateca_v1/classes.rb', line 1266

def update!(**args)
  @ca_certs = args[:ca_certs] if args.key?(:ca_certs)
end