Class: DatadogAPIClient::V2::SecurityMonitoringIntegrationConfigAttributes
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::SecurityMonitoringIntegrationConfigAttributes
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/security_monitoring_integration_config_attributes.rb
Overview
The attributes of an entity context sync configuration as returned by the API.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#created_at ⇒ Object
The time at which the entity context sync configuration was created.
-
#domain ⇒ Object
readonly
The domain associated with the external entity source (for example, the customer's identity provider domain).
-
#enabled ⇒ Object
readonly
Whether the sync is enabled and actively ingesting entities into Cloud SIEM.
-
#integration_type ⇒ Object
readonly
The type of external source that provides entities to Cloud SIEM.
-
#modified_at ⇒ Object
The time at which the entity context sync configuration was last modified.
-
#name ⇒ Object
The display name of the entity context sync configuration.
-
#settings ⇒ Object
Free-form, non-sensitive settings for the entity context sync.
-
#state ⇒ Object
The state of the credentials configured on the entity context sync.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
48 49 50 |
# File 'lib/datadog_api_client/v2/models/security_monitoring_integration_config_attributes.rb', line 48 def additional_properties @additional_properties end |
#created_at ⇒ Object
The time at which the entity context sync configuration was created.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/security_monitoring_integration_config_attributes.rb', line 25 def created_at @created_at end |
#domain ⇒ Object
The domain associated with the external entity source (for example, the customer's identity provider domain).
28 29 30 |
# File 'lib/datadog_api_client/v2/models/security_monitoring_integration_config_attributes.rb', line 28 def domain @domain end |
#enabled ⇒ Object
Whether the sync is enabled and actively ingesting entities into Cloud SIEM.
31 32 33 |
# File 'lib/datadog_api_client/v2/models/security_monitoring_integration_config_attributes.rb', line 31 def enabled @enabled end |
#integration_type ⇒ Object
The type of external source that provides entities to Cloud SIEM.
34 35 36 |
# File 'lib/datadog_api_client/v2/models/security_monitoring_integration_config_attributes.rb', line 34 def integration_type @integration_type end |
#modified_at ⇒ Object
The time at which the entity context sync configuration was last modified.
37 38 39 |
# File 'lib/datadog_api_client/v2/models/security_monitoring_integration_config_attributes.rb', line 37 def modified_at @modified_at end |
#name ⇒ Object
The display name of the entity context sync configuration.
40 41 42 |
# File 'lib/datadog_api_client/v2/models/security_monitoring_integration_config_attributes.rb', line 40 def name @name end |
#settings ⇒ Object
Free-form, non-sensitive settings for the entity context sync. The accepted keys depend on the source type.
43 44 45 |
# File 'lib/datadog_api_client/v2/models/security_monitoring_integration_config_attributes.rb', line 43 def settings @settings end |
#state ⇒ Object
The state of the credentials configured on the entity context sync.
46 47 48 |
# File 'lib/datadog_api_client/v2/models/security_monitoring_integration_config_attributes.rb', line 46 def state @state end |