API Reference
Class
SpolPreviewResult
Result of previewing a Semantic Policy (.spol) apply.
Inheritance
- Object
- SpolPreviewResult
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 SpolPreviewResult(Result diff, SpolApplyReport report, SpolPreviewSummary summary) #Creates a new preview result.
Parameters
- diff ADPlayground.Gpo.GpoLocal.PolDiff.Result
- Computed differences between current and target policy.
- report ADPlayground.Gpo.GpoLocal.SpolApplyReport
- Detailed apply report showing per-entry actions.
- summary ADPlayground.Gpo.GpoLocal.SpolPreviewSummary
- Concise summary with counts and samples.
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object