Files
developer.sailpoint.com/docs/tools/sdk/powershell/Reference/Beta/Models/ViolationPrediction.md
2025-02-03 22:09:17 +00:00

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

ViolationPrediction

Properties

Name Type Description Notes
ViolationContexts []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]