For the complete documentation index, see llms.txt. This page is also available as Markdown.

SCA Configuration - SecContacts.Licenses

SecContacts.Licenses

This setting is for applying the App license(s).

  • Name: SecContacts.Licenses

  • Value: [{"name":"<license name>", "key":"<license key>"}]

The Value property is a JSON Array of name key pairs, You can add one or multiple license keys here.

Replace <license name> with the unique name to identify the license

  • e.g. EnterpriseLicense2023

Replace <license key> with the license key you've purchased

  • e.g. XcTAQTzgO00KQE+Dkr{...}FnxMDuzJ6xI=

Example

[
  {
    "name": "EnterpriseLicense2026",
    "key": "XcTAQTzgO00KQE+Dkr{...}FnxMDuzJ6xI="
  }
]

Last updated

Was this helpful?