Attributes of a ServiceNow template

Hierarchy

  • ServiceNowTemplateAttributes

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

The ID of the assignment group

businessServiceId?: string

The ID of the business service

fieldsMapping?: {
    [key: string]: string;
}

Custom field mappings for the template

Type declaration

  • [key: string]: string
handleName: string

The handle name of the template

instanceId: string

The ID of the ServiceNow instance

servicenowTablename: string

The name of the destination ServiceNow table

userId?: string

The ID of the user

Generated using TypeDoc