TestimoX

API Reference

Class

GpoPermissionUnknownRow

Namespace ADPlayground.Gpo
Assembly ADPlayground
Modifiers sealed

Represents an ACL assignment on a GPO where the trustee identity could not be resolved. Intended to mirror GPOZaurr's "GPOPermissionsUnknown" report.

Inheritance

  • Object
  • GpoPermissionUnknownRow

Constructors

Properties

public String DomainName { get; set; } #

Owning DNS domain name.

public String GpoName { get; set; } #

GPO display name.

public Guid GpoId { get; set; } #

GPO GUID identifier.

public String GpoDistinguishedName { get; set; } #

GPO distinguished name.

public GpoPermissionType PermissionType { get; set; } #

Allow/Deny.

public GpoPermissionRight Permission { get; set; } #

Closest GPMC-like permission bucket.

public String PermissionDisplay { get; set; } #

Human-friendly permission label similar to GPMC.

public Boolean Inherited { get; set; } #

True when all contributing ACEs are inherited.

public String PrincipalSid { get; set; } #

Principal SID value.

public String PrincipalName { get; set; } #

Best-effort principal display name (may be equal to the SID).

public String ResolutionError { get; set; } #

Best-effort identity error message when available.