TestimoX

API Reference

Class

SysvolPermissionIssueRow

Namespace ADPlayground.Gpo
Assembly ADPlayground
Modifiers sealed

Represents a SYSVOL/NETLOGON permission or inheritance finding.

Inheritance

  • Object
  • SysvolPermissionIssueRow

Constructors

Properties

public String DomainName { get; set; } #

DNS domain name for labeling.

public String ComputerName { get; set; } #

Target computer used for SYSVOL/NETLOGON access (DC or DFS host).

public String Location { get; set; } #

Logical location label (e.g., NETLOGON, SYSVOL Policies, SYSVOL Scripts).

public String Path { get; set; } #

Path associated with the finding.

public String Issue { get; set; } #

Finding type (e.g., BroadWrite, InheritanceBlocked, NotFound).

public String Principal { get; set; } #

Principal display name, when applicable.

public String PrincipalSid { get; set; } #

Principal SID value, when available.

public String PrincipalType { get; set; } #

Principal type/classification (e.g., AdministrativeIdentityType).

public String FileSystemRights { get; set; } #

FileSystemRights string, when applicable.

public String AccessControlType { get; set; } #

Allow/Deny classification, when applicable.

public Nullable<Boolean> IsInherited { get; set; } #

True if the ACE is inherited, when applicable.

public String Notes { get; set; } #

Notes describing access denied, truncated scans, or other diagnostics.