Class IncidentServiceNowRecordDataAttributesRequest

Attributes for creating a ServiceNow record for an incident.

Hierarchy

  • IncidentServiceNowRecordDataAttributesRequest

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

The ServiceNow assignment group.

configurationItemMapping: string

The ServiceNow configuration item mapping.

instanceName: string

The ServiceNow instance name.

recordId?: string

An existing ServiceNow record ID (Sys ID) to link instead of creating a new record.

Generated using TypeDoc