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

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

AccessRequestRecommendationItemDetailAccess

Properties

Name Type Description Notes
Id Pointer to String ID of access item being recommended. [optional]
Type Pointer to AccessRequestRecommendationItemType [optional]
Name Pointer to String Name of the access item [optional]
Description Pointer to String Description 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]