Files
developer.sailpoint.com/docs/tools/sdk/powershell/Reference/V2024/Models/Reassignment.md
2025-05-07 14:37:48 +00:00

928 B

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-reassignment Reassignment Reassignment Reassignment powershellsdk
powershell
PowerShell
sdk
Reassignment
V2024Reassignment
/tools/sdk/powershell/v2024/models/reassignment
SDK
Software Development Kit
Reassignment
V2024Reassignment

Reassignment

Properties

Name Type Description Notes
VarFrom CertificationReference [optional]
Comment String The comment entered when the Certification was reassigned [optional]

Examples

  • Prepare the resource
$Reassignment = Initialize-V2024Reassignment  -VarFrom null `
 -Comment Reassigned for a reason
  • Convert the resource to JSON
$Reassignment | ConvertTo-JSON

[Back to top]