Class: Google::Apis::ChromemanagementV1::GoogleChromeManagementVersionsV1CrowdStrikeFalconNextGenConfig

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

CrowdStrike Falcon Next Gen connector config.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleChromeManagementVersionsV1CrowdStrikeFalconNextGenConfig

Returns a new instance of GoogleChromeManagementVersionsV1CrowdStrikeFalconNextGenConfig.



5301
5302
5303
# File 'lib/google/apis/chromemanagement_v1/classes.rb', line 5301

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

Instance Attribute Details

#api_keyString

Required. Input only. API key to use on the ingestion API. Corresponds to the JSON property apiKey

Returns:

  • (String)


5289
5290
5291
# File 'lib/google/apis/chromemanagement_v1/classes.rb', line 5289

def api_key
  @api_key
end

#hostString

Required. Host to identify the customer specific server to receive the events. Corresponds to the JSON property host

Returns:

  • (String)


5294
5295
5296
# File 'lib/google/apis/chromemanagement_v1/classes.rb', line 5294

def host
  @host
end

#reporting_settingsGoogle::Apis::ChromemanagementV1::GoogleChromeManagementVersionsV1ReportingSettings

Reporting settings for connector configs. Corresponds to the JSON property reportingSettings



5299
5300
5301
# File 'lib/google/apis/chromemanagement_v1/classes.rb', line 5299

def reporting_settings
  @reporting_settings
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



5306
5307
5308
5309
5310
# File 'lib/google/apis/chromemanagement_v1/classes.rb', line 5306

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