Auth0 · Schema

LogStreamEventGridSink

AI AgentsAuthenticationAuthorizationFGAIdentity ManagementMCPOAuthOktaOpenID ConnectSAMLSecuritySCIM

Properties

Name Type Description
azureSubscriptionId string Subscription ID
azureRegion object
azureResourceGroup string Resource Group
azurePartnerTopic string Partner Topic
View JSON Schema on GitHub

JSON Schema

auth0-logstreameventgridsink-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/LogStreamEventGridSink",
  "title": "LogStreamEventGridSink",
  "type": "object",
  "additionalProperties": false,
  "required": [
    "azureSubscriptionId",
    "azureRegion",
    "azureResourceGroup"
  ],
  "properties": {
    "azureSubscriptionId": {
      "type": "string",
      "description": "Subscription ID",
      "pattern": "^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$"
    },
    "azureRegion": {
      "$ref": "#/components/schemas/LogStreamEventGridRegionEnum"
    },
    "azureResourceGroup": {
      "type": "string",
      "description": "Resource Group"
    },
    "azurePartnerTopic": {
      "type": "string",
      "description": "Partner Topic"
    }
  }
}