API Reference
Class
Record
Represents a single OU ACE that grants read access to a LAPS secret attribute.
Inheritance
- Object
- Record
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.Records
Constructors
public Record() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
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.