Auth0 · Schema

BulkUpdateAculResponseContent

AI AgentsAuthenticationAuthorizationFGAIdentity ManagementMCPOAuthOktaOpenID ConnectSAMLSecuritySCIM

Properties

Name Type Description
configs object
View JSON Schema on GitHub

JSON Schema

auth0-bulkupdateaculresponsecontent-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/BulkUpdateAculResponseContent",
  "title": "BulkUpdateAculResponseContent",
  "type": "object",
  "additionalProperties": true,
  "required": [
    "configs"
  ],
  "properties": {
    "configs": {
      "$ref": "#/components/schemas/AculConfigs"
    }
  }
}