Unisys · JSON Structure

Unisys Stealth Role Structure

A Unisys Stealth network role defining segmentation and isolation policy

Type: Properties: 0
Fortune 1000SecurityZero TrustNetwork SecurityIT ServicesCybersecurityEnterprise Technology

StealthRole is a JSON Structure definition published by Unisys.

Meta-schema:

JSON Structure

Raw ↑
{
  "name": "StealthRole",
  "description": "A Unisys Stealth network role defining segmentation and isolation policy",
  "fields": [
    { "name": "roleId", "type": "string", "description": "Unique identifier for the Stealth role" },
    { "name": "roleName", "type": "string", "description": "Human-readable name of the Stealth role" },
    { "name": "description", "type": "string", "description": "Description of the role's purpose and scope" },
    { "name": "type", "type": "string", "description": "Role type classification (ISOLATION, STANDARD, ADMIN)" }
  ]
}