Class: DatadogAPIClient::V2::CloudWorkloadSecurityAgentRuleAction

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

Overview

The action the rule can perform if triggered

Instance Attribute Summary collapse

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#_hashObject

Hash file specified by the field attribute



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

def _hash
  @_hash
end

#additional_propertiesObject

Returns the value of attribute additional_properties.



51
52
53
# File 'lib/datadog_api_client/v2/models/cloud_workload_security_agent_rule_action.rb', line 51

def additional_properties
  @additional_properties
end

#coredumpObject

The core dump action applied on the process matching the rule.



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

def coredump
  @coredump
end

#disabledObject

Whether the action is disabled



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

def disabled
  @disabled
end

#filterObject

SECL expression used to target the container to apply the action on



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

def filter
  @filter
end

#killObject

Kill system call applied on the container matching the rule



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

def kill
  @kill
end

#logObject

The log action applied when the rule is triggered.



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

def log
  @log
end

#metadataObject

The metadata action applied on the scope matching the rule



43
44
45
# File 'lib/datadog_api_client/v2/models/cloud_workload_security_agent_rule_action.rb', line 43

def 
  @metadata
end

#network_filterObject

The network filter action applied on the network traffic matching the rule.



46
47
48
# File 'lib/datadog_api_client/v2/models/cloud_workload_security_agent_rule_action.rb', line 46

def network_filter
  @network_filter
end

#setObject

The set action applied on the scope matching the rule



49
50
51
# File 'lib/datadog_api_client/v2/models/cloud_workload_security_agent_rule_action.rb', line 49

def set
  @set
end