TestimoX

API Reference

Class

ObjectRow

Namespace ADPlayground.Acl.DirectoryAclInventoryService
Assembly ADPlayground
Modifiers sealed

Object-level ACL posture row.

Inheritance

  • Object
  • ObjectRow

Constructors

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.