Skip to main content

Accessrequestrecommendationitemdetail

Properties

NameTypeDescriptionNotes
IdentityIdStringIdentity ID for the recommendation[optional]
AccessAccessrequestrecommendationitemdetailAccess[optional]
IgnoredBooleanWhether or not the identity has already chosen to ignore this recommendation.[optional]
RequestedBooleanWhether or not the identity has already chosen to request this recommendation.[optional]
ViewedBooleanWhether or not the identity reportedly viewed this recommendation.[optional]
Messages[]Accessrecommendationmessage[optional]
TranslationMessages[]TranslationmessageThe list of translation messages[optional]

Examples

  • Prepare the resource
$Accessrequestrecommendationitemdetail = Initialize-Accessrequestrecommendationitemdetail  -IdentityId 2c91808570313110017040b06f344ec9 `
-Access null `
-Ignored true `
-Requested true `
-Viewed true `
-Messages null `
-TranslationMessages [{"key":"recommender-api.V2_WEIGHT_FEATURE_PRODUCT_INTERPRETATION_HIGH","values":["75","department"]}]
  • Convert the resource to JSON
$Accessrequestrecommendationitemdetail | ConvertTo-JSON

[Back to top]