Auth0 · Schema

UpdateRoleRequestContent

AI AgentsAuthenticationAuthorizationFGAIdentity ManagementMCPOAuthOktaOpenID ConnectSAMLSecuritySCIM

Properties

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

JSON Schema

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