ServiceNow ticket associated with the case.

Hierarchy

  • FindingServiceNowTicket

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

Result of the ServiceNow ticket creation or attachment.

status?: string

Status of the ServiceNow ticket operation. Can be "COMPLETED" if successful, or "FAILED" if the operation failed.

Generated using TypeDoc