mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-06 20:37:46 +00:00
997 B
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 |
|
/tools/sdk/powershell/v2024/models/recommendation-request |
|
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