--- id: v2024-recommender-calculations-identity-attributes-value title: RecommenderCalculationsIdentityAttributesValue pagination_label: RecommenderCalculationsIdentityAttributesValue sidebar_label: RecommenderCalculationsIdentityAttributesValue sidebar_class_name: powershellsdk keywords: ['powershell', 'PowerShell', 'sdk', 'RecommenderCalculationsIdentityAttributesValue', 'V2024RecommenderCalculationsIdentityAttributesValue'] slug: /tools/sdk/powershell/v2024/models/recommender-calculations-identity-attributes-value tags: ['SDK', 'Software Development Kit', 'RecommenderCalculationsIdentityAttributesValue', 'V2024RecommenderCalculationsIdentityAttributesValue'] --- # RecommenderCalculationsIdentityAttributesValue ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **Value** | **String** | | [optional] ## Examples - Prepare the resource ```powershell $RecommenderCalculationsIdentityAttributesValue = Initialize-V2024RecommenderCalculationsIdentityAttributesValue -Value null ``` - Convert the resource to JSON ```powershell $RecommenderCalculationsIdentityAttributesValue | ConvertTo-JSON ``` [[Back to top]](#)