ory-oathkeeper-client 0.0.0.alpha62 → 0.35.0.alpha1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (201) hide show
  1. checksums.yaml +4 -4
  2. data/Gemfile +1 -1
  3. data/README.md +34 -106
  4. data/docs/ApiApi.md +46 -301
  5. data/docs/CreateRuleCreated.md +8 -9
  6. data/docs/CreateRuleForbidden.md +8 -9
  7. data/docs/CreateRuleForbiddenBody.md +18 -19
  8. data/docs/CreateRuleInternalServerError.md +8 -9
  9. data/docs/CreateRuleInternalServerErrorBody.md +18 -19
  10. data/docs/CreateRuleUnauthorized.md +8 -9
  11. data/docs/CreateRuleUnauthorizedBody.md +18 -19
  12. data/docs/DecisionsForbidden.md +8 -9
  13. data/docs/DecisionsForbiddenBody.md +18 -19
  14. data/docs/DecisionsInternalServerError.md +8 -9
  15. data/docs/DecisionsInternalServerErrorBody.md +18 -19
  16. data/docs/DecisionsNotFound.md +8 -9
  17. data/docs/DecisionsNotFoundBody.md +18 -19
  18. data/docs/DecisionsUnauthorized.md +8 -9
  19. data/docs/DecisionsUnauthorizedBody.md +18 -19
  20. data/docs/DeleteRuleForbidden.md +8 -9
  21. data/docs/DeleteRuleForbiddenBody.md +18 -19
  22. data/docs/DeleteRuleInternalServerError.md +8 -9
  23. data/docs/DeleteRuleInternalServerErrorBody.md +18 -19
  24. data/docs/DeleteRuleNotFound.md +8 -9
  25. data/docs/DeleteRuleNotFoundBody.md +18 -19
  26. data/docs/DeleteRuleUnauthorized.md +8 -9
  27. data/docs/DeleteRuleUnauthorizedBody.md +18 -19
  28. data/docs/GetRuleForbidden.md +8 -9
  29. data/docs/GetRuleForbiddenBody.md +18 -19
  30. data/docs/GetRuleInternalServerError.md +8 -9
  31. data/docs/GetRuleInternalServerErrorBody.md +18 -19
  32. data/docs/GetRuleNotFound.md +8 -9
  33. data/docs/GetRuleNotFoundBody.md +18 -19
  34. data/docs/GetRuleOK.md +8 -9
  35. data/docs/GetRuleUnauthorized.md +8 -9
  36. data/docs/GetRuleUnauthorizedBody.md +18 -19
  37. data/docs/GetWellKnownForbidden.md +8 -9
  38. data/docs/GetWellKnownForbiddenBody.md +18 -19
  39. data/docs/GetWellKnownJSONWebKeysInternalServerError.md +8 -9
  40. data/docs/GetWellKnownJSONWebKeysInternalServerErrorBody.md +18 -19
  41. data/docs/GetWellKnownJSONWebKeysOK.md +8 -9
  42. data/docs/GetWellKnownOK.md +8 -9
  43. data/docs/GetWellKnownUnauthorized.md +8 -9
  44. data/docs/GetWellKnownUnauthorizedBody.md +18 -19
  45. data/docs/HealthNotReadyStatus.md +8 -9
  46. data/docs/HealthStatus.md +8 -9
  47. data/docs/InlineResponse500.md +18 -19
  48. data/docs/IsInstanceAliveInternalServerError.md +8 -9
  49. data/docs/IsInstanceAliveInternalServerErrorBody.md +18 -19
  50. data/docs/IsInstanceAliveOK.md +8 -9
  51. data/docs/JsonWebKey.md +40 -41
  52. data/docs/JsonWebKeySet.md +8 -9
  53. data/docs/JudgeForbidden.md +8 -9
  54. data/docs/JudgeForbiddenBody.md +18 -19
  55. data/docs/JudgeInternalServerError.md +8 -9
  56. data/docs/JudgeInternalServerErrorBody.md +18 -19
  57. data/docs/JudgeNotFound.md +8 -9
  58. data/docs/JudgeNotFoundBody.md +18 -19
  59. data/docs/JudgeUnauthorized.md +8 -9
  60. data/docs/JudgeUnauthorizedBody.md +18 -19
  61. data/docs/ListRulesForbidden.md +8 -9
  62. data/docs/ListRulesForbiddenBody.md +18 -19
  63. data/docs/ListRulesInternalServerError.md +8 -9
  64. data/docs/ListRulesInternalServerErrorBody.md +18 -19
  65. data/docs/ListRulesOK.md +8 -9
  66. data/docs/ListRulesUnauthorized.md +8 -9
  67. data/docs/ListRulesUnauthorizedBody.md +18 -19
  68. data/docs/Rule.md +20 -21
  69. data/docs/RuleHandler.md +10 -11
  70. data/docs/RuleMatch.md +10 -11
  71. data/docs/SwaggerCreateRuleParameters.md +8 -9
  72. data/docs/SwaggerGetRuleParameters.md +8 -9
  73. data/docs/SwaggerHealthStatus.md +8 -9
  74. data/docs/SwaggerJSONWebKey.md +40 -41
  75. data/docs/SwaggerJSONWebKeySet.md +8 -9
  76. data/docs/SwaggerListRulesParameters.md +10 -11
  77. data/docs/SwaggerNotReadyStatus.md +8 -9
  78. data/docs/SwaggerRule.md +20 -21
  79. data/docs/SwaggerRuleHandler.md +10 -11
  80. data/docs/SwaggerRuleMatch.md +10 -11
  81. data/docs/SwaggerRuleResponse.md +8 -9
  82. data/docs/SwaggerRulesResponse.md +8 -9
  83. data/docs/SwaggerUpdateRuleParameters.md +10 -11
  84. data/docs/SwaggerVersion.md +8 -9
  85. data/docs/UpdateRuleForbidden.md +8 -9
  86. data/docs/UpdateRuleForbiddenBody.md +18 -19
  87. data/docs/UpdateRuleInternalServerError.md +8 -9
  88. data/docs/UpdateRuleInternalServerErrorBody.md +18 -19
  89. data/docs/UpdateRuleNotFound.md +8 -9
  90. data/docs/UpdateRuleNotFoundBody.md +18 -19
  91. data/docs/UpdateRuleOK.md +8 -9
  92. data/docs/UpdateRuleUnauthorized.md +8 -9
  93. data/docs/UpdateRuleUnauthorizedBody.md +18 -19
  94. data/docs/Upstream.md +12 -13
  95. data/docs/Version.md +8 -9
  96. data/lib/ory-oathkeeper-client/api/api_api.rb +15 -190
  97. data/lib/ory-oathkeeper-client/api/health_api.rb +2 -2
  98. data/lib/ory-oathkeeper-client/api/version_api.rb +2 -2
  99. data/lib/ory-oathkeeper-client/api_client.rb +48 -52
  100. data/lib/ory-oathkeeper-client/api_error.rb +3 -3
  101. data/lib/ory-oathkeeper-client/configuration.rb +12 -41
  102. data/lib/ory-oathkeeper-client/models/create_rule_created.rb +11 -23
  103. data/lib/ory-oathkeeper-client/models/create_rule_forbidden.rb +11 -23
  104. data/lib/ory-oathkeeper-client/models/create_rule_forbidden_body.rb +12 -24
  105. data/lib/ory-oathkeeper-client/models/create_rule_internal_server_error.rb +11 -23
  106. data/lib/ory-oathkeeper-client/models/create_rule_internal_server_error_body.rb +12 -24
  107. data/lib/ory-oathkeeper-client/models/create_rule_unauthorized.rb +11 -23
  108. data/lib/ory-oathkeeper-client/models/create_rule_unauthorized_body.rb +12 -24
  109. data/lib/ory-oathkeeper-client/models/decisions_forbidden.rb +11 -23
  110. data/lib/ory-oathkeeper-client/models/decisions_forbidden_body.rb +13 -25
  111. data/lib/ory-oathkeeper-client/models/decisions_internal_server_error.rb +11 -23
  112. data/lib/ory-oathkeeper-client/models/decisions_internal_server_error_body.rb +13 -25
  113. data/lib/ory-oathkeeper-client/models/decisions_not_found.rb +11 -23
  114. data/lib/ory-oathkeeper-client/models/decisions_not_found_body.rb +13 -25
  115. data/lib/ory-oathkeeper-client/models/decisions_unauthorized.rb +11 -23
  116. data/lib/ory-oathkeeper-client/models/decisions_unauthorized_body.rb +13 -25
  117. data/lib/ory-oathkeeper-client/models/delete_rule_forbidden.rb +11 -23
  118. data/lib/ory-oathkeeper-client/models/delete_rule_forbidden_body.rb +12 -24
  119. data/lib/ory-oathkeeper-client/models/delete_rule_internal_server_error.rb +11 -23
  120. data/lib/ory-oathkeeper-client/models/delete_rule_internal_server_error_body.rb +12 -24
  121. data/lib/ory-oathkeeper-client/models/delete_rule_not_found.rb +11 -23
  122. data/lib/ory-oathkeeper-client/models/delete_rule_not_found_body.rb +12 -24
  123. data/lib/ory-oathkeeper-client/models/delete_rule_unauthorized.rb +11 -23
  124. data/lib/ory-oathkeeper-client/models/delete_rule_unauthorized_body.rb +12 -24
  125. data/lib/ory-oathkeeper-client/models/get_rule_forbidden.rb +11 -23
  126. data/lib/ory-oathkeeper-client/models/get_rule_forbidden_body.rb +12 -24
  127. data/lib/ory-oathkeeper-client/models/get_rule_internal_server_error.rb +11 -23
  128. data/lib/ory-oathkeeper-client/models/get_rule_internal_server_error_body.rb +13 -25
  129. data/lib/ory-oathkeeper-client/models/get_rule_not_found.rb +11 -23
  130. data/lib/ory-oathkeeper-client/models/get_rule_not_found_body.rb +13 -25
  131. data/lib/ory-oathkeeper-client/models/get_rule_ok.rb +11 -23
  132. data/lib/ory-oathkeeper-client/models/get_rule_unauthorized.rb +11 -23
  133. data/lib/ory-oathkeeper-client/models/get_rule_unauthorized_body.rb +12 -24
  134. data/lib/ory-oathkeeper-client/models/get_well_known_forbidden.rb +11 -23
  135. data/lib/ory-oathkeeper-client/models/get_well_known_forbidden_body.rb +12 -24
  136. data/lib/ory-oathkeeper-client/models/get_well_known_json_web_keys_internal_server_error.rb +11 -23
  137. data/lib/ory-oathkeeper-client/models/get_well_known_json_web_keys_internal_server_error_body.rb +13 -25
  138. data/lib/ory-oathkeeper-client/models/get_well_known_json_web_keys_ok.rb +11 -23
  139. data/lib/ory-oathkeeper-client/models/get_well_known_ok.rb +11 -23
  140. data/lib/ory-oathkeeper-client/models/get_well_known_unauthorized.rb +11 -23
  141. data/lib/ory-oathkeeper-client/models/get_well_known_unauthorized_body.rb +12 -24
  142. data/lib/ory-oathkeeper-client/models/health_not_ready_status.rb +12 -23
  143. data/lib/ory-oathkeeper-client/models/health_status.rb +11 -23
  144. data/lib/ory-oathkeeper-client/models/inline_response500.rb +12 -24
  145. data/lib/ory-oathkeeper-client/models/is_instance_alive_internal_server_error.rb +11 -23
  146. data/lib/ory-oathkeeper-client/models/is_instance_alive_internal_server_error_body.rb +13 -25
  147. data/lib/ory-oathkeeper-client/models/is_instance_alive_ok.rb +11 -23
  148. data/lib/ory-oathkeeper-client/models/json_web_key.rb +24 -23
  149. data/lib/ory-oathkeeper-client/models/json_web_key_set.rb +11 -23
  150. data/lib/ory-oathkeeper-client/models/judge_forbidden.rb +11 -23
  151. data/lib/ory-oathkeeper-client/models/judge_forbidden_body.rb +12 -24
  152. data/lib/ory-oathkeeper-client/models/judge_internal_server_error.rb +11 -23
  153. data/lib/ory-oathkeeper-client/models/judge_internal_server_error_body.rb +12 -24
  154. data/lib/ory-oathkeeper-client/models/judge_not_found.rb +11 -23
  155. data/lib/ory-oathkeeper-client/models/judge_not_found_body.rb +12 -24
  156. data/lib/ory-oathkeeper-client/models/judge_unauthorized.rb +11 -23
  157. data/lib/ory-oathkeeper-client/models/judge_unauthorized_body.rb +12 -24
  158. data/lib/ory-oathkeeper-client/models/list_rules_forbidden.rb +11 -23
  159. data/lib/ory-oathkeeper-client/models/list_rules_forbidden_body.rb +12 -24
  160. data/lib/ory-oathkeeper-client/models/list_rules_internal_server_error.rb +11 -23
  161. data/lib/ory-oathkeeper-client/models/list_rules_internal_server_error_body.rb +13 -25
  162. data/lib/ory-oathkeeper-client/models/list_rules_ok.rb +11 -23
  163. data/lib/ory-oathkeeper-client/models/list_rules_unauthorized.rb +11 -23
  164. data/lib/ory-oathkeeper-client/models/list_rules_unauthorized_body.rb +12 -24
  165. data/lib/ory-oathkeeper-client/models/rule.rb +11 -23
  166. data/lib/ory-oathkeeper-client/models/rule_handler.rb +12 -23
  167. data/lib/ory-oathkeeper-client/models/rule_match.rb +12 -23
  168. data/lib/ory-oathkeeper-client/models/swagger_create_rule_parameters.rb +11 -23
  169. data/lib/ory-oathkeeper-client/models/swagger_get_rule_parameters.rb +11 -23
  170. data/lib/ory-oathkeeper-client/models/swagger_health_status.rb +11 -23
  171. data/lib/ory-oathkeeper-client/models/swagger_json_web_key.rb +11 -23
  172. data/lib/ory-oathkeeper-client/models/swagger_json_web_key_set.rb +11 -23
  173. data/lib/ory-oathkeeper-client/models/swagger_list_rules_parameters.rb +11 -23
  174. data/lib/ory-oathkeeper-client/models/swagger_not_ready_status.rb +11 -23
  175. data/lib/ory-oathkeeper-client/models/swagger_rule.rb +11 -23
  176. data/lib/ory-oathkeeper-client/models/swagger_rule_handler.rb +11 -23
  177. data/lib/ory-oathkeeper-client/models/swagger_rule_match.rb +11 -23
  178. data/lib/ory-oathkeeper-client/models/swagger_rule_response.rb +11 -23
  179. data/lib/ory-oathkeeper-client/models/swagger_rules_response.rb +11 -23
  180. data/lib/ory-oathkeeper-client/models/swagger_update_rule_parameters.rb +11 -23
  181. data/lib/ory-oathkeeper-client/models/swagger_version.rb +11 -23
  182. data/lib/ory-oathkeeper-client/models/update_rule_forbidden.rb +11 -23
  183. data/lib/ory-oathkeeper-client/models/update_rule_forbidden_body.rb +12 -24
  184. data/lib/ory-oathkeeper-client/models/update_rule_internal_server_error.rb +11 -23
  185. data/lib/ory-oathkeeper-client/models/update_rule_internal_server_error_body.rb +12 -24
  186. data/lib/ory-oathkeeper-client/models/update_rule_not_found.rb +11 -23
  187. data/lib/ory-oathkeeper-client/models/update_rule_not_found_body.rb +12 -24
  188. data/lib/ory-oathkeeper-client/models/update_rule_ok.rb +11 -23
  189. data/lib/ory-oathkeeper-client/models/update_rule_unauthorized.rb +11 -23
  190. data/lib/ory-oathkeeper-client/models/update_rule_unauthorized_body.rb +12 -24
  191. data/lib/ory-oathkeeper-client/models/upstream.rb +12 -24
  192. data/lib/ory-oathkeeper-client/models/version.rb +12 -23
  193. data/lib/ory-oathkeeper-client/version.rb +4 -4
  194. data/lib/ory-oathkeeper-client.rb +6 -76
  195. data/ory-oathkeeper-client.gemspec +6 -5
  196. data/spec/api/health_api_spec.rb +2 -2
  197. data/spec/api/version_api_spec.rb +2 -2
  198. data/spec/api_client_spec.rb +32 -32
  199. data/spec/configuration_spec.rb +5 -5
  200. data/spec/spec_helper.rb +2 -2
  201. metadata +99 -79
