mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-06 20:37:46 +00:00
1.1 KiB
1.1 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-requested-for-dto-ref | RequestedForDtoRef | RequestedForDtoRef | RequestedForDtoRef | powershellsdk |
|
/tools/sdk/powershell/v2024/models/requested-for-dto-ref |
|
RequestedForDtoRef
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| IdentityId | String | The identity id for which the access is requested | [required] |
| RequestedItems | []RequestedItemDtoRef | the details for the access items that are requested for the identity | [required] |
Examples
- Prepare the resource
$RequestedForDtoRef = Initialize-PSSailpoint.V2024RequestedForDtoRef -IdentityId cb89bc2f1ee6445fbea12224c526ba3a `
-RequestedItems null
- Convert the resource to JSON
$RequestedForDtoRef | ConvertTo-JSON