Okta · Schema

InlineHookChannelConfig

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

Properties

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

JSON Schema

okta-inlinehookchannelconfig-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/InlineHookChannelConfig",
  "title": "InlineHookChannelConfig",
  "type": "object",
  "properties": {
    "authScheme": {
      "$ref": "#/components/schemas/InlineHookChannelConfigAuthScheme"
    },
    "headers": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/InlineHookChannelConfigHeaders"
      }
    },
    "method": {
      "type": "string"
    },
    "uri": {
      "type": "string"
    }
  },
  "x-okta-tags": [
    "InlineHook"
  ]
}