@@ -1,18 +1,17 @@
1
- # OryOathkeeperClient::GetWellKnownJSONWebKeysInternalServerError
1
+ # OryHydraClient::GetWellKnownJSONWebKeysInternalServerError
2
2
 
3
3
  ## Properties
4
4
 
5
- | Name | Type | Description | Notes |
6
- | ---- | ---- | ----------- | ----- |
7
- | **payload** | [**GetWellKnownJSONWebKeysInternalServerErrorBody**](GetWellKnownJSONWebKeysInternalServerErrorBody.md) | | [optional] |
5
+ Name | Type | Description | Notes
6
+ ------------ | ------------- | ------------- | -------------
7
+ **payload** | [**GetWellKnownJSONWebKeysInternalServerErrorBody**](GetWellKnownJSONWebKeysInternalServerErrorBody.md) | | [optional]
8
8
 
9
- ## Example
9
+ ## Code Sample
10
10
 
11
11
  ```ruby
12
- require 'ory-oathkeeper-client'
12
+ require 'OryHydraClient'
13
13
 
14
- instance = OryOathkeeperClient::GetWellKnownJSONWebKeysInternalServerError.new(
15
- payload: null
16
- )
14
+ instance = OryHydraClient::GetWellKnownJSONWebKeysInternalServerError.new(payload: null)
17
15
  ```
