API Reference
Class
View (HardenedPathsPolicyService)
Aggregated Hardened UNC Paths policy view for DC OU with attribution.
Inheritance
- Object
- View
Constructors
public View() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
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 ComputerName { get; set; } #ResultMetadataTarget computer name when the policy was evaluated for a specific host.
public String TargetDn { get; set; } #ResultMetadataTarget distinguished name (Domain Controllers OU).
public IReadOnlyList<String> Sites { get; set; } #ResultMetadataResolved AD site names used for host-specific applicability.
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.