Auth0 · Schema

LogStreamStatusEnum

The status of the log stream. Possible values: `active`, `paused`, `suspended`

AI AgentsAuthenticationAuthorizationFGAIdentity ManagementMCPOAuthOktaOpenID ConnectSAMLSecuritySCIM
View JSON Schema on GitHub

JSON Schema

auth0-logstreamstatusenum-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/LogStreamStatusEnum",
  "title": "LogStreamStatusEnum",
  "type": "string",
  "description": "The status of the log stream. Possible values: `active`, `paused`, `suspended`",
  "enum": [
    "active",
    "paused",
    "suspended"
  ]
}