Class: Google::Apis::ManagedkafkaV1::TrustConfig

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

Overview

Sources of CA certificates to install in the broker's truststore.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ TrustConfig

Returns a new instance of TrustConfig.



2023
2024
2025
# File 'lib/google/apis/managedkafka_v1/classes.rb', line 2023

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

Instance Attribute Details

#cas_configsArray<Google::Apis::ManagedkafkaV1::CertificateAuthorityServiceConfig>

Optional. Configuration for the Google Certificate Authority Service. Maximum 10. Corresponds to the JSON property casConfigs



2021
2022
2023
# File 'lib/google/apis/managedkafka_v1/classes.rb', line 2021

def cas_configs
  @cas_configs
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



2028
2029
2030
# File 'lib/google/apis/managedkafka_v1/classes.rb', line 2028

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