Files
developer.sailpoint.com/docs/tools/sdk/powershell/Reference/Beta/Models/RecommendationRequest.md
2025-01-28 13:29:29 -05:00

1.0 KiB

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

RecommendationRequest

Properties

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

Examples

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

[Back to top]