Plugin template represents a reusable plugin configuration that can be used
to create plugin instances.
- idUnique identifier of the plugin template.
- isGlobalGlobal plugins are native to Spacelift and cannot be removed
- nameHuman-readable name of the plugin template.
- descriptionDescription of the plugin template.
- slugURL-safe slug for the plugin template.
- manifestPlugin template manifest containing configuration and metadata.
- parameters[PluginTemplateParameter!]!Template parameters as JSON
- labelsArbitrary labels set by the user.
- createdAtUnix timestamp representing the plugin template creation.
- updatedAtUnix timestamp representing the plugin template last update.