API Reference
Class
Record
Represents a single OU ACE that grants read access to a LAPS secret attribute.
Inheritance
- Object
- Record
Constructors
public Record() #Inherited Methods
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.