ory-hydra-client 1.4.10 → 1.5.0.beta1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (57) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +18 -4
  3. data/docs/ContainerWaitOKBodyError.md +17 -0
  4. data/docs/JSONWebKey.md +12 -12
  5. data/docs/OAuth2Client.md +2 -2
  6. data/docs/PluginConfig.md +47 -0
  7. data/docs/PluginConfigArgs.md +23 -0
  8. data/docs/PluginConfigInterface.md +19 -0
  9. data/docs/PluginConfigLinux.md +21 -0
  10. data/docs/PluginConfigNetwork.md +17 -0
  11. data/docs/PluginConfigRootfs.md +19 -0
  12. data/docs/PluginConfigUser.md +19 -0
  13. data/docs/PluginDevice.md +23 -0
  14. data/docs/PluginEnv.md +23 -0
  15. data/docs/PluginInterfaceType.md +21 -0
  16. data/docs/PluginMount.md +29 -0
  17. data/docs/PluginSettings.md +23 -0
  18. data/docs/VolumeUsageData.md +19 -0
  19. data/lib/ory-hydra-client.rb +14 -0
  20. data/lib/ory-hydra-client/models/container_wait_ok_body_error.rb +208 -0
  21. data/lib/ory-hydra-client/models/health_not_ready_status.rb +0 -1
  22. data/lib/ory-hydra-client/models/health_status.rb +1 -0
  23. data/lib/ory-hydra-client/models/json_web_key.rb +1 -13
  24. data/lib/ory-hydra-client/models/json_web_key_set_generator_request.rb +1 -0
  25. data/lib/ory-hydra-client/models/o_auth2_client.rb +2 -2
  26. data/lib/ory-hydra-client/models/oauth2_token_response.rb +1 -1
  27. data/lib/ory-hydra-client/models/plugin_config.rb +422 -0
  28. data/lib/ory-hydra-client/models/plugin_config_args.rb +262 -0
  29. data/lib/ory-hydra-client/models/plugin_config_interface.rb +230 -0
  30. data/lib/ory-hydra-client/models/plugin_config_linux.rb +247 -0
  31. data/lib/ory-hydra-client/models/plugin_config_network.rb +213 -0
  32. data/lib/ory-hydra-client/models/plugin_config_rootfs.rb +220 -0
  33. data/lib/ory-hydra-client/models/plugin_config_user.rb +218 -0
  34. data/lib/ory-hydra-client/models/plugin_device.rb +260 -0
  35. data/lib/ory-hydra-client/models/plugin_env.rb +260 -0
  36. data/lib/ory-hydra-client/models/plugin_interface_type.rb +243 -0
  37. data/lib/ory-hydra-client/models/plugin_mount.rb +307 -0
  38. data/lib/ory-hydra-client/models/plugin_settings.rb +265 -0
  39. data/lib/ory-hydra-client/models/userinfo_response.rb +1 -1
  40. data/lib/ory-hydra-client/models/version.rb +1 -1
  41. data/lib/ory-hydra-client/models/volume_usage_data.rb +228 -0
  42. data/lib/ory-hydra-client/version.rb +1 -1
  43. data/spec/models/container_wait_ok_body_error_spec.rb +41 -0
  44. data/spec/models/plugin_config_args_spec.rb +59 -0
  45. data/spec/models/plugin_config_interface_spec.rb +47 -0
  46. data/spec/models/plugin_config_linux_spec.rb +53 -0
  47. data/spec/models/plugin_config_network_spec.rb +41 -0
  48. data/spec/models/plugin_config_rootfs_spec.rb +47 -0
  49. data/spec/models/plugin_config_spec.rb +131 -0
  50. data/spec/models/plugin_config_user_spec.rb +47 -0
  51. data/spec/models/plugin_device_spec.rb +59 -0
  52. data/spec/models/plugin_env_spec.rb +59 -0
  53. data/spec/models/plugin_interface_type_spec.rb +53 -0
  54. data/spec/models/plugin_mount_spec.rb +77 -0
  55. data/spec/models/plugin_settings_spec.rb +59 -0
  56. data/spec/models/volume_usage_data_spec.rb +47 -0
  57. metadata +77 -21
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: b82ccea81df4f622b8e7c446ef1e113a46885e850b4f1a1e4077968b34bbc811
4
- data.tar.gz: 5d5a7a5719cf8dcbf2b61de26f1b4a5f3f9672c9a9436d8911af4ec44e87def3
3
+ metadata.gz: a96e405c8dff8390128891dfa87baf277e79fecf1e7cde7d09efaa55fff11d66
4
+ data.tar.gz: ca30a2207db90808c24800d483dcd98f37c92dd75182c2a70a6b6b4de14237f9
5
5
  SHA512:
