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
Example request
{
"value": "Sensitive",
"description": "Classification for sensitive information",
"status": "Active"
}Response
Created
Example response
{
"description": "Personal Data",
"descriptionKey": "DataClassificationsPersonalDataDesc",
"id": "9fad637c-8548-438e-9a6f-6e38eb2692de",
"name": "Personal Data",
"nameKey": "DataClassificationsPersonalData"
}