Class: DatadogAPIClient::V2::ExecutionPolicyRemoteActionRshellScopeRule

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

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#accessObject

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_propertiesObject

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_pathsObject

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