--- id: beta-access-request-recommendation-item title: AccessRequestRecommendationItem pagination_label: AccessRequestRecommendationItem sidebar_label: AccessRequestRecommendationItem sidebar_class_name: powershellsdk keywords: ['powershell', 'PowerShell', 'sdk', 'AccessRequestRecommendationItem', 'BetaAccessRequestRecommendationItem'] slug: /tools/sdk/powershell/beta/models/access-request-recommendation-item tags: ['SDK', 'Software Development Kit', 'AccessRequestRecommendationItem', 'BetaAccessRequestRecommendationItem'] --- # AccessRequestRecommendationItem ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **Id** | **String** | ID of access item being recommended. | [optional] **Type** | [**AccessRequestRecommendationItemType**](access-request-recommendation-item-type) | | [optional] ## Examples - Prepare the resource ```powershell $AccessRequestRecommendationItem = Initialize-BetaAccessRequestRecommendationItem -Id 2c9180835d2e5168015d32f890ca1581 ` -Type null ``` - Convert the resource to JSON ```powershell $AccessRequestRecommendationItem | ConvertTo-JSON ``` [[Back to top]](#)