API Reference
Class
ScriptPermissionFinding
Individual script permission finding (e.g., unsafe ACL on UNC path).
Inheritance
- Object
- ScriptPermissionFinding
Constructors
public ScriptPermissionFinding() #Inherited Methods
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 String GpoDisplayName { get; set; } #GPO display name.