mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-07 12:27:47 +00:00
1.5 KiB
1.5 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 | 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