Class ExecutionPolicyRemoteActionRshellScopeRule

A rule restricting remote shell access to specific paths.

Hierarchy

  • ExecutionPolicyRemoteActionRshellScopeRule

Constructors

Properties

The level of remote shell access granted for the target paths.

additionalProperties?: {
    [key: string]: any;
}

A container for additional, undeclared properties. This is a holder for any undeclared properties as specified with the 'additionalProperties' keyword in the OAS document.

Type declaration

  • [key: string]: any
targetPaths: string[]

The file system paths this rule applies to.

Generated using TypeDoc