mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-06 20:37:46 +00:00
1.2 KiB
1.2 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 | |||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| beta-access-item-requested-for-dto | AccessItemRequestedForDto | AccessItemRequestedForDto | AccessItemRequestedForDto | powershellsdk |
|
/tools/sdk/powershell/beta/models/access-item-requested-for-dto |
|
AccessItemRequestedForDto
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| Type | Enum [ "IDENTITY" ] | DTO type of identity the access item is requested for. | [optional] |
| Id | String | ID of identity the access item is requested for. | [optional] |
| Name | String | Human-readable display name of identity the access item is requested for. | [optional] |
Examples
- Prepare the resource
$AccessItemRequestedForDto = Initialize-BetaAccessItemRequestedForDto -Type IDENTITY `
-Id 2c4180a46faadee4016fb4e018c20626 `
-Name Robert Robinson
- Convert the resource to JSON
$AccessItemRequestedForDto | ConvertTo-JSON