Auth0 · Schema

GetScimConfigurationDefaultMappingResponseContent

AI AgentsAuthenticationAuthorizationFGAIdentity ManagementMCPOAuthOktaOpenID ConnectSAMLSecuritySCIM

Properties

Name Type Description
mapping array The mapping between auth0 and SCIM
View JSON Schema on GitHub

JSON Schema

auth0-getscimconfigurationdefaultmappingresponsecontent-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/GetScimConfigurationDefaultMappingResponseContent",
  "title": "GetScimConfigurationDefaultMappingResponseContent",
  "type": "object",
  "additionalProperties": false,
  "properties": {
    "mapping": {
      "type": "array",
      "description": "The mapping between auth0 and SCIM",
      "items": {
        "$ref": "#/components/schemas/ScimMappingItem"
      }
    }
  }
}