RBAC · JSON Structure

Rbac Assignment Structure

Structure documentation for an RBAC role assignment — the binding of a principal (user, group, or service account) to a role.

Type: Properties: 0
Access ControlAuthorizationCloud-NativeComplianceIdentity ManagementKubernetesRBACSecurity

RBAC Role Assignment is a JSON Structure definition published by RBAC.

Meta-schema:

JSON Structure

rbac-assignment-structure.json Raw ↑
{
  "name": "RBAC Role Assignment",
  "description": "Structure documentation for an RBAC role assignment — the binding of a principal (user, group, or service account) to a role.",
  "fields": [
    {
      "name": "id",
      "type": "string",
      "required": false,
      "description": "Unique identifier for the assignment record."
    },
    {
      "name": "principalId",
      "type": "string",
      "required": true,
      "description": "Identifier of the user, group, or service account being assigned the role."
    },
    {
      "name": "principalType",
      "type": "string (enum: user, group, service_account)",
      "required": false,
      "description": "Type of principal receiving the role."
    },
    {
      "name": "roleId",
      "type": "string",
      "required": true,
      "description": "Identifier of the role being assigned."
    },
    {
      "name": "scope",
      "type": "string",
      "required": false,
      "description": "Scope of the assignment — global, organization, project, or resource."
    },
    {
      "name": "grantedBy",
      "type": "string",
      "required": false,
      "description": "Identifier of the principal that granted this assignment."
    },
    {
      "name": "grantedAt",
      "type": "string (date-time)",
      "required": false,
      "description": "ISO 8601 timestamp when the assignment was granted."
    },
    {
      "name": "expiresAt",
      "type": "string (date-time)",
      "required": false,
      "description": "Optional expiration timestamp for time-limited role assignments."
    }
  ]
}

Work with this as data

Every JSON Structure 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 json structure

4 MCP tools reach this
  • find_json_structuresBrowse and filter every JSON Structure 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.
All 92 tools

Call it yourself

curl for this page
This JSON Structure
curl "https://apis.io/api/v1/json-structures/rbac-assignment-structure"
All json structure
curl "https://apis.io/api/v1/json-structures?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.