API Reference
Class
ShareItem
Per-share posture summary.
Inheritance
- Object
- ShareItem
Constructors
public ShareItem() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public Int32 ActualAceCount { get; set; } #Total actual ACE count for the share.
public Int32 ExpectedAceCount { get; set; } #Total expected ACE count for the share.
public Int32 MissingExpectedAceCount { get; set; } #Total missing expected ACEs for the share.
public Int32 UnexpectedAceCount { get; set; } #Total unexpected ACEs for the share.
public Int32 RightsMismatchCount { get; set; } #Total rights mismatches for the share.
public Boolean IsCompliant { get; set; } #True when the share matches the expected baseline.