Sha256: e6048d751bf0e01c3e623b4b8ec758d84b1fccc5725e567d55d1c50603850f75
Contents?: true
Size: 472 Bytes
Versions: 8
Compression:
Stored size: 472 Bytes
Contents
# OryKratosClient::PluginDevice ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **description** | **String** | description | | | **name** | **String** | name | | | **path** | **String** | path | | | **settable** | **Array<String>** | settable | | ## Example ```ruby require 'ory-kratos-client' instance = OryKratosClient::PluginDevice.new( description: null, name: null, path: null, settable: null ) ```
Version data entries
8 entries across 8 versions & 1 rubygems