18
16
 
17
+
@@ -1,28 +1,27 @@
1
- # OryOathkeeperClient::GetWellKnownJSONWebKeysInternalServerErrorBody
1
+ # OryHydraClient::GetWellKnownJSONWebKeysInternalServerErrorBody
2
2
 
3
3
  ## Properties
4
4
 
5
- | Name | Type | Description | Notes |
6
- | ---- | ---- | ----------- | ----- |
7
- | **code** | **Integer** | code | [optional] |
8
- | **details** | **Array<Object>** | details | [optional] |
9
- | **message** | **String** | message | [optional] |
10
- | **reason** | **String** | reason | [optional] |
11
- | **request** | **String** | request | [optional] |
12
- | **status** | **String** | status | [optional] |
5
+ Name | Type | Description | Notes
6
+ ------------ | ------------- | ------------- | -------------
7
+ **code** | **Integer** | code | [optional]
8
+ **details** | **Array<Hash<String, Object>>** | details | [optional]
9
+ **message** | **String** | message | [optional]
10
+ **reason** | **String** | reason | [optional]
11
+ **request** | **String** | request | [optional]
12
+ **status** | **String** | status | [optional]
13
13
 
14
- ## Example
14
+ ## Code Sample
15
15
 
16
16
  ```ruby
17
- require 'ory-oathkeeper-client'
17
+ require 'OryHydraClient'
18
18
 
19
- instance = OryOathkeeperClient::GetWellKnownJSONWebKeysInternalServerErrorBody.new(
20
- code: null,
21
- details: null,
22
- message: null,
23
- reason: null,
24
- request: null,
25
- status: null
26
- )
19
+ instance = OryHydraClient::GetWellKnownJSONWebKeysInternalServerErrorBody.new(code: null,
20
+ details: null,
21
+ message: null,
22
+ reason: null,
23
+ request: null,
24
+ status: null)
27
25
  ```
