Skip to main content

LifecycleApproverReference

Properties

NameTypeDescriptionNotes
TypeStringApprover reference type.[optional]
IdStringIdentifier of the approver.[optional]
NameStringDisplay name of the approver.[optional]

Examples

  • Prepare the resource
$LifecycleApproverReference = Initialize-LifecycleApproverReference  -Type IDENTITY `
-Id 2c9180858082150f0180893dbaf44201 `
-Name Alex Approver
  • Convert the resource to JSON
$LifecycleApproverReference | ConvertTo-JSON

[Back to top]