TestimoX

API Reference

Class

Record

Namespace ADPlayground.Delegation.LapsOuDelegationScanner
Assembly ADPlayground
Modifiers sealed

Represents a single OU ACE that grants read access to a LAPS secret attribute.

Inheritance

  • Object
  • Record

Constructors

Properties

public String DomainName { get; set; } #

DNS domain name evaluated.

public String OuDn { get; set; } #

Distinguished name of the OU where the ACE was found.

public String Sid { get; set; } #

Trustee SID of the ACE.

public String Identity { get; set; } #

Resolved trustee display name (when available).

public ActiveDirectoryRights Rights { get; set; } #

Access rights granted by the ACE.

public Boolean IsInherited { get; set; } #

True when the ACE is inherited from a parent container.

public Nullable<Guid> ObjectTypeGuid { get; set; } #

Object type GUID (attribute/extended right) when present.

public String ObjectTypeName { get; set; } #

Friendly name for ObjectTypeGuid if resolvable.