mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-06 20:37:46 +00:00
966 B
966 B
id, title, pagination_label, sidebar_label, sidebar_class_name, keywords, slug, tags
| id | title | pagination_label | sidebar_label | sidebar_class_name | keywords | slug | tags | |||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| beta-access-item-ref | AccessItemRef | AccessItemRef | AccessItemRef | powershellsdk |
|
/tools/sdk/powershell/beta/models/access-item-ref |
|
AccessItemRef
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| Id | String | ID of the access item to retrieve the recommendation for. | [optional] |
| Type | Enum [ "ENTITLEMENT", "ACCESS_PROFILE", "ROLE" ] | Access item's type. | [optional] |
Examples
- Prepare the resource
$AccessItemRef = Initialize-BetaAccessItemRef -Id 2c938083633d259901633d2623ec0375 `
-Type ENTITLEMENT
- Convert the resource to JSON
$AccessItemRef | ConvertTo-JSON