API Reference
Class
AdminProtectionSnapshot
Snapshot of AdminSDHolder-protected accounts and related posture metrics for a domain.
Inheritance
- Object
- AdminProtectionSnapshot
Constructors
public AdminProtectionSnapshot() #Inherited Methods
Properties
public String DomainName { get; set; } #DNS domain name the snapshot represents.
public Boolean IncludesDisabledAccounts { get; set; } #True when disabled accounts were included in the evaluation.
public Int32 ProtectedAccountCount { get; set; } #Total number of AdminSDHolder‑protected accounts discovered.
public Int32 AnomalousAccountCount { get; set; } #Total number of protected accounts flagged as anomalous.
public IReadOnlyList<AdminProtectedAccount> ProtectedAccounts { get; set; } #All protected accounts.
public IReadOnlyList<AdminProtectedAccount> AnomalousAccounts { get; set; } #Protected accounts that should be reviewed based on options.