dataprotection
This configuration is optional when using the plugin Data_Protection.
-
Documentation
-
YAML Format
-
XML Format
| Fill relevant inputs (blue boxes) and click the blue bars on the left to copy XML configuration snippets. |
Level not shown in web, report and printing.
Level shown in header of web, report and printing.
Defines one data protection label.
List of data protection labels in ascending order of there severeness.
Level not shown in web, report and printing.
Level shown in header of web, report and printing.
Level shown in header of web, report and printing. Level shown in footer of report and printing.
Defines one data protection label.
List of data confidentiality levels in ascending order of there severeness.
Email template for notifications about creation of a data protection context.
Email template for notifications about confirmation of a data protection context deletion date.
Email template for notifications about prolonging of a data protection context deletion date.
Email template for notifications about a state change from active state to deleted state for a data protection context.
Email template for notifications about reactivation of a data protection context from deleted state to active state.
Email template for notifications about deletion of a data protection context.
Configuration of notifications in the period before deletion of Data Protection Context.
Configuration of data protection email functionality.
Duration until which the Data Protection Context is put into deleted state instead of permanently deleting it. Data protection context and projects, workbooks, objecttypes assigned to it will be unusable. Only the user with special privilege can revive the dpc. Currently, it is only possible to set the time in days, e.g. P7D.
Default: P7D
Configuration of data protection context's grace period functionality. Default behavior is to permanently delete the data protection context after deletion deadline is reached.
Defines one deletion moratorium.
List of deletion moratoriums that if assigned to the data protection context is used for archiving the data when data protection context reaches end of life.
Configuration regarding the data protection of imported data.
| This is a generated sample file with fake data and all the possible options shown, refer to the Documentation tab for what combinations are valid and what is required or not. |
cadenzaconfig:
settings:
dataprotection:
dataProtectionLabels:
- id: "text"
shortName: "text"
longName: "text"
maximumStorageTime: "P2DT3M"
fontColor: "text"
backgroundColor: "text"
display: "none"
- id: "text"
shortName: "text"
longName: "text"
maximumStorageTime: "P2DT3M"
fontColor: "text"
backgroundColor: "text"
display: "none"
dataConfidentialityLevels:
- id: "text"
shortName: "text"
longName: "text"
fontColor: "text"
backgroundColor: "text"
display: "none"
- id: "text"
shortName: "text"
longName: "text"
fontColor: "text"
backgroundColor: "text"
display: "none"
defaultDataConfidentialityLevelId: "text"
defaultMaximumStorageTime: "P2DT3M"
emailNotifications:
adminRecipient: "text"
exampleRecipient: "text"
exampleDataProtectionContextPrintName: "text"
exampleDataProtectionContextDescription: "text"
sender: "text"
createNotificationTemplate:
subject: "text"
body: "text"
confirmNotificationTemplate:
subject: "text"
body: "text"
prolongNotificationTemplate:
subject: "text"
body: "text"
activeToDeletedNotificationTemplate:
subject: "text"
body: "text"
reactivateNotificationTemplate:
subject: "text"
body: "text"
deleteNotificationTemplate:
subject: "text"
body: "text"
beforeDeleteNotificationConfiguration:
notificationTemplate:
subject: "text"
body: "text"
timeToDeletion:
- "P2DT3M"
- "P2DT3M"
grace:
gracePeriod: "P2DT3M"
revivePeriod: "P2DT3M"
deletionMoratoriums:
- id: "text"
name: "text"
database:
type: "text"
driverName: "text"
jdbcURL: "text"
user: "text"
password: "text"
properties:
- name: "text"
description: "text"
value: "text"
- name: "text"
description: "text"
value: "text"
- id: "text"
name: "text"
database:
type: "text"
driverName: "text"
jdbcURL: "text"
user: "text"
password: "text"
properties:
- name: "text"
description: "text"
value: "text"
- name: "text"
description: "text"
value: "text"
Filename: dataprotection-config.xml
| This is a generated sample file with fake data and all the possible options shown, refer to the Documentation tab for what combinations are valid and what is required or not. |
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<dataProtectionConfiguration>
<dataProtectionLabels>
<label>
<id>text</id>
<shortName>text</shortName>
<longName>text</longName>
<maximumStorageTime>P2DT3M</maximumStorageTime>
<fontColor>text</fontColor>
<backgroundColor>text</backgroundColor>
<display>none</display>
</label>
<label>
<id>text</id>
<shortName>text</shortName>
<longName>text</longName>
<maximumStorageTime>P2DT3M</maximumStorageTime>
<fontColor>text</fontColor>
<backgroundColor>text</backgroundColor>
<display>none</display>
</label>
</dataProtectionLabels>
<dataConfidentialityLevels>
<level>
<id>text</id>
<shortName>text</shortName>
<longName>text</longName>
<fontColor>text</fontColor>
<backgroundColor>text</backgroundColor>
<display>none</display>
</level>
<level>
<id>text</id>
<shortName>text</shortName>
<longName>text</longName>
<fontColor>text</fontColor>
<backgroundColor>text</backgroundColor>
<display>none</display>
</level>
</dataConfidentialityLevels>
<defaultDataConfidentialityLevelId>text</defaultDataConfidentialityLevelId>
<defaultMaximumStorageTime>P2DT3M</defaultMaximumStorageTime>
<emailNotifications>
<adminRecipient>text</adminRecipient>
<exampleRecipient>text</exampleRecipient>
<exampleDataProtectionContextPrintName>text</exampleDataProtectionContextPrintName>
<exampleDataProtectionContextDescription>text</exampleDataProtectionContextDescription>
<sender>text</sender>
<createNotificationTemplate>
<subject>text</subject>
<body>text</body>
</createNotificationTemplate>
<confirmNotificationTemplate>
<subject>text</subject>
<body>text</body>
</confirmNotificationTemplate>
<prolongNotificationTemplate>
<subject>text</subject>
<body>text</body>
</prolongNotificationTemplate>
<activeToDeletedNotificationTemplate>
<subject>text</subject>
<body>text</body>
</activeToDeletedNotificationTemplate>
<reactivateNotificationTemplate>
<subject>text</subject>
<body>text</body>
</reactivateNotificationTemplate>
<deleteNotificationTemplate>
<subject>text</subject>
<body>text</body>
</deleteNotificationTemplate>
<beforeDeleteNotificationConfiguration>
<notificationTemplate>
<subject>text</subject>
<body>text</body>
</notificationTemplate>
<timeToDeletion>P2DT3M</timeToDeletion>
<timeToDeletion>P2DT3M</timeToDeletion>
</beforeDeleteNotificationConfiguration>
</emailNotifications>
<grace>
<gracePeriod>P2DT3M</gracePeriod>
<revivePeriod>P2DT3M</revivePeriod>
</grace>
<deletionMoratoriums>
<deletionMoratorium>
<id>text</id>
<name>text</name>
<database>
<type>text</type>
<driverName>text</driverName>
<jdbcURL>text</jdbcURL>
<user>text</user>
<password>text</password>
<properties>
<property name="text" description="text">text</property>
<property name="text" description="text">text</property>
</properties>
</database>
</deletionMoratorium>
<deletionMoratorium>
<id>text</id>
<name>text</name>
<database>
<type>text</type>
<driverName>text</driverName>
<jdbcURL>text</jdbcURL>
<user>text</user>
<password>text</password>
<properties>
<property name="text" description="text">text</property>
<property name="text" description="text">text</property>
</properties>
</database>
</deletionMoratorium>
</deletionMoratoriums>
</dataProtectionConfiguration>