ForgeRock · Schema
ForgeRock Managed Role
A managed role object in the ForgeRock Identity Platform. Roles define collections of privileges and can be assigned to users either directly or through conditional membership rules.
Access ManagementAuthenticationAuthorizationIdentity GovernanceIdentity ManagementOpenID Connect
Properties
| Name | Type | Description |
|---|---|---|
| _id | string | Unique identifier assigned by the system |
| _rev | string | Object revision string for optimistic concurrency control |
| name | string | Role name |
| description | string | Role description |
| condition | string | Query filter expression for conditional (dynamic) role membership. Users matching this condition are automatically assigned the role. |
| temporalConstraints | array | Time-based constraints for role activation. The role is only active during the specified time windows. |
| assignments | array | References to assignment objects that define what this role grants on connected systems |
| members | array | References to user objects that are members of this role |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://schema.forgerock.com/managed-role",
"title": "ForgeRock Managed Role",
"description": "A managed role object in the ForgeRock Identity Platform. Roles define collections of privileges and can be assigned to users either directly or through conditional membership rules.",
"type": "object",
"properties": {
"_id": {
"type": "string",
"description": "Unique identifier assigned by the system",
"readOnly": true
},
"_rev": {
"type": "string",
"description": "Object revision string for optimistic concurrency control",
"readOnly": true
},
"name": {
"type": "string",
"description": "Role name",
"minLength": 1
},
"description": {
"type": "string",
"description": "Role description"
},
"condition": {
"type": "string",
"description": "Query filter expression for conditional (dynamic) role membership. Users matching this condition are automatically assigned the role."
},
"temporalConstraints": {
"type": "array",
"description": "Time-based constraints for role activation. The role is only active during the specified time windows.",
"items": {
"type": "object",
"properties": {
"duration": {
"type": "string",
"description": "ISO 8601 time interval (e.g., 2024-01-01T00:00:00Z/2024-12-31T23:59:59Z)"
}
},
"required": ["duration"]
}
},
"assignments": {
"type": "array",
"description": "References to assignment objects that define what this role grants on connected systems",
"items": {
"type": "object",
"properties": {
"_ref": {
"type": "string",
"description": "Reference path to the assignment object"
},
"_refProperties": {
"type": "object"
}
}
}
},
"members": {
"type": "array",
"description": "References to user objects that are members of this role",
"readOnly": true,
"items": {
"type": "object",
"properties": {
"_ref": {
"type": "string"
},
"_refProperties": {
"type": "object"
}
}
}
}
},
"required": ["name"],
"additionalProperties": true
}
Work with this as data
Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.
MCP server
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
Tools for schemas
4 MCP tools reach this
find_json_schemasBrowse and filter every JSON Schema in the catalog.apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.resolveTurn a domain, URL or GitHub org into the provider it belongs to.find_cohortsEvery scored population of providers in the catalog.
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/forgerock-managed-role"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.
A second provider on the same verified email joins the account you already have.