Auth0 · Schema

UpdateHookSecretRequestContent

Hashmap of key-value pairs where the value must be a string.

AI AgentsAuthenticationAuthorizationFGAIdentity ManagementMCPOAuthOktaOpenID ConnectSAMLSecuritySCIM
View JSON Schema on GitHub

JSON Schema

auth0-updatehooksecretrequestcontent-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/UpdateHookSecretRequestContent",
  "title": "UpdateHookSecretRequestContent",
  "type": "object",
  "description": "Hashmap of key-value pairs where the value must be a string.",
  "additionalProperties": {
    "type": "string"
  },
  "minProperties": 1,
  "maxProperties": 20
}