Files
developer.sailpoint.com/docs/tools/sdk/powershell/Reference/V3/Models/ReviewReassign.md
2025-01-28 13:29:29 -05:00

1.1 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
review-reassign ReviewReassign ReviewReassign ReviewReassign powershellsdk
powershell
PowerShell
sdk
ReviewReassign
ReviewReassign
/tools/sdk/powershell/v3/models/review-reassign
SDK
Software Development Kit
ReviewReassign
ReviewReassign

ReviewReassign

Properties

Name Type Description Notes
Reassign []ReassignReference [required]
ReassignTo String The ID of the identity to which the certification is reassigned [required]
Reason String The reason comment for why the reassign was made [required]

Examples

  • Prepare the resource
$ReviewReassign = Initialize-PSSailpoint.V3ReviewReassign  -Reassign null `
 -ReassignTo ef38f94347e94562b5bb8424a56397d8 `
 -Reason reassigned for some reason
  • Convert the resource to JSON
$ReviewReassign | ConvertTo-JSON

[Back to top]