Files
developer.sailpoint.com/docs/tools/sdk/powershell/Reference/V2024/Models/ViolationPrediction.md
2025-05-07 14:37:48 +00:00

922 B

id, title, pagination_label, sidebar_label, sidebar_class_name, keywords, slug, tags
id title pagination_label sidebar_label sidebar_class_name keywords slug tags
v2024-violation-prediction ViolationPrediction ViolationPrediction ViolationPrediction powershellsdk
powershell
PowerShell
sdk
ViolationPrediction
V2024ViolationPrediction
/tools/sdk/powershell/v2024/models/violation-prediction
SDK
Software Development Kit
ViolationPrediction
V2024ViolationPrediction

ViolationPrediction

Properties

Name Type Description Notes
ViolationContexts []ViolationContext List of Violation Contexts [optional]

Examples

  • Prepare the resource
$ViolationPrediction = Initialize-V2024ViolationPrediction  -ViolationContexts null
  • Convert the resource to JSON
$ViolationPrediction | ConvertTo-JSON

[Back to top]