28
26
 
27
+
@@ -1,18 +1,17 @@
1
- # OryOathkeeperClient::GetWellKnownJSONWebKeysOK
1
+ # OryHydraClient::GetWellKnownJSONWebKeysOK
2
2
 
3
3
  ## Properties
4
4
 
5
- | Name | Type | Description | Notes |
6
- | ---- | ---- | ----------- | ----- |
7
- | **payload** | [**SwaggerJSONWebKeySet**](SwaggerJSONWebKeySet.md) | | [optional] |
5
+ Name | Type | Description | Notes
6
+ ------------ | ------------- | ------------- | -------------
7
+ **payload** | [**SwaggerJSONWebKeySet**](SwaggerJSONWebKeySet.md) | | [optional]
8
8
 
9
- ## Example
9
+ ## Code Sample
10
10
 
11
11
  ```ruby
12
- require 'ory-oathkeeper-client'
12
+ require 'OryHydraClient'
13
13
 
14
- instance = OryOathkeeperClient::GetWellKnownJSONWebKeysOK.new(
15
- payload: null
16
- )
14
+ instance = OryHydraClient::GetWellKnownJSONWebKeysOK.new(payload: null)
17
15
  ```
18
16
 
17
+
@@ -1,18 +1,17 @@
1
- # OryOathkeeperClient::GetWellKnownOK
1
+ # OryHydraClient::GetWellKnownOK
2
2
 
