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