mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-07 04:19:34 +00:00
1004 B
1004 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 | |||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| beta-recommendation-request | RecommendationRequest | RecommendationRequest | RecommendationRequest | powershellsdk |
|
/tools/sdk/powershell/beta/models/recommendation-request |
|
RecommendationRequest
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| IdentityId | String | The identity ID | [optional] |
| Item | AccessItemRef | [optional] |
Examples
- Prepare the resource
$RecommendationRequest = Initialize-PSSailpoint.BetaRecommendationRequest -IdentityId 2c938083633d259901633d25c68c00fa `
-Item null
- Convert the resource to JSON
$RecommendationRequest | ConvertTo-JSON