mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-07 12:27:47 +00:00
1.2 KiB
1.2 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 | |||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| v2025-review-recommendation | ReviewRecommendation | ReviewRecommendation | ReviewRecommendation | powershellsdk |
|
/tools/sdk/powershell/v2025/models/review-recommendation |
|
ReviewRecommendation
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| Recommendation | String | The recommendation from IAI at the time of the decision. This field will be null if no recommendation was made. | [optional] |
| Reasons | []String | A list of reasons for the recommendation. | [optional] |
| Timestamp | System.DateTime | The time at which the recommendation was recorded. | [optional] |
Examples
- Prepare the resource
$ReviewRecommendation = Initialize-V2025ReviewRecommendation -Recommendation null `
-Reasons [Reason 1, Reason 2] `
-Timestamp 2020-06-01T13:49:37.385Z
- Convert the resource to JSON
$ReviewRecommendation | ConvertTo-JSON