Class GovernanceControlMitigationDefinition

The definition of a mitigation available for a control.

Hierarchy

  • GovernanceControlMitigationDefinition

Constructors

Properties

actionVerb: string

The verb describing the mitigation action, such as revoke or delete.

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
description: string

A human-readable description of the mitigation.

executionModes?: string[]

The execution modes the mitigation supports, such as manual or automatic.

featureFlags: string[]

The feature flags that gate the mitigation.

id: string

The unique identifier of the mitigation.

manualMitigationWarning: string

A warning shown to the user before applying the mitigation manually.

permissions: string[]

The permissions required to apply the mitigation.

requiresAi: boolean

Whether the mitigation requires AI to be enabled.

An array of parameter definitions.

title: string

A short, human-readable name for the mitigation.

Generated using TypeDoc