Files
developer.sailpoint.com/docs/tools/sdk/powershell/refrence/beta/Models/ViolationPrediction.md
darrell-thobe-sp 39d2297259 update to doc files
2025-01-24 14:40:05 -05:00

882 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
/tools/sdk/powershell/beta/models/violation-prediction
SDK
Software Development Kit
ViolationPrediction

ViolationPrediction

Properties

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

Examples

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

[Back to top]