--- id: v2024-identity-association-details title: IdentityAssociationDetails pagination_label: IdentityAssociationDetails sidebar_label: IdentityAssociationDetails sidebar_class_name: powershellsdk keywords: ['powershell', 'PowerShell', 'sdk', 'IdentityAssociationDetails', 'V2024IdentityAssociationDetails'] slug: /tools/sdk/powershell/v2024/models/identity-association-details tags: ['SDK', 'Software Development Kit', 'IdentityAssociationDetails', 'V2024IdentityAssociationDetails'] --- # IdentityAssociationDetails ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **Message** | **String** | any additional context information of the http call result | [optional] **AssociationDetails** | [**[]IdentityAssociationDetailsAssociationDetailsInner**](identity-association-details-association-details-inner) | list of all the resource associations for the identity | [optional] ## Examples - Prepare the resource ```powershell $IdentityAssociationDetails = Initialize-V2024IdentityAssociationDetails -Message Identity cannot be deleted as it is owner of following resources ` -AssociationDetails null ``` - Convert the resource to JSON ```powershell $IdentityAssociationDetails | ConvertTo-JSON ``` [[Back to top]](#)