API Reference
Class
ScriptUncSecurity
Security posture for a UNC path referenced by scripts.
Inheritance
- Object
- ScriptUncSecurity
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.UncReferences
- Property ScriptSecurityReport.UncFiles
Constructors
public ScriptUncSecurity() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public String DomainName { get; set; } #DNS domain name owning the GPO.
public String GpoDisplayName { get; set; } #GPO display name.
public Boolean Exists { get; set; } #True when the UNC resource exists.
public IReadOnlyList<ScriptAclEntry> Acl { get; set; } #ACL entries on the UNC target.
public IReadOnlyList<String> UnsafeReasons { get; set; } #Reasons that classify the UNC target as unsafe (if any).