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

898 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
violation-prediction ViolationPrediction ViolationPrediction ViolationPrediction powershellsdk
powershell
PowerShell
sdk
ViolationPrediction
ViolationPrediction
/tools/sdk/powershell/v3/models/violation-prediction
SDK
Software Development Kit
ViolationPrediction
ViolationPrediction

ViolationPrediction

Properties

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

Examples

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

[Back to top]