--- id: beta-identity-reference-with-id title: IdentityReferenceWithId pagination_label: IdentityReferenceWithId sidebar_label: IdentityReferenceWithId sidebar_class_name: powershellsdk keywords: ['powershell', 'PowerShell', 'sdk', 'IdentityReferenceWithId', 'BetaIdentityReferenceWithId'] slug: /tools/sdk/powershell/beta/models/identity-reference-with-id tags: ['SDK', 'Software Development Kit', 'IdentityReferenceWithId', 'BetaIdentityReferenceWithId'] --- # IdentityReferenceWithId ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **Type** | [**DtoType**](dto-type) | | [optional] **Id** | **String** | Identity id | [optional] ## Examples - Prepare the resource ```powershell $IdentityReferenceWithId = Initialize-BetaIdentityReferenceWithId -Type null ` -Id 5168015d32f890ca15812c9180835d2e ``` - Convert the resource to JSON ```powershell $IdentityReferenceWithId | ConvertTo-JSON ``` [[Back to top]](#)