Skip to content

Commit d2cd3da

Browse files
Update api-section.md
1 parent 4ba2a71 commit d2cd3da

File tree

1 file changed

+199
-7
lines changed

1 file changed

+199
-7
lines changed

docs/settings/api-section.md

+199-7
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Enable/Disable API Sections
33
description: Enable/Disable API Sections
4-
date: 2024-05-18
4+
date: 2024-05-20
55
---
66

77
# Enable/Disable (Show/Hide) API Sections
@@ -21,19 +21,19 @@ This is the list of API settings that you can enable/disable:
2121
- APIEnableADGroupMembership
2222
- APIEnableADUser
2323
- APIEnableADOu
24-
- APIEnableDNS
24+
- APIEnableDns
2525
- APIEnableDnsA
2626
- APIEnableDnsAAAA
2727
- APIEnableDnsCNAME
2828
- APIEnableDnsZones
2929

3030
----
3131

32-
## APIEnableAD
32+
## Enable ALL AD Sections
3333

3434
The **APIEnableAD** setting manages **ALL Active Directory** sections.
3535

36-
When you enable/disable this section, you will see/hide the **AD Computer**, **AD OU**, **AD User**, **AD Group**, and **ADGroupMembership** sections.
36+
When you enable/disable this section, you will see/hide the **AD Computer**, **AD Users**, **AD Organization Units (OU)**, **AD Groups**, and **AD Group Membership** sections.
3737

3838
Open the **appsettings.json** file located at the root of the KopiCloud AD API folder (C:\KopiCloud-AD-API).
3939

@@ -55,7 +55,7 @@ Restart the web server using the **IISReset command** or the IIS Console.
5555

5656
----
5757

58-
## APIEnableADComputer
58+
## Enable the AD Computer Section
5959

6060
The **APIEnableADComputer** setting manages the **AD Computer** section.
6161

@@ -81,11 +81,115 @@ Restart the web server using the **IISReset command** or the IIS Console.
8181

8282
----
8383

84-
## APIEnableDNS
84+
## Enable the AD Group Section
85+
86+
The **APIEnableADGroup** setting manages the **AD Groups** section.
87+
88+
When you enable/disable this section, you will see/hide the **AD Group** section.
89+
90+
Open the **appsettings.json** file located at the root of the KopiCloud AD API folder (C:\KopiCloud-AD-API).
91+
92+
> AD Group Section Enabled
93+
94+
```
95+
"APIEnableADGroup: true"
96+
```
97+
98+
> AD Group Section Disabled
99+
100+
```
101+
"APIEnableADGroup: false"
102+
```
103+
104+
Save the file.
105+
106+
Restart the web server using the **IISReset command** or the IIS Console.
107+
108+
----
109+
110+
## Enable the AD Group Membership Section
111+
112+
The **APIEnableADGroupMembership** setting manages the **AD Group Membership** section.
113+
114+
When you enable/disable this section, you will see/hide the **AD Group Membership** section.
115+
116+
Open the **appsettings.json** file located at the root of the KopiCloud AD API folder (C:\KopiCloud-AD-API).
117+
118+
> AD Group Membership Section Enabled
119+
120+
```
121+
"APIEnableADGroupMembership: true"
122+
```
123+
124+
> AD Group Membership Section Disabled
125+
126+
```
127+
"APIEnableADGroupMembership: false"
128+
```
129+
130+
Save the file.
131+
132+
Restart the web server using the **IISReset command** or the IIS Console.
133+
134+
----
135+
136+
## Enable the AD User Section
137+
138+
The **APIEnableADUser** setting manages the **AD Users** section.
139+
140+
When you enable/disable this section, you will see/hide the **AD Users** section.
141+
142+
Open the **appsettings.json** file located at the root of the KopiCloud AD API folder (C:\KopiCloud-AD-API).
143+
144+
> AD User Section Enabled
145+
146+
```
147+
"APIEnableADUser: true"
148+
```
149+
150+
> AD User Section Disabled
151+
152+
```
153+
"APIEnableADUser: false"
154+
```
155+
156+
Save the file.
157+
158+
Restart the web server using the **IISReset command** or the IIS Console.
159+
160+
----
161+
162+
## Enable the AD OU Section
163+
164+
The **APIEnableOu** setting manages the **AD Organization Units (OU)** section.
165+
166+
When you enable/disable this section, you will see/hide the **AD Organization Units (OU)** section.
167+
168+
Open the **appsettings.json** file located at the root of the KopiCloud AD API folder (C:\KopiCloud-AD-API).
169+
170+
> AD OU Section Enabled
171+
172+
```
173+
"APIEnableADOu: true"
174+
```
175+
176+
> AD OU Section Disabled
177+
178+
```
179+
"APIEnableADOu: false"
180+
```
181+
182+
Save the file.
183+
184+
Restart the web server using the **IISReset command** or the IIS Console.
185+
186+
----
187+
188+
## Enable ALL DNS Sections
85189

