Sha256: 089e7c51c5a45479c543cb5e4c289e959c8295e1f9ed1c182b26cbc53fd21eb3
Contents?: true
Size: 743 Bytes
Versions: 8
Compression:
Stored size: 743 Bytes
Contents
# OryKratosClient::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 = OryKratosClient::Plugin.new( config: null, enabled: null, id: null, name: null, plugin_reference: null, settings: null ) ```
Version data entries
8 entries across 8 versions & 1 rubygems