API Reference
Class
ScriptSecurityReport
Aggregated security report for scripts referenced by a GPO.
Inheritance
- Object
- ScriptSecurityReport
Constructors
public ScriptSecurityReport() #Inherited Methods
Properties
public IReadOnlyList<ScriptPermissionFinding> UnsafePermissions { get; set; } #ACL findings on files/paths used by scripts.
public IReadOnlyList<PlaintextCredentialFinding> PlaintextCredentials { get; set; } #Findings indicating plaintext secrets in script contents.
public IReadOnlyList<ScriptFileSecurity> Files { get; set; } #Script files and their ACL posture.
public IReadOnlyList<ScriptUncSecurity> UncFiles { get; set; } #UNC targets referenced by scripts and their ACL posture.
public String DomainName { get; set; } #DNS domain name owning the GPO.
public String GpoDisplayName { get; set; } #GPO display name.