The set of actions this policy applies to.

Hierarchy

  • ExecutionPolicyActionPattern

Constructors

Properties

actionFqns: string[]

The fully qualified action names this policy matches. Use * to match all actions of the integration, or a fully qualified name prefixed with the integration's action namespace (for example com.datadoghq.script.* for the Script integration).

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

The integration the action pattern applies to.

Generated using TypeDoc