Result of the ServiceNow ticket creation or attachment.

Hierarchy

  • FindingServiceNowTicketResult

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

ServiceNow instance name extracted from the ticket URL.

sysId?: string

Unique identifier of the ServiceNow incident record.

sysTargetLink?: string

Direct link to the ServiceNow incident record.

sysTargetSysId?: string

Unique identifier of the target ServiceNow record.

tableName?: string

ServiceNow table containing the incident record.

url?: string

URL of the ServiceNow incident record.

Generated using TypeDoc