Class SalesforceIncidentsTemplateCreateAttributes

Salesforce incident template attributes for a create request.

Hierarchy

  • SalesforceIncidentsTemplateCreateAttributes

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

Long-form description body for Salesforce incidents created from this template.

name: string

Human-readable name for this incident template. Must be unique within your organization.

ownerId: string

The Salesforce user ID that owns incidents created from this template.

Priority of the Salesforce incident created from this template.

salesforceOrgId: string

The Datadog-assigned ID of the Salesforce organization this template belongs to.

subject: string

Subject line for Salesforce incidents created from this template.

Generated using TypeDoc