Metadata about the organization that sent the email.

Hierarchy

  • TransportWebhookLogOrgMetadata

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

Country code or name used for billing purposes.

billingPlan?: string

The Datadog billing plan for the organization (for example, "pro", "enterprise").

customerTier?: string

Support or account tier assigned to the organization (for example, "tier-1").

domain?: string

Primary email domain associated with the organization (for example, "example.com").

industry?: string

Industry classification of the organization (for example, "technology", "finance").

isBugbounty?: string

Whether the organization is enrolled in the Datadog bug bounty program.

isMsp?: string

Whether the organization operates as a Managed Service Provider managing child orgs.

name?: string

Display name of the organization as configured in Datadog account settings.

orgUuid?: string

Globally unique identifier for the Datadog organization (UUID v1 format).

parentOrgId?: string

Identifier of the immediate parent organization, if this is a child org.

premiumSupport?: string

Whether the organization has a premium support plan with Datadog.

rootOrgId?: string

Identifier of the top-level parent organization in a multi-org account hierarchy.

rootOrgName?: string

Display name of the top-level parent organization in a multi-org account hierarchy.

shippingCountry?: string

Country code or name used for shipping or regional assignment.

website?: string

Website URL provided during organization registration.

whenCreated?: string

ISO 8601 timestamp of when the Datadog organization was created.

Generated using TypeDoc