mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-08-27 02:16:18 +00:00
fix: PII description (#16827)
This commit is contained in:
parent
00772fc83f
commit
c372f506a5
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"createClassification": {
|
"createClassification": {
|
||||||
"name": "PII",
|
"name": "PII",
|
||||||
"description": "Personally Identifiable Information information that, when used alone or with other relevant data, can identify an individual.<br/><br/>_Note to Legal - This tag category is provided as a starting point. Please review and update the tags based on your company policy. Also, add a reference to your PII policy document in this description._",
|
"description": "Personally Identifiable Information that, when used alone or with other relevant data, can identify an individual.<br/><br/>_Note to Legal - This tag category is provided as a starting point. Please review and update the tags based on your company policy. Also, add a reference to your PII policy document in this description._",
|
||||||
"provider": "system",
|
"provider": "system",
|
||||||
"mutuallyExclusive": "true"
|
"mutuallyExclusive": "true"
|
||||||
},
|
},
|
||||||
|
@ -50,7 +50,7 @@ export const MOCK_ALL_CLASSIFICATIONS = {
|
|||||||
name: 'PII',
|
name: 'PII',
|
||||||
fullyQualifiedName: 'PII',
|
fullyQualifiedName: 'PII',
|
||||||
description:
|
description:
|
||||||
'Personally Identifiable Information information that, when used alone or with other relevant data, can identify an individual.',
|
'Personally Identifiable Information that, when used alone or with other relevant data, can identify an individual.',
|
||||||
version: 0.1,
|
version: 0.1,
|
||||||
updatedAt: 1672135714322,
|
updatedAt: 1672135714322,
|
||||||
updatedBy: 'admin',
|
updatedBy: 'admin',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user