Datadog · Schema

APIKeyRelationships

Resources related to the API key.

AnalyticsDashboardsMonitoringPlatformT1Visualizations

Properties

Name Type Description
created_by object
modified_by object
View JSON Schema on GitHub

JSON Schema

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