mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-07 20:37:46 +00:00
904 B
904 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 | |||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| beta-reassignment | Reassignment | Reassignment | Reassignment | powershellsdk |
|
/tools/sdk/powershell/beta/models/reassignment |
|
Reassignment
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| VarFrom | CertificationReference | [optional] | |
| Comment | String | Comments from the previous reviewer. | [optional] |
Examples
- Prepare the resource
$Reassignment = Initialize-PSSailpoint.BetaReassignment -VarFrom null `
-Comment Please review
- Convert the resource to JSON
$Reassignment | ConvertTo-JSON