mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-09 04:19:37 +00:00
removing beta docs
This commit is contained in:
@@ -1,37 +0,0 @@
|
||||
---
|
||||
id: recommendation-request
|
||||
title: RecommendationRequest
|
||||
pagination_label: RecommendationRequest
|
||||
sidebar_label: RecommendationRequest
|
||||
sidebar_class_name: powershellsdk
|
||||
keywords: ['powershell', 'PowerShell', 'sdk', 'RecommendationRequest']
|
||||
slug: /tools/sdk/powershell/beta/models/recommendation-request
|
||||
tags: ['SDK', 'Software Development Kit', 'RecommendationRequest']
|
||||
---
|
||||
|
||||
|
||||
# RecommendationRequest
|
||||
|
||||
## Properties
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**IdentityId** | Pointer to **String** | The identity ID | [optional]
|
||||
**Item** | Pointer to [**AccessItemRef**](access-item-ref) | | [optional]
|
||||
|
||||
## Examples
|
||||
|
||||
- Prepare the resource
|
||||
```powershell
|
||||
$RecommendationRequest = Initialize-PSSailpoint.BetaRecommendationRequest -IdentityId 2c938083633d259901633d25c68c00fa `
|
||||
-Item null
|
||||
```
|
||||
|
||||
- Convert the resource to JSON
|
||||
```powershell
|
||||
$RecommendationRequest | ConvertTo-JSON
|
||||
```
|
||||
|
||||
|
||||
[[Back to top]](#)
|
||||
|
||||
Reference in New Issue
Block a user