API Reference
Class
PrincipalRecord (LapsUnifiedReadPermissionScanner)
Aggregated principal record across Windows/Legacy LAPS.
Inheritance
- Object
- PrincipalRecord
Constructors
public PrincipalRecord() #Inherited Methods
Properties
public String Sid { get; set; } #Trustee SID string.
public String Identity { get; set; } #Resolved display name/account.
public Boolean WindowsLaps { get; set; } #True if reader of Windows LAPS attributes was observed.
public Boolean LegacyLaps { get; set; } #True if reader of legacy LAPS attribute was observed.
public Int32 AffectedComputersWindows { get; set; } #Occurrences on computers (Windows LAPS).
public Int32 AffectedComputersLegacy { get; set; } #Occurrences on computers (Legacy LAPS).
public List<String> Examples { get; } #Example computer distinguished names (up to five).
public Int32 TotalAffected { get; } #Total occurrences across Windows + Legacy.