TestimoX

API Reference

Class

SecurityZoneDefinition

Namespace ADPlayground.IdentityExposure
Assembly ADPlayground
Modifiers sealed

Defines a security zone used by identity exposure analysis.

Inheritance

  • Object
  • SecurityZoneDefinition

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Accepted by parameters

Constructors

Properties

public String Id { get; set; } #

Stable security zone identifier.

public String ModuleId { get; set; } #

Module that owns the zone definition, such as AD or Entra.

public String Key { get; set; } #

Module-local zone key, such as Tier0.

public String Name { get; set; } #

Human-readable zone name.

public Int32 Criticality { get; set; } #

Relative criticality. Higher values indicate more sensitive zones.

public String Color { get; set; } #

Suggested display color for future graph renderers.