Skip to main content

ForwardApprovalDto

Properties

NameTypeDescriptionNotes
NewOwnerIdStringThe Id of the new owner[required]
CommentStringThe 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]