Skip to main content

Recommendationrequest

Properties

NameTypeDescriptionNotes
IdentityIdStringThe identity ID[optional]
ItemAccessitemref[optional]

Examples

  • Prepare the resource
$Recommendationrequest = Initialize-Recommendationrequest  -IdentityId 2c938083633d259901633d25c68c00fa `
-Item null
  • Convert the resource to JSON
$Recommendationrequest | ConvertTo-JSON

[Back to top]