PluginAttributes

Attributes of the PluginAttributes type

Attributes for creating and updating a plugin

{
  "id": "456123",
  "pluginDefinitionId": "456123",
  "guid": "",
  "dynamicComponentValues": [
    {
      "key": "",
      "value": "DynamicComponentValue"
    }
  ],
  "enabled": true,
  "entityIds": [
    "456123"
  ],
  "enabledOnlyForUserId": "456123",
  "entitySelectionEnabled": true
}
Name
Type
Description

id

ID

pluginDefinitionId

ID

guid

String

dynamicComponentValues

enabled

Boolean

entityIds

List (ID)

enabledOnlyForUserId

ID

entitySelectionEnabled

Boolean

Last updated

Was this helpful?