API Reference
Class
ObjectRow
Object-level ACL posture row.
Inheritance
- Object
- ObjectRow
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.InheritanceDisabledObjects
- Property View.NonAdminOwners
- Property View.NonCanonicalObjects
- Property View.Objects
Constructors
public ObjectRow() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public String DistinguishedName { get; set; } #Distinguished name of the object.
public String ObjectClass { get; set; } #Most specific object class.
public Boolean IsCanonical { get; set; } #True when ACL ordering is canonical.
public Boolean InheritanceProtected { get; set; } #True when ACL inheritance is disabled.
public String OwnerSid { get; set; } #Object owner SID.
public String OwnerName { get; set; } #Object owner display name.
public Boolean OwnerPrivileged { get; set; } #True when owner is treated as administrative.
public Int32 ExplicitAceCount { get; set; } #Count of explicit ACEs on the object.
public Int32 UnknownTrusteeCount { get; set; } #Count of unknown trustee ACE findings on the object.
public Int32 DelegationExceptionCount { get; set; } #Count of delegation-exception findings on the object.