---
id: v1-approval-requested-target
title: ApprovalRequestedTarget
pagination_label: ApprovalRequestedTarget
sidebar_label: ApprovalRequestedTarget
sidebar_class_name: typescriptsdk
keywords: ['typescript', 'TypeScript', 'sdk', 'ApprovalRequestedTarget', 'v1ApprovalRequestedTarget']
slug: /tools/sdk/typescript/approvals/models/approval-requested-target
tags: ['SDK', 'Software Development Kit', 'ApprovalRequestedTarget', 'v1ApprovalRequestedTarget']
---

# ApprovalRequestedTarget

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**forcedAuthSignature** | **(optional)** `string` | Signature required for forced authentication. | [default to undefined]
**id** | **(optional)** `string` | ID of the requested target. | [default to undefined]
**name** | **(optional)** `string` | Name of the requested target. | [default to undefined]
**reauthRequired** | **(optional)** `boolean` | Indicates if reauthentication is required. | [default to false]
**removalDate** | **(optional)** `string` | Date when the target will be removed. | [default to undefined]
**requestType** | **(optional)** `string` | Type of the request. | [default to undefined]
**targetType** | **(optional)** `string` | Type of the target. | [default to undefined]

