Datadog · JSON Structure

Datadog Api Api Key Relationships Structure

Resources related to the API key.

Type: object Properties: 2
AnalyticsDashboardsMonitoringPlatformT1Visualizations

APIKeyRelationships is a JSON Structure definition published by Datadog, describing 2 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

created_by modified_by

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/datadog/refs/heads/main/json-structure/datadog-api-api-key-relationships-structure.json",
  "name": "APIKeyRelationships",
  "description": "Resources related to the API key.",
  "type": "object",
  "properties": {
    "created_by": {
      "$ref": "#/components/schemas/RelationshipToUser"
    },
    "modified_by": {
      "$ref": "#/components/schemas/NullableRelationshipToUser"
    }
  }
}