Class: DatadogAPIClient::V2::ExecutionPolicyRemoteActionRshellScopeRule
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::ExecutionPolicyRemoteActionRshellScopeRule
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/execution_policy_remote_action_rshell_scope_rule.rb
Overview
A rule restricting remote shell access to specific paths.
Instance Attribute Summary collapse
-
#access ⇒ Object
readonly
The level of remote shell access granted for the target paths.
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#target_paths ⇒ Object
readonly
The file system paths this rule applies to.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#access ⇒ Object
The level of remote shell access granted for the target paths.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/execution_policy_remote_action_rshell_scope_rule.rb', line 25 def access @access end |
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
30 31 32 |
# File 'lib/datadog_api_client/v2/models/execution_policy_remote_action_rshell_scope_rule.rb', line 30 def additional_properties @additional_properties end |
#target_paths ⇒ Object
The file system paths this rule applies to.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/execution_policy_remote_action_rshell_scope_rule.rb', line 28 def target_paths @target_paths end |