API Reference
Class
View (DomainControllerSmbSharePostureService)
Aggregated domain-controller SMB share posture view.
Inheritance
- Object
- View
Constructors
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public String ComputerName { get; set; } #Target computer name.
public String DomainName { get; set; } #Target domain DNS name when supplied.
public Int32 PathMismatchCount { get; set; } #Total required shares whose path does not match the expected baseline.
public IReadOnlyList<Item> Items { get; set; } #Per-share posture items.
public Diagnostics Diagnostics { get; set; } #Evaluation diagnostics.