Class GovernanceControlDetectionUpdateAttributes

The attributes of a governance control detection that can be updated. Only the attributes present in the request are modified.

Hierarchy

  • GovernanceControlDetectionUpdateAttributes

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
assignedTeam?: string

The handle of the team the detection is assigned to. Set to an empty string to clear the assignment.

assignedTo?: string

The UUID of the user the detection is assigned to. Set to an empty string to clear the assignment.

mitigateAfter?: Date

The timestamp after which the detection becomes eligible for mitigation. Used to defer mitigation to a later time.

The new state to set for the detection. Set to exception to acknowledge the detection and exclude it from active counts, or active to reopen it.

Generated using TypeDoc