onelogin 1.6.0 → 3.0.0.pre.alpha.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (443) hide show
  1. checksums.yaml +5 -5
  2. data/Gemfile +7 -4
  3. data/README.md +245 -484
  4. data/Rakefile +7 -3
  5. data/docs/Action.md +26 -0
  6. data/docs/ActivateFactorRequest.md +24 -0
  7. data/docs/AddAccessTokenClaimRequest.md +22 -0
  8. data/docs/AddClientAppRequest.md +20 -0
  9. data/docs/AddRoleUsers200ResponseInner.md +18 -0
  10. data/docs/AddScopeRequest.md +20 -0
  11. data/docs/AuthMethod.md +15 -0
  12. data/docs/AuthServerConfiguration.md +24 -0
  13. data/docs/ClientApp.md +20 -0
  14. data/docs/Condition.md +22 -0
  15. data/docs/Connector.md +26 -0
  16. data/docs/CreateAuthorizationServerRequest.md +22 -0
  17. data/docs/CreateEnvironmentVariableRequest.md +20 -0
  18. data/docs/CreateRoles201ResponseInner.md +18 -0
  19. data/docs/DefaultApi.md +6812 -0
  20. data/docs/Device.md +26 -0
  21. data/docs/EnrollFactorRequest.md +28 -0
  22. data/docs/Envvar.md +24 -0
  23. data/docs/ErrorStatus.md +22 -0
  24. data/docs/ErrorStatusErrorsInner.md +20 -0
  25. data/docs/FactorInner.md +32 -0
  26. data/docs/FactorInnerFactorData.md +20 -0
  27. data/docs/GenerateMfaToken200Response.md +24 -0
  28. data/docs/GenerateMfaToken422Response.md +24 -0
  29. data/docs/GenerateMfaToken422ResponseDetails.md +18 -0
  30. data/docs/GenerateMfaTokenRequest.md +20 -0
  31. data/docs/GenerateSamlAssertionRequest.md +26 -0
  32. data/docs/GenerateToken200Response.md +28 -0
  33. data/docs/GenerateToken400Response.md +18 -0
  34. data/docs/GenerateTokenRequest.md +18 -0
  35. data/docs/GetAuthorizationServer200Response.md +24 -0
  36. data/docs/GetAvailableFactors200ResponseInner.md +22 -0
  37. data/docs/GetClientApps200ResponseInner.md +24 -0
  38. data/docs/GetClientApps200ResponseInnerScopesInner.md +22 -0
  39. data/docs/GetRateLimit200Response.md +20 -0
  40. data/docs/GetRateLimit200ResponseData.md +22 -0
  41. data/docs/GetRiskScore200Response.md +20 -0
  42. data/docs/GetRiskScore400Response.md +18 -0
  43. data/docs/GetRiskScoreRequest.md +30 -0
  44. data/docs/GetScoreInsights200Response.md +20 -0
  45. data/docs/GetScoreInsights200ResponseScores.md +26 -0
  46. data/docs/GetUserApps200ResponseInner.md +32 -0
  47. data/docs/Hook.md +46 -0
  48. data/docs/HookConditionsInner.md +22 -0
  49. data/docs/HookOptions.md +22 -0
  50. data/docs/HookStatus.md +20 -0
  51. data/docs/Id.md +18 -0
  52. data/docs/ListAccessTokenClaims200ResponseInner.md +34 -0
  53. data/docs/ListActions200ResponseInner.md +20 -0
  54. data/docs/ListAppUsers200ResponseInner.md +26 -0
  55. data/docs/ListAuthorizationServers200ResponseInner.md +24 -0
  56. data/docs/ListAuthorizationServers200ResponseInnerConfiguration.md +20 -0
  57. data/docs/ListConditionOperators200ResponseInner.md +20 -0
  58. data/docs/ListConditionValues200ResponseInner.md +20 -0
  59. data/docs/ListConditions200ResponseInner.md +20 -0
  60. data/docs/ListMappingConditionOperators200ResponseInner.md +20 -0
  61. data/docs/ListMappingConditions200ResponseInner.md +20 -0
  62. data/docs/ListScopes200ResponseInner.md +22 -0
  63. data/docs/Log.md +24 -0
  64. data/docs/Mapping.md +30 -0
  65. data/docs/Registration.md +22 -0
  66. data/docs/RemoveRoleUsersRequest.md +18 -0
  67. data/docs/RevokeTokenRequest.md +18 -0
  68. data/docs/RiskDevice.md +18 -0
  69. data/docs/RiskRule.md +30 -0
  70. data/docs/RiskUser.md +22 -0
  71. data/docs/Role.md +26 -0
  72. data/docs/Rule.md +30 -0
  73. data/docs/RuleId.md +18 -0
  74. data/docs/Schema.md +56 -0
  75. data/docs/Schema1.md +28 -0
  76. data/docs/Schema1AddedBy.md +20 -0
  77. data/docs/SchemaProvisioning.md +18 -0
  78. data/docs/Session.md +18 -0
  79. data/docs/SetRoleApps200ResponseInner.md +18 -0
  80. data/docs/Source.md +20 -0
  81. data/docs/Status.md +24 -0
  82. data/docs/Status1.md +22 -0
  83. data/docs/Status2.md +18 -0
  84. data/docs/Status2Status.md +24 -0
  85. data/docs/TrackEventRequest.md +34 -0
  86. data/docs/UpdateAuthorizationServer400Response.md +24 -0
  87. data/docs/UpdateClientAppRequest.md +18 -0
  88. data/docs/UpdateEnvironmentVariableRequest.md +18 -0
  89. data/docs/UpdateRole200Response.md +18 -0
  90. data/docs/User.md +90 -0
  91. data/docs/VerifyEnrollmentRequest.md +18 -0
  92. data/docs/VerifyFactorRequest.md +20 -0
  93. data/docs/VerifyFactorSaml200Response.md +20 -0
  94. data/docs/VerifyFactorSamlRequest.md +26 -0
  95. data/docs/VerifyFactorVoice200ResponseInner.md +22 -0
  96. data/git_push.sh +57 -0
  97. data/lib/onelogin/api/default_api.rb +7334 -0
  98. data/lib/onelogin/api_client.rb +391 -0
  99. data/lib/onelogin/api_error.rb +57 -0
  100. data/lib/onelogin/configuration.rb +282 -0
  101. data/lib/onelogin/models/action.rb +262 -0
  102. data/lib/onelogin/models/activate_factor_request.rb +250 -0
  103. data/lib/onelogin/models/add_access_token_claim_request.rb +237 -0
  104. data/lib/onelogin/models/add_client_app_request.rb +230 -0
  105. data/lib/onelogin/models/add_role_users200_response_inner.rb +219 -0
  106. data/lib/onelogin/models/add_scope_request.rb +228 -0
  107. data/lib/onelogin/models/auth_method.rb +43 -0
  108. data/lib/onelogin/models/auth_server_configuration.rb +248 -0
  109. data/lib/onelogin/models/client_app.rb +228 -0
  110. data/lib/onelogin/models/condition.rb +240 -0
  111. data/lib/onelogin/models/connector.rb +259 -0
  112. data/lib/onelogin/models/create_authorization_server_request.rb +237 -0
  113. data/lib/onelogin/models/create_environment_variable_request.rb +240 -0
  114. data/lib/onelogin/models/create_roles201_response_inner.rb +219 -0
  115. data/lib/onelogin/models/device.rb +255 -0
  116. data/lib/onelogin/models/enroll_factor_request.rb +280 -0
  117. data/lib/onelogin/models/envvar.rb +250 -0
  118. data/lib/onelogin/models/error_status.rb +239 -0
  119. data/lib/onelogin/models/error_status_errors_inner.rb +230 -0
  120. data/lib/onelogin/models/factor_inner.rb +323 -0
  121. data/lib/onelogin/models/factor_inner_factor_data.rb +231 -0
  122. data/lib/onelogin/models/generate_mfa_token200_response.rb +250 -0
  123. data/lib/onelogin/models/generate_mfa_token422_response.rb +246 -0
  124. data/lib/onelogin/models/generate_mfa_token422_response_details.rb +221 -0
  125. data/lib/onelogin/models/generate_mfa_token_request.rb +230 -0
  126. data/lib/onelogin/models/generate_saml_assertion_request.rb +280 -0
  127. data/lib/onelogin/models/generate_token200_response.rb +264 -0
  128. data/lib/onelogin/models/generate_token400_response.rb +219 -0
  129. data/lib/onelogin/models/generate_token_request.rb +253 -0
  130. data/lib/onelogin/models/get_authorization_server200_response.rb +246 -0
  131. data/lib/onelogin/models/get_available_factors200_response_inner.rb +240 -0
  132. data/lib/onelogin/models/get_client_apps200_response_inner.rb +248 -0
  133. data/lib/onelogin/models/get_client_apps200_response_inner_scopes_inner.rb +237 -0
  134. data/lib/onelogin/models/get_rate_limit200_response.rb +228 -0
  135. data/lib/onelogin/models/get_rate_limit200_response_data.rb +237 -0
  136. data/lib/onelogin/models/get_risk_score200_response.rb +256 -0
  137. data/lib/onelogin/models/get_risk_score400_response.rb +221 -0
  138. data/lib/onelogin/models/get_risk_score_request.rb +291 -0
  139. data/lib/onelogin/models/get_score_insights200_response.rb +228 -0
  140. data/lib/onelogin/models/get_score_insights200_response_scores.rb +255 -0
  141. data/lib/onelogin/models/get_user_apps200_response_inner.rb +335 -0
  142. data/lib/onelogin/models/hook.rb +462 -0
  143. data/lib/onelogin/models/hook_conditions_inner.rb +237 -0
  144. data/lib/onelogin/models/hook_options.rb +238 -0
  145. data/lib/onelogin/models/hook_status.rb +228 -0
  146. data/lib/onelogin/models/id.rb +219 -0
  147. data/lib/onelogin/models/list_access_token_claims200_response_inner.rb +293 -0
  148. data/lib/onelogin/models/list_actions200_response_inner.rb +230 -0
  149. data/lib/onelogin/models/list_app_users200_response_inner.rb +255 -0
  150. data/lib/onelogin/models/list_authorization_servers200_response_inner.rb +246 -0
  151. data/lib/onelogin/models/list_authorization_servers200_response_inner_configuration.rb +230 -0
  152. data/lib/onelogin/models/list_condition_operators200_response_inner.rb +230 -0
  153. data/lib/onelogin/models/list_condition_values200_response_inner.rb +228 -0
  154. data/lib/onelogin/models/list_conditions200_response_inner.rb +230 -0
  155. data/lib/onelogin/models/list_mapping_condition_operators200_response_inner.rb +230 -0
  156. data/lib/onelogin/models/list_mapping_conditions200_response_inner.rb +230 -0
  157. data/lib/onelogin/models/list_scopes200_response_inner.rb +237 -0
  158. data/lib/onelogin/models/log.rb +248 -0
  159. data/lib/onelogin/models/mapping.rb +342 -0
  160. data/lib/onelogin/models/registration.rb +274 -0
  161. data/lib/onelogin/models/remove_role_users_request.rb +221 -0
  162. data/lib/onelogin/models/revoke_token_request.rb +219 -0
  163. data/lib/onelogin/models/risk_device.rb +221 -0
  164. data/lib/onelogin/models/risk_rule.rb +325 -0
  165. data/lib/onelogin/models/risk_user.rb +248 -0
  166. data/lib/onelogin/models/role.rb +266 -0
  167. data/lib/onelogin/models/rule.rb +317 -0
  168. data/lib/onelogin/models/rule_id.rb +219 -0
  169. data/lib/onelogin/models/schema.rb +441 -0
  170. data/lib/onelogin/models/schema1.rb +265 -0
  171. data/lib/onelogin/models/schema1_added_by.rb +228 -0
  172. data/lib/onelogin/models/schema_provisioning.rb +220 -0
  173. data/lib/onelogin/models/session.rb +221 -0
  174. data/lib/onelogin/models/set_role_apps200_response_inner.rb +220 -0
  175. data/lib/onelogin/models/source.rb +230 -0
  176. data/lib/onelogin/models/status.rb +246 -0
  177. data/lib/onelogin/models/status1.rb +237 -0
  178. data/lib/onelogin/models/status2.rb +219 -0
  179. data/lib/onelogin/models/status2_status.rb +246 -0
  180. data/lib/onelogin/models/track_event_request.rb +316 -0
  181. data/lib/onelogin/models/update_authorization_server400_response.rb +246 -0
  182. data/lib/onelogin/models/update_client_app_request.rb +221 -0
  183. data/lib/onelogin/models/update_environment_variable_request.rb +225 -0
  184. data/lib/onelogin/models/update_role200_response.rb +219 -0
  185. data/lib/onelogin/models/user.rb +615 -0
  186. data/lib/onelogin/models/verify_enrollment_request.rb +219 -0
  187. data/lib/onelogin/models/verify_factor_request.rb +230 -0
  188. data/lib/onelogin/models/verify_factor_saml200_response.rb +230 -0
  189. data/lib/onelogin/models/verify_factor_saml_request.rb +275 -0
  190. data/lib/onelogin/models/verify_factor_voice200_response_inner.rb +271 -0
  191. data/lib/onelogin/version.rb +13 -1
  192. data/lib/onelogin.rb +130 -1
  193. data/onelogin.gemspec +35 -42
  194. data/spec/api/default_api_spec.rb +1259 -0
  195. data/spec/api_client_spec.rb +226 -0
  196. data/spec/configuration_spec.rb +42 -0
  197. data/spec/models/action_spec.rb +58 -0
  198. data/spec/models/activate_factor_request_spec.rb +52 -0
  199. data/spec/models/add_access_token_claim_request_spec.rb +46 -0
  200. data/spec/models/add_client_app_request_spec.rb +40 -0
  201. data/spec/models/add_role_users200_response_inner_spec.rb +34 -0
  202. data/spec/models/add_scope_request_spec.rb +40 -0
  203. data/spec/models/auth_method_spec.rb +28 -0
  204. data/spec/models/auth_server_configuration_spec.rb +52 -0
  205. data/spec/models/client_app_spec.rb +40 -0
  206. data/spec/models/condition_spec.rb +46 -0
  207. data/spec/models/connector_spec.rb +58 -0
  208. data/spec/models/create_authorization_server_request_spec.rb +46 -0
  209. data/spec/models/create_environment_variable_request_spec.rb +40 -0
  210. data/spec/models/create_roles201_response_inner_spec.rb +34 -0
  211. data/spec/models/device_spec.rb +58 -0
  212. data/spec/models/enroll_factor_request_spec.rb +64 -0
  213. data/spec/models/envvar_spec.rb +52 -0
  214. data/spec/models/error_status_errors_inner_spec.rb +40 -0
  215. data/spec/models/error_status_spec.rb +46 -0
  216. data/spec/models/factor_inner_factor_data_spec.rb +40 -0
  217. data/spec/models/factor_inner_spec.rb +80 -0
  218. data/spec/models/generate_mfa_token200_response_spec.rb +52 -0
  219. data/spec/models/generate_mfa_token422_response_details_spec.rb +34 -0
  220. data/spec/models/generate_mfa_token422_response_spec.rb +52 -0
  221. data/spec/models/generate_mfa_token_request_spec.rb +40 -0
  222. data/spec/models/generate_saml_assertion_request_spec.rb +58 -0
  223. data/spec/models/generate_token200_response_spec.rb +64 -0
  224. data/spec/models/generate_token400_response_spec.rb +34 -0
  225. data/spec/models/generate_token_request_spec.rb +38 -0
  226. data/spec/models/get_authorization_server200_response_spec.rb +52 -0
  227. data/spec/models/get_available_factors200_response_inner_spec.rb +46 -0
  228. data/spec/models/get_client_apps200_response_inner_scopes_inner_spec.rb +46 -0
  229. data/spec/models/get_client_apps200_response_inner_spec.rb +52 -0
  230. data/spec/models/get_rate_limit200_response_data_spec.rb +46 -0
  231. data/spec/models/get_rate_limit200_response_spec.rb +40 -0
  232. data/spec/models/get_risk_score200_response_spec.rb +40 -0
  233. data/spec/models/get_risk_score400_response_spec.rb +34 -0
  234. data/spec/models/get_risk_score_request_spec.rb +70 -0
  235. data/spec/models/get_score_insights200_response_scores_spec.rb +58 -0
  236. data/spec/models/get_score_insights200_response_spec.rb +40 -0
  237. data/spec/models/get_user_apps200_response_inner_spec.rb +84 -0
  238. data/spec/models/hook_conditions_inner_spec.rb +46 -0
  239. data/spec/models/hook_options_spec.rb +46 -0
  240. data/spec/models/hook_spec.rb +122 -0
  241. data/spec/models/hook_status_spec.rb +40 -0
  242. data/spec/models/id_spec.rb +34 -0
  243. data/spec/models/list_access_token_claims200_response_inner_spec.rb +82 -0
  244. data/spec/models/list_actions200_response_inner_spec.rb +40 -0
  245. data/spec/models/list_app_users200_response_inner_spec.rb +58 -0
  246. data/spec/models/list_authorization_servers200_response_inner_configuration_spec.rb +40 -0
  247. data/spec/models/list_authorization_servers200_response_inner_spec.rb +52 -0
  248. data/spec/models/list_condition_operators200_response_inner_spec.rb +40 -0
  249. data/spec/models/list_condition_values200_response_inner_spec.rb +40 -0
  250. data/spec/models/list_conditions200_response_inner_spec.rb +40 -0
  251. data/spec/models/list_mapping_condition_operators200_response_inner_spec.rb +40 -0
  252. data/spec/models/list_mapping_conditions200_response_inner_spec.rb +40 -0
  253. data/spec/models/list_scopes200_response_inner_spec.rb +46 -0
  254. data/spec/models/log_spec.rb +52 -0
  255. data/spec/models/mapping_spec.rb +74 -0
  256. data/spec/models/registration_spec.rb +50 -0
  257. data/spec/models/remove_role_users_request_spec.rb +34 -0
  258. data/spec/models/revoke_token_request_spec.rb +34 -0
  259. data/spec/models/risk_device_spec.rb +34 -0
  260. data/spec/models/risk_rule_spec.rb +78 -0
  261. data/spec/models/risk_user_spec.rb +46 -0
  262. data/spec/models/role_spec.rb +58 -0
  263. data/spec/models/rule_id_spec.rb +34 -0
  264. data/spec/models/rule_spec.rb +74 -0
  265. data/spec/models/schema1_added_by_spec.rb +40 -0
  266. data/spec/models/schema1_spec.rb +64 -0
  267. data/spec/models/schema_provisioning_spec.rb +34 -0
  268. data/spec/models/schema_spec.rb +152 -0
  269. data/spec/models/session_spec.rb +34 -0
  270. data/spec/models/set_role_apps200_response_inner_spec.rb +34 -0
  271. data/spec/models/source_spec.rb +40 -0
  272. data/spec/models/status1_spec.rb +46 -0
  273. data/spec/models/status2_spec.rb +34 -0
  274. data/spec/models/status2_status_spec.rb +52 -0
  275. data/spec/models/status_spec.rb +52 -0
  276. data/spec/models/track_event_request_spec.rb +82 -0
  277. data/spec/models/update_authorization_server400_response_spec.rb +52 -0
  278. data/spec/models/update_client_app_request_spec.rb +34 -0
  279. data/spec/models/update_environment_variable_request_spec.rb +34 -0
  280. data/spec/models/update_role200_response_spec.rb +34 -0
  281. data/spec/models/user_spec.rb +258 -0
  282. data/spec/models/verify_enrollment_request_spec.rb +34 -0
  283. data/spec/models/verify_factor_request_spec.rb +40 -0
  284. data/spec/models/verify_factor_saml200_response_spec.rb +40 -0
  285. data/spec/models/verify_factor_saml_request_spec.rb +58 -0
  286. data/spec/models/verify_factor_voice200_response_inner_spec.rb +50 -0
  287. data/spec/spec_helper.rb +111 -0
  288. metadata +401 -216
  289. data/.github/workflows/git-secrets-public.yml +0 -55
  290. data/.gitignore +0 -12
  291. data/.travis.yml +0 -6
  292. data/bin/console +0 -14
  293. data/bin/setup +0 -6
  294. data/examples/Gemfile +0 -3
  295. data/examples/Gemfile.lock +0 -25
  296. data/examples/README.md +0 -19
  297. data/examples/all-users-to-csv.rb +0 -48
  298. data/examples/another-get-all-login-events-of-last-day-to-csv.rb +0 -141
  299. data/examples/create-user.rb +0 -16
  300. data/examples/events-to-csv.rb +0 -93
  301. data/examples/get-all-login-events-of-last-day-to-csv.rb +0 -88
  302. data/examples/last-app-user-login-to-csv.rb +0 -72
  303. data/examples/list-users.rb +0 -15
  304. data/examples/rails-custom-login-page/.gitignore +0 -45
  305. data/examples/rails-custom-login-page/.ruby-version +0 -1
  306. data/examples/rails-custom-login-page/Gemfile +0 -57
  307. data/examples/rails-custom-login-page/Gemfile.lock +0 -212
  308. data/examples/rails-custom-login-page/README.md +0 -137
  309. data/examples/rails-custom-login-page/Rakefile +0 -6
  310. data/examples/rails-custom-login-page/app/assets/config/manifest.js +0 -3
  311. data/examples/rails-custom-login-page/app/assets/images/.keep +0 -0
  312. data/examples/rails-custom-login-page/app/assets/javascripts/application.js +0 -18
  313. data/examples/rails-custom-login-page/app/assets/javascripts/cable.js +0 -13
  314. data/examples/rails-custom-login-page/app/assets/javascripts/channels/.keep +0 -0
  315. data/examples/rails-custom-login-page/app/assets/javascripts/dashboard.coffee +0 -3
  316. data/examples/rails-custom-login-page/app/assets/javascripts/home.coffee +0 -3
  317. data/examples/rails-custom-login-page/app/assets/javascripts/sessions.coffee +0 -3
  318. data/examples/rails-custom-login-page/app/assets/stylesheets/application.css +0 -15
  319. data/examples/rails-custom-login-page/app/assets/stylesheets/dashboard.scss +0 -3
  320. data/examples/rails-custom-login-page/app/assets/stylesheets/home.scss +0 -3
  321. data/examples/rails-custom-login-page/app/assets/stylesheets/sessions.scss +0 -3
  322. data/examples/rails-custom-login-page/app/channels/application_cable/channel.rb +0 -4
  323. data/examples/rails-custom-login-page/app/channels/application_cable/connection.rb +0 -4
  324. data/examples/rails-custom-login-page/app/controllers/application_controller.rb +0 -23
  325. data/examples/rails-custom-login-page/app/controllers/concerns/.keep +0 -0
  326. data/examples/rails-custom-login-page/app/controllers/dashboard_controller.rb +0 -10
  327. data/examples/rails-custom-login-page/app/controllers/home_controller.rb +0 -5
  328. data/examples/rails-custom-login-page/app/controllers/sessions_controller.rb +0 -46
  329. data/examples/rails-custom-login-page/app/controllers/users_controller.rb +0 -120
  330. data/examples/rails-custom-login-page/app/helpers/application_helper.rb +0 -2
  331. data/examples/rails-custom-login-page/app/helpers/dashboard_helper.rb +0 -28
  332. data/examples/rails-custom-login-page/app/helpers/home_helper.rb +0 -2
  333. data/examples/rails-custom-login-page/app/helpers/sessions_helper.rb +0 -87
  334. data/examples/rails-custom-login-page/app/helpers/users_helper.rb +0 -3
  335. data/examples/rails-custom-login-page/app/jobs/application_job.rb +0 -2
  336. data/examples/rails-custom-login-page/app/mailers/application_mailer.rb +0 -4
  337. data/examples/rails-custom-login-page/app/models/application_record.rb +0 -3
  338. data/examples/rails-custom-login-page/app/models/concerns/.keep +0 -0
  339. data/examples/rails-custom-login-page/app/views/dashboard/index.html.erb +0 -43
  340. data/examples/rails-custom-login-page/app/views/home/index.html.erb +0 -272
  341. data/examples/rails-custom-login-page/app/views/layouts/application.html.erb +0 -31
  342. data/examples/rails-custom-login-page/app/views/layouts/mailer.html.erb +0 -13
  343. data/examples/rails-custom-login-page/app/views/layouts/mailer.text.erb +0 -1
  344. data/examples/rails-custom-login-page/app/views/users/_form.html.erb +0 -1
  345. data/examples/rails-custom-login-page/app/views/users/_user.json.jbuilder +0 -2
  346. data/examples/rails-custom-login-page/app/views/users/edit.html.erb +0 -33
  347. data/examples/rails-custom-login-page/app/views/users/index.html.erb +0 -33
  348. data/examples/rails-custom-login-page/app/views/users/index.json.jbuilder +0 -1
  349. data/examples/rails-custom-login-page/app/views/users/new.html.erb +0 -60
  350. data/examples/rails-custom-login-page/app/views/users/onboard.html.erb +0 -54
  351. data/examples/rails-custom-login-page/app/views/users/show.html.erb +0 -17
  352. data/examples/rails-custom-login-page/app/views/users/show.json.jbuilder +0 -1
  353. data/examples/rails-custom-login-page/bin/bundle +0 -3
  354. data/examples/rails-custom-login-page/bin/rails +0 -9
  355. data/examples/rails-custom-login-page/bin/rake +0 -9
  356. data/examples/rails-custom-login-page/bin/setup +0 -38
  357. data/examples/rails-custom-login-page/bin/spring +0 -17
  358. data/examples/rails-custom-login-page/bin/update +0 -29
  359. data/examples/rails-custom-login-page/bin/yarn +0 -11
  360. data/examples/rails-custom-login-page/config/application.rb +0 -18
  361. data/examples/rails-custom-login-page/config/boot.rb +0 -3
  362. data/examples/rails-custom-login-page/config/cable.yml +0 -10
  363. data/examples/rails-custom-login-page/config/database.yml +0 -25
  364. data/examples/rails-custom-login-page/config/environment.rb +0 -5
  365. data/examples/rails-custom-login-page/config/environments/development.rb +0 -54
  366. data/examples/rails-custom-login-page/config/environments/production.rb +0 -91
  367. data/examples/rails-custom-login-page/config/environments/test.rb +0 -42
  368. data/examples/rails-custom-login-page/config/initializers/application_controller_renderer.rb +0 -8
  369. data/examples/rails-custom-login-page/config/initializers/assets.rb +0 -14
  370. data/examples/rails-custom-login-page/config/initializers/backtrace_silencers.rb +0 -7
  371. data/examples/rails-custom-login-page/config/initializers/cookies_serializer.rb +0 -5
  372. data/examples/rails-custom-login-page/config/initializers/filter_parameter_logging.rb +0 -4
  373. data/examples/rails-custom-login-page/config/initializers/inflections.rb +0 -16
  374. data/examples/rails-custom-login-page/config/initializers/mime_types.rb +0 -4
  375. data/examples/rails-custom-login-page/config/initializers/onelogin.rb +0 -6
  376. data/examples/rails-custom-login-page/config/initializers/wrap_parameters.rb +0 -14
  377. data/examples/rails-custom-login-page/config/locales/en.yml +0 -33
  378. data/examples/rails-custom-login-page/config/puma.rb +0 -56
  379. data/examples/rails-custom-login-page/config/routes.rb +0 -23
  380. data/examples/rails-custom-login-page/config/secrets.yml.sample +0 -38
  381. data/examples/rails-custom-login-page/config/spring.rb +0 -6
  382. data/examples/rails-custom-login-page/config.ru +0 -5
  383. data/examples/rails-custom-login-page/db/seeds.rb +0 -7
  384. data/examples/rails-custom-login-page/lib/assets/.keep +0 -0
  385. data/examples/rails-custom-login-page/lib/tasks/.keep +0 -0
  386. data/examples/rails-custom-login-page/package.json +0 -5
  387. data/examples/rails-custom-login-page/public/404.html +0 -67
  388. data/examples/rails-custom-login-page/public/422.html +0 -67
  389. data/examples/rails-custom-login-page/public/500.html +0 -66
  390. data/examples/rails-custom-login-page/public/apple-touch-icon-precomposed.png +0 -0
  391. data/examples/rails-custom-login-page/public/apple-touch-icon.png +0 -0
  392. data/examples/rails-custom-login-page/public/favicon.ico +0 -0
  393. data/examples/rails-custom-login-page/public/robots.txt +0 -1
  394. data/examples/rails-custom-login-page/test/application_system_test_case.rb +0 -5
  395. data/examples/rails-custom-login-page/test/controllers/.keep +0 -0
  396. data/examples/rails-custom-login-page/test/controllers/dashboard_controller_test.rb +0 -9
  397. data/examples/rails-custom-login-page/test/controllers/home_controller_test.rb +0 -9
  398. data/examples/rails-custom-login-page/test/controllers/sessions_controller_test.rb +0 -7
  399. data/examples/rails-custom-login-page/test/controllers/users_controller_test.rb +0 -48
  400. data/examples/rails-custom-login-page/test/fixtures/.keep +0 -0
  401. data/examples/rails-custom-login-page/test/fixtures/files/.keep +0 -0
  402. data/examples/rails-custom-login-page/test/helpers/.keep +0 -0
  403. data/examples/rails-custom-login-page/test/integration/.keep +0 -0
  404. data/examples/rails-custom-login-page/test/mailers/.keep +0 -0
  405. data/examples/rails-custom-login-page/test/models/.keep +0 -0
  406. data/examples/rails-custom-login-page/test/system/.keep +0 -0
  407. data/examples/rails-custom-login-page/test/test_helper.rb +0 -9
  408. data/examples/rails-custom-login-page/vendor/.keep +0 -0
  409. data/lib/onelogin/api/apiexception.rb +0 -10
  410. data/lib/onelogin/api/client.rb +0 -2954
  411. data/lib/onelogin/api/cursor.rb +0 -114
  412. data/lib/onelogin/api/models/app.rb +0 -22
  413. data/lib/onelogin/api/models/auth_factor.rb +0 -16
  414. data/lib/onelogin/api/models/connector_basic.rb +0 -20
  415. data/lib/onelogin/api/models/device.rb +0 -18
  416. data/lib/onelogin/api/models/embed_app.rb +0 -31
  417. data/lib/onelogin/api/models/event.rb +0 -54
  418. data/lib/onelogin/api/models/event_type.rb +0 -17
  419. data/lib/onelogin/api/models/factor_enrollment_response.rb +0 -22
  420. data/lib/onelogin/api/models/group.rb +0 -17
  421. data/lib/onelogin/api/models/mfa.rb +0 -26
  422. data/lib/onelogin/api/models/mfa_token.rb +0 -18
  423. data/lib/onelogin/api/models/onelogin_app.rb +0 -62
  424. data/lib/onelogin/api/models/onelogin_app_basic.rb +0 -51
  425. data/lib/onelogin/api/models/onelogin_app_v1.rb +0 -22
  426. data/lib/onelogin/api/models/onelogin_token.rb +0 -20
  427. data/lib/onelogin/api/models/otp_device.rb +0 -25
  428. data/lib/onelogin/api/models/privilege.rb +0 -51
  429. data/lib/onelogin/api/models/rate_limit.rb +0 -17
  430. data/lib/onelogin/api/models/role.rb +0 -16
  431. data/lib/onelogin/api/models/saml_endpoint_response.rb +0 -18
  432. data/lib/onelogin/api/models/session_token_info.rb +0 -21
  433. data/lib/onelogin/api/models/session_token_mfa_info.rb +0 -26
  434. data/lib/onelogin/api/models/statement.rb +0 -36
  435. data/lib/onelogin/api/models/user.rb +0 -135
  436. data/lib/onelogin/api/models/user_data.rb +0 -13
  437. data/lib/onelogin/api/models/user_metadata.rb +0 -13
  438. data/lib/onelogin/api/models.rb +0 -26
  439. data/lib/onelogin/api/util/constants.rb +0 -177
  440. data/lib/onelogin/api/util/parser.rb +0 -56
  441. data/lib/onelogin/api/util/url_builder.rb +0 -24
  442. data/lib/onelogin/api/util.rb +0 -13
  443. data/lib/onelogin/api.rb +0 -2
