Files
developer.sailpoint.com/docs/tools/sdk/powershell/Reference/V2024/Models/RecommendationRequest.md
2025-05-07 14:37:48 +00:00

997 B

id, title, pagination_label, sidebar_label, sidebar_class_name, keywords, slug, tags
id title pagination_label sidebar_label sidebar_class_name keywords slug tags
v2024-recommendation-request RecommendationRequest RecommendationRequest RecommendationRequest powershellsdk
powershell
PowerShell
sdk
RecommendationRequest
V2024RecommendationRequest
/tools/sdk/powershell/v2024/models/recommendation-request
SDK
Software Development Kit
RecommendationRequest
V2024RecommendationRequest

RecommendationRequest

Properties

Name Type Description Notes
IdentityId String The identity ID [optional]
Item AccessItemRef [optional]

Examples

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

[Back to top]