API Reference
Class
ScriptSecurityReport
Aggregated security report for scripts referenced by a GPO.
Inheritance
- Object
- ScriptSecurityReport
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 GpoDetails.ScriptSecurity
- Property GpoDetailsView.ScriptSecurity
- Method ScriptSentryService.Analyze
- Method ScriptSentryService.Analyze
Constructors
public ScriptSecurityReport() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
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.