API Reference
Class
AdminDelegationSnapshot
Aggregated delegation protection indicators for privileged accounts.
Inheritance
- Object
- AdminDelegationSnapshot
Constructors
public AdminDelegationSnapshot() #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 TotalPrivilegedAccounts { get; set; } #Total number of privileged accounts considered.
public Int32 UnprotectedCount { get; set; } #Total number of privileged accounts missing delegation protection.
public IReadOnlyList<AdminDelegationEntry> UnprotectedAccounts { get; set; } #Detailed entries for unprotected privileged accounts.