Sha256: 310c4cb075803dce491389ee2294cbd27411873a785cc63850b8e65719f02c39
Contents?: true
Size: 724 Bytes
Versions: 2
Compression:
Stored size: 724 Bytes
Contents
# OryClient::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-client' instance = OryClient::Plugin.new( config: null, enabled: null, id: null, name: null, plugin_reference: null, settings: null ) ```
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
ory-client-0.0.1.alpha19 | docs/Plugin.md |
ory-client-0.0.1.alpha18 | docs/Plugin.md |