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-Forwardapprovaldto  -NewOwnerId 2c91808568c529c60168cca6f90c1314 `
-Comment 2c91808568c529c60168cca6f90c1313
  • Convert the resource to JSON
$Forwardapprovaldto | ConvertTo-JSON

[Back to top]