Zero Trust Architecture · JSON Structure

Zero Trust Architecture Identity Structure

Structure documenting a verified identity (user, device, or workload) used in Zero Trust Architecture access decisions per NIST SP 800-207.

Type: Properties: 0
Access ControlAuthenticationAuthorizationCybersecurityIdentity ManagementLeast PrivilegeNetwork SecurityNISTSecurityZero Trust

Zero Trust Identity is a JSON Structure definition published by Zero Trust Architecture.

Meta-schema:

JSON Structure

zero-trust-architecture-identity-structure.json Raw ↑
{
  "name": "Zero Trust Identity",
  "description": "Structure documenting a verified identity (user, device, or workload) used in Zero Trust Architecture access decisions per NIST SP 800-207.",
  "properties": [
    {
      "name": "identityId",
      "type": "string",
      "description": "Unique identifier for this identity record.",
      "required": true
    },
    {
      "name": "type",
      "type": "string",
      "description": "Category of identity: human, service-account, workload, device, robot.",
      "required": true
    },
    {
      "name": "principalName",
      "type": "string",
      "description": "Primary identifier for the principal.",
      "required": true
    },
    {
      "name": "displayName",
      "type": "string",
      "description": "Human-readable name.",
      "required": false
    },
    {
      "name": "spiffeId",
      "type": "string",
      "description": "SPIFFE Verifiable Identity Document (SVID) URI for workloads.",
      "required": false
    },
    {
      "name": "idProvider",
      "type": "string",
      "description": "Identity provider that authenticated this principal.",
      "required": false
    },
    {
      "name": "authenticationMethods",
      "type": "array",
      "description": "Authentication methods used: password, totp, webauthn, hardware-token, mtls, svid, saml, oidc.",
      "required": false
    },
    {
      "name": "assuranceLevel",
      "type": "string",
      "description": "NIST SP 800-63 Identity Assurance Level: IAL1, IAL2, IAL3.",
      "required": false
    },
    {
      "name": "authenticationAssuranceLevel",
      "type": "string",
      "description": "NIST SP 800-63 Authentication Assurance Level: AAL1, AAL2, AAL3.",
      "required": false
    },
    {
      "name": "device",
      "type": "object",
      "description": "Device associated with this identity session.",
      "required": false,
      "properties": [
        { "name": "deviceId", "type": "string", "description": "Unique device identifier." },
        { "name": "managed", "type": "boolean", "description": "Whether device is enterprise-managed." },
        { "name": "compliant", "type": "boolean", "description": "Whether device meets security compliance requirements." },
        { "name": "platform", "type": "string", "description": "Device OS: windows, macos, linux, ios, android, chromeos." },
        { "name": "trustScore", "type": "integer", "description": "Device trust score 0-100." }
      ]
    },
    {
      "name": "groups",
      "type": "array",
      "description": "Group memberships for this identity.",
      "required": false
    },
    {
      "name": "riskScore",
      "type": "integer",
      "description": "Current risk score 0-100 from behavioral analytics.",
      "required": false
    },
    {
      "name": "lastAuthenticated",
      "type": "string",
      "description": "Timestamp of most recent successful authentication (ISO 8601).",
      "required": false
    },
    {
      "name": "sessionExpiry",
      "type": "string",
      "description": "When the current session expires (ISO 8601).",
      "required": false
    }
  ]
}

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/zero-trust-architecture-identity-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.