Class: DatadogAPIClient::V2::ExecutionPolicyScriptScopeRule
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::ExecutionPolicyScriptScopeRule
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/execution_policy_script_scope_rule.rb
Overview
A rule restricting a script scope to specific script names.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#target_script_names ⇒ Object
readonly
The script names this rule applies to.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
27 28 29 |
# File 'lib/datadog_api_client/v2/models/execution_policy_script_scope_rule.rb', line 27 def additional_properties @additional_properties end |
#target_script_names ⇒ Object
The script names this rule applies to.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/execution_policy_script_scope_rule.rb', line 25 def target_script_names @target_script_names end |