API Reference
Class
TrusteeSummaryRow
Trustee-index summary row for delegation exceptions.
Inheritance
- Object
- TrusteeSummaryRow
Constructors
public TrusteeSummaryRow() #Inherited Methods
Properties
public String TrusteeSid { get; set; } #Trustee SID.
public String Trustee { get; set; } #Trustee display name.
public Int32 Findings { get; set; } #Total exception entries for trustee.
public Int32 Critical { get; set; } #Count of critical findings.
public Int32 High { get; set; } #Count of high findings.
public Int32 Medium { get; set; } #Count of medium findings.
public Int32 Objects { get; set; } #Distinct object count touched by trustee.