Class SalesforceIncidentsOrganizationResponseAttributes

Attributes of a Salesforce organization connected to the Datadog Salesforce integration.

Hierarchy

  • SalesforceIncidentsOrganizationResponseAttributes

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

The Salesforce instance URL used to call this organization's APIs.

name?: string

Human-readable name of the Salesforce organization.

sfdcOrgId?: string

The Salesforce organization identifier (15- or 18-character Salesforce org ID).

sfdcOrgType?: string

The Salesforce organization type (for example, Production or Sandbox).

Generated using TypeDoc