3
3
  ## Properties
4
4
 
5
- | Name | Type | Description | Notes |
6
- | ---- | ---- | ----------- | ----- |
7
- | **payload** | [**SwaggerJSONWebKeySet**](SwaggerJSONWebKeySet.md) | | [optional] |
5
+ Name | Type | Description | Notes
6
+ ------------ | ------------- | ------------- | -------------
7
+ **payload** | [**SwaggerJSONWebKeySet**](SwaggerJSONWebKeySet.md) | | [optional]
8
8
 
9
- ## Example
9
+ ## Code Sample
10
10
 
11
11
  ```ruby
12
- require 'ory-oathkeeper-client'
12
+ require 'OryHydraClient'
13
13
 
14
- instance = OryOathkeeperClient::GetWellKnownOK.new(
15
- payload: null
16
- )
14
+ instance = OryHydraClient::GetWellKnownOK.new(payload: null)
17
15
  ```
18
16
 
17
+
@@ -1,18 +1,17 @@
1
- # OryOathkeeperClient::GetWellKnownUnauthorized
1
+ # OryHydraClient::GetWellKnownUnauthorized
2
2
 
3
3
  ## Properties
4
4
 
5
- | Name | Type | Description | Notes |
6
- | ---- | ---- | ----------- | ----- |
7
- | **payload** | [**GetWellKnownUnauthorizedBody**](GetWellKnownUnauthorizedBody.md) | | [optional] |
5
+ Name | Type | Description | Notes
6
+ ------------ | ------------- | ------------- | -------------
7
+ **payload** | [**GetWellKnownUnauthorizedBody**](GetWellKnownUnauthorizedBody.md) | | [optional]
8
8
 
9
- ## Example
9
+ ## Code Sample
10
10
 
11
11
  ```ruby
12
- require 'ory-oathkeeper-client'
12
+ require 'OryHydraClient'
13
13
 
14
- instance = OryOathkeeperClient::GetWellKnownUnauthorized.new(
15
- payload: null
16
- )
14
+ instance = OryHydraClient::GetWellKnownUnauthorized.new(payload: null)
17
15
  ```
18
16
 
17
+
@@ -1,28 +1,27 @@
1
- # OryOathkeeperClient::GetWellKnownUnauthorizedBody
1
+ # OryHydraClient::GetWellKnownUnauthorizedBody
2
2
 
3
3
  ## Properties
4
4
 
5
- | Name | Type | Description | Notes |
6
- | ---- | ---- | ----------- | ----- |
7
- | **code** | **Integer** | code | [optional] |
8
- | **details** | **Array<Object>** | details | [optional] |
9
- | **message** | **String** | message | [optional] |
10
- | **reason** | **String** | reason | [optional] |
11
- | **request** | **String** | request | [optional] |
12
- | **status** | **String** | status | [optional] |
5
+ Name | Type | Description | Notes
6
+ ------------ | ------------- | ------------- | -------------
7
+ **code** | **Integer** | code | [optional]
8
+ **details** | **Array<Hash<String, Object>>** | details | [optional]
9
+ **message** | **String** | message | [optional]
10
+ **reason** | **String** | reason | [optional]
11
+ **request** | **String** | request | [optional]
12
+ **status** | **String** | status | [optional]
13
13
 
14
- ## Example
14
+ ## Code Sample
15
15
 
16
16
  ```ruby
17
- require 'ory-oathkeeper-client'
17
+ require 'OryHydraClient'
18
18
 
19
- instance = OryOathkeeperClient::GetWellKnownUnauthorizedBody.new(
20
- code: null,
21
- details: null,
22
- message: null,
23
- reason: null,
24
- request: null,
25
- status: null
26
- )
19
+ instance = OryHydraClient::GetWellKnownUnauthorizedBody.new(code: null,
20
+ details: null,
21
+ message: null,
22
+ reason: null,
23
+ request: null,
24
+ status: null)
27
25
  ```
28
26
 
27
+
@@ -1,18 +1,17 @@
1
- # OryOathkeeperClient::HealthNotReadyStatus
1
+ # OryHydraClient::HealthNotReadyStatus
2
2
 
3
3
  ## Properties
4
4
 
