From 9f9089f050a857a0f75041053fddc4a559eeea5a Mon Sep 17 00:00:00 2001 From: Sami Mokaddem Date: Tue, 23 Nov 2021 15:33:03 +0100 Subject: [PATCH] new: [meta_templates:it_infra_and_services] Added new template for org infra and services --- .../it_infrastructure_and_services.json | 36 +++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 libraries/default/meta_fields/it_infrastructure_and_services.json diff --git a/libraries/default/meta_fields/it_infrastructure_and_services.json b/libraries/default/meta_fields/it_infrastructure_and_services.json new file mode 100644 index 0000000..56e5867 --- /dev/null +++ b/libraries/default/meta_fields/it_infrastructure_and_services.json @@ -0,0 +1,36 @@ +{ + "name": "IT infrastructure and services", + "namespace": "cerebrate", + "description": "Offers the possiblity to register the IP of part of the infrastructure or services.", + "version": 2, + "scope": "organisation", + "uuid": "a7674718-57c8-40e7-969e-d26ca911cb4a", + "source": "Cerebrate", + "metaFields": [ + { + "field": "Microsoft Exchange Server IP", + "type": "text", + "multiple": true + }, + { + "field": "Microsfot Office 365 IP", + "type": "text", + "multiple": true + }, + { + "field": "Microsoft SharePoint IP", + "type": "text", + "multiple": true + }, + { + "field": "Microsoft Active Directory IP", + "type": "text", + "multiple": true + }, + { + "field": "Proxy IP", + "type": "text", + "multiple": true + } + ] +}