v1

latestOpenAPI 3.1.0Apache 2.02026-07-245981,1853.0 MB
Personal Data

Create Data Classification

Use this API to create new Data Mapping Automation-Data Classification.

post/api/inventory/v2/data-classifications

Query parameters

generatorstring

Optional generator parameter

Request body

valuestring required

Name of the personal data entity

descriptionstring

Description of the personal data entity

status'Active' | 'Inactive' | 'Draft'

Status of the personal data entity

termIdstring uuid

ID of the associated term

tagIdstring uuid

ID of the associated tag

Example request

{
  "value": "Sensitive",
  "description": "Classification for sensitive information",
  "status": "Active"
}

Response

Created

descriptionstring

Description of the Data Classification.

descriptionKeystring

Unique key for description of the Data Classification.

idstring

Unique Id of the Data Classification.

namestring

Name of the Data Classification.

nameKeystring

Unique key for the name of the Data Classification.

Example response

{
  "description": "Personal Data",
  "descriptionKey": "DataClassificationsPersonalDataDesc",
  "id": "9fad637c-8548-438e-9a6f-6e38eb2692de",
  "name": "Personal Data",
  "nameKey": "DataClassificationsPersonalData"
}