API Reference
Class
AdminGroupDenyRow
Row representing a Deny ACE on a privileged group.
Inheritance
- Object
- AdminGroupDenyRow
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 Model.Deny
- Method AdminGroupDenyScanner.List
- Method AdminGroupDenyRow.<Clone>$
- Property Model.GroupDeny
Constructors
public AdminGroupDenyRow() #Methods
Inherited Methods
Properties
public String DomainName { get; set; } #DNS domain name.
public String GroupSam { get; set; } #Group sAMAccountName.
public String GroupDn { get; set; } #Group distinguished name.
public String DisplayName { get; set; } #Resolved friendly name.
public String Rights { get; set; } #Raw rights string.
public String Reason { get; set; } #Short reason (e.g., Deny write/control).