Auth0 · Schema

UpdateRoleResponseContent

AI AgentsAuthenticationAuthorizationFGAIdentity ManagementMCPOAuthOktaOpenID ConnectSAMLSecuritySCIM

Properties

Name Type Description
id string ID for this role.
name string Name of this role.
description string Description of this role.
View JSON Schema on GitHub

JSON Schema

auth0-updateroleresponsecontent-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/UpdateRoleResponseContent",
  "title": "UpdateRoleResponseContent",
  "type": "object",
  "additionalProperties": false,
  "properties": {
    "id": {
      "type": "string",
      "description": "ID for this role."
    },
    "name": {
      "type": "string",
      "description": "Name of this role."
    },
    "description": {
      "type": "string",
      "description": "Description of this role."
    }
  }
}