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.



4956
4957
4958
# File 'lib/google/apis/chromemanagement_v1/classes.rb', line 4956

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)


4954
4955
4956
# File 'lib/google/apis/chromemanagement_v1/classes.rb', line 4954

def ca_connection_adapter_config_reference
  @ca_connection_adapter_config_reference
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



4961
4962
4963
# File 'lib/google/apis/chromemanagement_v1/classes.rb', line 4961

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