API Reference
Class
View (HardenedPathsPolicyService)
Aggregated Hardened UNC Paths policy view for DC OU with attribution.
Inheritance
- Object
- View
Constructors
public View() #Inherited Methods
Properties
public Boolean CollectionSucceeded { get; set; } #True when Hardened UNC Paths policy collection completed successfully.
public String CollectionError { get; set; } #Error details when collection fails; null when successful.
public String TargetDn { get; set; } #ResultMetadataTarget distinguished name (Domain Controllers OU).
public String SysvolValue { get; set; } #Raw SYSVOL path policy value (string) or null.
public String NetlogonValue { get; set; } #Raw NETLOGON path policy value (string) or null.
public IReadOnlyList<String> MissingPaths { get; set; } #List of required paths that are missing tokens or values.
public IReadOnlyList<PolicyAttribution> Attribution { get; set; } #ResultMetadataPolicy attribution rows (winner + sources) for both path entries.