TestimoX

API Reference

Enum

IdentityObjectKind

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

Directory object kind classification used by identity resolution.

Inheritance

  • Enum
  • IdentityObjectKind

Values

public const IdentityObjectKind Unknown #

Unrecognized/other.

Value: 0
public const IdentityObjectKind User #

AD user object.

Value: 1
public const IdentityObjectKind Group #

AD group object.

Value: 2
public const IdentityObjectKind Computer #

AD computer object.

Value: 3
public const IdentityObjectKind WellKnown #

Well-known SID (e.g., Everyone).

Value: 4
public const IdentityObjectKind Service #

Service SID (S-1-5-80-...).

Value: 5
public const IdentityObjectKind ForeignSid #

SID outside the local account domain.

Value: 6