mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-07 04:19:34 +00:00
962 B
962 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-forward-approval-dto | ForwardApprovalDto | ForwardApprovalDto | ForwardApprovalDto | powershellsdk |
|
/tools/sdk/powershell/beta/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.BetaForwardApprovalDto -NewOwnerId null `
-Comment null
- Convert the resource to JSON
$ForwardApprovalDto | ConvertTo-JSON