API Reference
Class
Snapshot (LapsUnifiedReadPermissionScanner)
Snapshot for unified LAPS reader posture.
Inheritance
- Object
- Snapshot
Constructors
public Snapshot() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public String DomainName { get; set; } #DNS domain name.
public Int32 ScannedComputers { get; set; } #Approximate scanned computers (max of underlying passes).
public List<PrincipalRecord> Principals { get; set; } #Unique principals across Windows + Legacy.
public Int32 WindowsLapsHits { get; set; } #Aggregate hits for Windows LAPS.
public Int32 LegacyLapsHits { get; set; } #Aggregate hits for Legacy LAPS.
public Int32 EveryoneReadCount { get; } #Count of broad principals matching Everyone.
public Int32 AuthenticatedUsersReadCount { get; } #Count of broad principals matching Authenticated Users.