Skip to main content

RecommendationResponseDto

Properties

NameTypeDescriptionNotes
Response[]RecommendationResponse[optional]

Examples

  • Prepare the resource
$RecommendationResponseDto = Initialize-PSSailpoint.V2024RecommendationResponseDto  -Response null
  • Convert the resource to JSON
$RecommendationResponseDto | ConvertTo-JSON

[Back to top]