Skip to content

Enable/Disable (Show/Hide) API Sections»

KopiCloud_AD_API

By default, all API sections are enabled, but you may need to disable sections for application or security reasons.

This article explains enabling or disabling some specific KopiCloud AD API sections.

API Section settings are managed by the file C:\KopiCloud-AD-API\appsettings.json.

This is the list of API settings that you can enable/disable:

  • APIEnableAD
  • APIEnableADComputer
  • APIEnableADGroup
  • APIEnableADGroupMembership
  • APIEnableADUser
  • APIEnableADOu
  • APIEnableDns
  • APIEnableDnsA
  • APIEnableDnsAAAA
  • APIEnableDnsCNAME
  • APIEnableDnsZones

Enable ALL AD Sections»

The APIEnableAD setting manages ALL Active Directory sections.

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.

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

AD Sections Enabled

1
"APIEnableAD: true"

AD Sections Disabled

1
"APIEnableAD: false"

Save the file.

Restart the web server using the IISReset command or the IIS Console.


Enable the AD Computer Section»

The APIEnableADComputer setting manages the AD Computer section.

When you enable/disable this section, you will see/hide the AD Computer section.

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

AD Computer Section Enabled

1
"APIEnableADComputer: true"

AD Computer Section Disabled

1
"APIEnableADComputer: false"

Save the file.

Restart the web server using the IISReset command or the IIS Console.


Enable the AD Group Section»

The APIEnableADGroup setting manages the AD Groups section.

When you enable/disable this section, you will see/hide the AD Groups section.

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

AD Groups Section Enabled

1
"APIEnableADGroup: true"

AD Groups Section Disabled

1
"APIEnableADGroup: false"

Save the file.

Restart the web server using the IISReset command or the IIS Console.


Enable the AD Group Membership Section»

The APIEnableADGroupMembership setting manages the AD Group Membership section.

When you enable/disable this section, you will see/hide the AD Group Membership section.

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

AD Group Membership Section Enabled

1
"APIEnableADGroupMembership: true"

AD Group Membership Section Disabled

1
"APIEnableADGroupMembership: false"

Save the file.

Restart the web server using the IISReset command or the IIS Console.


Enable the AD User Section»

The APIEnableADUser setting manages the AD Users section.

When you enable/disable this section, you will see/hide the AD Users section.

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

AD Users Section Enabled

1
"APIEnableADUser: true"

AD Users Section Disabled

1
"APIEnableADUser: false"

Save the file.

Restart the web server using the IISReset command or the IIS Console.


Enable the AD OU Section»

The APIEnableOu setting manages the AD Organization Units (OU) section.

When you enable/disable this section, you will see/hide the AD Organization Units (OU) section.

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

AD Organization Units (OU) Section Enabled

1
"APIEnableADOu: true"

AD Organization Units (OU) Section Disabled

1
"APIEnableADOu: false"

Save the file.

Restart the web server using the IISReset command or the IIS Console.


Enable ALL DNS Sections»

The APIEnableDNS setting manages ALL DNS sections.

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.

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

DNS Sections Enabled

1
"APIEnableDNS: true"

DNS Sections Disabled

1
"APIEnableDNS: false"

Save the file.

Restart the web server using the IISReset command or the IIS Console.


Enable DNS A Records Section»

The APIEnableDnsA setting manages the DNS A Records section.

When you enable/disable this section, you will see/hide the DNS A Records sections.

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

DNS A Records Section Enabled

1
"APIEnableDnsA: true"

DNS A Records Section Disabled

1
"APIEnableDnsA: false"

Enable DNS AAAA Records Section»

The APIEnableDnsAAAA setting manages the DNS AAAA Records section.

When you enable/disable this section, you will see/hide the DNS AAAA Records sections.

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

DNS AAAA Records Section Enabled

1
"APIEnableDnsAAAA: true"

DNS AAAA Records Section Disabled

1
"APIEnableDnsAAAA: false"

Enable DNS CNAME Records Section»

The APIEnableDnsCNAME setting manages the DNS CNAME Records section.

When you enable/disable this section, you will see/hide the DNS CNAME Records sections.

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

DNS CNAME Records Section Enabled

1
"APIEnableDnsCNAME: true"

DNS CNAME Records Section Disabled

1
"APIEnableDnsCNAME: false"

Enable DNS Zones Section»

The APIEnableDnsZones setting manages the DNS Zones, DNS Lookup Zones, and DNS Reverse Lookup Zones sections.

When you enable/disable this section, you will see/hide the DNS Zones, DNS Lookup Zones, and DNS Reverse Lookup Zones sections.

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

DNS Zones Sections Enabled

1
"APIEnableDnsZones: true"

DNS Zones Sections Disabled

1
"APIEnableDnsZones: false"