Class: DatadogAPIClient::V2::CloudWorkloadSecurityAgentRuleAction
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::CloudWorkloadSecurityAgentRuleAction
- 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
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#filter ⇒ Object
SECL expression used to target the container to apply the action on.
-
#kill ⇒ Object
Kill system call applied on the container matching the rule.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
30 31 32 |
# File 'lib/datadog_api_client/v2/models/cloud_workload_security_agent_rule_action.rb', line 30 def additional_properties @additional_properties end |
#filter ⇒ Object
SECL expression used to target the container to apply the action on
25 26 27 |
# File 'lib/datadog_api_client/v2/models/cloud_workload_security_agent_rule_action.rb', line 25 def filter @filter end |
#kill ⇒ Object
Kill system call applied on the container matching the rule
28 29 30 |
# File 'lib/datadog_api_client/v2/models/cloud_workload_security_agent_rule_action.rb', line 28 def kill @kill end |