Auth0 · Schema

EventStreamCloudEventOrgConnectionRemovedObjectConnection

AI AgentsAuthenticationAuthorizationFGAIdentity ManagementMCPOAuthOktaOpenID ConnectSAMLSecuritySCIM

Properties

Name Type Description
id string The ID of the connection.
View JSON Schema on GitHub

JSON Schema

auth0-eventstreamcloudeventorgconnectionremovedobjectconnection-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/EventStreamCloudEventOrgConnectionRemovedObjectConnection",
  "title": "EventStreamCloudEventOrgConnectionRemovedObjectConnection",
  "type": "object",
  "additionalProperties": false,
  "required": [
    "id"
  ],
  "properties": {
    "id": {
      "type": "string",
      "description": "The ID of the connection.",
      "pattern": "con_[a-zA-Z0-9]{16}"
    }
  }
}