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.



1315
1316
1317
# File 'lib/google/apis/privateca_v1/classes.rb', line 1315

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



1313
1314
1315
# File 'lib/google/apis/privateca_v1/classes.rb', line 1313

def ca_certs
  @ca_certs
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1320
1321
1322
# File 'lib/google/apis/privateca_v1/classes.rb', line 1320

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