Okta · Schema

EventHookChannelConfig

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

Properties

Name Type Description
authScheme object
headers array
uri string
View JSON Schema on GitHub

JSON Schema

okta-eventhookchannelconfig-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/EventHookChannelConfig",
  "title": "EventHookChannelConfig",
  "type": "object",
  "properties": {
    "authScheme": {
      "$ref": "#/components/schemas/EventHookChannelConfigAuthScheme"
    },
    "headers": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/EventHookChannelConfigHeader"
      }
    },
    "uri": {
      "type": "string"
    }
  },
  "x-okta-tags": [
    "EventHook"
  ]
}