Class AttachServiceNowTicketRequestDataAttributes

Attributes of the ServiceNow ticket to attach security findings to.

Hierarchy

  • AttachServiceNowTicketRequestDataAttributes

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

URL of the ServiceNow incident to attach security findings to. Must be a service-now.com URL pointing to an incident record.

Generated using TypeDoc