Auth0 · Schema

LogStreamDatadogSink

AI AgentsAuthenticationAuthorizationFGAIdentity ManagementMCPOAuthOktaOpenID ConnectSAMLSecuritySCIM

Properties

Name Type Description
datadogApiKey string Datadog API Key
datadogRegion object
View JSON Schema on GitHub

JSON Schema

auth0-logstreamdatadogsink-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/LogStreamDatadogSink",
  "title": "LogStreamDatadogSink",
  "type": "object",
  "additionalProperties": false,
  "required": [
    "datadogApiKey",
    "datadogRegion"
  ],
  "properties": {
    "datadogApiKey": {
      "type": "string",
      "description": "Datadog API Key"
    },
    "datadogRegion": {
      "$ref": "#/components/schemas/LogStreamDatadogRegionEnum"
    }
  }
}