mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-07 04:19:34 +00:00
1.6 KiB
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 |
|
/tools/sdk/powershell/v2024/models/access-request-recommendation-item-detail-access |
|
AccessRequestRecommendationItemDetailAccess
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| Id | String | ID of access item being recommended. | [optional] |
| Type | AccessRequestRecommendationItemType | [optional] | |
| Name | String | Name of the access item | [optional] |
| Description | String | Description of the access item | [optional] |
Examples
- Prepare the resource
$AccessRequestRecommendationItemDetailAccess = Initialize-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