Skip to main content

ViolationOwnerAssignmentConfig

Properties

NameTypeDescriptionNotes
AssignmentRuleEnum [ "MANAGER", "STATIC" ]Details about the violations owner. MANAGER - identity's manager STATIC - Governance Group or Identity[optional]
OwnerRefViolationOwnerAssignmentConfigOwnerRef[optional]

Examples

  • Prepare the resource
$ViolationOwnerAssignmentConfig = Initialize-PSSailpoint.BetaViolationOwnerAssignmentConfig  -AssignmentRule MANAGER `
-OwnerRef null
  • Convert the resource to JSON
$ViolationOwnerAssignmentConfig | ConvertTo-JSON

[Back to top]