--- id: v2025-violation-prediction title: ViolationPrediction pagination_label: ViolationPrediction sidebar_label: ViolationPrediction sidebar_class_name: powershellsdk keywords: ['powershell', 'PowerShell', 'sdk', 'ViolationPrediction', 'V2025ViolationPrediction'] slug: /tools/sdk/powershell/v2025/models/violation-prediction tags: ['SDK', 'Software Development Kit', 'ViolationPrediction', 'V2025ViolationPrediction'] --- # ViolationPrediction ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **ViolationContexts** | [**[]ViolationContext**](violation-context) | List of Violation Contexts | [optional] ## Examples - Prepare the resource ```powershell $ViolationPrediction = Initialize-V2025ViolationPrediction -ViolationContexts null ``` - Convert the resource to JSON ```powershell $ViolationPrediction | ConvertTo-JSON ``` [[Back to top]](#)