Files
developer.sailpoint.com/docs/tools/sdk/powershell/refrence/beta/Models/AccessRequestRecommendationItem.md
darrell-thobe-sp 39d2297259 update to doc files
2025-01-24 14:40:05 -05:00

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

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.BetaAccessRequestRecommendationItem  -Id 2c9180835d2e5168015d32f890ca1581 `
 -Type null
  • Convert the resource to JSON
$AccessRequestRecommendationItem | ConvertTo-JSON

[Back to top]