Skip to main content

ApprovalInfoResponse

Properties

NameTypeDescriptionNotes
IdStringthe id of approver[optional]
NameStringthe name of approver[optional]
StatusStringthe status of the approval request[optional]

Examples

  • Prepare the resource
$ApprovalInfoResponse = Initialize-PSSailpoint.BetaApprovalInfoResponse  -Id 8a80828f643d484f01643e14202e2000 `
-Name John Snow `
-Status Approved
  • Convert the resource to JSON
$ApprovalInfoResponse | ConvertTo-JSON

[Back to top]