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

1.3 KiB

id, title, pagination_label, sidebar_label, sidebar_class_name, keywords, slug, tags
id title pagination_label sidebar_label sidebar_class_name keywords slug tags
v2024-violation-owner-assignment-config ViolationOwnerAssignmentConfig ViolationOwnerAssignmentConfig ViolationOwnerAssignmentConfig powershellsdk
powershell
PowerShell
sdk
ViolationOwnerAssignmentConfig
V2024ViolationOwnerAssignmentConfig
/tools/sdk/powershell/v2024/models/violation-owner-assignment-config
SDK
Software Development Kit
ViolationOwnerAssignmentConfig
V2024ViolationOwnerAssignmentConfig

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.V2024ViolationOwnerAssignmentConfig  -AssignmentRule MANAGER `
 -OwnerRef null
  • Convert the resource to JSON
$ViolationOwnerAssignmentConfig | ConvertTo-JSON

[Back to top]