API Reference
Class
ScriptPermissionFinding
Individual script permission finding (e.g., unsafe ACL on UNC path).
Inheritance
- Object
- ScriptPermissionFinding
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
Constructors
public ScriptPermissionFinding() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
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.