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.BetaForwardApprovalDto  -NewOwnerId null `
-Comment null
  • Convert the resource to JSON
$ForwardApprovalDto | ConvertTo-JSON

[Back to top]