Class: Google::Apis::ChromemanagementV1::GoogleChromeManagementVersionsV1GenericCaConnection

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

Overview

Describes a generic Certificate Authority Connection.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleChromeManagementVersionsV1GenericCaConnection

Returns a new instance of GoogleChromeManagementVersionsV1GenericCaConnection.



5246
5247
5248
# File 'lib/google/apis/chromemanagement_v1/classes.rb', line 5246

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

Instance Attribute Details

#ca_connection_adapter_config_referenceString

Output only. A string that references the administrator-provided configuration for the certification authority service. Corresponds to the JSON property caConnectionAdapterConfigReference

Returns:

  • (String)


5244
5245
5246
# File 'lib/google/apis/chromemanagement_v1/classes.rb', line 5244

def ca_connection_adapter_config_reference
  @ca_connection_adapter_config_reference
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



5251
5252
5253
# File 'lib/google/apis/chromemanagement_v1/classes.rb', line 5251

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