TestimoX

API Reference

Enum

IdentityExposureNodeKind

Namespace ADPlayground.IdentityExposure
Assembly ADPlayground
Base Enum
Implements
IComparable ISpanFormattable IFormattable IConvertible
Modifiers sealed

Directory object categories used by the reusable identity exposure graph.

Inheritance

  • Enum
  • IdentityExposureNodeKind

Usage

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

Values

public const IdentityExposureNodeKind Unknown #

Unknown or unresolved object type.

Value: 0
public const IdentityExposureNodeKind User #

Active Directory user object.

Value: 1
public const IdentityExposureNodeKind Group #

Active Directory group object.

Value: 2
public const IdentityExposureNodeKind Computer #

Active Directory computer object.

Value: 3
public const IdentityExposureNodeKind GroupManagedServiceAccount #

Group managed service account object.

Value: 4
public const IdentityExposureNodeKind Container #

Organizational unit or container object.

Value: 5
public const IdentityExposureNodeKind GroupPolicyObject #

Group Policy object.

Value: 6
public const IdentityExposureNodeKind DomainDns #

Domain naming context object.

Value: 7
public const IdentityExposureNodeKind SecurityIdentifier #

Foreign security principal or unresolved SID.

Value: 8