Okta · Schema

EventSubscriptions

IdentityWorkforce IdentityCustomer IdentityAuthenticationAuthorizationSingle Sign-OnMulti-Factor AuthenticationIdentity GovernancePrivileged AccessAI AgentsCross-App AccessMCPPlatform

Properties

Name Type Description
items array
type string
View JSON Schema on GitHub

JSON Schema

okta-eventsubscriptions-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/EventSubscriptions",
  "title": "EventSubscriptions",
  "type": "object",
  "properties": {
    "items": {
      "type": "array",
      "items": {
        "type": "string"
      }
    },
    "type": {
      "type": "string",
      "enum": [
        "EVENT_TYPE",
        "FLOW_EVENT"
      ]
    }
  },
  "discriminator": {
    "propertyName": "type"
  },
  "x-okta-tags": [
    "EventHook"
  ]
}