Sha256: 89b3f3a3fd32767cc5ba96095905c73a46de01409a5dcbb60f5765f974694f67
Contents?: true
Size: 741 Bytes
Versions: 15
Compression:
Stored size: 741 Bytes
Contents
# OryHydraClient::Plugin ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **config** | [**PluginConfig**](PluginConfig.md) | | | | **enabled** | **Boolean** | True if the plugin is running. False if the plugin is not running, only installed. | | | **id** | **String** | Id | [optional] | | **name** | **String** | name | | | **plugin_reference** | **String** | plugin remote reference used to push/pull the plugin | [optional] | | **settings** | [**PluginSettings**](PluginSettings.md) | | | ## Example ```ruby require 'ory-kratos-client' instance = OryHydraClient::Plugin.new( config: null, enabled: null, id: null, name: null, plugin_reference: null, settings: null ) ```
Version data entries
15 entries across 15 versions & 1 rubygems