Skip to main content

AccessRequestRecommendationItemDetailAccess

Properties

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

Examples

  • Prepare the resource
$AccessRequestRecommendationItemDetailAccess = Initialize-PSSailpoint.V2024AccessRequestRecommendationItemDetailAccess  -Id 2c9180835d2e5168015d32f890ca1581 `
-Type null `
-Name Employee-database-read-write `
-Description This item grants an employee read and write access to the database
  • Convert the resource to JSON
$AccessRequestRecommendationItemDetailAccess | ConvertTo-JSON

[Back to top]