5
- | Name | Type | Description | Notes |
6
- | ---- | ---- | ----------- | ----- |
7
- | **errors** | **Hash<String, String>** | Errors contains a list of errors that caused the not ready status. | [optional] |
5
+ Name | Type | Description | Notes
6
+ ------------ | ------------- | ------------- | -------------
7
+ **errors** | **Hash<String, String>** | Errors contains a list of errors that caused the not ready status. | [optional]
8
8
 
9
- ## Example
9
+ ## Code Sample
10
10
 
11
11
  ```ruby
12
- require 'ory-oathkeeper-client'
12
+ require 'OryHydraClient'
13
13
 
14
- instance = OryOathkeeperClient::HealthNotReadyStatus.new(
15
- errors: null
16
- )
14
+ instance = OryHydraClient::HealthNotReadyStatus.new(errors: null)
17
15
  ```
18
16
 
17
+
data/docs/HealthStatus.md CHANGED
@@ -1,18 +1,17 @@
1
- # OryOathkeeperClient::HealthStatus
1
+ # OryHydraClient::HealthStatus
2
2
 
3
3
  ## Properties
4
4
 
5
- | Name | Type | Description | Notes |
6
- | ---- | ---- | ----------- | ----- |
7
- | **status** | **String** | Status always contains \"ok\". | [optional] |
5
+ Name | Type | Description | Notes
6
+ ------------ | ------------- | ------------- | -------------
7
+ **status** | **String** | Status always contains \"ok\". | [optional]
8
8
 
9
- ## Example
9
+ ## Code Sample
10
10
 
11
11
  ```ruby
12
- require 'ory-oathkeeper-client'
12
+ require 'OryHydraClient'
13
13
 
14
- instance = OryOathkeeperClient::HealthStatus.new(
15
- status: null
16
- )
14
+ instance = OryHydraClient::HealthStatus.new(status: null)
17
15
  ```
18
16
 
17
+
@@ -1,28 +1,27 @@
1
- # OryOathkeeperClient::InlineResponse500
1
+ # OryHydraClient::InlineResponse500
2
2
 
3
3
  ## Properties
4
4
 
5
- | Name | Type | Description | Notes |
6
- | ---- | ---- | ----------- | ----- |
7
- | **code** | **Integer** | | [optional] |
8
- | **details** | **Array<Object>** | | [optional] |
9
- | **message** | **String** | | [optional] |
10
- | **reason** | **String** | | [optional] |
11
- | **request** | **String** | | [optional] |
12
- | **status** | **String** | | [optional] |
5
+ Name | Type | Description | Notes
6
+ ------------ | ------------- | ------------- | -------------
7
+ **code** | **Integer** | | [optional]
8
+ **details** | **Array<Hash<String, Object>>** | | [optional]
9
+ **message** | **String** | | [optional]
10
+ **reason** | **String** | | [optional]
11
+ **request** | **String** | | [optional]
12
+ **status** | **String** | | [optional]
13
13
 
14
- ## Example
14
+ ## Code Sample
15
15
 
16
16
  ```ruby
17
- require 'ory-oathkeeper-client'
17
+ require 'OryHydraClient'
18
18
 
19
- instance = OryOathkeeperClient::InlineResponse500.new(
20
- code: null,
21
- details: null,
22
- message: null,
23
- reason: null,
24
- request: null,
25
- status: null
26
- )
19
+ instance = OryHydraClient::InlineResponse500.new(code: null,
20
+ details: null,
21
+ message: null,
22
+ reason: null,
23
+ request: null,
24
+ status: null)
27
25
  ```
28
26
 
27
+
@@ -1,18 +1,17 @@
1
- # OryOathkeeperClient::IsInstanceAliveInternalServerError
1
+ # OryHydraClient::IsInstanceAliveInternalServerError
2
2
 
3
3
  ## Properties
4
4
 
5
- | Name | Type | Description | Notes |
6
- | ---- | ---- | ----------- | ----- |
7
- | **payload** | [**IsInstanceAliveInternalServerErrorBody**](IsInstanceAliveInternalServerErrorBody.md) | | [optional] |
5
+ Name | Type | Description | Notes
6
+ ------------ | ------------- | ------------- | -------------
7
+ **payload** | [**IsInstanceAliveInternalServerErrorBody**](IsInstanceAliveInternalServerErrorBody.md) | | [optional]
8
8
 
9
- ## Example
9
+ ## Code Sample
10
10
 
11
11
  ```ruby
12
- require 'ory-oathkeeper-client'
12
+ require 'OryHydraClient'
13
13
 
14
- instance = OryOathkeeperClient::IsInstanceAliveInternalServerError.new(
15
- payload: null
16
- )
14
+ instance = OryHydraClient::IsInstanceAliveInternalServerError.new(payload: null)
17
15
  ```
18
16
 
17
+
@@ -1,28 +1,27 @@
1
- # OryOathkeeperClient::IsInstanceAliveInternalServerErrorBody
1
+ # OryHydraClient::IsInstanceAliveInternalServerErrorBody
2
2
 
3
3
  ## Properties
4
4
 
