ViolationOwnerAssignmentConfig
Properties
Name | Type | Description | Notes |
---|---|---|---|
AssignmentRule | Enum [ "MANAGER", "STATIC" ] | Details about the violations owner. MANAGER - identity's manager STATIC - Governance Group or Identity | [optional] |
OwnerRef | ViolationOwnerAssignmentConfigOwnerRef | [optional] |
Examples
- Prepare the resource
$ViolationOwnerAssignmentConfig = Initialize-PSSailpoint.BetaViolationOwnerAssignmentConfig -AssignmentRule MANAGER `
-OwnerRef null
- Convert the resource to JSON
$ViolationOwnerAssignmentConfig | ConvertTo-JSON