65 lines
2.2 KiB
JSON
65 lines
2.2 KiB
JSON
{
|
|
"_comment": "SharePoint-Ziele (Connectoren) fuer den Mail-Organizer. Jedes Target definiert eine Dokumentbibliothek mit Metadaten-Feldern.",
|
|
|
|
"targets": [
|
|
{
|
|
"id": "protokolle",
|
|
"name": "Protokolle",
|
|
"description": "IT-Protokolle Dokumentbibliothek",
|
|
"enabled": true,
|
|
|
|
"sharepoint": {
|
|
"siteUrl": "krahgruppe.sharepoint.com:/shared/it",
|
|
"libraryPath": "/shared/it/Protokolle",
|
|
"libraryName": "Protokolle"
|
|
},
|
|
|
|
"fields": {
|
|
"Thema": {
|
|
"type": "choice",
|
|
"description": "Auswahlliste fuer das Thema des Protokolls",
|
|
"required": true,
|
|
"choices": [
|
|
"Druckvolumen",
|
|
"Backup-Check",
|
|
"Kontingent Hees",
|
|
"Schulungsplan",
|
|
"Verschrottungsprotokoll",
|
|
"VIA-Benchmark",
|
|
"Wartung Mini-Datacenter",
|
|
"Penetrationstest",
|
|
"Audit Ordnung und Sauberkeit",
|
|
"Datenschutzaudit",
|
|
"SAP Service Level Management",
|
|
"BitSight-Bericht",
|
|
"Servicemeeting Hosting Solutions",
|
|
"Sonstiges",
|
|
"Vorabkontrolle",
|
|
"CSOC",
|
|
"Wartung Klimaanlagen",
|
|
"Notfalluebung",
|
|
"TISAX Audit",
|
|
"IDEV.destatis"
|
|
]
|
|
},
|
|
"Datum": {
|
|
"type": "date",
|
|
"description": "Ablage-Datum",
|
|
"required": false,
|
|
"default": "{today}"
|
|
},
|
|
"Kommentar": {
|
|
"type": "text",
|
|
"description": "Optionaler Kommentar zum Dokument",
|
|
"required": false,
|
|
"default": ""
|
|
}
|
|
},
|
|
|
|
"defaults": {
|
|
"Datum": "{today}"
|
|
}
|
|
}
|
|
]
|
|
}
|