Auth0 · Schema

DirectoryProvisioningMappingItem

AI AgentsAuthenticationAuthorizationFGAIdentity ManagementMCPOAuthOktaOpenID ConnectSAMLSecuritySCIM

Properties

Name Type Description
auth0 string The field location in the Auth0 schema
idp string The field location in the IDP schema
View JSON Schema on GitHub

JSON Schema

auth0-directoryprovisioningmappingitem-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/DirectoryProvisioningMappingItem",
  "title": "DirectoryProvisioningMappingItem",
  "type": "object",
  "additionalProperties": false,
  "required": [
    "auth0",
    "idp"
  ],
  "properties": {
    "auth0": {
      "type": "string",
      "description": "The field location in the Auth0 schema"
    },
    "idp": {
      "type": "string",
      "description": "The field location in the IDP schema"
    }
  }
}