---
id: v1-certification-task
title: CertificationTask
pagination_label: CertificationTask
sidebar_label: CertificationTask
sidebar_class_name: typescriptsdk
keywords: ['typescript', 'TypeScript', 'sdk', 'CertificationTask', 'v1CertificationTask']
slug: /tools/sdk/typescript/certifications/models/certification-task
tags: ['SDK', 'Software Development Kit', 'CertificationTask', 'v1CertificationTask']
---

# CertificationTask

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | **(optional)** `string` | The ID of the certification task. | [default to undefined]
**type** | **(optional)** `string` | The type of the certification task. More values may be added in the future. | [default to undefined]
**targetType** | **(optional)** `string` | The type of item that is being operated on by this task whose ID is stored in the targetId field. | [default to undefined]
**targetId** | **(optional)** `string` | The ID of the item being operated on by this task. | [default to undefined]
**status** | **(optional)** `string` | The status of the task. | [default to undefined]
**errors** | **(optional)** `Array<ErrorMessageDto>` | List of error messages | [default to undefined]
**reassignmentTrailDTOs** | **(optional)** `Array<ReassignmentTrailDTO>` | Reassignment trails that lead to self certification identity | [default to undefined]
**created** | **(optional)** `string` | The date and time on which this task was created. | [default to undefined]

