Skip to main content

LifecycleRequesterReference

Properties

NameTypeDescriptionNotes
TypeStringRequester reference type.[optional]
IdStringIdentifier of the requester.[optional]
NameStringDisplay name of the requester.[optional]

Examples

  • Prepare the resource
$LifecycleRequesterReference = Initialize-LifecycleRequesterReference  -Type IDENTITY `
-Id 2c9180858082150f0180893dbaf44201 `
-Name Pat Manager
  • Convert the resource to JSON
$LifecycleRequesterReference | ConvertTo-JSON

[Back to top]