Files
developer.sailpoint.com/docs/tools/sdk/powershell/Reference/V2024/Models/ForwardApprovalDto.md
2025-02-03 22:09:17 +00:00

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

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

[Back to top]