Class: DatadogAPIClient::V2::SecurityMonitoringIntegrationConfigUpdateAttributes

Inherits:
Object
  • Object
show all
Includes:
BaseGenericModel
Defined in:
lib/datadog_api_client/v2/models/security_monitoring_integration_config_update_attributes.rb

Overview

Fields to update on the entity context sync configuration. All fields are optional.

Instance Attribute Summary collapse

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#additional_propertiesObject

Returns the value of attribute additional_properties.



42
43
44
# File 'lib/datadog_api_client/v2/models/security_monitoring_integration_config_update_attributes.rb', line 42

def additional_properties
  @additional_properties
end

#domainObject

The new domain associated with the external entity source.



25
26
27
# File 'lib/datadog_api_client/v2/models/security_monitoring_integration_config_update_attributes.rb', line 25

def domain
  @domain
end

#enabledObject

Whether the entity context sync should be enabled.



28
29
30
# File 'lib/datadog_api_client/v2/models/security_monitoring_integration_config_update_attributes.rb', line 28

def enabled
  @enabled
end

#integration_typeObject

The type of external source that provides entities to Cloud SIEM.



31
32
33
# File 'lib/datadog_api_client/v2/models/security_monitoring_integration_config_update_attributes.rb', line 31

def integration_type
  @integration_type
end

#nameObject

The new display name for the entity context sync configuration.



34
35
36
# File 'lib/datadog_api_client/v2/models/security_monitoring_integration_config_update_attributes.rb', line 34

def name
  @name
end

#secretsObject

The secrets used to authenticate against the external entity source. The accepted keys depend on the source type (for example, admin_email for Google Workspace).



37
38
39
# File 'lib/datadog_api_client/v2/models/security_monitoring_integration_config_update_attributes.rb', line 37

def secrets
  @secrets
end

#settingsObject

Free-form, non-sensitive settings for the entity context sync. The accepted keys depend on the source type.



40
41
42
# File 'lib/datadog_api_client/v2/models/security_monitoring_integration_config_update_attributes.rb', line 40

def settings
  @settings
end