Class: DatadogAPIClient::V2::ExecutionPolicyActionPattern

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

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#action_fqnsObject

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_propertiesObject

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

#integrationObject

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