API Reference
Class
DeviationItem
Single deviation between expected and actual share ACL posture.
Inheritance
- Object
- DeviationItem
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.MissingExpectedAces
- Property View.RightsMismatches
- Property View.UnexpectedAces
Constructors
public DeviationItem() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public String Identity { get; set; } #Trustee display name or SID text.
public String Sid { get; set; } #Trustee SID string when available.
public String AceType { get; set; } #ACE type involved in the deviation.
public String ExpectedAccessRight { get; set; } #Expected right label when the ACE is part of the baseline.
public String ActualAccessRight { get; set; } #Actual right label when an ACE was observed.
public Nullable<Int32> AccessMask { get; set; } #Actual access mask when an ACE was observed.
public String Reason { get; set; } #Reason for the deviation.