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.



1228
1229
1230
# File 'lib/google/apis/privateca_v1/classes.rb', line 1228

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

Instance Attribute Details

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

The PEM encoded CA certificate chains of all ACTIVE CertificateAuthority resources in this CaPool. Corresponds to the JSON property caCerts



1226
1227
1228
# File 'lib/google/apis/privateca_v1/classes.rb', line 1226

def ca_certs
  @ca_certs
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1233
1234
1235
# File 'lib/google/apis/privateca_v1/classes.rb', line 1233

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