Class CaseUpdateResolvedReasonAttributes

Attributes for setting the resolution reason on a security case.

Hierarchy

  • CaseUpdateResolvedReasonAttributes

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

The reason the security case was resolved (for example, FALSE_POSITIVE, TRUE_POSITIVE, BENIGN_POSITIVE).

Generated using TypeDoc