|
1 | | -{ |
2 | | - "type": "Group", |
3 | | - "label": "inetOrgPerson", |
4 | | - "elements": [ |
5 | | - { |
6 | | - "type": "HorizontalLayout", |
7 | | - "elements": [ |
8 | | - { |
9 | | - "type": "Control", |
10 | | - "label": "Common Name", |
11 | | - "scope": "#/properties/cn", |
12 | | - "options": { |
13 | | - "required": true |
14 | | - } |
15 | | - }, |
16 | | - { |
17 | | - "type": "Control", |
18 | | - "label": "Surname", |
19 | | - "scope": "#/properties/sn", |
20 | | - "options": { |
21 | | - "required": true |
22 | | - } |
23 | | - }, |
24 | | - { |
25 | | - "type": "Control", |
26 | | - "label": "UID", |
27 | | - "scope": "#/properties/uid", |
28 | | - "options": { |
29 | | - "required": true |
30 | | - } |
31 | | - }, |
32 | | - { |
33 | | - "type": "Control", |
34 | | - "label": "EmployeeNumber", |
35 | | - "scope": "#/properties/employeeNumber", |
36 | | - "options": { |
37 | | - "required": true |
38 | | - } |
39 | | - }, |
40 | | - { |
41 | | - "type": "Control", |
42 | | - "label": "EmployeeType", |
43 | | - "scope": "#/properties/employeeType", |
44 | | - "options": { |
45 | | - "required": true |
46 | | - } |
47 | | - } |
48 | | - ] |
49 | | - }, |
50 | | - { |
51 | | - "type": "HorizontalLayout", |
52 | | - "elements": [ |
53 | | - { |
54 | | - "type": "Control", |
55 | | - "label": "Display Name", |
56 | | - "scope": "#/properties/displayName" |
57 | | - }, |
58 | | - { |
59 | | - "type": "Control", |
60 | | - "label": "Facsimile Telephone Number", |
61 | | - "scope": "#/properties/facsimileTelephoneNumber" |
62 | | - }, |
63 | | - { |
64 | | - "type": "Control", |
65 | | - "label": "Given Name", |
66 | | - "scope": "#/properties/givenName" |
67 | | - } |
68 | | - ] |
69 | | - }, |
70 | | - { |
71 | | - "type": "HorizontalLayout", |
72 | | - "elements": [ |
73 | | - { |
74 | | - "type": "Control", |
75 | | - "label": "Email", |
76 | | - "scope": "#/properties/mail", |
77 | | - "options": { |
78 | | - "format": "email" |
79 | | - } |
80 | | - }, |
81 | | - { |
82 | | - "type": "Control", |
83 | | - "label": "Mobile", |
84 | | - "scope": "#/properties/mobile" |
85 | | - }, |
86 | | - { |
87 | | - "type": "Control", |
88 | | - "label": "Postal Address", |
89 | | - "scope": "#/properties/postalAddress" |
90 | | - } |
91 | | - ] |
92 | | - }, |
93 | | - { |
94 | | - "type": "HorizontalLayout", |
95 | | - "elements": [ |
96 | | - { |
97 | | - "type": "Control", |
98 | | - "label": "Preferred Language", |
99 | | - "scope": "#/properties/preferredLanguage" |
100 | | - }, |
101 | | - { |
102 | | - "type": "Control", |
103 | | - "label": "Telephone Number", |
104 | | - "scope": "#/properties/telephoneNumber" |
105 | | - }, |
106 | | - { |
107 | | - "type": "Control", |
108 | | - "label": "Title", |
109 | | - "scope": "#/properties/title" |
110 | | - } |
111 | | - ] |
112 | | - }, |
113 | | - { |
114 | | - "type": "HorizontalLayout", |
115 | | - "elements": [ |
116 | | - { |
117 | | - "type": "Control", |
118 | | - "label": "User Certificate", |
119 | | - "scope": "#/properties/userCertificate" |
120 | | - }, |
121 | | - { |
122 | | - "type": "Control", |
123 | | - "label": "User Password", |
124 | | - "scope": "#/properties/userPassword", |
125 | | - "options": { |
126 | | - "type": "password" |
127 | | - } |
128 | | - }, |
129 | | - { |
130 | | - "type": "Control", |
131 | | - "label": "Labeled URI", |
132 | | - "scope": "#/properties/labeledURI" |
133 | | - } |
134 | | - ] |
135 | | - } |
136 | | - ] |
137 | | -} |
| 1 | +type: Group |
| 2 | +label: Identité |
| 3 | +elements: |
| 4 | +- type: HorizontalLayout |
| 5 | + elements: |
| 6 | + - type: Control |
| 7 | + label: CN |
| 8 | + scope: "#/properties/cn" |
| 9 | + options: |
| 10 | + required: true |
| 11 | + - type: Control |
| 12 | + label: Nom |
| 13 | + scope: "#/properties/sn" |
| 14 | + options: |
| 15 | + required: true |
| 16 | + - type: Control |
| 17 | + label: UID |
| 18 | + scope: "#/properties/uid" |
| 19 | + options: |
| 20 | + required: true |
| 21 | +- type: HorizontalLayout |
| 22 | + elements: |
| 23 | + - type: Control |
| 24 | + label: Nom d'affichage |
| 25 | + scope: "#/properties/displayName" |
| 26 | + - type: Control |
| 27 | + label: Prénom |
| 28 | + scope: "#/properties/givenName" |
| 29 | +- type: HorizontalLayout |
| 30 | + elements: |
| 31 | + - type: Control |
| 32 | + label: Email |
| 33 | + scope: "#/properties/mail" |
| 34 | + options: |
| 35 | + format: email |
| 36 | + - type: Control |
| 37 | + label: Mobile |
| 38 | + scope: "#/properties/mobile" |
| 39 | + - type: Control |
| 40 | + label: Adresse postale |
| 41 | + scope: "#/properties/postalAddress" |
| 42 | +- type: HorizontalLayout |
| 43 | + elements: |
| 44 | + - type: Control |
| 45 | + label: language préféré |
| 46 | + scope: "#/properties/preferredLanguage" |
| 47 | + options: |
| 48 | + required: false |
| 49 | + suggestion: |
| 50 | + - FR |
| 51 | + - EN |
| 52 | + - DE |
| 53 | + - IT |
| 54 | + - type: Control |
| 55 | + label: Téléphone |
| 56 | + scope: "#/properties/telephoneNumber" |
| 57 | + - type: Control |
| 58 | + label: Titre |
| 59 | + scope: "#/properties/title" |
0 commit comments