The definition of the DatadogAPIKey object.

Hierarchy

  • DatadogAPIKeyUpdate

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

The DatadogAPIKeyUpdate api_key.

appKey?: string

The DatadogAPIKeyUpdate app_key.

datacenter?: string

The DatadogAPIKeyUpdate datacenter.

subdomain?: string

Custom subdomain used for Datadog URLs generated with this Connection. For example, if this org uses https://acme.datadoghq.com to access Datadog, set this field to acme. If this field is omitted, generated URLs will use the default site URL for its datacenter (see https://docs.datadoghq.com/getting_started/site).

The definition of the DatadogAPIKey object.

Generated using TypeDoc