Okta · Schema

EventHookChannel

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

Properties

Name Type Description
config object
type string
version string
View JSON Schema on GitHub

JSON Schema

okta-eventhookchannel-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/EventHookChannel",
  "title": "EventHookChannel",
  "type": "object",
  "properties": {
    "config": {
      "$ref": "#/components/schemas/EventHookChannelConfig"
    },
    "type": {
      "type": "string",
      "enum": [
        "HTTP"
      ]
    },
    "version": {
      "type": "string"
    }
  },
  "x-okta-tags": [
    "EventHook"
  ]
}