Skip to main content

ViolationPrediction

Properties

NameTypeDescriptionNotes
ViolationContexts[]ViolationContextList of Violation Contexts[optional]

Examples

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

[Back to top]