Class: DatadogAPIClient::V2::SecurityMonitoringIntegrationConfigAttributes

Inherits:
Object
  • Object
show all
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

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#additional_propertiesObject

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_atObject

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

#domainObject

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

#enabledObject

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_typeObject

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_atObject

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

#nameObject

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

#settingsObject

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

#stateObject

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