ory-oathkeeper-client 0.35.5.beta1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (296) hide show
  1. checksums.yaml +7 -0
  2. data/Gemfile +9 -0
  3. data/README.md +103 -0
  4. data/Rakefile +10 -0
  5. data/docs/ApiApi.md +195 -0
  6. data/docs/CreateRuleCreated.md +17 -0
  7. data/docs/CreateRuleForbidden.md +17 -0
  8. data/docs/CreateRuleForbiddenBody.md +27 -0
  9. data/docs/CreateRuleInternalServerError.md +17 -0
  10. data/docs/CreateRuleInternalServerErrorBody.md +27 -0
  11. data/docs/CreateRuleUnauthorized.md +17 -0
  12. data/docs/CreateRuleUnauthorizedBody.md +27 -0
  13. data/docs/DecisionsForbidden.md +17 -0
  14. data/docs/DecisionsForbiddenBody.md +27 -0
  15. data/docs/DecisionsInternalServerError.md +17 -0
  16. data/docs/DecisionsInternalServerErrorBody.md +27 -0
  17. data/docs/DecisionsNotFound.md +17 -0
  18. data/docs/DecisionsNotFoundBody.md +27 -0
  19. data/docs/DecisionsUnauthorized.md +17 -0
  20. data/docs/DecisionsUnauthorizedBody.md +27 -0
  21. data/docs/DeleteRuleForbidden.md +17 -0
  22. data/docs/DeleteRuleForbiddenBody.md +27 -0
  23. data/docs/DeleteRuleInternalServerError.md +17 -0
  24. data/docs/DeleteRuleInternalServerErrorBody.md +27 -0
  25. data/docs/DeleteRuleNotFound.md +17 -0
  26. data/docs/DeleteRuleNotFoundBody.md +27 -0
  27. data/docs/DeleteRuleUnauthorized.md +17 -0
  28. data/docs/DeleteRuleUnauthorizedBody.md +27 -0
  29. data/docs/GetRuleForbidden.md +17 -0
  30. data/docs/GetRuleForbiddenBody.md +27 -0
  31. data/docs/GetRuleInternalServerError.md +17 -0
  32. data/docs/GetRuleInternalServerErrorBody.md +27 -0
  33. data/docs/GetRuleNotFound.md +17 -0
  34. data/docs/GetRuleNotFoundBody.md +27 -0
  35. data/docs/GetRuleOK.md +17 -0
  36. data/docs/GetRuleUnauthorized.md +17 -0
  37. data/docs/GetRuleUnauthorizedBody.md +27 -0
  38. data/docs/GetWellKnownForbidden.md +17 -0
  39. data/docs/GetWellKnownForbiddenBody.md +27 -0
  40. data/docs/GetWellKnownJSONWebKeysInternalServerError.md +17 -0
  41. data/docs/GetWellKnownJSONWebKeysInternalServerErrorBody.md +27 -0
  42. data/docs/GetWellKnownJSONWebKeysOK.md +17 -0
  43. data/docs/GetWellKnownOK.md +17 -0
  44. data/docs/GetWellKnownUnauthorized.md +17 -0
  45. data/docs/GetWellKnownUnauthorizedBody.md +27 -0
  46. data/docs/HealthApi.md +96 -0
  47. data/docs/HealthNotReadyStatus.md +17 -0
  48. data/docs/HealthStatus.md +17 -0
  49. data/docs/InlineResponse500.md +27 -0
  50. data/docs/IsInstanceAliveInternalServerError.md +17 -0
  51. data/docs/IsInstanceAliveInternalServerErrorBody.md +27 -0
  52. data/docs/IsInstanceAliveOK.md +17 -0
  53. data/docs/JsonWebKey.md +49 -0
  54. data/docs/JsonWebKeySet.md +17 -0
  55. data/docs/JudgeForbidden.md +17 -0
  56. data/docs/JudgeForbiddenBody.md +27 -0
  57. data/docs/JudgeInternalServerError.md +17 -0
  58. data/docs/JudgeInternalServerErrorBody.md +27 -0
  59. data/docs/JudgeNotFound.md +17 -0
  60. data/docs/JudgeNotFoundBody.md +27 -0
  61. data/docs/JudgeUnauthorized.md +17 -0
  62. data/docs/JudgeUnauthorizedBody.md +27 -0
  63. data/docs/ListRulesForbidden.md +17 -0
  64. data/docs/ListRulesForbiddenBody.md +27 -0
  65. data/docs/ListRulesInternalServerError.md +17 -0
  66. data/docs/ListRulesInternalServerErrorBody.md +27 -0
  67. data/docs/ListRulesOK.md +17 -0
  68. data/docs/ListRulesUnauthorized.md +17 -0
  69. data/docs/ListRulesUnauthorizedBody.md +27 -0
  70. data/docs/Rule.md +29 -0
  71. data/docs/RuleHandler.md +19 -0
  72. data/docs/RuleMatch.md +19 -0
  73. data/docs/SwaggerCreateRuleParameters.md +17 -0
  74. data/docs/SwaggerGetRuleParameters.md +17 -0
  75. data/docs/SwaggerHealthStatus.md +17 -0
  76. data/docs/SwaggerJSONWebKey.md +49 -0
  77. data/docs/SwaggerJSONWebKeySet.md +17 -0
  78. data/docs/SwaggerListRulesParameters.md +19 -0
  79. data/docs/SwaggerNotReadyStatus.md +17 -0
  80. data/docs/SwaggerRule.md +29 -0
  81. data/docs/SwaggerRuleHandler.md +19 -0
  82. data/docs/SwaggerRuleMatch.md +19 -0
  83. data/docs/SwaggerRuleResponse.md +17 -0
  84. data/docs/SwaggerRulesResponse.md +17 -0
  85. data/docs/SwaggerUpdateRuleParameters.md +19 -0
  86. data/docs/SwaggerVersion.md +17 -0
  87. data/docs/UpdateRuleForbidden.md +17 -0
  88. data/docs/UpdateRuleForbiddenBody.md +27 -0
  89. data/docs/UpdateRuleInternalServerError.md +17 -0
  90. data/docs/UpdateRuleInternalServerErrorBody.md +27 -0
  91. data/docs/UpdateRuleNotFound.md +17 -0
  92. data/docs/UpdateRuleNotFoundBody.md +27 -0
  93. data/docs/UpdateRuleOK.md +17 -0
  94. data/docs/UpdateRuleUnauthorized.md +17 -0
  95. data/docs/UpdateRuleUnauthorizedBody.md +27 -0
  96. data/docs/Upstream.md +21 -0
  97. data/docs/Version.md +17 -0
  98. data/docs/VersionApi.md +52 -0
  99. data/lib/ory-oathkeeper-client.rb +52 -0
  100. data/lib/ory-oathkeeper-client/api/api_api.rb +258 -0
  101. data/lib/ory-oathkeeper-client/api/health_api.rb +134 -0
  102. data/lib/ory-oathkeeper-client/api/version_api.rb +78 -0
  103. data/lib/ory-oathkeeper-client/api_client.rb +385 -0
  104. data/lib/ory-oathkeeper-client/api_error.rb +57 -0
  105. data/lib/ory-oathkeeper-client/configuration.rb +241 -0
  106. data/lib/ory-oathkeeper-client/models/create_rule_created.rb +207 -0
  107. data/lib/ory-oathkeeper-client/models/create_rule_forbidden.rb +207 -0
  108. data/lib/ory-oathkeeper-client/models/create_rule_forbidden_body.rb +260 -0
  109. data/lib/ory-oathkeeper-client/models/create_rule_internal_server_error.rb +207 -0
  110. data/lib/ory-oathkeeper-client/models/create_rule_internal_server_error_body.rb +260 -0
  111. data/lib/ory-oathkeeper-client/models/create_rule_unauthorized.rb +207 -0
  112. data/lib/ory-oathkeeper-client/models/create_rule_unauthorized_body.rb +260 -0
  113. data/lib/ory-oathkeeper-client/models/decisions_forbidden.rb +207 -0
  114. data/lib/ory-oathkeeper-client/models/decisions_forbidden_body.rb +260 -0
  115. data/lib/ory-oathkeeper-client/models/decisions_internal_server_error.rb +207 -0
  116. data/lib/ory-oathkeeper-client/models/decisions_internal_server_error_body.rb +260 -0
  117. data/lib/ory-oathkeeper-client/models/decisions_not_found.rb +207 -0
  118. data/lib/ory-oathkeeper-client/models/decisions_not_found_body.rb +260 -0
  119. data/lib/ory-oathkeeper-client/models/decisions_unauthorized.rb +207 -0
  120. data/lib/ory-oathkeeper-client/models/decisions_unauthorized_body.rb +260 -0
  121. data/lib/ory-oathkeeper-client/models/delete_rule_forbidden.rb +207 -0
  122. data/lib/ory-oathkeeper-client/models/delete_rule_forbidden_body.rb +260 -0
  123. data/lib/ory-oathkeeper-client/models/delete_rule_internal_server_error.rb +207 -0
  124. data/lib/ory-oathkeeper-client/models/delete_rule_internal_server_error_body.rb +260 -0
  125. data/lib/ory-oathkeeper-client/models/delete_rule_not_found.rb +207 -0
  126. data/lib/ory-oathkeeper-client/models/delete_rule_not_found_body.rb +260 -0
  127. data/lib/ory-oathkeeper-client/models/delete_rule_unauthorized.rb +207 -0
  128. data/lib/ory-oathkeeper-client/models/delete_rule_unauthorized_body.rb +260 -0
  129. data/lib/ory-oathkeeper-client/models/get_rule_forbidden.rb +207 -0
  130. data/lib/ory-oathkeeper-client/models/get_rule_forbidden_body.rb +260 -0
  131. data/lib/ory-oathkeeper-client/models/get_rule_internal_server_error.rb +207 -0
  132. data/lib/ory-oathkeeper-client/models/get_rule_internal_server_error_body.rb +260 -0
  133. data/lib/ory-oathkeeper-client/models/get_rule_not_found.rb +207 -0
  134. data/lib/ory-oathkeeper-client/models/get_rule_not_found_body.rb +260 -0
  135. data/lib/ory-oathkeeper-client/models/get_rule_ok.rb +207 -0
  136. data/lib/ory-oathkeeper-client/models/get_rule_unauthorized.rb +207 -0
  137. data/lib/ory-oathkeeper-client/models/get_rule_unauthorized_body.rb +260 -0
  138. data/lib/ory-oathkeeper-client/models/get_well_known_forbidden.rb +207 -0
  139. data/lib/ory-oathkeeper-client/models/get_well_known_forbidden_body.rb +260 -0
  140. data/lib/ory-oathkeeper-client/models/get_well_known_json_web_keys_internal_server_error.rb +207 -0
  141. data/lib/ory-oathkeeper-client/models/get_well_known_json_web_keys_internal_server_error_body.rb +260 -0
  142. data/lib/ory-oathkeeper-client/models/get_well_known_json_web_keys_ok.rb +207 -0
  143. data/lib/ory-oathkeeper-client/models/get_well_known_ok.rb +207 -0
  144. data/lib/ory-oathkeeper-client/models/get_well_known_unauthorized.rb +207 -0
  145. data/lib/ory-oathkeeper-client/models/get_well_known_unauthorized_body.rb +260 -0
  146. data/lib/ory-oathkeeper-client/models/health_not_ready_status.rb +209 -0
  147. data/lib/ory-oathkeeper-client/models/health_status.rb +207 -0
  148. data/lib/ory-oathkeeper-client/models/inline_response500.rb +253 -0
  149. data/lib/ory-oathkeeper-client/models/is_instance_alive_internal_server_error.rb +207 -0
  150. data/lib/ory-oathkeeper-client/models/is_instance_alive_internal_server_error_body.rb +260 -0
  151. data/lib/ory-oathkeeper-client/models/is_instance_alive_ok.rb +207 -0
  152. data/lib/ory-oathkeeper-client/models/json_web_key.rb +357 -0
  153. data/lib/ory-oathkeeper-client/models/json_web_key_set.rb +209 -0
  154. data/lib/ory-oathkeeper-client/models/judge_forbidden.rb +207 -0
  155. data/lib/ory-oathkeeper-client/models/judge_forbidden_body.rb +260 -0
  156. data/lib/ory-oathkeeper-client/models/judge_internal_server_error.rb +207 -0
  157. data/lib/ory-oathkeeper-client/models/judge_internal_server_error_body.rb +260 -0
  158. data/lib/ory-oathkeeper-client/models/judge_not_found.rb +207 -0
  159. data/lib/ory-oathkeeper-client/models/judge_not_found_body.rb +260 -0
  160. data/lib/ory-oathkeeper-client/models/judge_unauthorized.rb +207 -0
  161. data/lib/ory-oathkeeper-client/models/judge_unauthorized_body.rb +260 -0
  162. data/lib/ory-oathkeeper-client/models/list_rules_forbidden.rb +207 -0
  163. data/lib/ory-oathkeeper-client/models/list_rules_forbidden_body.rb +260 -0
  164. data/lib/ory-oathkeeper-client/models/list_rules_internal_server_error.rb +207 -0
  165. data/lib/ory-oathkeeper-client/models/list_rules_internal_server_error_body.rb +260 -0
  166. data/lib/ory-oathkeeper-client/models/list_rules_ok.rb +210 -0
  167. data/lib/ory-oathkeeper-client/models/list_rules_unauthorized.rb +207 -0
  168. data/lib/ory-oathkeeper-client/models/list_rules_unauthorized_body.rb +260 -0
  169. data/lib/ory-oathkeeper-client/models/rule.rb +268 -0
  170. data/lib/ory-oathkeeper-client/models/rule_handler.rb +217 -0
  171. data/lib/ory-oathkeeper-client/models/rule_match.rb +219 -0
  172. data/lib/ory-oathkeeper-client/models/swagger_create_rule_parameters.rb +207 -0
  173. data/lib/ory-oathkeeper-client/models/swagger_get_rule_parameters.rb +213 -0
  174. data/lib/ory-oathkeeper-client/models/swagger_health_status.rb +208 -0
  175. data/lib/ory-oathkeeper-client/models/swagger_json_web_key.rb +370 -0
  176. data/lib/ory-oathkeeper-client/models/swagger_json_web_key_set.rb +210 -0
  177. data/lib/ory-oathkeeper-client/models/swagger_list_rules_parameters.rb +218 -0
  178. data/lib/ory-oathkeeper-client/models/swagger_not_ready_status.rb +210 -0
  179. data/lib/ory-oathkeeper-client/models/swagger_rule.rb +268 -0
  180. data/lib/ory-oathkeeper-client/models/swagger_rule_handler.rb +218 -0
  181. data/lib/ory-oathkeeper-client/models/swagger_rule_match.rb +220 -0
  182. data/lib/ory-oathkeeper-client/models/swagger_rule_response.rb +207 -0
  183. data/lib/ory-oathkeeper-client/models/swagger_rules_response.rb +210 -0
  184. data/lib/ory-oathkeeper-client/models/swagger_update_rule_parameters.rb +222 -0
  185. data/lib/ory-oathkeeper-client/models/swagger_version.rb +208 -0
  186. data/lib/ory-oathkeeper-client/models/update_rule_forbidden.rb +207 -0
  187. data/lib/ory-oathkeeper-client/models/update_rule_forbidden_body.rb +260 -0
  188. data/lib/ory-oathkeeper-client/models/update_rule_internal_server_error.rb +207 -0
  189. data/lib/ory-oathkeeper-client/models/update_rule_internal_server_error_body.rb +260 -0
  190. data/lib/ory-oathkeeper-client/models/update_rule_not_found.rb +207 -0
  191. data/lib/ory-oathkeeper-client/models/update_rule_not_found_body.rb +260 -0
  192. data/lib/ory-oathkeeper-client/models/update_rule_ok.rb +207 -0
  193. data/lib/ory-oathkeeper-client/models/update_rule_unauthorized.rb +207 -0
  194. data/lib/ory-oathkeeper-client/models/update_rule_unauthorized_body.rb +260 -0
  195. data/lib/ory-oathkeeper-client/models/upstream.rb +227 -0
  196. data/lib/ory-oathkeeper-client/models/version.rb +207 -0
  197. data/lib/ory-oathkeeper-client/version.rb +15 -0
  198. data/ory-oathkeeper-client.gemspec +39 -0
  199. data/spec/api/api_api_spec.rb +115 -0
  200. data/spec/api/health_api_spec.rb +57 -0
  201. data/spec/api/version_api_spec.rb +46 -0
  202. data/spec/api_client_spec.rb +226 -0
  203. data/spec/configuration_spec.rb +42 -0
  204. data/spec/models/create_rule_created_spec.rb +41 -0
  205. data/spec/models/create_rule_forbidden_body_spec.rb +71 -0
  206. data/spec/models/create_rule_forbidden_spec.rb +41 -0
  207. data/spec/models/create_rule_internal_server_error_body_spec.rb +71 -0
  208. data/spec/models/create_rule_internal_server_error_spec.rb +41 -0
  209. data/spec/models/create_rule_unauthorized_body_spec.rb +71 -0
  210. data/spec/models/create_rule_unauthorized_spec.rb +41 -0
  211. data/spec/models/decisions_forbidden_body_spec.rb +71 -0
  212. data/spec/models/decisions_forbidden_spec.rb +41 -0
  213. data/spec/models/decisions_internal_server_error_body_spec.rb +71 -0
  214. data/spec/models/decisions_internal_server_error_spec.rb +41 -0
  215. data/spec/models/decisions_not_found_body_spec.rb +71 -0
  216. data/spec/models/decisions_not_found_spec.rb +41 -0
  217. data/spec/models/decisions_unauthorized_body_spec.rb +71 -0
  218. data/spec/models/decisions_unauthorized_spec.rb +41 -0
  219. data/spec/models/delete_rule_forbidden_body_spec.rb +71 -0
  220. data/spec/models/delete_rule_forbidden_spec.rb +41 -0
  221. data/spec/models/delete_rule_internal_server_error_body_spec.rb +71 -0
  222. data/spec/models/delete_rule_internal_server_error_spec.rb +41 -0
  223. data/spec/models/delete_rule_not_found_body_spec.rb +71 -0
  224. data/spec/models/delete_rule_not_found_spec.rb +41 -0
  225. data/spec/models/delete_rule_unauthorized_body_spec.rb +71 -0
  226. data/spec/models/delete_rule_unauthorized_spec.rb +41 -0
  227. data/spec/models/get_rule_forbidden_body_spec.rb +71 -0
  228. data/spec/models/get_rule_forbidden_spec.rb +41 -0
  229. data/spec/models/get_rule_internal_server_error_body_spec.rb +71 -0
  230. data/spec/models/get_rule_internal_server_error_spec.rb +41 -0
  231. data/spec/models/get_rule_not_found_body_spec.rb +71 -0
  232. data/spec/models/get_rule_not_found_spec.rb +41 -0
  233. data/spec/models/get_rule_ok_spec.rb +41 -0
  234. data/spec/models/get_rule_unauthorized_body_spec.rb +71 -0
  235. data/spec/models/get_rule_unauthorized_spec.rb +41 -0
  236. data/spec/models/get_well_known_forbidden_body_spec.rb +71 -0
  237. data/spec/models/get_well_known_forbidden_spec.rb +41 -0
  238. data/spec/models/get_well_known_json_web_keys_internal_server_error_body_spec.rb +71 -0
  239. data/spec/models/get_well_known_json_web_keys_internal_server_error_spec.rb +41 -0
  240. data/spec/models/get_well_known_json_web_keys_ok_spec.rb +41 -0
  241. data/spec/models/get_well_known_ok_spec.rb +41 -0
  242. data/spec/models/get_well_known_unauthorized_body_spec.rb +71 -0
  243. data/spec/models/get_well_known_unauthorized_spec.rb +41 -0
  244. data/spec/models/health_not_ready_status_spec.rb +41 -0
  245. data/spec/models/health_status_spec.rb +41 -0
  246. data/spec/models/inline_response500_spec.rb +71 -0
  247. data/spec/models/is_instance_alive_internal_server_error_body_spec.rb +71 -0
  248. data/spec/models/is_instance_alive_internal_server_error_spec.rb +41 -0
  249. data/spec/models/is_instance_alive_ok_spec.rb +41 -0
  250. data/spec/models/json_web_key_set_spec.rb +41 -0
  251. data/spec/models/json_web_key_spec.rb +137 -0
  252. data/spec/models/judge_forbidden_body_spec.rb +71 -0
  253. data/spec/models/judge_forbidden_spec.rb +41 -0
  254. data/spec/models/judge_internal_server_error_body_spec.rb +71 -0
  255. data/spec/models/judge_internal_server_error_spec.rb +41 -0
  256. data/spec/models/judge_not_found_body_spec.rb +71 -0
  257. data/spec/models/judge_not_found_spec.rb +41 -0
  258. data/spec/models/judge_unauthorized_body_spec.rb +71 -0
  259. data/spec/models/judge_unauthorized_spec.rb +41 -0
  260. data/spec/models/list_rules_forbidden_body_spec.rb +71 -0
  261. data/spec/models/list_rules_forbidden_spec.rb +41 -0
  262. data/spec/models/list_rules_internal_server_error_body_spec.rb +71 -0
  263. data/spec/models/list_rules_internal_server_error_spec.rb +41 -0
  264. data/spec/models/list_rules_ok_spec.rb +41 -0
  265. data/spec/models/list_rules_unauthorized_body_spec.rb +71 -0
  266. data/spec/models/list_rules_unauthorized_spec.rb +41 -0
  267. data/spec/models/rule_handler_spec.rb +47 -0
  268. data/spec/models/rule_match_spec.rb +47 -0
  269. data/spec/models/rule_spec.rb +77 -0
  270. data/spec/models/swagger_create_rule_parameters_spec.rb +41 -0
  271. data/spec/models/swagger_get_rule_parameters_spec.rb +41 -0
  272. data/spec/models/swagger_health_status_spec.rb +41 -0
  273. data/spec/models/swagger_json_web_key_set_spec.rb +41 -0
  274. data/spec/models/swagger_json_web_key_spec.rb +137 -0
  275. data/spec/models/swagger_list_rules_parameters_spec.rb +47 -0
  276. data/spec/models/swagger_not_ready_status_spec.rb +41 -0
  277. data/spec/models/swagger_rule_handler_spec.rb +47 -0
  278. data/spec/models/swagger_rule_match_spec.rb +47 -0
  279. data/spec/models/swagger_rule_response_spec.rb +41 -0
  280. data/spec/models/swagger_rule_spec.rb +77 -0
  281. data/spec/models/swagger_rules_response_spec.rb +41 -0
  282. data/spec/models/swagger_update_rule_parameters_spec.rb +47 -0
  283. data/spec/models/swagger_version_spec.rb +41 -0
  284. data/spec/models/update_rule_forbidden_body_spec.rb +71 -0
  285. data/spec/models/update_rule_forbidden_spec.rb +41 -0
  286. data/spec/models/update_rule_internal_server_error_body_spec.rb +71 -0
  287. data/spec/models/update_rule_internal_server_error_spec.rb +41 -0
  288. data/spec/models/update_rule_not_found_body_spec.rb +71 -0
  289. data/spec/models/update_rule_not_found_spec.rb +41 -0
  290. data/spec/models/update_rule_ok_spec.rb +41 -0
  291. data/spec/models/update_rule_unauthorized_body_spec.rb +71 -0
  292. data/spec/models/update_rule_unauthorized_spec.rb +41 -0
  293. data/spec/models/upstream_spec.rb +53 -0
  294. data/spec/models/version_spec.rb +41 -0
  295. data/spec/spec_helper.rb +111 -0
  296. metadata +497 -0
