Class: Google::Apis::ChromemanagementV1::GoogleChromeManagementVersionsV1ScepCaConnection
- Inherits:
-
Object
- Object
- Google::Apis::ChromemanagementV1::GoogleChromeManagementVersionsV1ScepCaConnection
- 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 SCEP Certificate Authority Connection.
Instance Attribute Summary collapse
-
#ca_connection_adapter_config_reference ⇒ String
Output only.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleChromeManagementVersionsV1ScepCaConnection
constructor
A new instance of GoogleChromeManagementVersionsV1ScepCaConnection.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleChromeManagementVersionsV1ScepCaConnection
Returns a new instance of GoogleChromeManagementVersionsV1ScepCaConnection.
5325 5326 5327 |
# File 'lib/google/apis/chromemanagement_v1/classes.rb', line 5325 def initialize(**args) update!(**args) end |
Instance Attribute Details
#ca_connection_adapter_config_reference ⇒ String
Output only. A string that references the administrator-provided configuration
for the certification authority service.
Corresponds to the JSON property caConnectionAdapterConfigReference
5323 5324 5325 |
# File 'lib/google/apis/chromemanagement_v1/classes.rb', line 5323 def ca_connection_adapter_config_reference @ca_connection_adapter_config_reference end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
5330 5331 5332 |
# File 'lib/google/apis/chromemanagement_v1/classes.rb', line 5330 def update!(**args) @ca_connection_adapter_config_reference = args[:ca_connection_adapter_config_reference] if args.key?(:ca_connection_adapter_config_reference) end |