API Reference
Class
DelegationExceptionRow
Delegation exception row (write/control exposure not considered expected/baseline).
Inheritance
- Object
- DelegationExceptionRow
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.DelegationExceptions
Constructors
public DelegationExceptionRow() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public String DistinguishedName { get; set; } #Target object distinguished name.
public String ObjectClass { get; set; } #Most specific target object class.
public String TrusteeSid { get; set; } #Trustee SID.
public String Trustee { get; set; } #Trustee display name.
public String Rights { get; set; } #ACE rights value.
public String Operation { get; set; } #Coarse operation classification.
public AclRiskLevel RiskLevel { get; set; } #Risk classification level.
public String RiskReason { get; set; } #Risk reason string.
public Boolean IsBroadTrustee { get; set; } #True when trustee is broad-access (Everyone/AU/Domain Users).
public Boolean TrusteePrivileged { get; set; } #True when trustee is treated as privileged.
public Boolean TrusteeUnknown { get; set; } #True when trustee could not be resolved cleanly.
public Boolean IsInherited { get; set; } #True when the ACE is inherited.
public String ObjectType { get; set; } #Optional object type display name or GUID.
public String ExceptionReason { get; set; } #Reason why this ACE is in exception output.