Skip to main content

RecommendationRequest

Properties

NameTypeDescriptionNotes
IdentityIdStringThe identity ID[optional]
ItemAccessItemRef[optional]

Examples

  • Prepare the resource
$RecommendationRequest = Initialize-PSSailpoint.V2024RecommendationRequest  -IdentityId 2c938083633d259901633d25c68c00fa `
-Item null
  • Convert the resource to JSON
$RecommendationRequest | ConvertTo-JSON

[Back to top]