Auth0 · Schema

GetLogStreamResponseContent

AI AgentsAuthenticationAuthorizationFGAIdentity ManagementMCPOAuthOktaOpenID ConnectSAMLSecuritySCIM
View JSON Schema on GitHub

JSON Schema

auth0-getlogstreamresponsecontent-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/GetLogStreamResponseContent",
  "title": "GetLogStreamResponseContent",
  "oneOf": [
    {
      "$ref": "#/components/schemas/LogStreamHttpResponseSchema"
    },
    {
      "$ref": "#/components/schemas/LogStreamEventBridgeResponseSchema"
    },
    {
      "$ref": "#/components/schemas/LogStreamEventGridResponseSchema"
    },
    {
      "$ref": "#/components/schemas/LogStreamDatadogResponseSchema"
    },
    {
      "$ref": "#/components/schemas/LogStreamSplunkResponseSchema"
    },
    {
      "$ref": "#/components/schemas/LogStreamSumoResponseSchema"
    },
    {
      "$ref": "#/components/schemas/LogStreamSegmentResponseSchema"
    },
    {
      "$ref": "#/components/schemas/LogStreamMixpanelResponseSchema"
    }
  ]
}