Skip to main content

Accountrequestinfo

Properties

NameTypeDescriptionNotes
RequestedObjectIdStringId of requested object[optional]
RequestedObjectNameStringHuman-readable name of requested object[optional]
RequestedObjectTypeRequestableobjecttype[optional]

Examples

  • Prepare the resource
$Accountrequestinfo = Initialize-Accountrequestinfo  -RequestedObjectId 2c91808563ef85690164001c31140c0c `
-RequestedObjectName Treasury Analyst `
-RequestedObjectType null
  • Convert the resource to JSON
$Accountrequestinfo | ConvertTo-JSON

[Back to top]