Class: DatadogAPIClient::V2::ExecutionPolicyActionPattern
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::ExecutionPolicyActionPattern
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/execution_policy_action_pattern.rb
Overview
The set of actions this policy applies to.
Instance Attribute Summary collapse
-
#action_fqns ⇒ Object
readonly
The fully qualified action names this policy matches.
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#integration ⇒ Object
readonly
The integration the action pattern applies to.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#action_fqns ⇒ Object
The fully qualified action names this policy matches. Use * to match all actions
of the integration, or a fully qualified name prefixed with the integration's action
namespace (for example com.datadoghq.script.* for the Script integration).
27 28 29 |
# File 'lib/datadog_api_client/v2/models/execution_policy_action_pattern.rb', line 27 def action_fqns @action_fqns end |
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
32 33 34 |
# File 'lib/datadog_api_client/v2/models/execution_policy_action_pattern.rb', line 32 def additional_properties @additional_properties end |
#integration ⇒ Object
The integration the action pattern applies to.
30 31 32 |
# File 'lib/datadog_api_client/v2/models/execution_policy_action_pattern.rb', line 30 def integration @integration end |