Zero Trust Network Access · JSON Structure

Zero Trust Network Access Policy Structure

Structural reference for a ZTNA access policy.

Type: object Properties: 7
Access ControlCloud SecurityCybersecurityIdentity ManagementNetwork AccessNetwork SecuritySecurityVPN ReplacementZero TrustZTNA

ZTNAAccessPolicyStructure is a JSON Structure definition published by Zero Trust Network Access, describing 7 properties. It conforms to the https://json-structure.org/draft-00/schema meta-schema.

Properties

id name decision subjects resources conditions session

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

JSON Structure

zero-trust-network-access-policy-structure.json Raw ↑
{
  "$schema": "https://json-structure.org/draft-00/schema",
  "name": "ZTNAAccessPolicyStructure",
  "type": "object",
  "description": "Structural reference for a ZTNA access policy.",
  "properties": {
    "id": { "type": "string", "description": "Policy identifier" },
    "name": { "type": "string", "description": "Human-readable policy name" },
    "decision": { "type": "string", "description": "Policy decision: allow, deny, require_mfa, isolate" },
    "subjects": { "type": "array", "description": "Identities the policy applies to" },
    "resources": { "type": "array", "description": "Applications or resources protected by the policy" },
    "conditions": { "type": "object", "description": "Contextual conditions under which the policy evaluates" },
    "session": { "type": "object", "description": "Session lifetime and reauth controls" }
  }
}