Class GovernanceMitigationRequestAttributes

The attributes of a governance mitigation request.

Hierarchy

  • GovernanceMitigationRequestAttributes

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
detectionIds: string[]

The identifiers of the detections to mitigate in this request.

detectionType: string

The detection type whose detections should be mitigated.

mitigationParameters?: {
    [key: string]: any;
}

A free-form map of parameter names to their configured values.

Type declaration

  • [key: string]: any
mitigationType?: string

The mitigation to apply to the selected detections. Defaults to the control's configured mitigation when omitted.

Generated using TypeDoc