mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-07 20:37:46 +00:00
987 B
987 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 | |||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| forward-approval-dto | ForwardApprovalDto | ForwardApprovalDto | ForwardApprovalDto | powershellsdk |
|
/tools/sdk/powershell/v3/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-ForwardApprovalDto -NewOwnerId 2c91808568c529c60168cca6f90c1314 `
-Comment 2c91808568c529c60168cca6f90c1313
- Convert the resource to JSON
$ForwardApprovalDto | ConvertTo-JSON