API Reference
Class
DirectoryEssentialsForestAclOwner
Forest ACL owner row (non-admin or unknown owners).
Inheritance
- Object
- DirectoryEssentialsForestAclOwner
Constructors
public DirectoryEssentialsForestAclOwner() #Inherited Methods
Properties
public String ObjectType { get; set; } #Object type (user, group, computer, organizationalUnit, etc.).
public String DistinguishedName { get; set; } #Object distinguished name.
public String CanonicalName { get; set; } #Object canonical name.
public String DomainName { get; set; } #Domain DNS name.
public String OwnerName { get; set; } #Owner display name.
public String OwnerSid { get; set; } #Owner SID value.
public DirectoryEssentialsOwnerType OwnerType { get; set; } #Owner type classification.
public String Error { get; set; } #Error captured while resolving ownership (if any).