API Reference
Class
DirectoryEssentialsForestAclOwnerSummary
Summary counts for forest ACL owners.
Inheritance
- Object
- DirectoryEssentialsForestAclOwnerSummary
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
Constructors
public DirectoryEssentialsForestAclOwnerSummary() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public Int32 Total { get; set; } #Total objects evaluated.
public Int32 Administrative { get; set; } #Objects owned by administrative accounts.
public Int32 WellKnownAdministrative { get; set; } #Objects owned by well-known administrative accounts.
public Int32 NotAdministrative { get; set; } #Objects owned by non-administrative accounts.
public Int32 Unknown { get; set; } #Objects with unknown owners.
public Int32 RequiringFix { get; } #Total objects requiring remediation (non-admin or unknown).