5
- | Name | Type | Description | Notes |
6
- | ---- | ---- | ----------- | ----- |
7
- | **code** | **Integer** | code | [optional] |
8
- | **details** | **Array<Object>** | details | [optional] |
9
- | **message** | **String** | message | [optional] |
10
- | **reason** | **String** | reason | [optional] |
11
- | **request** | **String** | request | [optional] |
12
- | **status** | **String** | status | [optional] |
5
+ Name | Type | Description | Notes
6
+ ------------ | ------------- | ------------- | -------------
7
+ **code** | **Integer** | code | [optional]
8
+ **details** | **Array<Hash<String, Object>>** | details | [optional]
9
+ **message** | **String** | message | [optional]
10
+ **reason** | **String** | reason | [optional]
11
+ **request** | **String** | request | [optional]
12
+ **status** | **String** | status | [optional]
13
13
 
14
- ## Example
14
+ ## Code Sample
15
15
 
16
16
  ```ruby
17
- require 'ory-oathkeeper-client'
17
+ require 'OryHydraClient'
18
18
 
19
- instance = OryOathkeeperClient::IsInstanceAliveInternalServerErrorBody.new(
20
- code: null,
21
- details: null,
22
- message: null,
23
- reason: null,
24
- request: null,
25
- status: null
26
- )
19
+ instance = OryHydraClient::IsInstanceAliveInternalServerErrorBody.new(code: null,
20
+ details: null,
21
+ message: null,
22
+ reason: null,
23
+ request: null,
24
+ status: null)
27
25
  ```
28
26
 
27
+
@@ -1,18 +1,17 @@
1
- # OryOathkeeperClient::IsInstanceAliveOK
1
+ # OryHydraClient::IsInstanceAliveOK
2
2
 
3
3
  ## Properties
4
4
 
5
- | Name | Type | Description | Notes |
6
- | ---- | ---- | ----------- | ----- |
7
- | **payload** | [**SwaggerHealthStatus**](SwaggerHealthStatus.md) | | [optional] |
5
+ Name | Type | Description | Notes
6
+ ------------ | ------------- | ------------- | -------------
7
+ **payload** | [**SwaggerHealthStatus**](SwaggerHealthStatus.md) | | [optional]
8
8
 
9
- ## Example
9
+ ## Code Sample
10
10
 
11
11
  ```ruby
12
- require 'ory-oathkeeper-client'
12
+ require 'OryHydraClient'
13
13
 
14
- instance = OryOathkeeperClient::IsInstanceAliveOK.new(
15
- payload: null
16
- )
14
+ instance = OryHydraClient::IsInstanceAliveOK.new(payload: null)
17
15
  ```
18
16
 
17
+
data/docs/JsonWebKey.md CHANGED
@@ -1,50 +1,49 @@
1
- # OryOathkeeperClient::JsonWebKey
1
+ # OryHydraClient::JsonWebKey
2
2
 
3
3
  ## Properties
4
4
 
5
- | Name | Type | Description | Notes |
6
- | ---- | ---- | ----------- | ----- |
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. | [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
- | **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. | [optional] |
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. | [optional] |
16
- | **n** | **String** | | [optional] |
17
- | **p** | **String** | | [optional] |
18
- | **q** | **String** | | [optional] |
19
- | **qi** | **String** | | [optional] |
20
- | **use** | **String** | The \"use\" (public key use) parameter 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). | [optional] |
21
- | **x** | **String** | | [optional] |
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** | | [optional] |
5
+ Name | Type | Description | Notes
6
+ ------------ | ------------- | ------------- | -------------
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. | [optional]
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]
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. | [optional]
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. | [optional]
16
+ **n** | **String** | n | [optional]
17
+ **p** | **String** | p | [optional]
18
+ **q** | **String** | q | [optional]
19
+ **qi** | **String** | qi | [optional]
20
+ **use** | **String** | The \"use\" (public key use) parameter 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). | [optional]
21
+ **x** | **String** | x | [optional]
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]
24
24
 
25
- ## Example
25
+ ## Code Sample
26
26
 
27
27
  ```ruby
28
- require 'ory-oathkeeper-client'
28
+ require 'OryHydraClient'
29
29
 
30
- instance = OryOathkeeperClient::JsonWebKey.new(
31
- alg: null,
32
- crv: null,
33
- d: null,
34
- dp: null,
35
- dq: null,
36
- e: null,
37
- k: null,
38
- kid: null,
39
- kty: null,
40
- n: null,
41
- p: null,
42
- q: null,
43
- qi: null,
44
- use: null,
45
- x: null,
46
- x5c: null,
47
- y: null
48
- )
30
+ instance = OryHydraClient::JsonWebKey.new(alg: null,
31
+ crv: null,
32
+ d: null,
33
+ dp: null,
34
+ dq: null,
35
+ e: null,
36
+ k: null,
37
+ kid: null,
38
+ kty: null,
39
+ n: null,
40
+ p: null,
41
+ q: null,
42
+ qi: null,
43
+ use: null,
44
+ x: null,
45
+ x5c: null,
46
+ y: null)
49
47
  ```
50
48
 
49
+
@@ -1,18 +1,17 @@
1
- # OryOathkeeperClient::JsonWebKeySet
1
+ # OryHydraClient::JsonWebKeySet
2
2
 
3
3
  ## Properties
4
4
 
