mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-09 20:37:47 +00:00
adding powershell sdk docs back
This commit is contained in:
@@ -0,0 +1,39 @@
|
||||
---
|
||||
id: v2024-review-recommendation
|
||||
title: ReviewRecommendation
|
||||
pagination_label: ReviewRecommendation
|
||||
sidebar_label: ReviewRecommendation
|
||||
sidebar_class_name: powershellsdk
|
||||
keywords: ['powershell', 'PowerShell', 'sdk', 'ReviewRecommendation', 'V2024ReviewRecommendation']
|
||||
slug: /tools/sdk/powershell/v2024/models/review-recommendation
|
||||
tags: ['SDK', 'Software Development Kit', 'ReviewRecommendation', 'V2024ReviewRecommendation']
|
||||
---
|
||||
|
||||
|
||||
# ReviewRecommendation
|
||||
|
||||
## Properties
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**Recommendation** | Pointer to **String** | The recommendation from IAI at the time of the decision. This field will be null if no recommendation was made. | [optional]
|
||||
**Reasons** | Pointer to **[]String** | A list of reasons for the recommendation. | [optional]
|
||||
**Timestamp** | Pointer to **System.DateTime** | The time at which the recommendation was recorded. | [optional]
|
||||
|
||||
## Examples
|
||||
|
||||
- Prepare the resource
|
||||
```powershell
|
||||
$ReviewRecommendation = Initialize-PSSailpoint.V2024ReviewRecommendation -Recommendation null `
|
||||
-Reasons [Reason 1, Reason 2] `
|
||||
-Timestamp 2020-06-01T13:49:37.385Z
|
||||
```
|
||||
|
||||
- Convert the resource to JSON
|
||||
```powershell
|
||||
$ReviewRecommendation | ConvertTo-JSON
|
||||
```
|
||||
|
||||
|
||||
[[Back to top]](#)
|
||||
|
||||
Reference in New Issue
Block a user