ccs-digitalmarketplace-frameworks 4.11.6 → 4.11.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
id: dataSanitisationType
|
|
2
|
-
name: Data sanitisation type
|
|
3
|
-
question: What type of data sanitisation process do you have?
|
|
4
|
-
|
|
5
|
-
hidden: true
|
|
6
|
-
depends:
|
|
7
|
-
- "on": lot
|
|
8
|
-
being:
|
|
9
|
-
- iaas-and-paas
|
|
10
|
-
- iaas-and-paas-above-official
|
|
11
|
-
|
|
12
|
-
type: checkboxes
|
|
13
|
-
options:
|
|
14
|
-
- label: Explicit overwriting of storage before reallocation
|
|
15
|
-
value: overwriting
|
|
16
|
-
- label: Deleted data can’t be directly accessed
|
|
17
|
-
value: no_access
|
|
18
|
-
|
|
19
|
-
validations:
|
|
20
|
-
- name: answer_required
|
|
21
|
-
message: Select a data sanitisation process.
|