An execution policy.

Hierarchy

  • ExecutionPolicyAttributes

Constructors

Properties

The set of actions this policy applies to.

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
createdAt: Date

The date and time the execution policy was created.

createdBy: string

The ID of the user who created the execution policy.

Whether the policy allows or denies matching actions.

name: string

The name of the execution policy.

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.

The targets this policy applies to.

updatedAt: Date

The date and time the execution policy was last updated.

updatedBy: string

The ID of the user who last updated the execution policy.

version: number

The version of the execution policy. Incremented on every update.

Generated using TypeDoc