API Reference
Class
SecurityZoneDefinition
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.
Returned or exposed by
- Property ActiveDirectoryTier0Catalog.DefaultZone
- Property IdentityExposureGraph.Zones
Accepted by parameters
- Constructor IdentityExposureGraph.IdentityExposureGraph
- Method IdentityExposureGraphBuilder.AddZone
Constructors
public SecurityZoneDefinition() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
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.