Skip to main content

AccessRequestRecommendationItem

Properties

NameTypeDescriptionNotes
IdStringID of access item being recommended.[optional]
TypeAccessRequestRecommendationItemType[optional]

Examples

  • Prepare the resource
$AccessRequestRecommendationItem = Initialize-PSSailpoint.V2024AccessRequestRecommendationItem  -Id 2c9180835d2e5168015d32f890ca1581 `
-Type null
  • Convert the resource to JSON
$AccessRequestRecommendationItem | ConvertTo-JSON

[Back to top]