Sha256: 1f721a49c7a0449e7097aa490b0fcdea6e406f777104627329bda8025df0e24e

Contents?: true

Size: 1.5 KB

Versions: 2

Compression:

Stored size: 1.5 KB

Contents

# OryClient::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 = OryClient::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

2 entries across 2 versions & 1 rubygems

Version Path
ory-client-0.0.1.alpha19 docs/PluginConfig.md
ory-client-0.0.1.alpha18 docs/PluginConfig.md