Auth0 · Schema

GetDirectoryProvisioningDefaultMappingResponseContent

AI AgentsAuthenticationAuthorizationFGAIdentity ManagementMCPOAuthOktaOpenID ConnectSAMLSecuritySCIM

Properties

Name Type Description
mapping array The mapping between Auth0 and IDP user attributes
View JSON Schema on GitHub

JSON Schema

auth0-getdirectoryprovisioningdefaultmappingresponsecontent-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/GetDirectoryProvisioningDefaultMappingResponseContent",
  "title": "GetDirectoryProvisioningDefaultMappingResponseContent",
  "type": "object",
  "additionalProperties": false,
  "properties": {
    "mapping": {
      "type": "array",
      "description": "The mapping between Auth0 and IDP user attributes",
      "minItems": 1,
      "items": {
        "$ref": "#/components/schemas/DirectoryProvisioningMappingItem"
      }
    }
  }
}