Sha256: 3aae83ff1d6b677fa187182297db0a96918a495a676d7876ea9f9b4073d45110
Contents?: true
Size: 1.51 KB
Versions: 13
Compression:
Stored size: 1.51 KB
Contents
# OryHydraClient::PluginConfig ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **args** | [**PluginConfigArgs**](PluginConfigArgs.md) | | | | **description** | **String** | description | | | **docker_version** | **String** | Docker Version used to create the plugin | [optional] | | **documentation** | **String** | documentation | | | **entrypoint** | **Array<String>** | entrypoint | | | **env** | [**Array<PluginEnv>**](PluginEnv.md) | env | | | **interface** | [**PluginConfigInterface**](PluginConfigInterface.md) | | | | **ipc_host** | **Boolean** | ipc host | | | **linux** | [**PluginConfigLinux**](PluginConfigLinux.md) | | | | **mounts** | [**Array<PluginMount>**](PluginMount.md) | mounts | | | **network** | [**PluginConfigNetwork**](PluginConfigNetwork.md) | | | | **pid_host** | **Boolean** | pid host | | | **propagated_mount** | **String** | propagated mount | | | **user** | [**PluginConfigUser**](PluginConfigUser.md) | | [optional] | | **work_dir** | **String** | work dir | | | **rootfs** | [**PluginConfigRootfs**](PluginConfigRootfs.md) | | [optional] | ## Example ```ruby require 'ory-client' instance = OryHydraClient::PluginConfig.new( args: null, description: null, docker_version: null, documentation: null, entrypoint: null, env: null, interface: null, ipc_host: null, linux: null, mounts: null, network: null, pid_host: null, propagated_mount: null, user: null, work_dir: null, rootfs: null ) ```
Version data entries
13 entries across 13 versions & 1 rubygems