data/docs/Schema.md ADDED
@@ -0,0 +1,56 @@
1
+ # OneLogin::Schema
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **id** | **Integer** | Apps unique ID in OneLogin. | [optional] |
8
+ | **connector_id** | **Integer** | ID of the apps underlying connector. | [optional] |
9
+ | **name** | **String** | App name. | [optional] |
10
+ | **description** | **String** | Freeform description of the app. | [optional] |
11
+ | **notes** | **String** | Freeform notes about the app. | [optional] |
12
+ | **policy_id** | **Integer** | The security policy assigned to the app. | [optional] |
13
+ | **brand_id** | **Integer** | The custom login page branding to use for this app. Applies to app initiated logins via OIDC or SAML. | [optional] |
14
+ | **icon_url** | **String** | A link to the apps icon url. | [optional] |
15
+ | **visible** | **Boolean** | Indicates if the app is visible in the OneLogin portal. | [optional] |
16
+ | **auth_method** | **Integer** | An ID indicating the type of app. | [optional] |
17
+ | **tab_id** | **Integer** | ID of the OneLogin portal tab that the app is assigned to. | [optional] |
18
+ | **created_at** | **String** | The date the app was created. | [optional] |
19
+ | **updated_at** | **String** | The date the app was last updated. | [optional] |
20
+ | **role_ids** | **Array<Integer>** | List of Role IDs that are assigned to the app. On App Create or Update the entire array is replaced with the values provided. | [optional] |
21
+ | **allow_assumed_signin** | **Boolean** | Indicates whether or not administrators can access the app as a user that they have assumed control over. | [optional] |
22
+ | **provisioning** | [**SchemaProvisioning**](SchemaProvisioning.md) | | [optional] |
23
+ | **sso** | **Object** | | [optional] |
24
+ | **configuration** | **Object** | | [optional] |
25
+ | **parameters** | **Object** | | [optional] |
26
+ | **enforcement_point** | **Object** | | [optional] |
27
+
28
+ ## Example
29
+
30
+ ```ruby
31
+ require 'onelogin'
32
+
33
+ instance = OneLogin::Schema.new(
34
+ id: null,
35
+ connector_id: null,
36
+ name: null,
37
+ description: null,
38
+ notes: null,
39
+ policy_id: null,
40
+ brand_id: null,
41
+ icon_url: null,
42
+ visible: null,
43
+ auth_method: null,
44
+ tab_id: null,
45
+ created_at: null,
46
+ updated_at: null,
47
+ role_ids: null,
48
+ allow_assumed_signin: null,
49
+ provisioning: null,
50
+ sso: null,
51
+ configuration: null,
52
+ parameters: null,
53
+ enforcement_point: null
54
+ )
55
+ ```
56
+
data/docs/Schema1.md ADDED
@@ -0,0 +1,28 @@
1
+ # OneLogin::Schema1
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **id** | **Integer** | | [optional] |
8
+ | **name** | **String** | | [optional] |
9
+ | **username** | **String** | | [optional] |
10
+ | **added_by** | [**Schema1AddedBy**](Schema1AddedBy.md) | | [optional] |
11
+ | **added_at** | **String** | | [optional] |
12
+ | **assigned** | **Boolean** | Indicates if assigned to role or not. Defaults to true. | [optional] |
13
+
14
+ ## Example
15
+
16
+ ```ruby
17
+ require 'onelogin'
18
+
19
+ instance = OneLogin::Schema1.new(
20
+ id: null,
21
+ name: null,
22
+ username: null,
23
+ added_by: null,
24
+ added_at: null,
25
+ assigned: null
26
+ )
27
+ ```
28
+
@@ -0,0 +1,20 @@
1
+ # OneLogin::Schema1AddedBy
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **id** | **Integer** | | [optional] |
8
+ | **name** | **String** | | [optional] |
9
+
10
+ ## Example
11
+
12
+ ```ruby
13
+ require 'onelogin'
14
+
15
+ instance = OneLogin::Schema1AddedBy.new(
16
+ id: null,
17
+ name: null
18
+ )
19
+ ```
20
+
@@ -0,0 +1,18 @@
1
+ # OneLogin::SchemaProvisioning
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **enabled** | **Boolean** | Indicates if provisioning is enabled for this app. | [optional] |
8
+
9
+ ## Example
10
+
11
+ ```ruby
12
+ require 'onelogin'
13
+
14
+ instance = OneLogin::SchemaProvisioning.new(
15
+ enabled: null
16
+ )
17
+ ```
18
+
data/docs/Session.md ADDED
@@ -0,0 +1,18 @@
1
+ # OneLogin::Session
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **id** | **String** | If you use a database to track sessions, you can send us the session ID. | [optional] |
8
+
9
+ ## Example
10
+
11
+ ```ruby
12
+ require 'onelogin'
13
+
14
+ instance = OneLogin::Session.new(
15
+ id: null
16
+ )
17
+ ```
18
+
@@ -0,0 +1,18 @@
1
+ # OneLogin::SetRoleApps200ResponseInner
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **id** | **Integer** | Apps unique ID in OneLogin. | [optional] |
8
+
9
+ ## Example
10
+
11
+ ```ruby
12
+ require 'onelogin'
13
+
14
+ instance = OneLogin::SetRoleApps200ResponseInner.new(
15
+ id: null
16
+ )
17
+ ```
18
+
data/docs/Source.md ADDED
@@ -0,0 +1,20 @@
1
+ # OneLogin::Source
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **id** | **String** | | [optional] |
8
+ | **name** | **String** | The name of the source | [optional] |
9
+
10
+ ## Example
11
+
12
+ ```ruby
13
+ require 'onelogin'
14
+
15
+ instance = OneLogin::Source.new(
16
+ id: null,
17
+ name: null
18
+ )
19
+ ```
20
+
data/docs/Status.md ADDED
@@ -0,0 +1,24 @@
1
+ # OneLogin::Status
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **error** | **Boolean** | | [optional] |
8
+ | **code** | **Integer** | | [optional] |
9
+ | **type** | **String** | | [optional] |
10
+ | **message** | **String** | | [optional] |
11
+
12
+ ## Example
13
+
14
+ ```ruby
15
+ require 'onelogin'
16
+
17
+ instance = OneLogin::Status.new(
18
+ error: null,
19
+ code: null,
20
+ type: null,
21
+ message: null
22
+ )
23
+ ```
24
+
data/docs/Status1.md ADDED
@@ -0,0 +1,22 @@
1
+ # OneLogin::Status1
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **message** | **String** | | [optional] |
8
+ | **status_code** | **Integer** | | [optional] |
9
+ | **name** | **String** | | [optional] |
10
+
11
+ ## Example
12
+
13
+ ```ruby
14
+ require 'onelogin'
15
+
16
+ instance = OneLogin::Status1.new(
17
+ message: null,
18
+ status_code: null,
19
+ name: null
20
+ )
21
+ ```
22
+
data/docs/Status2.md ADDED
@@ -0,0 +1,18 @@
1
+ # OneLogin::Status2
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **status** | [**Status2Status**](Status2Status.md) | | [optional] |
8
+
9
+ ## Example
10
+
11
+ ```ruby
12
+ require 'onelogin'
13
+
14
+ instance = OneLogin::Status2.new(
15
+ status: null
16
+ )
17
+ ```
18
+
@@ -0,0 +1,24 @@
1
+ # OneLogin::Status2Status
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **type** | **String** | | [optional] |
8
+ | **code** | **Integer** | | [optional] |
9
+ | **message** | **String** | | [optional] |
10
+ | **error** | **Boolean** | | [optional] |
11
+
12
+ ## Example
13
+
14
+ ```ruby
15
+ require 'onelogin'
16
+
17
+ instance = OneLogin::Status2Status.new(
18
+ type: null,
19
+ code: null,
20
+ message: null,
21
+ error: null
22
+ )
23
+ ```
24
+
@@ -0,0 +1,34 @@
1
+ # OneLogin::TrackEventRequest
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **verb** | **String** | Verbs are used to distinguish between different types of events. | |
8
+ | **ip** | **String** | The IP address of the User's request. | |
9
+ | **user_agent** | **String** | The user agent of the User's request. | |
10
+ | **user** | [**RiskUser**](RiskUser.md) | | |
11
+ | **source** | [**Source**](Source.md) | | [optional] |
12
+ | **session** | [**Session**](Session.md) | | [optional] |
13
+ | **device** | [**RiskDevice**](RiskDevice.md) | | [optional] |
14
+ | **fp** | **String** | Set to the value of the __tdli_fp cookie. | [optional] |
15
+ | **published** | **String** | Date and time of the event in IS08601 format. Useful for preloading old events. Defaults to date time this API request is received. | [optional] |
16
+
17
+ ## Example
18
+
19
+ ```ruby
20
+ require 'onelogin'
21
+
22
+ instance = OneLogin::TrackEventRequest.new(
23
+ verb: null,
24
+ ip: null,
25
+ user_agent: null,
26
+ user: null,
27
+ source: null,
28
+ session: null,
29
+ device: null,
30
+ fp: null,
31
+ published: null
32
+ )
33
+ ```
34
+
@@ -0,0 +1,24 @@
1
+ # OneLogin::UpdateAuthorizationServer400Response
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **field** | **String** | | [optional] |
8
+ | **message** | **String** | | [optional] |
9
+ | **status_code** | **Integer** | | [optional] |
10
+ | **name** | **String** | | [optional] |
11
+
12
+ ## Example
13
+
14
+ ```ruby
15
+ require 'onelogin'
16
+
17
+ instance = OneLogin::UpdateAuthorizationServer400Response.new(
18
+ field: null,
19
+ message: null,
20
+ status_code: null,
21
+ name: null
22
+ )
23
+ ```
24
+
@@ -0,0 +1,18 @@
1
+ # OneLogin::UpdateClientAppRequest
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **scopes** | **Array<Integer>** | | [optional] |
8
+
9
+ ## Example
10
+
11
+ ```ruby
12
+ require 'onelogin'
13
+
14
+ instance = OneLogin::UpdateClientAppRequest.new(
15
+ scopes: null
16
+ )
17
+ ```
18
+
@@ -0,0 +1,18 @@
1
+ # OneLogin::UpdateEnvironmentVariableRequest
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **value** | **String** | The secret value that will be encrypted at rest and injected in applicable hook functions at run time. | |
8
+
9
+ ## Example
10
+
11
+ ```ruby
12
+ require 'onelogin'
13
+
14
+ instance = OneLogin::UpdateEnvironmentVariableRequest.new(
15
+ value: null
16
+ )
17
+ ```
18
+
@@ -0,0 +1,18 @@
1
+ # OneLogin::UpdateRole200Response
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **id** | **Integer** | | [optional] |
8
+
9
+ ## Example
10
+
11
+ ```ruby
12
+ require 'onelogin'
13
+
14
+ instance = OneLogin::UpdateRole200Response.new(
15
+ id: null
16
+ )
17
+ ```
18
+
data/docs/User.md ADDED
@@ -0,0 +1,90 @@
1
+ # OneLogin::User
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **id** | **Integer** | | [optional] |
8
+ | **username** | **String** | A username for the user. | [optional] |
9
+ | **email** | **String** | A valid email for the user. | [optional] |
10
+ | **firstname** | **String** | The user's first name. | [optional] |
11
+ | **lastname** | **String** | The user's last name. | [optional] |
12
+ | **title** | **String** | The user's job title. | [optional] |
13
+ | **department** | **String** | The user's department. | [optional] |
14
+ | **company** | **String** | The user's company. | [optional] |
15
+ | **comment** | **String** | Free text related to the user. | [optional] |
16
+ | **group_id** | **Integer** | The ID of the Group in OneLogin that the user is assigned to. | [optional] |
17
+ | **role_ids** | **Array<Integer>** | A list of OneLogin Role IDs of the user | [optional] |
18
+ | **phone** | **String** | The E.164 format phone number for a user. | [optional] |
19
+ | **state** | **Integer** | | [optional] |
20
+ | **status** | **Integer** | | [optional] |
21
+ | **directory_id** | **Integer** | The ID of the OneLogin Directory of the user. | [optional] |
22
+ | **trusted_idp_id** | **Integer** | The ID of the OneLogin Trusted IDP of the user. | [optional] |
23
+ | **manager_ad_id** | **String** | The ID of the user's manager in Active Directory. | [optional] |
24
+ | **manager_user_id** | **String** | The OneLogin User ID for the user's manager. | [optional] |
25
+ | **samaccount_name** | **String** | The user's Active Directory username. | [optional] |
26
+ | **member_of** | **String** | The user's directory membership. | [optional] |
27
+ | **userprincipalname** | **String** | The principle name of the user. | [optional] |
28
+ | **distinguished_name** | **String** | The distinguished name of the user. | [optional] |
29
+ | **external_id** | **String** | The ID of the user in an external directory. | [optional] |
30
+ | **activated_at** | **String** | | [optional] |
31
+ | **last_login** | **String** | | [optional] |
32
+ | **invitation_sent_at** | **String** | | [optional] |
33
+ | **updated_at** | **String** | | [optional] |
34
+ | **preferred_locale_code** | **String** | | [optional] |
35
+ | **created_at** | **String** | | [optional] |
36
+ | **custom_attributes** | **Object** | | [optional] |
37
+ | **invalid_login_attempts** | **Integer** | | [optional] |
38
+ | **locked_until** | **String** | | [optional] |
39
+ | **password_changed_at** | **String** | | [optional] |
40
+ | **password** | **String** | The password to set for a user. | [optional] |
41
+ | **password_confirmation** | **String** | Required if the password is being set. | [optional] |
42
+ | **password_algorithm** | **String** | Use this when importing a password that's already hashed. Prepend the salt value to the cleartext password value before SHA-256-encoding it | [optional] |
43
+ | **salt** | **String** | The salt value used with the password_algorithm. | [optional] |
44
+
45
+ ## Example
46
+
47
+ ```ruby
48
+ require 'onelogin'
49
+
50
+ instance = OneLogin::User.new(
51
+ id: null,
52
+ username: null,
53
+ email: null,
54
+ firstname: null,
55
+ lastname: null,
56
+ title: null,
57
+ department: null,
58
+ company: null,
59
+ comment: null,
60
+ group_id: null,
61
+ role_ids: null,
62
+ phone: null,
63
+ state: null,
64
+ status: null,
65
+ directory_id: null,
66
+ trusted_idp_id: null,
67
+ manager_ad_id: null,
68
+ manager_user_id: null,
69
+ samaccount_name: null,
70
+ member_of: null,
71
+ userprincipalname: null,
72
+ distinguished_name: null,
73
+ external_id: null,
74
+ activated_at: null,
75
+ last_login: null,
76
+ invitation_sent_at: null,
77
+ updated_at: null,
78
+ preferred_locale_code: null,
79
+ created_at: null,
80
+ custom_attributes: null,
81
+ invalid_login_attempts: null,
82
+ locked_until: null,
83
+ password_changed_at: null,
84
+ password: null,
85
+ password_confirmation: null,
86
+ password_algorithm: null,
87
+ salt: null
88
+ )
89
+ ```
90
+
@@ -0,0 +1,18 @@
1
+ # OneLogin::VerifyEnrollmentRequest
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **otp** | **Integer** | | [optional] |
8
+
9
+ ## Example
10
+
11
+ ```ruby
12
+ require 'onelogin'
13
+
14
+ instance = OneLogin::VerifyEnrollmentRequest.new(
15
+ otp: null
16
+ )
17
+ ```
18
+
@@ -0,0 +1,20 @@
1
+ # OneLogin::VerifyFactorRequest
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **otp** | **String** | OTP code provided by the device or SMS message sent to user. | [optional] |
8
+ | **device_id** | **Integer** | ID of the specified device which has been registerd for the given user. | [optional] |
9
+
10
+ ## Example
11
+
12
+ ```ruby
13
+ require 'onelogin'
14
+
15
+ instance = OneLogin::VerifyFactorRequest.new(
16
+ otp: null,
17
+ device_id: null
18
+ )
19
+ ```
20
+
@@ -0,0 +1,20 @@
1
+ # OneLogin::VerifyFactorSaml200Response
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **data** | **String** | Provides the SAML assertion. | [optional] |
8
+ | **message** | **String** | Plain text description describing the outcome of the response. | [optional] |
9
+
10
+ ## Example
11
+
12
+ ```ruby
13
+ require 'onelogin'
14
+
15
+ instance = OneLogin::VerifyFactorSaml200Response.new(
16
+ data: null,
17
+ message: null
18
+ )
19
+ ```
20
+
@@ -0,0 +1,26 @@
1
+ # OneLogin::VerifyFactorSamlRequest
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **app_id** | **String** | App ID of the app for which you want to generate a SAML token. This is the app ID in OneLogin. | |
8
+ | **device_id** | **String** | Provide the MFA device_id you are submitting for verification. The device_id is supplied by the Generate SAML Assertion API. | |
9
+ | **state_token** | **String** | state_token associated with the MFA device_id you are submitting. The state_token is supplied by the Generate SAML Assertion API. | |
10
+ | **otp_token** | **String** | Provide the OTP value for the MFA factor you are submitting for verification. | [optional] |
11
+ | **do_not_notify** | **Boolean** | When verifying MFA via Protect Push, set this to true to stop additional push notifications being sent to the OneLogin Protect device. | [optional] |
12
+
13
+ ## Example
14
+
15
+ ```ruby
16
+ require 'onelogin'
17
+
18
+ instance = OneLogin::VerifyFactorSamlRequest.new(
19
+ app_id: null,
20
+ device_id: null,
21
+ state_token: null,
22
+ otp_token: null,
23
+ do_not_notify: null
24
+ )
25
+ ```
26
+
@@ -0,0 +1,22 @@
1
+ # OneLogin::VerifyFactorVoice200ResponseInner
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **id** | **String** | | [optional] |
8
+ | **status** | **String** | | [optional] |
9
+ | **device_id** | **String** | | [optional] |
10
+
11
+ ## Example
12
+
13
+ ```ruby
14
+ require 'onelogin'
15
+
16
+ instance = OneLogin::VerifyFactorVoice200ResponseInner.new(
17
+ id: null,
18
+ status: null,
19
+ device_id: null
20
+ )
21
+ ```
22
+
data/git_push.sh ADDED
@@ -0,0 +1,57 @@
1
+ #!/bin/sh
2
+ # ref: https://help.github.com/articles/adding-an-existing-project-to-github-using-the-command-line/
3
+ #
4
+ # Usage example: /bin/sh ./git_push.sh wing328 openapi-petstore-perl "minor update" "gitlab.com"
5
+
6
+ git_user_id=$1
7
+ git_repo_id=$2
8
+ release_note=$3
9
+ git_host=$4
10
+
11
+ if [ "$git_host" = "" ]; then
12
+ git_host="github.com"
13
+ echo "[INFO] No command line input provided. Set \$git_host to $git_host"
14
+ fi
15
+
16
+ if [ "$git_user_id" = "" ]; then
17
+ git_user_id="onelogin"
18
+ echo "[INFO] No command line input provided. Set \$git_user_id to $git_user_id"
19
+ fi
20
+
21
+ if [ "$git_repo_id" = "" ]; then
22
+ git_repo_id="onelogin-ruby-sdk"
23
+ echo "[INFO] No command line input provided. Set \$git_repo_id to $git_repo_id"
24
+ fi
25
+
26
+ if [ "$release_note" = "" ]; then
27
+ release_note="Minor update"
28
+ echo "[INFO] No command line input provided. Set \$release_note to $release_note"
29
+ fi
30
+
31
+ # Initialize the local directory as a Git repository
32
+ git init
33
+
34
+ # Adds the files in the local repository and stages them for commit.
35
+ git add .
36
+
37
+ # Commits the tracked changes and prepares them to be pushed to a remote repository.
38
+ git commit -m "$release_note"
39
+
40
+ # Sets the new remote
41
+ git_remote=$(git remote)
42
+ if [ "$git_remote" = "" ]; then # git remote not defined
43
+
44
+ if [ "$GIT_TOKEN" = "" ]; then
45
+ echo "[INFO] \$GIT_TOKEN (environment variable) is not set. Using the git credential in your environment."
46
+ git remote add origin https://${git_host}/${git_user_id}/${git_repo_id}.git
47
+ else
48
+ git remote add origin https://${git_user_id}:"${GIT_TOKEN}"@${git_host}/${git_user_id}/${git_repo_id}.git
49
+ fi
50
+
51
+ fi
52
+
53
+ git pull origin master
54
+
55
+ # Pushes (Forces) the changes in the local repository up to the remote repository
56
+ echo "Git pushing to https://${git_host}/${git_user_id}/${git_repo_id}.git"
57
+ git push origin master 2>&1 | grep -v 'To https'