API Reference
Class
TrusteeSummaryRow
Trustee-index summary row for delegation exceptions.
Inheritance
- Object
- TrusteeSummaryRow
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
- Property View.TrusteeIndex
Constructors
public TrusteeSummaryRow() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
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.