Parameters

Parameter Required/Optional Description
Security!TLSVersions Optional The versions of the TLS protocol that are supported by KCM Control Center. Possible values are:
  • TLS_11_12_13. Allows TLS 1.1, TLS 1.2 and TLS 1.3.

  • TLS_11_12. Allows TLS 1.1 and TLS 1.2.

  • TLS_13. Allows TLS 1.3.

When omitted, defaults to TLS_11_12_13.

TLS 1.3 requires support in Java, and support in .NET on the server OS. If you choose to use TLS_13 only, make sure that these requirements are met.

ControlCenter!UseOAuth2

Optional.

Required when KCM Control Center has not yet been started.

When omitted on a subsequent start, the current configuration is used.

A boolean flag that determines whether KCM Control Center requires authentication of users at an OAuth2 server.

If you turn off the OAuth2 authentication for KCM Control Center, sensitive information about your configuration may become exposed. For more information, refer to the following topic: OAuth2 in KCM Control Center.

ControlCenter!OAuth2TenantId

Optional.

Required when ControlCenter!UseOAuth2 is True. Otherwise, you should not use this parameter.

The tenant of the OAuth2 configuration for KCM Control Center.

ControlCenter!OAuth2ClientId

Optional.

Required when ControlCenter!UseOAuth2 is True. Otherwise, you should not use this parameter.

The client of the OAuth2 configuration for KCM Control Center.

ControlCenter!OAuth2Secret

Optional.

Required when ControlCenter!UseOAuth2 is True. Otherwise, you should not use this parameter.

The secret of the OAuth2 configuration for KCM Control Center.

ControlCenter!OAuth2RedirectBaseURL

Optional.

Required when ControlCenter!UseOAuth2 is True. Otherwise, you should not use this parameter.

The redirect base URL of the OAuth2 configuration for KCM Control Center.

Services!Password

Optional.

Required when ControlCenter!UseOAuth2 is True. Otherwise, you should not use this parameter.

The password of the KCM services user account.