mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-07 12:27:47 +00:00
1023 B
1023 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-forward-approval-dto | ForwardApprovalDto | ForwardApprovalDto | ForwardApprovalDto | powershellsdk |
|
/tools/sdk/powershell/v2024/models/forward-approval-dto |
|
ForwardApprovalDto
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| NewOwnerId | String | The Id of the new owner | [required] |
| Comment | String | The comment provided by the forwarder | [required] |
Examples
- Prepare the resource
$ForwardApprovalDto = Initialize-PSSailpoint.V2024ForwardApprovalDto -NewOwnerId 2c91808568c529c60168cca6f90c1314 `
-Comment 2c91808568c529c60168cca6f90c1313
- Convert the resource to JSON
$ForwardApprovalDto | ConvertTo-JSON