-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathplugin.json
More file actions
30 lines (29 loc) · 1005 Bytes
/
Copy pathplugin.json
File metadata and controls
30 lines (29 loc) · 1005 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
{
"id": "gdpr",
"version": "0.2.0",
"meta": {
"label": "GDPR",
"description": "Implement policies to facilitate compliance with GDPR (European regulations for personal data)",
"author": "Dataiku",
"icon": "icon-lock",
"licenseInfo": "Apache Software License",
"url": "https://www.dataiku.com/dss/plugins/info/gdpr.html",
"tags": ["Governance"]
},
"params": [
{
"name": "gdpr_admin_groups",
"label": "GDPR admin groups",
"type": "STRING",
"mandatory": false,
"description": "Optional. Comma-separated list of security groups ids to manage GDPR policies"
},
{
"name": "gdpr_doc_groups",
"label": "GDPR documentation groups",
"type": "STRING",
"mandatory": false,
"description": "Optional. Comma-separated list of security groups ids to edit GDPR documentation fields"
}
]
}