Auth0 · Schema

GetSupplementalSignalsResponseContent

AI AgentsAuthenticationAuthorizationFGAIdentity ManagementMCPOAuthOktaOpenID ConnectSAMLSecuritySCIM

Properties

Name Type Description
akamai_enabled boolean Indicates if incoming Akamai Headers should be processed
View JSON Schema on GitHub

JSON Schema

auth0-getsupplementalsignalsresponsecontent-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/GetSupplementalSignalsResponseContent",
  "title": "GetSupplementalSignalsResponseContent",
  "type": "object",
  "additionalProperties": true,
  "properties": {
    "akamai_enabled": {
      "type": "boolean",
      "description": "Indicates if incoming Akamai Headers should be processed"
    }
  }
}