Skip to main content

Bulkapproveentitlementrecommendationresult

Properties

NameTypeDescriptionNotes
IdStringThe unique identifier of the processed recommendation record.[optional]
StatusEnum [ "SUCCESS", "FAILURE" ]The outcome of the approval for this item.[optional]
FailedReasonStringThe reason for failure if status is FAILURE; null on success.[optional]

Examples

  • Prepare the resource
$Bulkapproveentitlementrecommendationresult = Initialize-Bulkapproveentitlementrecommendationresult  -Id 79db50d4-723c-4aa0-a824-83c2205d82d1 `
-Status SUCCESS `
-FailedReason null
  • Convert the resource to JSON
$Bulkapproveentitlementrecommendationresult | ConvertTo-JSON

[Back to top]