TestimoX

API Reference

Enum

UserReportingRiskReason

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

Risk reason flags produced by user reporting scenarios.

Inheritance

  • Enum
  • UserReportingRiskReason

Values

public const UserReportingRiskReason None #

No risk reason.

Value: 0
public const UserReportingRiskReason LogonStaleThresholdExceeded #

User logon age exceeded configured threshold.

Value: 1
public const UserReportingRiskReason PasswordAgeThresholdExceeded #

User password age exceeded configured threshold.

Value: 2
public const UserReportingRiskReason PrivilegedStaleAccount #

Privileged user appears stale by logon age threshold.

Value: 4
public const UserReportingRiskReason PasswordNeverExpires #

Password never expires flag is set.

Value: 8
public const UserReportingRiskReason SidHistoryPresent #

User has one or more SIDHistory values.

Value: 16
public const UserReportingRiskReason PrivilegedSmartcardNotRequired #

Privileged user does not require smartcard authentication.

Value: 32