TestimoX

API Reference

Class

ScriptPermissionFinding

Namespace ADPlayground.Gpo
Assembly ADPlayground
Modifiers sealed

Individual script permission finding (e.g., unsafe ACL on UNC path).

Inheritance

  • Object
  • ScriptPermissionFinding

Constructors

Properties

public String Type { get; set; } #

Finding type identifier (e.g., UnsafeUNCFolderPermission).

public String Path { get; set; } #

Path associated with the finding.

public String Identity { get; set; } #

Principal name involved in the finding.

public String Rights { get; set; } #

Effective rights that triggered the finding.

public String DomainName { get; set; } #

DNS domain name owning the GPO.

public Guid GpoId { get; set; } #

GPO identifier.

public String GpoDisplayName { get; set; } #

GPO display name.