Class GovernanceControlMitigationDefinition

The definition of a mitigation available for a control.

Hierarchy

  • GovernanceControlMitigationDefinition

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

A human-readable description of the mitigation.

executionModes: string[]

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

id: string

The unique identifier of the mitigation.

permissions: string[]

The permissions required to apply the mitigation.

An array of parameter definitions.

title: string

A short, human-readable name for the mitigation.

Generated using TypeDoc