Response object for an organization creation.

Hierarchy

  • OrganizationCreateResponse

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
apiKey?: ApiKey

Datadog API key.

applicationKey?: ApplicationKey

An application key with its associated metadata.

Create, edit, and manage organizations.

user?: v1.User

Create, edit, and disable users.

Generated using TypeDoc