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.



5513
5514
5515
# File 'lib/google/apis/chromemanagement_v1/classes.rb', line 5513

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)


5511
5512
5513
# File 'lib/google/apis/chromemanagement_v1/classes.rb', line 5511

def ca_connection_adapter_config_reference
  @ca_connection_adapter_config_reference
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



5518
5519
5520
# File 'lib/google/apis/chromemanagement_v1/classes.rb', line 5518

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