Auth0 · Schema

ResourceServerAuthorizationPolicy

Authorization policy for the resource server.

AI AgentsAuthenticationAuthorizationFGAIdentity ManagementMCPOAuthOktaOpenID ConnectSAMLSecuritySCIM

Properties

Name Type Description
policy_id string The ID of the authorization policy to apply.
View JSON Schema on GitHub

JSON Schema

auth0-resourceserverauthorizationpolicy-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ResourceServerAuthorizationPolicy",
  "title": "ResourceServerAuthorizationPolicy",
  "type": [
    "object",
    "null"
  ],
  "description": "Authorization policy for the resource server.",
  "additionalProperties": false,
  "required": [
    "policy_id"
  ],
  "x-release-lifecycle": "EA",
  "properties": {
    "policy_id": {
      "type": "string",
      "description": "The ID of the authorization policy to apply.",
      "minLength": 1,
      "maxLength": 1024
    }
  }
}