86190
The **APIEnableDNS** setting manages **ALL DNS** sections.
87191

88-
When you enable/disable this section, you will see/hide the **APIEnableDnsA**, **APIEnableDnsAAAA**, **APIEnableDnsCNAME**, and **APIEnableDnsZones** sections.
192+
When you enable/disable this section, you will see/hide the **DNS A Records**, **DNS AAAA Records**, **DNS CNAME Records**, **DNS Zones**, **DNS Lookup Zones**, and **DNS Reverse Lookup Zones** sections.
89193

90194
Open the **appsettings.json** file located at the root of the KopiCloud AD API folder (C:\KopiCloud-AD-API).
91195

@@ -104,3 +208,91 @@ Open the **appsettings.json** file located at the root of the KopiCloud AD API f
104208
Save the file.
105209

106210
Restart the web server using the **IISReset command** or the IIS Console.
211+
212+
----
213+
214+
## Enable DNS A Records Section
215+
216+
The **APIEnableDnsA** setting manages the **DNS A Records** section.
217+
218+
When you enable/disable this section, you will see/hide the **DNS A Records** sections.
219+
220+
Open the **appsettings.json** file located at the root of the KopiCloud AD API folder (C:\KopiCloud-AD-API).
221+
222+
> DNS A Records Section Enabled
223+
224+
```
225+
"APIEnableDnsA: true"
226+
```
227+
228+
> DNS A Records Section Disabled
229+
230+
```
231+
"APIEnableDnsA: false"
232+
```
233+
234+
----
235+
236+
## Enable DNS AAAA Records Section
237+
238+
The **APIEnableDnsAAAA** setting manages the **DNS AAAA Records** section.
239+
240+
When you enable/disable this section, you will see/hide the **DNS AAAA Records** sections.
241+
242+
Open the **appsettings.json** file located at the root of the KopiCloud AD API folder (C:\KopiCloud-AD-API).
243+
244+
> DNS AAAA Records Section Enabled
245+
246+
```
247+
"APIEnableDnsAAAA: true"
248+
```
249+
250+
> DNS AAAA Records Section Disabled
251+
252+
```
253+
"APIEnableDnsAAAA: false"
254+
```
255+
256+
----
257+
258+
## Enable DNS CNAME Records Section
259+
260+
The **APIEnableDnsCNAME** setting manages the **DNS CNAME Records** section.
261+
262+
When you enable/disable this section, you will see/hide the **DNS CNAME Records** sections.
263+
264+
Open the **appsettings.json** file located at the root of the KopiCloud AD API folder (C:\KopiCloud-AD-API).
265+
266+
> DNS CNAME Records Section Enabled
267+
268+
```
269+
"APIEnableDnsCNAME: true"
270+
```
271+
272+
> DNS CNAME Records Section Disabled
273+
274+
```
275+
"APIEnableDnsCNAME: false"
276+
```
277+
278+
----
279+
280+
## Enable DNS Zones Section
281+
282+
The **APIEnableDnsZones** setting manages the **DNS Zones**, **DNS Lookup Zones**, and **DNS Reverse Lookup Zones** sections.
283+
284+
When you enable/disable this section, you will see/hide the **DNS Zones**, **DNS Lookup Zones**, and **DNS Reverse Lookup Zones** sections.
285+
286+
Open the **appsettings.json** file located at the root of the KopiCloud AD API folder (C:\KopiCloud-AD-API).
287+
288+
> DNS Zones Sections Enabled
289+
290+
```
291+
"APIEnableDnsZones: true"
292+
```
293+
294+
> DNS Zones Sections Disabled
295+
296+
```
297+
"APIEnableDnsZones: false"
298+
```

0 commit comments

Comments
 (0)