-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathinit.config.yml
79 lines (77 loc) · 1.93 KB
/
init.config.yml
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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
# SPDX-FileCopyrightText: Magenta ApS <https://magenta.dk>
# SPDX-License-Identifier: MPL-2.0
---
root_organisation:
municipality_code: null
facets:
employee_address_type:
# Silkeborg uses the "base" classes
EmailEmployee:
title: "Email"
scope: "EMAIL"
PhoneEmployee:
title: "Telefon"
scope: "PHONE"
MobilePhoneEmployee:
title: "Mobiltelefon"
scope: "PHONE"
InstitutionPhoneEmployee:
title: "Institutionstelefonnummer"
scope: "PHONE"
# Frederikshavn and Egedal use Omada-specific classes
OmadaEmailEmployee:
title: "Email (Omada)"
scope: "EMAIL"
OmadaPhoneEmployee:
title: "Telefon (Omada)"
scope: "PHONE"
OmadaMobilePhoneEmployee:
title: "Mobiltelefon (Omada)"
scope: "PHONE"
OmadaInstitutionPhoneEmployee:
title: "Institutionstelefonnummer (Omada)"
scope: "PHONE"
engagement_job_function:
Medarbejder:
title: "Medarbejder"
scope: "TEXT"
Vikar:
title: "Vikar"
scope: "TEXT"
Sygeplejerske:
title: "Sygeplejerske"
scope: "TEXT"
not_applicable:
title: "N/A"
scope: "TEXT"
org_unit_type:
Afdeling:
title: "Afdeling"
scope: "TEXT"
engagement_type:
omada_manually_created:
title: "(Omada) Manuelt oprettet"
scope: "TEXT"
omada_manually_created_hidden:
title: "(Omada) Manuelt oprettet (Skjult)"
scope: "TEXT"
visibility:
Public:
title: "Må vises eksternt"
scope: "PUBLIC"
Secret:
title: "Hemmelig"
scope: "SECRET"
primary_type:
primary:
title: "Primær"
scope: "3000"
it_systems:
# Silkeborg
omada_login: "Omada - LOGIN"
omada_ad_guid: "Omada - AD GUID"
# Organisation units can be found either directly by their UUID, or through an
# associated IT-user containing the UUID.
FK-ORG-UUID: "FK-org uuid"
# Frederikshavn
omada_ad_login: "Omada - AD LOGIN"