Sha256: df8463bffbcfdb38b50747e01ee57dc243457f2aa2d83d23d3a4e020c1a2681f
Contents?: true
Size: 491 Bytes
Versions: 2
Compression:
Stored size: 491 Bytes
Contents
# OryClient::PluginConfigLinux ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **allow_all_devices** | **Boolean** | allow all devices | | | **capabilities** | **Array<String>** | capabilities | | | **devices** | [**Array<PluginDevice>**](PluginDevice.md) | devices | | ## Example ```ruby require 'ory-client' instance = OryClient::PluginConfigLinux.new( allow_all_devices: null, capabilities: null, devices: null ) ```
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
ory-client-0.0.1.alpha19 | docs/PluginConfigLinux.md |
ory-client-0.0.1.alpha18 | docs/PluginConfigLinux.md |