A plugin type available on the gateway, as listed by GET /api/plugins.
GET /api/plugins
The catalog is served by list_plugin_types in src/admin/policies.rs and backed by the plugin factory in src/plugins/mod.rs.
Human-readable one-line description.
Plugin type name, matching PolicyNode.type.
A plugin type available on the gateway, as listed by
GET /api/plugins.Remarks
The catalog is served by list_plugin_types in src/admin/policies.rs and backed by the plugin factory in src/plugins/mod.rs.