TestimoX

API Reference

Class

IdentityExposureNode

Namespace ADPlayground.IdentityExposure
Assembly ADPlayground
Modifiers sealed

Represents an identity exposure graph node.

Inheritance

  • Object
  • IdentityExposureNode

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 graph identifier.

public String Name { get; set; } #

Display name shown in reports and graph renderers.

public IdentityExposureNodeKind Kind { get; set; } #

Object category.

public String DomainName { get; set; } #

DNS domain name for the object when known.

public String DistinguishedName { get; set; } #

Distinguished name when known.

public String Sid { get; set; } #

Security identifier when known.

public String ZoneId { get; set; } #

Security zone identifier when the object belongs to a zone.

public Boolean IsZoneObject { get; } #

True when the object belongs to any security zone.