Skip to main content

ReviewRecommendation

Properties

NameTypeDescriptionNotes
RecommendationStringThe recommendation from IAI at the time of the decision. This field will be null if no recommendation was made.[optional]
Reasons[]StringA list of reasons for the recommendation.[optional]
TimestampSystem.DateTimeThe time at which the recommendation was recorded.[optional]

Examples

  • Prepare the resource
$ReviewRecommendation = Initialize-PSSailpoint.V2024ReviewRecommendation  -Recommendation null `
-Reasons [Reason 1, Reason 2] `
-Timestamp 2020-06-01T13:49:37.385Z
  • Convert the resource to JSON
$ReviewRecommendation | ConvertTo-JSON

[Back to top]