Files
developer.sailpoint.com/docs/tools/sdk/powershell/Reference/V2024/Models/AccessRequestRecommendationItem.md
2025-01-28 13:29:29 -05:00

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
v2024-access-request-recommendation-item AccessRequestRecommendationItem AccessRequestRecommendationItem AccessRequestRecommendationItem powershellsdk
powershell
PowerShell
sdk
AccessRequestRecommendationItem
V2024AccessRequestRecommendationItem
/tools/sdk/powershell/v2024/models/access-request-recommendation-item
SDK
Software Development Kit
AccessRequestRecommendationItem
V2024AccessRequestRecommendationItem

AccessRequestRecommendationItem

Properties

Name Type Description Notes
Id Pointer to String ID of access item being recommended. [optional]
Type Pointer to AccessRequestRecommendationItemType [optional]

Examples

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

[Back to top]