@@ -0,0 +1,17 @@
1
+ # OryHydraClient::HealthStatus
2
+
3
+ ## Properties
4
+
5
+ Name | Type | Description | Notes
6
+ ------------ | ------------- | ------------- | -------------
7
+ **status** | **String** | Status always contains \"ok\". | [optional]
8
+
9
+ ## Code Sample
10
+
11
+ ```ruby
12
+ require 'OryHydraClient'
13
+
14
+ instance = OryHydraClient::HealthStatus.new(status: null)
15
+ ```
16
+
17
+
@@ -0,0 +1,27 @@
1
+ # OryHydraClient::InlineResponse500
2
+
3
+ ## Properties
4
+
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
+
14
+ ## Code Sample
15
+
16
+ ```ruby
17
+ require 'OryHydraClient'
18
+
19
+ instance = OryHydraClient::InlineResponse500.new(code: null,
20
+ details: null,
21
+ message: null,
22
+ reason: null,
23
+ request: null,
24
+ status: null)
25
+ ```
26
+
27
+
@@ -0,0 +1,17 @@
1
+ # OryHydraClient::IsInstanceAliveInternalServerError
2
+
3
+ ## Properties
4
+
5
+ Name | Type | Description | Notes
6
+ ------------ | ------------- | ------------- | -------------
7
+ **payload** | [**IsInstanceAliveInternalServerErrorBody**](IsInstanceAliveInternalServerErrorBody.md) | | [optional]
8
+
9
+ ## Code Sample
10
+
11
+ ```ruby
12
+ require 'OryHydraClient'
13
+
14
+ instance = OryHydraClient::IsInstanceAliveInternalServerError.new(payload: null)
15
+ ```
16
+
17
+
@@ -0,0 +1,27 @@
1
+ # OryHydraClient::IsInstanceAliveInternalServerErrorBody
2
+
3
+ ## Properties
4
+
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
+
14
+ ## Code Sample
15
+
16
+ ```ruby
17
+ require 'OryHydraClient'
18
+
19
+ instance = OryHydraClient::IsInstanceAliveInternalServerErrorBody.new(code: null,
20
+ details: null,
21
+ message: null,
22
+ reason: null,
23
+ request: null,
24
+ status: null)
25
+ ```
26
+
27
+
@@ -0,0 +1,17 @@
1
+ # OryHydraClient::IsInstanceAliveOK
2
+
3
+ ## Properties
4
+
5
+ Name | Type | Description | Notes
6
+ ------------ | ------------- | ------------- | -------------
7
+ **payload** | [**SwaggerHealthStatus**](SwaggerHealthStatus.md) | | [optional]
8
+
9
+ ## Code Sample
10
+
11
+ ```ruby
12
+ require 'OryHydraClient'
13
+
14
+ instance = OryHydraClient::IsInstanceAliveOK.new(payload: null)
15
+ ```
16
+
17
+
@@ -0,0 +1,49 @@
1
+ # OryHydraClient::JsonWebKey
2
+
3
+ ## Properties
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]
24
+
25
+ ## Code Sample
26
+
27
+ ```ruby
28
+ require 'OryHydraClient'
29
+
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)
47
+ ```
48
+
49
+
@@ -0,0 +1,17 @@
1
+ # OryHydraClient::JsonWebKeySet
2
+
3
+ ## Properties
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]
8
+
9
+ ## Code Sample
10
+
11
+ ```ruby
12
+ require 'OryHydraClient'
13
+
14
+ instance = OryHydraClient::JsonWebKeySet.new(keys: null)
15
+ ```
16
+
17
+
@@ -0,0 +1,17 @@
1
+ # OryHydraClient::JudgeForbidden
2
+
3
+ ## Properties
4
+
5
+ Name | Type | Description | Notes
6
+ ------------ | ------------- | ------------- | -------------
7
+ **payload** | [**JudgeForbiddenBody**](JudgeForbiddenBody.md) | | [optional]
8
+
9
+ ## Code Sample
10
+
11
+ ```ruby
12
+ require 'OryHydraClient'
13
+
14
+ instance = OryHydraClient::JudgeForbidden.new(payload: null)
15
+ ```
16
+
17
+
@@ -0,0 +1,27 @@
1
+ # OryHydraClient::JudgeForbiddenBody
2
+
3
+ ## Properties
4
+
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
+
14
+ ## Code Sample
15
+
16
+ ```ruby
17
+ require 'OryHydraClient'
18
+
19
+ instance = OryHydraClient::JudgeForbiddenBody.new(code: null,
20
+ details: null,
21
+ message: null,
22
+ reason: null,
23
+ request: null,
24
+ status: null)
25
+ ```
26
+
27
+
@@ -0,0 +1,17 @@
1
+ # OryHydraClient::JudgeInternalServerError
2
+
3
+ ## Properties
4
+
5
+ Name | Type | Description | Notes
6
+ ------------ | ------------- | ------------- | -------------
7
+ **payload** | [**JudgeInternalServerErrorBody**](JudgeInternalServerErrorBody.md) | | [optional]
8
+
9
+ ## Code Sample
10
+
11
+ ```ruby
12
+ require 'OryHydraClient'
13
+
14
+ instance = OryHydraClient::JudgeInternalServerError.new(payload: null)
15
+ ```
16
+
17
+
@@ -0,0 +1,27 @@
1
+ # OryHydraClient::JudgeInternalServerErrorBody
2
+
3
+ ## Properties
4
+
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
+
14
+ ## Code Sample
15
+
16
+ ```ruby
17
+ require 'OryHydraClient'
18
+
19
+ instance = OryHydraClient::JudgeInternalServerErrorBody.new(code: null,
20
+ details: null,
21
+ message: null,
22
+ reason: null,
23
+ request: null,
24
+ status: null)
25
+ ```
26
+
27
+
@@ -0,0 +1,17 @@
1
+ # OryHydraClient::JudgeNotFound
2
+
3
+ ## Properties
4
+
5
+ Name | Type | Description | Notes
6
+ ------------ | ------------- | ------------- | -------------
7
+ **payload** | [**JudgeNotFoundBody**](JudgeNotFoundBody.md) | | [optional]
8
+
9
+ ## Code Sample
10
+
11
+ ```ruby
12
+ require 'OryHydraClient'
13
+
14
+ instance = OryHydraClient::JudgeNotFound.new(payload: null)
15
+ ```
16
+
17
+
@@ -0,0 +1,27 @@
1
+ # OryHydraClient::JudgeNotFoundBody
2
+
3
+ ## Properties
4
+
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
+
14
+ ## Code Sample
15
+
16
+ ```ruby
17
+ require 'OryHydraClient'
18
+
19
+ instance = OryHydraClient::JudgeNotFoundBody.new(code: null,
20
+ details: null,
21
+ message: null,
22
+ reason: null,
23
+ request: null,
24
+ status: null)
25
+ ```
26
+
27
+
@@ -0,0 +1,17 @@
1
+ # OryHydraClient::JudgeUnauthorized
2
+
3
+ ## Properties
4
+
5
+ Name | Type | Description | Notes
6
+ ------------ | ------------- | ------------- | -------------
7
+ **payload** | [**JudgeUnauthorizedBody**](JudgeUnauthorizedBody.md) | | [optional]
8
+
9
+ ## Code Sample
10
+
11
+ ```ruby
12
+ require 'OryHydraClient'
13
+
14
+ instance = OryHydraClient::JudgeUnauthorized.new(payload: null)
15
+ ```
16
+
17
+
@@ -0,0 +1,27 @@
1
+ # OryHydraClient::JudgeUnauthorizedBody
2
+
3
+ ## Properties
4
+
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
+
14
+ ## Code Sample
15
+
16
+ ```ruby
17
+ require 'OryHydraClient'
18
+
19
+ instance = OryHydraClient::JudgeUnauthorizedBody.new(code: null,
20
+ details: null,
21
+ message: null,
22
+ reason: null,
23
+ request: null,
24
+ status: null)
25
+ ```
26
+
27
+
@@ -0,0 +1,17 @@
1
+ # OryHydraClient::ListRulesForbidden
2
+
3
+ ## Properties
4
+
5
+ Name | Type | Description | Notes
6
+ ------------ | ------------- | ------------- | -------------
7
+ **payload** | [**ListRulesForbiddenBody**](ListRulesForbiddenBody.md) | | [optional]
8
+
9
+ ## Code Sample
10
+
11
+ ```ruby
12
+ require 'OryHydraClient'
13
+
14
+ instance = OryHydraClient::ListRulesForbidden.new(payload: null)
15
+ ```
16
+
17
+
@@ -0,0 +1,27 @@
1
+ # OryHydraClient::ListRulesForbiddenBody
2
+
3
+ ## Properties
4
+
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
+
14
+ ## Code Sample
15
+
16
+ ```ruby
17
+ require 'OryHydraClient'
18
+
19
+ instance = OryHydraClient::ListRulesForbiddenBody.new(code: null,
20
+ details: null,
21
+ message: null,
22
+ reason: null,
23
+ request: null,
24
+ status: null)
25
+ ```
26
+
27
+
@@ -0,0 +1,17 @@
1
+ # OryHydraClient::ListRulesInternalServerError
2
+
3
+ ## Properties
4
+
5
+ Name | Type | Description | Notes
6
+ ------------ | ------------- | ------------- | -------------
7
+ **payload** | [**ListRulesInternalServerErrorBody**](ListRulesInternalServerErrorBody.md) | | [optional]
8
+
9
+ ## Code Sample
10
+
11
+ ```ruby
12
+ require 'OryHydraClient'
13
+
14
+ instance = OryHydraClient::ListRulesInternalServerError.new(payload: null)
15
+ ```
16
+
17
+
@@ -0,0 +1,27 @@
1
+ # OryHydraClient::ListRulesInternalServerErrorBody
2
+
3
+ ## Properties
4
+
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
+
14
+ ## Code Sample
15
+
16
+ ```ruby
17
+ require 'OryHydraClient'
18
+
19
+ instance = OryHydraClient::ListRulesInternalServerErrorBody.new(code: null,
20
+ details: null,
21
+ message: null,
22
+ reason: null,
23
+ request: null,
24
+ status: null)
25
+ ```
26
+
27
+