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.



1307
1308
1309
# File 'lib/google/apis/privateca_v1/classes.rb', line 1307

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



1305
1306
1307
# File 'lib/google/apis/privateca_v1/classes.rb', line 1305

def ca_certs
  @ca_certs
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



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

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