Restricts where the policy applies. At most one of kubernetes, scripts, or remote_action_rshell can be set. An empty object means the policy has no scope restriction.

Hierarchy

  • ExecutionPolicyScope

Constructors

Properties

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

Restricts the policy to specific Kubernetes namespaces.

Restricts the policy to specific remote shell paths.

Restricts the policy to specific scripts.

Generated using TypeDoc