5
- | Name | Type | Description | Notes |
6
- | ---- | ---- | ----------- | ----- |
7
- | **keys** | [**Array<JsonWebKey>**](JsonWebKey.md) | The value of the \"keys\" parameter is an array of JWK values. By default, the order of the JWK values within the array does not imply an order of preference among them, although applications of JWK Sets can choose to assign a meaning to the order for their purposes, if desired. | [optional] |
5
+ Name | Type | Description | Notes
6
+ ------------ | ------------- | ------------- | -------------
7
+ **keys** | [**Array<JsonWebKey>**](JsonWebKey.md) | The value of the \"keys\" parameter is an array of JWK values. By default, the order of the JWK values within the array does not imply an order of preference among them, although applications of JWK Sets can choose to assign a meaning to the order for their purposes, if desired. | [optional]
8
8
 
9
- ## Example
9
+ ## Code Sample
10
10
 
11
11
  ```ruby
12
- require 'ory-oathkeeper-client'
12
+ require 'OryHydraClient'
13
13
 
14
- instance = OryOathkeeperClient::JsonWebKeySet.new(
15
- keys: null
16
- )
14
+ instance = OryHydraClient::JsonWebKeySet.new(keys: null)
17
15
  ```
18
16
 
17
+
@@ -1,18 +1,17 @@
1
- # OryOathkeeperClient::JudgeForbidden
1
+ # OryHydraClient::JudgeForbidden
2
2
 
3
3
  ## Properties
4
4
 
5
- | Name | Type | Description | Notes |
6
- | ---- | ---- | ----------- | ----- |
7
- | **payload** | [**JudgeForbiddenBody**](JudgeForbiddenBody.md) | | [optional] |
5
+ Name | Type | Description | Notes
6
+ ------------ | ------------- | ------------- | -------------
7
+ **payload** | [**JudgeForbiddenBody**](JudgeForbiddenBody.md) | | [optional]
8
8
 
9
- ## Example
9
+ ## Code Sample
10
10
 
11
11
  ```ruby
12
- require 'ory-oathkeeper-client'
12
+ require 'OryHydraClient'
13
13
 
14
- instance = OryOathkeeperClient::JudgeForbidden.new(
15
- payload: null
16
- )
14
+ instance = OryHydraClient::JudgeForbidden.new(payload: null)
17
15
  ```
18
16
 
17
+
@@ -1,28 +1,27 @@
1
- # OryOathkeeperClient::JudgeForbiddenBody
1
+ # OryHydraClient::JudgeForbiddenBody
2
2
 
3
3
  ## Properties
4
4
 
5
- | Name | Type | Description | Notes |
6
- | ---- | ---- | ----------- | ----- |
7
- | **code** | **Integer** | code | [optional] |
8
- | **details** | **Array<Object>** | details | [optional] |
9
- | **message** | **String** | message | [optional] |
10
- | **reason** | **String** | reason | [optional] |
11
- | **request** | **String** | request | [optional] |
12
- | **status** | **String** | status | [optional] |
5
+ Name | Type | Description | Notes
6
+ ------------ | ------------- | ------------- | -------------
7
+ **code** | **Integer** | code | [optional]
8
+ **details** | **Array<Hash<String, Object>>** | details | [optional]
9
+ **message** | **String** | message | [optional]
10
+ **reason** | **String** | reason | [optional]
11
+ **request** | **String** | request | [optional]
12
+ **status** | **String** | status | [optional]
13
13
 
14
- ## Example
14
+ ## Code Sample
15
15
 
16
16
  ```ruby
17
- require 'ory-oathkeeper-client'
17
+ require 'OryHydraClient'
18
18
 
19
- instance = OryOathkeeperClient::JudgeForbiddenBody.new(
20
- code: null,
21
- details: null,
22
- message: null,
23
- reason: null,
24
- request: null,
25
- status: null
26
- )
19
+ instance = OryHydraClient::JudgeForbiddenBody.new(code: null,
20
+ details: null,
21
+ message: null,
22
+ reason: null,
23
+ request: null,
24
+ status: null)
27
25
  ```
28
26
 
27
+
@@ -1,18 +1,17 @@
1
- # OryOathkeeperClient::JudgeInternalServerError
1
+ # OryHydraClient::JudgeInternalServerError
2
2
 
3
3
  ## Properties
4
4
 
5
- | Name | Type | Description | Notes |
6
- | ---- | ---- | ----------- | ----- |
7
- | **payload** | [**JudgeInternalServerErrorBody**](JudgeInternalServerErrorBody.md) | | [optional] |
5
+ Name | Type | Description | Notes
6
+ ------------ | ------------- | ------------- | -------------
7
+ **payload** | [**JudgeInternalServerErrorBody**](JudgeInternalServerErrorBody.md) | | [optional]
8
8
 
9
- ## Example
9
+ ## Code Sample
10
10
 
11
11
  ```ruby
12
- require 'ory-oathkeeper-client'
12
+ require 'OryHydraClient'
13
13
 
14
- instance = OryOathkeeperClient::JudgeInternalServerError.new(
15
- payload: null
16
- )
14
+ instance = OryHydraClient::JudgeInternalServerError.new(payload: null)
17
15
  ```
18
16
 
17
+