# PluginDefinition

| Name             | Type                                                                                           | Description |
| ---------------- | ---------------------------------------------------------------------------------------------- | ----------- |
| authType         | String                                                                                         |             |
| canDisable       | Boolean                                                                                        |             |
| description      | String                                                                                         |             |
| helplink         | String                                                                                         |             |
| hidden           | Boolean                                                                                        |             |
| id               | ID                                                                                             |             |
| isExternal       | Boolean                                                                                        |             |
| logo             | String                                                                                         |             |
| metadata         | String                                                                                         |             |
| name             | String                                                                                         |             |
| platformName     | String                                                                                         |             |
| pluginParameters | List ([PluginParameter](https://docs.bunny.com/developer/api-reference/types/pluginparameter)) |             |
| pluginType       | [PluginType](https://docs.bunny.com/developer/enums#plugintype)                                |             |
| pluginVendor     | [PluginVendor](https://docs.bunny.com/developer/api-reference/types/pluginvendor)              |             |
| pluginVendorId   | ID                                                                                             |             |
| shortName        | String                                                                                         |             |
| summary          | String                                                                                         |             |
| userIsolation    | Boolean                                                                                        |             |
| uuid             | ID                                                                                             |             |
| webhookEnabled   | Boolean                                                                                        |             |
