mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-06 20:37:46 +00:00
928 B
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 |
|
/tools/sdk/powershell/v2024/models/reassignment |
|
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