6
- metadata.gz: 8f530758c33eaf2e299d5ecb2a169534158240d554b717bc765b43c7045ff883f0e3d9a5feca7ad5226a899a90f99c7fe7b6453a0fd5fb62d987469426b54de9
7
- data.tar.gz: 26d5bc54bf38be0cbca532b36155516d22f90d98077f86dce291d9a8e55a05ac7871ade85abb4806e6590a8b28ad60ee492b7bcbb417abc3279a515851d64a14
6
+ metadata.gz: 692ab125feee61e2e2202b8e77eb969bbd40a405d0cf16e5d0e627c2798ba6a10e29f5277ec9fafc36d2cbb3f653f27da5b04c3f189690193e51ef1be2113e6a
7
+ data.tar.gz: a5ac61a3488c14d8cd2c56a26a278ea6523845f7cc7c8afb68342f4aac72b27134a0d562dfcaa6d579f3d6a82fc8c344112e794c9949184619c5fe014f66f617
data/README.md CHANGED
@@ -7,7 +7,7 @@ Welcome to the ORY Hydra HTTP API documentation. You will find documentation for
7
7
  This SDK is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
8
8
 
9
9
  - API version: latest
10
- - Package version: v1.4.10
10
+ - Package version: v1.5.0-beta.1
11
11
  - Build package: org.openapitools.codegen.languages.RubyClientCodegen
12
12
 
13
13
  ## Installation
@@ -23,16 +23,16 @@ gem build ory-hydra-client.gemspec
23
23
  Then either install the gem locally:
24
24
 
25
25
  ```shell
26
- gem install ./ory-hydra-client-v1.4.10.gem
26
+ gem install ./ory-hydra-client-v1.5.0-beta.1.gem
27
27
  ```
28
28
 
29
- (for development, run `gem install --dev ./ory-hydra-client-v1.4.10.gem` to install the development dependencies)
29
+ (for development, run `gem install --dev ./ory-hydra-client-v1.5.0-beta.1.gem` to install the development dependencies)
30
30
 
