TestimoX

API Reference

Enum

UserView

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

Typed projections for user rows used by UIs and rules.

Inheritance

  • Enum
  • UserView

Values

public const UserView Default #

Return the original UserRecord.

Value: 0
public const UserView Compact #

Compact identity flags (Enabled, HasSpn, IsAdmin).

Value: 1
public const UserView Aging #

LastLogonDays and PasswordAgeDays.

Value: 2
public const UserView Security #

Security posture (pre-auth, reversible, NRE, smartcard, delegation, crypto flags).

Value: 3