Skip to content

PluginLicenseStatus

Advisory account entitlement result forwarded to the browser UI; it does not currently gate plugin execution.

Properties

Property Type Required Description
licenseStatus boolean Yes True for an active entitlement; false causes the browser to show a license warning.
licenseStatusDescription string No Detail shown on the plugin configuration page.
errorMessage string No Short warning shown on the installed-plugin list when licenseStatus is false.

Example

{
  "licenseStatus": false,
  "licenseStatusDescription": "string",
  "errorMessage": "string"
}