Files
developer.sailpoint.com/docs/tools/sdk/powershell/Reference/Beta/Models/ViolationOwnerAssignmentConfigOwnerRef.md
2025-05-07 14:37:48 +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
beta-violation-owner-assignment-config-owner-ref ViolationOwnerAssignmentConfigOwnerRef ViolationOwnerAssignmentConfigOwnerRef ViolationOwnerAssignmentConfigOwnerRef powershellsdk
powershell
PowerShell
sdk
ViolationOwnerAssignmentConfigOwnerRef
BetaViolationOwnerAssignmentConfigOwnerRef
/tools/sdk/powershell/beta/models/violation-owner-assignment-config-owner-ref
SDK
Software Development Kit
ViolationOwnerAssignmentConfigOwnerRef
BetaViolationOwnerAssignmentConfigOwnerRef

ViolationOwnerAssignmentConfigOwnerRef

Properties

Name Type Description Notes
Type Enum [ "IDENTITY", "GOVERNANCE_GROUP", "MANAGER" ] Owner type. [optional]
Id String Owner's ID. [optional]
Name String Owner's name. [optional]

Examples

  • Prepare the resource
$ViolationOwnerAssignmentConfigOwnerRef = Initialize-BetaViolationOwnerAssignmentConfigOwnerRef  -Type IDENTITY `
 -Id 2c9180a46faadee4016fb4e018c20639 `
 -Name Support
  • Convert the resource to JSON
$ViolationOwnerAssignmentConfigOwnerRef | ConvertTo-JSON

[Back to top]