---
id: v1-approval-identity-record
title: ApprovalIdentityRecord
pagination_label: ApprovalIdentityRecord
sidebar_label: ApprovalIdentityRecord
sidebar_class_name: typescriptsdk
keywords: ['typescript', 'TypeScript', 'sdk', 'ApprovalIdentityRecord', 'v1ApprovalIdentityRecord']
slug: /tools/sdk/typescript/approvals/models/approval-identity-record
tags: ['SDK', 'Software Development Kit', 'ApprovalIdentityRecord', 'v1ApprovalIdentityRecord']
---

# ApprovalIdentityRecord

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**identityID** | **(optional)** `string` | Identity ID. | [default to undefined]
**type** | **(optional)** `string` | Type of identity. | [default to undefined]
**name** | **(optional)** `string` | Name of the identity. | [default to undefined]
**actionedAs** | **(optional)** `Array<ApprovalReference>` | List of references representing actions taken by the identity. | [default to undefined]
**members** | **(optional)** `Array<ApprovalReference>` | List of references representing members of the identity. | [default to undefined]
**decisionDate** | **(optional)** `string` | Date when the decision was made. | [default to undefined]
**email** | **(optional)** `string` | Email associated with the identity. | [default to undefined]

