API Reference
Class
AdminDelegationSnapshot
Aggregated delegation protection indicators for privileged accounts.
Inheritance
- Object
- AdminDelegationSnapshot
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
Constructors
public AdminDelegationSnapshot() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
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.