31
31
  or publish the gem to a gem hosting service, e.g. [RubyGems](https://rubygems.org/).
32
32
 
33
33
  Finally add this to the Gemfile:
34
34
 
35
- gem 'ory-hydra-client', '~> v1.4.10'
35
+ gem 'ory-hydra-client', '~> v1.5.0-beta.1'
36
36
 
37
37
  ### Install from Git
38
38
 
@@ -124,6 +124,7 @@ Class | Method | HTTP request | Description
124
124
  - [OryHydraClient::CompletedRequest](docs/CompletedRequest.md)
125
125
  - [OryHydraClient::ConsentRequest](docs/ConsentRequest.md)
126
126
  - [OryHydraClient::ConsentRequestSession](docs/ConsentRequestSession.md)
127
+ - [OryHydraClient::ContainerWaitOKBodyError](docs/ContainerWaitOKBodyError.md)
127
128
  - [OryHydraClient::FlushInactiveOAuth2TokensRequest](docs/FlushInactiveOAuth2TokensRequest.md)
128
129
  - [OryHydraClient::GenericError](docs/GenericError.md)
129
130
  - [OryHydraClient::HealthNotReadyStatus](docs/HealthNotReadyStatus.md)
@@ -137,10 +138,23 @@ Class | Method | HTTP request | Description
137
138
  - [OryHydraClient::OAuth2TokenIntrospection](docs/OAuth2TokenIntrospection.md)
138
139
  - [OryHydraClient::Oauth2TokenResponse](docs/Oauth2TokenResponse.md)
139
140
  - [OryHydraClient::OpenIDConnectContext](docs/OpenIDConnectContext.md)
141
+ - [OryHydraClient::PluginConfig](docs/PluginConfig.md)
142
+ - [OryHydraClient::PluginConfigArgs](docs/PluginConfigArgs.md)
143
+ - [OryHydraClient::PluginConfigInterface](docs/PluginConfigInterface.md)
144
+ - [OryHydraClient::PluginConfigLinux](docs/PluginConfigLinux.md)
145
+ - [OryHydraClient::PluginConfigNetwork](docs/PluginConfigNetwork.md)
146
+ - [OryHydraClient::PluginConfigRootfs](docs/PluginConfigRootfs.md)
147
+ - [OryHydraClient::PluginConfigUser](docs/PluginConfigUser.md)
148
+ - [OryHydraClient::PluginDevice](docs/PluginDevice.md)
149
+ - [OryHydraClient::PluginEnv](docs/PluginEnv.md)
150
+ - [OryHydraClient::PluginInterfaceType](docs/PluginInterfaceType.md)
151
+ - [OryHydraClient::PluginMount](docs/PluginMount.md)
152
+ - [OryHydraClient::PluginSettings](docs/PluginSettings.md)
140
153
  - [OryHydraClient::PreviousConsentSession](docs/PreviousConsentSession.md)
141
154
  - [OryHydraClient::RejectRequest](docs/RejectRequest.md)
142
155
  - [OryHydraClient::UserinfoResponse](docs/UserinfoResponse.md)
143
156
  - [OryHydraClient::Version](docs/Version.md)
157
+ - [OryHydraClient::VolumeUsageData](docs/VolumeUsageData.md)
144
158
  - [OryHydraClient::WellKnown](docs/WellKnown.md)
145
159
 
146
160
 
@@ -0,0 +1,17 @@
1
+ # OryHydraClient::ContainerWaitOKBodyError
2
+
3
+ ## Properties
4
+
5
+ Name | Type | Description | Notes
6
+ ------------ | ------------- | ------------- | -------------
7
+ **message** | **String** | Details of an error | [optional]
8
+
9
+ ## Code Sample
10
+
11
+ ```ruby
12
+ require 'OryHydraClient'
13
+
14
+ instance = OryHydraClient::ContainerWaitOKBodyError.new(message: null)
15
+ ```
16
+
17
+
@@ -5,22 +5,22 @@
5
5
  Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
7
  **alg** | **String** | The \"alg\" (algorithm) parameter identifies the algorithm intended for use with the key. The values used should either be registered in the IANA \"JSON Web Signature and Encryption Algorithms\" registry established by [JWA] or be a value that contains a Collision- Resistant Name. |
8
- **crv** | **String** | crv | [optional]
9
- **d** | **String** | d | [optional]
10
- **dp** | **String** | dp | [optional]
11
- **dq** | **String** | dq | [optional]
12
- **e** | **String** | e | [optional]
13
- **k** | **String** | k | [optional]
8
+ **crv** | **String** | | [optional]
9
+ **d** | **String** | | [optional]
10
+ **dp** | **String** | | [optional]
11
+ **dq** | **String** | | [optional]
12
+ **e** | **String** | | [optional]
13
+ **k** | **String** | | [optional]
14
14
  **kid** | **String** | The \"kid\" (key ID) parameter is used to match a specific key. This is used, for instance, to choose among a set of keys within a JWK Set during key rollover. The structure of the \"kid\" value is unspecified. When \"kid\" values are used within a JWK Set, different keys within the JWK Set SHOULD use distinct \"kid\" values. (One example in which different keys might use the same \"kid\" value is if they have different \"kty\" (key type) values but are considered to be equivalent alternatives by the application using them.) The \"kid\" value is a case-sensitive string. |
15
15
  **kty** | **String** | The \"kty\" (key type) parameter identifies the cryptographic algorithm family used with the key, such as \"RSA\" or \"EC\". \"kty\" values should either be registered in the IANA \"JSON Web Key Types\" registry established by [JWA] or be a value that contains a Collision- Resistant Name. The \"kty\" value is a case-sensitive string. |
16
- **n** | **String** | n | [optional]
17
- **p** | **String** | p | [optional]
18
- **q** | **String** | q | [optional]
19
- **qi** | **String** | qi | [optional]
16
+ **n** | **String** | | [optional]
17
+ **p** | **String** | | [optional]
18
+ **q** | **String** | | [optional]
19
+ **qi** | **String** | | [optional]
20
20
  **use** | **String** | Use (\"public key use\") identifies the intended use of the public key. The \"use\" parameter is employed to indicate whether a public key is used for encrypting data or verifying the signature on data. Values are commonly \"sig\" (signature) or \"enc\" (encryption). |
21
- **x** | **String** | x | [optional]
21
+ **x** | **String** | | [optional]
22
22
  **x5c** | **Array<String>** | The \"x5c\" (X.509 certificate chain) parameter contains a chain of one or more PKIX certificates [RFC5280]. The certificate chain is represented as a JSON array of certificate value strings. Each string in the array is a base64-encoded (Section 4 of [RFC4648] -- not base64url-encoded) DER [ITU.X690.1994] PKIX certificate value. The PKIX certificate containing the key value MUST be the first certificate. | [optional]
23
- **y** | **String** | y | [optional]
23
+ **y** | **String** | | [optional]
24
24
 
25
25
  ## Code Sample
26
26
 
@@ -14,7 +14,7 @@ Name | Type | Description | Notes
14
14
  **client_secret_expires_at** | **Integer** | SecretExpiresAt is an integer holding the time at which the client secret will expire or 0 if it will not expire. The time is represented as the number of seconds from 1970-01-01T00:00:00Z as measured in UTC until the date/time of expiration. This feature is currently not supported and it's value will always be set to 0. | [optional]
15
15
  **client_uri** | **String** | ClientURI is an URL string of a web page providing information about the client. If present, the server SHOULD display this URL to the end-user in a clickable fashion. | [optional]
16
16
  **contacts** | **Array<String>** | | [optional]
17
- **created_at** | **DateTime** | CreatedAt returns the timestamp of the client's creation. | [optional]
17
+ **created_at** | **DateTime** | CreatedAt returns the timestamp of the client's creation. Format: date-time Format: date-time Format: date-time | [optional]
18
18
  **frontchannel_logout_session_required** | **Boolean** | Boolean value specifying whether the RP requires that iss (issuer) and sid (session ID) query parameters be included to identify the RP session with the OP when the frontchannel_logout_uri is used. If omitted, the default value is false. | [optional]
19
19
  **frontchannel_logout_uri** | **String** | RP URL that will cause the RP to log itself out when rendered in an iframe by the OP. An iss (issuer) query parameter and a sid (session ID) query parameter MAY be included by the OP to enable the RP to validate the request and to determine which of the potentially multiple sessions is to be logged out; if either is included, both MUST be. | [optional]
20
20
  **grant_types** | **Array<String>** | | [optional]
@@ -34,7 +34,7 @@ Name | Type | Description | Notes
34
34
  **subject_type** | **String** | SubjectType requested for responses to this Client. The subject_types_supported Discovery parameter contains a list of the supported subject_type values for this server. Valid types include `pairwise` and `public`. | [optional]
35
35
  **token_endpoint_auth_method** | **String** | Requested Client Authentication method for the Token Endpoint. The options are client_secret_post, client_secret_basic, private_key_jwt, and none. | [optional]
36
36
  **tos_uri** | **String** | TermsOfServiceURI is a URL string that points to a human-readable terms of service document for the client that describes a contractual relationship between the end-user and the client that the end-user accepts when authorizing the client. | [optional]
37
- **updated_at** | **DateTime** | UpdatedAt returns the timestamp of the last update. | [optional]
37
+ **updated_at** | **DateTime** | UpdatedAt returns the timestamp of the last update. Format: date-time Format: date-time Format: date-time | [optional]
38
38
  **userinfo_signed_response_alg** | **String** | JWS alg algorithm [JWA] REQUIRED for signing UserInfo Responses. If this is specified, the response will be JWT [JWT] serialized, and signed using JWS. The default, if omitted, is for the UserInfo Response to return the Claims as a UTF-8 encoded JSON object using the application/json content-type. | [optional]
39
39
 
40
40
  ## Code Sample
@@ -0,0 +1,47 @@
1
+ # OryHydraClient::PluginConfig
2
+
3
+ ## Properties
4
+
5
+ Name | Type | Description | Notes
6
+ ------------ | ------------- | ------------- | -------------
7
+ **args** | [**PluginConfigArgs**](PluginConfigArgs.md) | |
8
+ **description** | **String** | description |
9
+ **docker_version** | **String** | Docker Version used to create the plugin | [optional]
10
+ **documentation** | **String** | documentation |
11
+ **entrypoint** | **Array<String>** | entrypoint |
12
+ **env** | [**Array<PluginEnv>**](PluginEnv.md) | env |
13
+ **interface** | [**PluginConfigInterface**](PluginConfigInterface.md) | |
14
+ **ipc_host** | **Boolean** | ipc host |
15
+ **linux** | [**PluginConfigLinux**](PluginConfigLinux.md) | |
16
+ **mounts** | [**Array<PluginMount>**](PluginMount.md) | mounts |
17
+ **network** | [**PluginConfigNetwork**](PluginConfigNetwork.md) | |
18
+ **pid_host** | **Boolean** | pid host |
19
+ **propagated_mount** | **String** | propagated mount |
20
+ **user** | [**PluginConfigUser**](PluginConfigUser.md) | | [optional]
21
+ **work_dir** | **String** | work dir |
22
+ **rootfs** | [**PluginConfigRootfs**](PluginConfigRootfs.md) | | [optional]
23
+
24
+ ## Code Sample
25
+
26
+ ```ruby
27
+ require 'OryHydraClient'
28
+
29
+ instance = OryHydraClient::PluginConfig.new(args: null,
30
+ description: null,
31
+ docker_version: null,
32
+ documentation: null,
33
+ entrypoint: null,
34
+ env: null,
35
+ interface: null,
36
+ ipc_host: null,
37
+ linux: null,
38
+ mounts: null,
39
+ network: null,
40
+ pid_host: null,
41
+ propagated_mount: null,
42
+ user: null,
43
+ work_dir: null,
44
+ rootfs: null)
45
+ ```
46
+
47
+
@@ -0,0 +1,23 @@
1
+ # OryHydraClient::PluginConfigArgs
2
+
3
+ ## Properties
4
+
5
+ Name | Type | Description | Notes
6
+ ------------ | ------------- | ------------- | -------------
7
+ **description** | **String** | description |
8
+ **name** | **String** | name |
9
+ **settable** | **Array<String>** | settable |
10
+ **value** | **Array<String>** | value |
11
+
12
+ ## Code Sample
13
+
14
+ ```ruby
15
+ require 'OryHydraClient'
16
+
17
+ instance = OryHydraClient::PluginConfigArgs.new(description: null,
18
+ name: null,
19
+ settable: null,
20
+ value: null)
21
+ ```
22
+
23
+
@@ -0,0 +1,19 @@
1
+ # OryHydraClient::PluginConfigInterface
2
+
3
+ ## Properties
4
+
5
+ Name | Type | Description | Notes
6
+ ------------ | ------------- | ------------- | -------------
7
+ **socket** | **String** | socket |
8
+ **types** | [**Array<PluginInterfaceType>**](PluginInterfaceType.md) | types |
9
+
10
+ ## Code Sample
11
+
12
+ ```ruby
13
+ require 'OryHydraClient'
14
+
15
+ instance = OryHydraClient::PluginConfigInterface.new(socket: null,
16
+ types: null)
17
+ ```
18
+
19
+
@@ -0,0 +1,21 @@
1
+ # OryHydraClient::PluginConfigLinux
2
+
3
+ ## Properties
4
+
5
+ Name | Type | Description | Notes
6
+ ------------ | ------------- | ------------- | -------------
7
+ **allow_all_devices** | **Boolean** | allow all devices |
8
+ **capabilities** | **Array<String>** | capabilities |
9
+ **devices** | [**Array<PluginDevice>**](PluginDevice.md) | devices |
10
+
11
+ ## Code Sample
12
+
13
+ ```ruby
14
+ require 'OryHydraClient'
15
+
16
+ instance = OryHydraClient::PluginConfigLinux.new(allow_all_devices: null,
17
+ capabilities: null,
18
+ devices: null)
19
+ ```
20
+
21
+
@@ -0,0 +1,17 @@
1
+ # OryHydraClient::PluginConfigNetwork
2
+
3
+ ## Properties
4
+
5
+ Name | Type | Description | Notes
6
+ ------------ | ------------- | ------------- | -------------
7
+ **type** | **String** | type |
8
+
9
+ ## Code Sample
10
+
11
+ ```ruby
12
+ require 'OryHydraClient'
13
+
14
+ instance = OryHydraClient::PluginConfigNetwork.new(type: null)
15
+ ```
16
+
17
+
@@ -0,0 +1,19 @@
1
+ # OryHydraClient::PluginConfigRootfs
2
+
3
+ ## Properties
4
+
5
+ Name | Type | Description | Notes
6
+ ------------ | ------------- | ------------- | -------------
7
+ **diff_ids** | **Array<String>** | diff ids | [optional]
8
+ **type** | **String** | type | [optional]
9
+
10
+ ## Code Sample
11
+
12
+ ```ruby
13
+ require 'OryHydraClient'
14
+
15
+ instance = OryHydraClient::PluginConfigRootfs.new(diff_ids: null,
16
+ type: null)
17
+ ```
18
+
19
+
@@ -0,0 +1,19 @@
1
+ # OryHydraClient::PluginConfigUser
2
+
3
+ ## Properties
4
+
5
+ Name | Type | Description | Notes
6
+ ------------ | ------------- | ------------- | -------------
7
+ **gid** | **Integer** | g ID | [optional]
8
+ **uid** | **Integer** | UID | [optional]
9
+
10
+ ## Code Sample
11
+
12
+ ```ruby
13
+ require 'OryHydraClient'
14
+
15
+ instance = OryHydraClient::PluginConfigUser.new(gid: null,
16
+ uid: null)
17
+ ```
18
+
19
+
@@ -0,0 +1,23 @@
1
+ # OryHydraClient::PluginDevice
2
+
3
+ ## Properties
4
+
5
+ Name | Type | Description | Notes
6
+ ------------ | ------------- | ------------- | -------------
7
+ **description** | **String** | description |
8
+ **name** | **String** | name |
9
+ **path** | **String** | path |
10
+ **settable** | **Array<String>** | settable |
11
+
12
+ ## Code Sample
13
+
14
+ ```ruby
15
+ require 'OryHydraClient'
16
+
17
+ instance = OryHydraClient::PluginDevice.new(description: null,
18
+ name: null,
19
+ path: null,
20
+ settable: null)
21
+ ```
22
+
23
+
@@ -0,0 +1,23 @@
1
+ # OryHydraClient::PluginEnv
2
+
3
+ ## Properties
4
+
5
+ Name | Type | Description | Notes
6
+ ------------ | ------------- | ------------- | -------------
7
+ **description** | **String** | description |
8
+ **name** | **String** | name |
9
+ **settable** | **Array<String>** | settable |
10
+ **value** | **String** | value |
11
+
12
+ ## Code Sample
13
+
14
+ ```ruby
15
+ require 'OryHydraClient'
16
+
17
+ instance = OryHydraClient::PluginEnv.new(description: null,
18
+ name: null,
19
+ settable: null,
20
+ value: null)
21
+ ```
22
+
23
+
@@ -0,0 +1,21 @@
1
+ # OryHydraClient::PluginInterfaceType
2
+
3
+ ## Properties
4
+
5
+ Name | Type | Description | Notes
6
+ ------------ | ------------- | ------------- | -------------
7
+ **capability** | **String** | capability |
8
+ **prefix** | **String** | prefix |
9
+ **version** | **String** | version |
10
+
11
+ ## Code Sample
12
+
13
+ ```ruby
14
+ require 'OryHydraClient'
15
+
16
+ instance = OryHydraClient::PluginInterfaceType.new(capability: null,
17
+ prefix: null,
18
+ version: null)
19
+ ```
20
+
21
+
@@ -0,0 +1,29 @@
1
+ # OryHydraClient::PluginMount
2
+
3
+ ## Properties
4
+
5
+ Name | Type | Description | Notes
6
+ ------------ | ------------- | ------------- | -------------
7
+ **description** | **String** | description |
8
+ **destination** | **String** | destination |
9
+ **name** | **String** | name |
10
+ **options** | **Array<String>** | options |
11
+ **settable** | **Array<String>** | settable |
12
+ **source** | **String** | source |
13
+ **type** | **String** | type |
14
+
15
+ ## Code Sample
16
+
17
+ ```ruby
18
+ require 'OryHydraClient'
19
+
20
+ instance = OryHydraClient::PluginMount.new(description: null,
21
+ destination: null,
22
+ name: null,
23
+ options: null,
24
+ settable: null,
25
+ source: null,
26
+ type: null)
27
+ ```
28
+
29
+
@@ -0,0 +1,23 @@
1
+ # OryHydraClient::PluginSettings
2
+
3
+ ## Properties
4
+
5
+ Name | Type | Description | Notes
6
+ ------------ | ------------- | ------------- | -------------
7
+ **args** | **Array<String>** | args |
8
+ **devices** | [**Array<PluginDevice>**](PluginDevice.md) | devices |
9
+ **env** | **Array<String>** | env |
10
+ **mounts** | [**Array<PluginMount>**](PluginMount.md) | mounts |
11
+
12
+ ## Code Sample
13
+
14
+ ```ruby
15
+ require 'OryHydraClient'
16
+
17
+ instance = OryHydraClient::PluginSettings.new(args: null,
18
+ devices: null,
19
+ env: null,
20
+ mounts: null)
21
+ ```
22
+
23
+