Class: DatadogAPIClient::V2::SecurityMonitoringIntegrationConfigUpdateAttributes
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::SecurityMonitoringIntegrationConfigUpdateAttributes
- 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
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#domain ⇒ Object
The new domain associated with the external entity source.
-
#enabled ⇒ Object
Whether the entity context sync should be enabled.
-
#integration_type ⇒ Object
The type of external source that provides entities to Cloud SIEM.
-
#name ⇒ Object
The new display name for the entity context sync configuration.
-
#secrets ⇒ Object
The secrets used to authenticate against the external entity source.
-
#settings ⇒ Object
Free-form, non-sensitive settings for the entity context sync.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
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 |
#domain ⇒ Object
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 |
#enabled ⇒ Object
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_type ⇒ Object
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 |
#name ⇒ Object
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 |
#secrets ⇒ Object
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 |
#settings ⇒ Object
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 |