Files
developer.sailpoint.com/docs/tools/sdk/powershell/Reference/V3/Models/ForwardApprovalDto.md
2025-05-07 14:37:48 +00:00

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
powershell
PowerShell
sdk
ForwardApprovalDto
ForwardApprovalDto
/tools/sdk/powershell/v3/models/forward-approval-dto
SDK
Software Development Kit
ForwardApprovalDto
ForwardApprovalDto

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

[Back to top]