Class: DatadogAPIClient::V2::SecurityMonitoringIntegrationConfigCreateAttributes
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::SecurityMonitoringIntegrationConfigCreateAttributes
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/security_monitoring_integration_config_create_attributes.rb
Overview
The attributes of the entity context sync configuration to create.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#domain ⇒ Object
readonly
The domain associated with the external entity source.
-
#integration_type ⇒ Object
readonly
The type of external source that provides entities to Cloud SIEM.
-
#name ⇒ Object
readonly
The display name for the entity context sync configuration.
-
#secrets ⇒ Object
readonly
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.
39 40 41 |
# File 'lib/datadog_api_client/v2/models/security_monitoring_integration_config_create_attributes.rb', line 39 def additional_properties @additional_properties end |
#domain ⇒ Object
The domain associated with the external entity source.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/security_monitoring_integration_config_create_attributes.rb', line 25 def domain @domain end |
#integration_type ⇒ Object
The type of external source that provides entities to Cloud SIEM.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/security_monitoring_integration_config_create_attributes.rb', line 28 def integration_type @integration_type end |
#name ⇒ Object
The display name for the entity context sync configuration.
31 32 33 |
# File 'lib/datadog_api_client/v2/models/security_monitoring_integration_config_create_attributes.rb', line 31 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).
34 35 36 |
# File 'lib/datadog_api_client/v2/models/security_monitoring_integration_config_create_attributes.rb', line 34 def secrets @secrets end |
#settings ⇒ Object
Free-form, non-sensitive settings for the entity context sync. The accepted keys depend on the source type.
37 38 39 |
# File 'lib/datadog_api_client/v2/models/security_monitoring_integration_config_create_attributes.rb', line 37 def settings @settings end |