---
id: v1-identity-attribute-preview
title: IdentityAttributePreview
pagination_label: IdentityAttributePreview
sidebar_label: IdentityAttributePreview
sidebar_class_name: typescriptsdk
keywords: ['typescript', 'TypeScript', 'sdk', 'IdentityAttributePreview', 'v1IdentityAttributePreview']
slug: /tools/sdk/typescript/identity_profiles/models/identity-attribute-preview
tags: ['SDK', 'Software Development Kit', 'IdentityAttributePreview', 'v1IdentityAttributePreview']
---

# IdentityAttributePreview

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**name** | **(optional)** `string` | Name of the attribute that is being previewed. | [default to undefined]
**value** | **(optional)** `string` | Value that was derived during the preview. | [default to undefined]
**previousValue** | **(optional)** `string` | The value of the attribute before the preview. | [default to undefined]
**errorMessages** | **(optional)** `Array<ErrorMessageDto>` | List of error messages | [default to undefined]

