Zero-Trust Security Model · JSON Structure

Zero Trust Security Model Pillar Structure

Structural reference for a Zero Trust pillar from any framework.

Type: object Properties: 5
Access ControlCybersecurityFederalIdentity ManagementNetwork SecurityNISTSecuritySecurity FrameworkZero Trust

ZeroTrustPillarStructure is a JSON Structure definition published by Zero-Trust Security Model, describing 5 properties. It conforms to the https://json-structure.org/draft-00/schema meta-schema.

Properties

id name framework description capabilities

Meta-schema: https://json-structure.org/draft-00/schema

JSON Structure

zero-trust-security-model-pillar-structure.json Raw ↑
{
  "$schema": "https://json-structure.org/draft-00/schema",
  "name": "ZeroTrustPillarStructure",
  "type": "object",
  "description": "Structural reference for a Zero Trust pillar from any framework.",
  "properties": {
    "id": { "type": "string" },
    "name": { "type": "string" },
    "framework": { "type": "string" },
    "description": { "type": "string" },
    "capabilities": { "type": "array", "description": "Discrete capabilities the pillar requires" }
  }
}