--- id: v2024-requested-for-dto-ref title: RequestedForDtoRef pagination_label: RequestedForDtoRef sidebar_label: RequestedForDtoRef sidebar_class_name: powershellsdk keywords: ['powershell', 'PowerShell', 'sdk', 'RequestedForDtoRef', 'V2024RequestedForDtoRef'] slug: /tools/sdk/powershell/v2024/models/requested-for-dto-ref tags: ['SDK', 'Software Development Kit', 'RequestedForDtoRef', 'V2024RequestedForDtoRef'] --- # RequestedForDtoRef ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **IdentityId** | **String** | The identity id for which the access is requested | [required] **RequestedItems** | [**[]RequestedItemDtoRef**](requested-item-dto-ref) | the details for the access items that are requested for the identity | [required] ## Examples - Prepare the resource ```powershell $RequestedForDtoRef = Initialize-V2024RequestedForDtoRef -IdentityId cb89bc2f1ee6445fbea12224c526ba3a ` -RequestedItems null ``` - Convert the resource to JSON ```powershell $RequestedForDtoRef | ConvertTo-JSON ``` [[Back to top]](#)