ory-client 0.0.1.alpha55 → 0.0.1.alpha66
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Gemfile.lock +3 -3
- data/README.md +15 -15
- data/docs/CloudAccount.md +22 -0
- data/docs/Identity.md +1 -1
- data/docs/IdentitySchema.md +6 -0
- data/docs/InvitePayload.md +18 -0
- data/docs/Project.md +2 -0
- data/docs/ProjectInvite.md +34 -0
- data/docs/ProjectRevision.md +127 -53
- data/docs/ProjectRevisionHook.md +46 -0
- data/docs/ProjectRevisionIdentitySchema.md +36 -0
- data/docs/ProjectRevisionThirdPartyLoginProvider.md +54 -0
- data/docs/QuotaProjectMemberSeats.md +22 -0
- data/docs/SuccessfulUpdateProjectConfig.md +20 -0
- data/docs/UiNodeInputAttributes.md +1 -1
- data/docs/UpdateProjectConfigConfig.md +18 -0
- data/docs/V0alpha0Api.md +4 -4
- data/docs/Warning.md +20 -0
- data/lib/ory-client/api/metadata_api.rb +2 -2
- data/lib/ory-client/api/v0alpha0_api.rb +16 -10
- data/lib/ory-client/api/v0alpha2_api.rb +38 -11
- data/lib/ory-client/api_client.rb +5 -5
- data/lib/ory-client/api_error.rb +2 -2
- data/lib/ory-client/configuration.rb +4 -3
- data/lib/ory-client/models/active_project.rb +2 -2
- data/lib/ory-client/models/admin_create_identity_body.rb +2 -2
- data/lib/ory-client/models/admin_create_self_service_recovery_link_body.rb +2 -2
- data/lib/ory-client/models/admin_update_identity_body.rb +2 -2
- data/lib/ory-client/models/api_token.rb +2 -2
- data/lib/ory-client/models/authenticator_assurance_level.rb +2 -2
- data/lib/ory-client/models/{project_totp_config.rb → cloud_account.rb} +27 -20
- data/lib/ory-client/models/cname_settings.rb +2 -2
- data/lib/ory-client/models/create_custom_hostname_body.rb +2 -2
- data/lib/ory-client/models/create_subscription_payload.rb +2 -2
- data/lib/ory-client/models/error_authenticator_assurance_level_not_satisfied.rb +2 -2
- data/lib/ory-client/models/generic_error.rb +2 -2
- data/lib/ory-client/models/health_not_ready_status.rb +2 -2
- data/lib/ory-client/models/health_status.rb +2 -2
- data/lib/ory-client/models/identity.rb +3 -3
- data/lib/ory-client/models/identity_credentials.rb +2 -2
- data/lib/ory-client/models/identity_credentials_type.rb +2 -2
- data/lib/ory-client/models/identity_preset.rb +2 -2
- data/lib/ory-client/models/identity_schema.rb +43 -3
- data/lib/ory-client/models/identity_schema_location.rb +2 -2
- data/lib/ory-client/models/identity_schema_validation_result.rb +2 -2
- data/lib/ory-client/models/identity_state.rb +2 -2
- data/lib/ory-client/models/inline_response200.rb +2 -2
- data/lib/ory-client/models/inline_response2001.rb +2 -2
- data/lib/ory-client/models/inline_response503.rb +2 -2
- data/lib/ory-client/models/{project_recovery_config.rb → invite_payload.rb} +12 -13
- data/lib/ory-client/models/is_owner_for_project_by_slug.rb +2 -2
- data/lib/ory-client/models/is_owner_for_project_by_slug_payload.rb +2 -2
- data/lib/ory-client/models/json_error.rb +2 -2
- data/lib/ory-client/models/needs_privileged_session_error.rb +2 -2
- data/lib/ory-client/models/null_plan.rb +2 -2
- data/lib/ory-client/models/pagination.rb +2 -2
- data/lib/ory-client/models/project.rb +19 -3
- data/lib/ory-client/models/project_host.rb +2 -2
- data/lib/ory-client/models/{project_web_authn_config.rb → project_invite.rb} +117 -41
- data/lib/ory-client/models/project_revision.rb +556 -218
- data/lib/ory-client/models/project_revision_hook.rb +367 -0
- data/lib/ory-client/models/{redirection_config.rb → project_revision_identity_schema.rb} +78 -56
- data/lib/ory-client/models/{project_oidc_config.rb → project_revision_third_party_login_provider.rb} +90 -33
- data/lib/ory-client/models/project_slug.rb +2 -2
- data/lib/ory-client/models/{redirection_field.rb → quota_project_member_seats.rb} +24 -33
- data/lib/ory-client/models/recovery_address.rb +2 -2
- data/lib/ory-client/models/revoked_sessions.rb +2 -2
- data/lib/ory-client/models/schema_patch.rb +2 -2
- data/lib/ory-client/models/self_service_browser_location_change_required_error.rb +2 -2
- data/lib/ory-client/models/self_service_error.rb +2 -2
- data/lib/ory-client/models/self_service_flow_expired_error.rb +2 -2
- data/lib/ory-client/models/self_service_login_flow.rb +2 -2
- data/lib/ory-client/models/self_service_logout_url.rb +2 -2
- data/lib/ory-client/models/self_service_recovery_flow.rb +2 -2
- data/lib/ory-client/models/self_service_recovery_flow_state.rb +2 -2
- data/lib/ory-client/models/self_service_recovery_link.rb +2 -2
- data/lib/ory-client/models/self_service_registration_flow.rb +2 -2
- data/lib/ory-client/models/self_service_settings_flow.rb +2 -2
- data/lib/ory-client/models/self_service_settings_flow_state.rb +2 -2
- data/lib/ory-client/models/self_service_verification_flow.rb +2 -2
- data/lib/ory-client/models/self_service_verification_flow_state.rb +2 -2
- data/lib/ory-client/models/session.rb +2 -2
- data/lib/ory-client/models/session_authentication_method.rb +2 -2
- data/lib/ory-client/models/session_device.rb +2 -2
- data/lib/ory-client/models/settings_profile_form_config.rb +2 -2
- data/lib/ory-client/models/stripe_customer_response.rb +2 -2
- data/lib/ory-client/models/submit_self_service_login_flow_body.rb +2 -2
- data/lib/ory-client/models/submit_self_service_login_flow_with_lookup_secret_method_body.rb +2 -2
- data/lib/ory-client/models/submit_self_service_login_flow_with_oidc_method_body.rb +2 -2
- data/lib/ory-client/models/submit_self_service_login_flow_with_password_method_body.rb +2 -2
- data/lib/ory-client/models/submit_self_service_login_flow_with_totp_method_body.rb +2 -2
- data/lib/ory-client/models/submit_self_service_login_flow_with_web_authn_method_body.rb +2 -2
- data/lib/ory-client/models/submit_self_service_logout_flow_without_browser_body.rb +2 -2
- data/lib/ory-client/models/submit_self_service_recovery_flow_body.rb +2 -2
- data/lib/ory-client/models/submit_self_service_recovery_flow_with_link_method_body.rb +2 -2
- data/lib/ory-client/models/submit_self_service_registration_flow_body.rb +2 -2
- data/lib/ory-client/models/submit_self_service_registration_flow_with_oidc_method_body.rb +2 -2
- data/lib/ory-client/models/submit_self_service_registration_flow_with_password_method_body.rb +2 -2
- data/lib/ory-client/models/submit_self_service_settings_flow_body.rb +2 -2
- data/lib/ory-client/models/submit_self_service_settings_flow_with_lookup_method_body.rb +2 -2
- data/lib/ory-client/models/submit_self_service_settings_flow_with_oidc_method_body.rb +2 -2
- data/lib/ory-client/models/submit_self_service_settings_flow_with_password_method_body.rb +2 -2
- data/lib/ory-client/models/submit_self_service_settings_flow_with_profile_method_body.rb +2 -2
- data/lib/ory-client/models/submit_self_service_settings_flow_with_totp_method_body.rb +2 -2
- data/lib/ory-client/models/submit_self_service_settings_flow_with_web_authn_method_body.rb +2 -2
- data/lib/ory-client/models/submit_self_service_verification_flow_body.rb +2 -2
- data/lib/ory-client/models/submit_self_service_verification_flow_with_link_method_body.rb +2 -2
- data/lib/ory-client/models/subscription.rb +2 -2
- data/lib/ory-client/models/successful_self_service_login_without_browser.rb +2 -2
- data/lib/ory-client/models/successful_self_service_registration_without_browser.rb +2 -2
- data/lib/ory-client/models/{project_verification_config.rb → successful_update_project_config.rb} +21 -20
- data/lib/ory-client/models/ui_container.rb +2 -2
- data/lib/ory-client/models/ui_node.rb +2 -2
- data/lib/ory-client/models/ui_node_anchor_attributes.rb +2 -2
- data/lib/ory-client/models/ui_node_attributes.rb +2 -2
- data/lib/ory-client/models/ui_node_image_attributes.rb +2 -2
- data/lib/ory-client/models/ui_node_input_attributes.rb +3 -3
- data/lib/ory-client/models/ui_node_meta.rb +2 -2
- data/lib/ory-client/models/ui_node_script_attributes.rb +2 -2
- data/lib/ory-client/models/ui_node_text_attributes.rb +2 -2
- data/lib/ory-client/models/ui_text.rb +2 -2
- data/lib/ory-client/models/update_custom_hostname_body.rb +2 -2
- data/lib/ory-client/models/{project_lookup_secret_config.rb → update_project_config_config.rb} +18 -13
- data/lib/ory-client/models/update_subscription_payload.rb +2 -2
- data/lib/ory-client/models/verifiable_identity_address.rb +2 -2
- data/lib/ory-client/models/version.rb +2 -2
- data/lib/ory-client/models/{project_password_config.rb → warning.rb} +18 -20
- data/lib/ory-client/version.rb +3 -3
- data/lib/ory-client.rb +12 -12
- data/ory-client.gemspec +2 -2
- data/spec/api/metadata_api_spec.rb +2 -2
- data/spec/api/v0alpha0_api_spec.rb +4 -4
- data/spec/api/v0alpha2_api_spec.rb +2 -2
- data/spec/api_client_spec.rb +4 -4
- data/spec/configuration_spec.rb +2 -2
- data/spec/models/active_project_spec.rb +2 -2
- data/spec/models/admin_create_identity_body_spec.rb +2 -2
- data/spec/models/admin_create_self_service_recovery_link_body_spec.rb +2 -2
- data/spec/models/admin_update_identity_body_spec.rb +2 -2
- data/spec/models/api_token_spec.rb +2 -2
- data/spec/models/authenticator_assurance_level_spec.rb +2 -2
- data/spec/models/{project_password_config_spec.rb → cloud_account_spec.rb} +16 -10
- data/spec/models/cname_settings_spec.rb +2 -2
- data/spec/models/create_custom_hostname_body_spec.rb +2 -2
- data/spec/models/create_subscription_payload_spec.rb +2 -2
- data/spec/models/error_authenticator_assurance_level_not_satisfied_spec.rb +2 -2
- data/spec/models/generic_error_spec.rb +2 -2
- data/spec/models/health_not_ready_status_spec.rb +2 -2
- data/spec/models/health_status_spec.rb +2 -2
- data/spec/models/identity_credentials_spec.rb +2 -2
- data/spec/models/identity_credentials_type_spec.rb +2 -2
- data/spec/models/identity_preset_spec.rb +2 -2
- data/spec/models/identity_schema_location_spec.rb +2 -2
- data/spec/models/identity_schema_spec.rb +20 -2
- data/spec/models/identity_schema_validation_result_spec.rb +2 -2
- data/spec/models/identity_spec.rb +2 -2
- data/spec/models/identity_state_spec.rb +2 -2
- data/spec/models/inline_response2001_spec.rb +2 -2
- data/spec/models/inline_response200_spec.rb +2 -2
- data/spec/models/inline_response503_spec.rb +2 -2
- data/spec/models/{project_recovery_config_spec.rb → invite_payload_spec.rb} +9 -9
- data/spec/models/is_owner_for_project_by_slug_payload_spec.rb +2 -2
- data/spec/models/is_owner_for_project_by_slug_spec.rb +2 -2
- data/spec/models/json_error_spec.rb +2 -2
- data/spec/models/needs_privileged_session_error_spec.rb +2 -2
- data/spec/models/null_plan_spec.rb +2 -2
- data/spec/models/pagination_spec.rb +2 -2
- data/spec/models/project_host_spec.rb +2 -2
- data/spec/models/{redirection_config_spec.rb → project_invite_spec.rb} +22 -16
- data/spec/models/{project_oidc_config_spec.rb → project_revision_hook_spec.rb} +32 -20
- data/spec/models/project_revision_identity_schema_spec.rb +88 -0
- data/spec/models/project_revision_spec.rb +253 -31
- data/spec/models/{project_patch_spec.rb → project_revision_third_party_login_provider_spec.rb} +27 -45
- data/spec/models/project_slug_spec.rb +2 -2
- data/spec/models/project_spec.rb +8 -2
- data/spec/models/{redirection_field_spec.rb → quota_project_member_seats_spec.rb} +11 -17
- data/spec/models/recovery_address_spec.rb +2 -2
- data/spec/models/revoked_sessions_spec.rb +2 -2
- data/spec/models/schema_patch_spec.rb +2 -2
- data/spec/models/self_service_browser_location_change_required_error_spec.rb +2 -2
- data/spec/models/self_service_error_spec.rb +2 -2
- data/spec/models/self_service_flow_expired_error_spec.rb +2 -2
- data/spec/models/self_service_login_flow_spec.rb +2 -2
- data/spec/models/self_service_logout_url_spec.rb +2 -2
- data/spec/models/self_service_recovery_flow_spec.rb +2 -2
- data/spec/models/self_service_recovery_flow_state_spec.rb +2 -2
- data/spec/models/self_service_recovery_link_spec.rb +2 -2
- data/spec/models/self_service_registration_flow_spec.rb +2 -2
- data/spec/models/self_service_settings_flow_spec.rb +2 -2
- data/spec/models/self_service_settings_flow_state_spec.rb +2 -2
- data/spec/models/self_service_verification_flow_spec.rb +2 -2
- data/spec/models/self_service_verification_flow_state_spec.rb +2 -2
- data/spec/models/session_authentication_method_spec.rb +2 -2
- data/spec/models/session_device_spec.rb +2 -2
- data/spec/models/session_spec.rb +2 -2
- data/spec/models/settings_profile_form_config_spec.rb +2 -2
- data/spec/models/stripe_customer_response_spec.rb +2 -2
- data/spec/models/submit_self_service_login_flow_body_spec.rb +2 -2
- data/spec/models/submit_self_service_login_flow_with_lookup_secret_method_body_spec.rb +2 -2
- data/spec/models/submit_self_service_login_flow_with_oidc_method_body_spec.rb +2 -2
- data/spec/models/submit_self_service_login_flow_with_password_method_body_spec.rb +2 -2
- data/spec/models/submit_self_service_login_flow_with_totp_method_body_spec.rb +2 -2
- data/spec/models/submit_self_service_login_flow_with_web_authn_method_body_spec.rb +2 -2
- data/spec/models/submit_self_service_logout_flow_without_browser_body_spec.rb +2 -2
- data/spec/models/submit_self_service_recovery_flow_body_spec.rb +2 -2
- data/spec/models/submit_self_service_recovery_flow_with_link_method_body_spec.rb +2 -2
- data/spec/models/submit_self_service_registration_flow_body_spec.rb +2 -2
- data/spec/models/submit_self_service_registration_flow_with_oidc_method_body_spec.rb +2 -2
- data/spec/models/submit_self_service_registration_flow_with_password_method_body_spec.rb +2 -2
- data/spec/models/submit_self_service_settings_flow_body_spec.rb +2 -2
- data/spec/models/submit_self_service_settings_flow_with_lookup_method_body_spec.rb +2 -2
- data/spec/models/submit_self_service_settings_flow_with_oidc_method_body_spec.rb +2 -2
- data/spec/models/submit_self_service_settings_flow_with_password_method_body_spec.rb +2 -2
- data/spec/models/submit_self_service_settings_flow_with_profile_method_body_spec.rb +2 -2
- data/spec/models/submit_self_service_settings_flow_with_totp_method_body_spec.rb +2 -2
- data/spec/models/submit_self_service_settings_flow_with_web_authn_method_body_spec.rb +2 -2
- data/spec/models/submit_self_service_verification_flow_body_spec.rb +2 -2
- data/spec/models/submit_self_service_verification_flow_with_link_method_body_spec.rb +2 -2
- data/spec/models/subscription_spec.rb +2 -2
- data/spec/models/successful_self_service_login_without_browser_spec.rb +2 -2
- data/spec/models/successful_self_service_registration_without_browser_spec.rb +2 -2
- data/spec/models/{project_verification_config_spec.rb → successful_update_project_config_spec.rb} +10 -10
- data/spec/models/ui_container_spec.rb +2 -2
- data/spec/models/ui_node_anchor_attributes_spec.rb +2 -2
- data/spec/models/ui_node_attributes_spec.rb +2 -2
- data/spec/models/ui_node_image_attributes_spec.rb +2 -2
- data/spec/models/ui_node_input_attributes_spec.rb +2 -2
- data/spec/models/ui_node_meta_spec.rb +2 -2
- data/spec/models/ui_node_script_attributes_spec.rb +2 -2
- data/spec/models/ui_node_spec.rb +2 -2
- data/spec/models/ui_node_text_attributes_spec.rb +2 -2
- data/spec/models/ui_text_spec.rb +2 -2
- data/spec/models/update_custom_hostname_body_spec.rb +2 -2
- data/spec/models/{project_lookup_secret_config_spec.rb → update_project_config_config_spec.rb} +9 -9
- data/spec/models/update_subscription_payload_spec.rb +2 -2
- data/spec/models/verifiable_identity_address_spec.rb +2 -2
- data/spec/models/version_spec.rb +2 -2
- data/spec/models/{project_totp_config_spec.rb → warning_spec.rb} +10 -10
- data/spec/spec_helper.rb +2 -2
- data/vendor/bundle/ruby/2.5.0/cache/rspec-core-3.10.2.gem +0 -0
- data/vendor/bundle/ruby/2.5.0/cache/rspec-mocks-3.10.3.gem +0 -0
- data/vendor/bundle/ruby/2.5.0/extensions/x86_64-linux/2.5.0/byebug-11.1.3/gem_make.out +2 -2
- data/vendor/bundle/ruby/2.5.0/extensions/x86_64-linux/2.5.0/ffi-1.15.5/gem_make.out +2 -2
- data/vendor/bundle/ruby/2.5.0/extensions/x86_64-linux/2.5.0/jaro_winkler-1.5.4/gem_make.out +2 -2
- data/vendor/bundle/ruby/2.5.0/extensions/x86_64-linux/2.5.0/psych-4.0.3/gem_make.out +2 -2
- data/vendor/bundle/ruby/2.5.0/extensions/x86_64-linux/2.5.0/stringio-3.0.1/gem_make.out +2 -2
- data/vendor/bundle/ruby/2.5.0/extensions/x86_64-linux/2.5.0/stringio-3.0.1/mkmf.log +1 -1
- data/vendor/bundle/ruby/2.5.0/gems/byebug-11.1.3/ext/byebug/Makefile +2 -2
- data/vendor/bundle/ruby/2.5.0/gems/ffi-1.15.5/ext/ffi_c/Makefile +2 -2
- data/vendor/bundle/ruby/2.5.0/gems/jaro_winkler-1.5.4/ext/jaro_winkler/Makefile +2 -2
- data/vendor/bundle/ruby/2.5.0/gems/psych-4.0.3/ext/psych/Makefile +2 -2
- data/vendor/bundle/ruby/2.5.0/gems/{rspec-core-3.10.1 → rspec-core-3.10.2}/.document +0 -0
- data/vendor/bundle/ruby/2.5.0/gems/{rspec-core-3.10.1 → rspec-core-3.10.2}/.yardopts +0 -0
- data/vendor/bundle/ruby/2.5.0/gems/{rspec-core-3.10.1 → rspec-core-3.10.2}/Changelog.md +17 -2
- data/vendor/bundle/ruby/2.5.0/gems/{rspec-core-3.10.1 → rspec-core-3.10.2}/LICENSE.md +0 -0
- data/vendor/bundle/ruby/2.5.0/gems/{rspec-core-3.10.1 → rspec-core-3.10.2}/README.md +1 -1
- data/vendor/bundle/ruby/2.5.0/gems/{rspec-core-3.10.1 → rspec-core-3.10.2}/exe/rspec +0 -0
- data/vendor/bundle/ruby/2.5.0/gems/{rspec-core-3.10.1 → rspec-core-3.10.2}/lib/rspec/autorun.rb +0 -0
- data/vendor/bundle/ruby/2.5.0/gems/{rspec-core-3.10.1 → rspec-core-3.10.2}/lib/rspec/core/backtrace_formatter.rb +0 -0
- data/vendor/bundle/ruby/2.5.0/gems/{rspec-core-3.10.1 → rspec-core-3.10.2}/lib/rspec/core/bisect/coordinator.rb +0 -0
- data/vendor/bundle/ruby/2.5.0/gems/{rspec-core-3.10.1 → rspec-core-3.10.2}/lib/rspec/core/bisect/example_minimizer.rb +0 -0
- data/vendor/bundle/ruby/2.5.0/gems/{rspec-core-3.10.1 → rspec-core-3.10.2}/lib/rspec/core/bisect/fork_runner.rb +0 -0
- data/vendor/bundle/ruby/2.5.0/gems/{rspec-core-3.10.1 → rspec-core-3.10.2}/lib/rspec/core/bisect/server.rb +0 -0
- data/vendor/bundle/ruby/2.5.0/gems/{rspec-core-3.10.1 → rspec-core-3.10.2}/lib/rspec/core/bisect/shell_command.rb +0 -0
- data/vendor/bundle/ruby/2.5.0/gems/{rspec-core-3.10.1 → rspec-core-3.10.2}/lib/rspec/core/bisect/shell_runner.rb +0 -0
- data/vendor/bundle/ruby/2.5.0/gems/{rspec-core-3.10.1 → rspec-core-3.10.2}/lib/rspec/core/bisect/utilities.rb +12 -1
- data/vendor/bundle/ruby/2.5.0/gems/{rspec-core-3.10.1 → rspec-core-3.10.2}/lib/rspec/core/configuration.rb +0 -0
- data/vendor/bundle/ruby/2.5.0/gems/{rspec-core-3.10.1 → rspec-core-3.10.2}/lib/rspec/core/configuration_options.rb +0 -0
- data/vendor/bundle/ruby/2.5.0/gems/{rspec-core-3.10.1 → rspec-core-3.10.2}/lib/rspec/core/did_you_mean.rb +0 -0
- data/vendor/bundle/ruby/2.5.0/gems/{rspec-core-3.10.1 → rspec-core-3.10.2}/lib/rspec/core/drb.rb +0 -0
- data/vendor/bundle/ruby/2.5.0/gems/{rspec-core-3.10.1 → rspec-core-3.10.2}/lib/rspec/core/dsl.rb +0 -0
- data/vendor/bundle/ruby/2.5.0/gems/{rspec-core-3.10.1 → rspec-core-3.10.2}/lib/rspec/core/example.rb +1 -1
- data/vendor/bundle/ruby/2.5.0/gems/{rspec-core-3.10.1 → rspec-core-3.10.2}/lib/rspec/core/example_group.rb +2 -0
- data/vendor/bundle/ruby/2.5.0/gems/{rspec-core-3.10.1 → rspec-core-3.10.2}/lib/rspec/core/example_status_persister.rb +0 -0
- data/vendor/bundle/ruby/2.5.0/gems/{rspec-core-3.10.1 → rspec-core-3.10.2}/lib/rspec/core/filter_manager.rb +0 -0
- data/vendor/bundle/ruby/2.5.0/gems/{rspec-core-3.10.1 → rspec-core-3.10.2}/lib/rspec/core/flat_map.rb +0 -0
- data/vendor/bundle/ruby/2.5.0/gems/{rspec-core-3.10.1 → rspec-core-3.10.2}/lib/rspec/core/formatters/base_bisect_formatter.rb +0 -0
- data/vendor/bundle/ruby/2.5.0/gems/{rspec-core-3.10.1 → rspec-core-3.10.2}/lib/rspec/core/formatters/base_formatter.rb +0 -0
- data/vendor/bundle/ruby/2.5.0/gems/{rspec-core-3.10.1 → rspec-core-3.10.2}/lib/rspec/core/formatters/base_text_formatter.rb +0 -0
- data/vendor/bundle/ruby/2.5.0/gems/{rspec-core-3.10.1 → rspec-core-3.10.2}/lib/rspec/core/formatters/bisect_drb_formatter.rb +0 -0
- data/vendor/bundle/ruby/2.5.0/gems/{rspec-core-3.10.1 → rspec-core-3.10.2}/lib/rspec/core/formatters/bisect_progress_formatter.rb +0 -0
- data/vendor/bundle/ruby/2.5.0/gems/{rspec-core-3.10.1 → rspec-core-3.10.2}/lib/rspec/core/formatters/console_codes.rb +0 -0
- data/vendor/bundle/ruby/2.5.0/gems/{rspec-core-3.10.1 → rspec-core-3.10.2}/lib/rspec/core/formatters/deprecation_formatter.rb +0 -0
- data/vendor/bundle/ruby/2.5.0/gems/{rspec-core-3.10.1 → rspec-core-3.10.2}/lib/rspec/core/formatters/documentation_formatter.rb +0 -0
- data/vendor/bundle/ruby/2.5.0/gems/{rspec-core-3.10.1 → rspec-core-3.10.2}/lib/rspec/core/formatters/exception_presenter.rb +1 -1
- data/vendor/bundle/ruby/2.5.0/gems/{rspec-core-3.10.1 → rspec-core-3.10.2}/lib/rspec/core/formatters/failure_list_formatter.rb +0 -0
- data/vendor/bundle/ruby/2.5.0/gems/{rspec-core-3.10.1 → rspec-core-3.10.2}/lib/rspec/core/formatters/fallback_message_formatter.rb +0 -0
- data/vendor/bundle/ruby/2.5.0/gems/{rspec-core-3.10.1 → rspec-core-3.10.2}/lib/rspec/core/formatters/helpers.rb +0 -0
- data/vendor/bundle/ruby/2.5.0/gems/{rspec-core-3.10.1 → rspec-core-3.10.2}/lib/rspec/core/formatters/html_formatter.rb +0 -0
- data/vendor/bundle/ruby/2.5.0/gems/{rspec-core-3.10.1 → rspec-core-3.10.2}/lib/rspec/core/formatters/html_printer.rb +0 -0
- data/vendor/bundle/ruby/2.5.0/gems/{rspec-core-3.10.1 → rspec-core-3.10.2}/lib/rspec/core/formatters/html_snippet_extractor.rb +0 -0
- data/vendor/bundle/ruby/2.5.0/gems/{rspec-core-3.10.1 → rspec-core-3.10.2}/lib/rspec/core/formatters/json_formatter.rb +0 -0
- data/vendor/bundle/ruby/2.5.0/gems/{rspec-core-3.10.1 → rspec-core-3.10.2}/lib/rspec/core/formatters/profile_formatter.rb +0 -0
- data/vendor/bundle/ruby/2.5.0/gems/{rspec-core-3.10.1 → rspec-core-3.10.2}/lib/rspec/core/formatters/progress_formatter.rb +0 -0
- data/vendor/bundle/ruby/2.5.0/gems/{rspec-core-3.10.1 → rspec-core-3.10.2}/lib/rspec/core/formatters/protocol.rb +0 -0
- data/vendor/bundle/ruby/2.5.0/gems/{rspec-core-3.10.1 → rspec-core-3.10.2}/lib/rspec/core/formatters/snippet_extractor.rb +0 -0
- data/vendor/bundle/ruby/2.5.0/gems/{rspec-core-3.10.1 → rspec-core-3.10.2}/lib/rspec/core/formatters/syntax_highlighter.rb +0 -0
- data/vendor/bundle/ruby/2.5.0/gems/{rspec-core-3.10.1 → rspec-core-3.10.2}/lib/rspec/core/formatters.rb +8 -2
- data/vendor/bundle/ruby/2.5.0/gems/{rspec-core-3.10.1 → rspec-core-3.10.2}/lib/rspec/core/hooks.rb +0 -0
- data/vendor/bundle/ruby/2.5.0/gems/{rspec-core-3.10.1 → rspec-core-3.10.2}/lib/rspec/core/invocations.rb +0 -0
- data/vendor/bundle/ruby/2.5.0/gems/{rspec-core-3.10.1 → rspec-core-3.10.2}/lib/rspec/core/memoized_helpers.rb +0 -0
- data/vendor/bundle/ruby/2.5.0/gems/{rspec-core-3.10.1 → rspec-core-3.10.2}/lib/rspec/core/metadata.rb +0 -0
- data/vendor/bundle/ruby/2.5.0/gems/{rspec-core-3.10.1 → rspec-core-3.10.2}/lib/rspec/core/metadata_filter.rb +0 -0
- data/vendor/bundle/ruby/2.5.0/gems/{rspec-core-3.10.1 → rspec-core-3.10.2}/lib/rspec/core/minitest_assertions_adapter.rb +0 -0
- data/vendor/bundle/ruby/2.5.0/gems/{rspec-core-3.10.1 → rspec-core-3.10.2}/lib/rspec/core/mocking_adapters/flexmock.rb +0 -0
- data/vendor/bundle/ruby/2.5.0/gems/{rspec-core-3.10.1 → rspec-core-3.10.2}/lib/rspec/core/mocking_adapters/mocha.rb +0 -0
- data/vendor/bundle/ruby/2.5.0/gems/{rspec-core-3.10.1 → rspec-core-3.10.2}/lib/rspec/core/mocking_adapters/null.rb +0 -0
- data/vendor/bundle/ruby/2.5.0/gems/{rspec-core-3.10.1 → rspec-core-3.10.2}/lib/rspec/core/mocking_adapters/rr.rb +0 -0
- data/vendor/bundle/ruby/2.5.0/gems/{rspec-core-3.10.1 → rspec-core-3.10.2}/lib/rspec/core/mocking_adapters/rspec.rb +0 -0
- data/vendor/bundle/ruby/2.5.0/gems/{rspec-core-3.10.1 → rspec-core-3.10.2}/lib/rspec/core/notifications.rb +0 -0
- data/vendor/bundle/ruby/2.5.0/gems/{rspec-core-3.10.1 → rspec-core-3.10.2}/lib/rspec/core/option_parser.rb +0 -0
- data/vendor/bundle/ruby/2.5.0/gems/{rspec-core-3.10.1 → rspec-core-3.10.2}/lib/rspec/core/ordering.rb +0 -0
- data/vendor/bundle/ruby/2.5.0/gems/{rspec-core-3.10.1 → rspec-core-3.10.2}/lib/rspec/core/output_wrapper.rb +0 -0
- data/vendor/bundle/ruby/2.5.0/gems/{rspec-core-3.10.1 → rspec-core-3.10.2}/lib/rspec/core/pending.rb +8 -16
- data/vendor/bundle/ruby/2.5.0/gems/{rspec-core-3.10.1 → rspec-core-3.10.2}/lib/rspec/core/profiler.rb +0 -0
- data/vendor/bundle/ruby/2.5.0/gems/{rspec-core-3.10.1 → rspec-core-3.10.2}/lib/rspec/core/project_initializer/.rspec +0 -0
- data/vendor/bundle/ruby/2.5.0/gems/{rspec-core-3.10.1 → rspec-core-3.10.2}/lib/rspec/core/project_initializer/spec/spec_helper.rb +2 -4
- data/vendor/bundle/ruby/2.5.0/gems/{rspec-core-3.10.1 → rspec-core-3.10.2}/lib/rspec/core/project_initializer.rb +0 -0
- data/vendor/bundle/ruby/2.5.0/gems/{rspec-core-3.10.1 → rspec-core-3.10.2}/lib/rspec/core/rake_task.rb +0 -0
- data/vendor/bundle/ruby/2.5.0/gems/{rspec-core-3.10.1 → rspec-core-3.10.2}/lib/rspec/core/reporter.rb +0 -0
- data/vendor/bundle/ruby/2.5.0/gems/{rspec-core-3.10.1 → rspec-core-3.10.2}/lib/rspec/core/ruby_project.rb +0 -0
- data/vendor/bundle/ruby/2.5.0/gems/{rspec-core-3.10.1 → rspec-core-3.10.2}/lib/rspec/core/runner.rb +0 -0
- data/vendor/bundle/ruby/2.5.0/gems/{rspec-core-3.10.1 → rspec-core-3.10.2}/lib/rspec/core/sandbox.rb +0 -0
- data/vendor/bundle/ruby/2.5.0/gems/{rspec-core-3.10.1 → rspec-core-3.10.2}/lib/rspec/core/set.rb +0 -0
- data/vendor/bundle/ruby/2.5.0/gems/{rspec-core-3.10.1 → rspec-core-3.10.2}/lib/rspec/core/shared_context.rb +0 -0
- data/vendor/bundle/ruby/2.5.0/gems/{rspec-core-3.10.1 → rspec-core-3.10.2}/lib/rspec/core/shared_example_group.rb +0 -0
- data/vendor/bundle/ruby/2.5.0/gems/{rspec-core-3.10.1 → rspec-core-3.10.2}/lib/rspec/core/shell_escape.rb +0 -0
- data/vendor/bundle/ruby/2.5.0/gems/{rspec-core-3.10.1 → rspec-core-3.10.2}/lib/rspec/core/test_unit_assertions_adapter.rb +0 -0
- data/vendor/bundle/ruby/2.5.0/gems/{rspec-core-3.10.1 → rspec-core-3.10.2}/lib/rspec/core/version.rb +1 -1
- data/vendor/bundle/ruby/2.5.0/gems/{rspec-core-3.10.1 → rspec-core-3.10.2}/lib/rspec/core/warnings.rb +0 -0
- data/vendor/bundle/ruby/2.5.0/gems/{rspec-core-3.10.1 → rspec-core-3.10.2}/lib/rspec/core/world.rb +0 -0
- data/vendor/bundle/ruby/2.5.0/gems/{rspec-core-3.10.1 → rspec-core-3.10.2}/lib/rspec/core.rb +0 -0
- data/vendor/bundle/ruby/2.5.0/gems/{rspec-mocks-3.10.2 → rspec-mocks-3.10.3}/.document +0 -0
- data/vendor/bundle/ruby/2.5.0/gems/{rspec-mocks-3.10.2 → rspec-mocks-3.10.3}/.yardopts +0 -0
- data/vendor/bundle/ruby/2.5.0/gems/{rspec-mocks-3.10.2 → rspec-mocks-3.10.3}/Changelog.md +10 -1
- data/vendor/bundle/ruby/2.5.0/gems/{rspec-mocks-3.10.2 → rspec-mocks-3.10.3}/LICENSE.md +0 -0
- data/vendor/bundle/ruby/2.5.0/gems/{rspec-mocks-3.10.2 → rspec-mocks-3.10.3}/README.md +0 -0
- data/vendor/bundle/ruby/2.5.0/gems/{rspec-mocks-3.10.2 → rspec-mocks-3.10.3}/lib/rspec/mocks/any_instance/chain.rb +0 -0
- data/vendor/bundle/ruby/2.5.0/gems/{rspec-mocks-3.10.2 → rspec-mocks-3.10.3}/lib/rspec/mocks/any_instance/error_generator.rb +0 -0
- data/vendor/bundle/ruby/2.5.0/gems/{rspec-mocks-3.10.2 → rspec-mocks-3.10.3}/lib/rspec/mocks/any_instance/expect_chain_chain.rb +0 -0
- data/vendor/bundle/ruby/2.5.0/gems/{rspec-mocks-3.10.2 → rspec-mocks-3.10.3}/lib/rspec/mocks/any_instance/expectation_chain.rb +0 -0
- data/vendor/bundle/ruby/2.5.0/gems/{rspec-mocks-3.10.2 → rspec-mocks-3.10.3}/lib/rspec/mocks/any_instance/message_chains.rb +0 -0
- data/vendor/bundle/ruby/2.5.0/gems/{rspec-mocks-3.10.2 → rspec-mocks-3.10.3}/lib/rspec/mocks/any_instance/proxy.rb +0 -0
- data/vendor/bundle/ruby/2.5.0/gems/{rspec-mocks-3.10.2 → rspec-mocks-3.10.3}/lib/rspec/mocks/any_instance/recorder.rb +0 -0
- data/vendor/bundle/ruby/2.5.0/gems/{rspec-mocks-3.10.2 → rspec-mocks-3.10.3}/lib/rspec/mocks/any_instance/stub_chain.rb +0 -0
- data/vendor/bundle/ruby/2.5.0/gems/{rspec-mocks-3.10.2 → rspec-mocks-3.10.3}/lib/rspec/mocks/any_instance/stub_chain_chain.rb +0 -0
- data/vendor/bundle/ruby/2.5.0/gems/{rspec-mocks-3.10.2 → rspec-mocks-3.10.3}/lib/rspec/mocks/any_instance.rb +0 -0
- data/vendor/bundle/ruby/2.5.0/gems/{rspec-mocks-3.10.2 → rspec-mocks-3.10.3}/lib/rspec/mocks/argument_list_matcher.rb +17 -3
- data/vendor/bundle/ruby/2.5.0/gems/{rspec-mocks-3.10.2 → rspec-mocks-3.10.3}/lib/rspec/mocks/argument_matchers.rb +0 -0
- data/vendor/bundle/ruby/2.5.0/gems/{rspec-mocks-3.10.2 → rspec-mocks-3.10.3}/lib/rspec/mocks/configuration.rb +0 -0
- data/vendor/bundle/ruby/2.5.0/gems/{rspec-mocks-3.10.2 → rspec-mocks-3.10.3}/lib/rspec/mocks/error_generator.rb +0 -0
- data/vendor/bundle/ruby/2.5.0/gems/{rspec-mocks-3.10.2 → rspec-mocks-3.10.3}/lib/rspec/mocks/example_methods.rb +0 -0
- data/vendor/bundle/ruby/2.5.0/gems/{rspec-mocks-3.10.2 → rspec-mocks-3.10.3}/lib/rspec/mocks/instance_method_stasher.rb +0 -0
- data/vendor/bundle/ruby/2.5.0/gems/{rspec-mocks-3.10.2 → rspec-mocks-3.10.3}/lib/rspec/mocks/marshal_extension.rb +0 -0
- data/vendor/bundle/ruby/2.5.0/gems/{rspec-mocks-3.10.2 → rspec-mocks-3.10.3}/lib/rspec/mocks/matchers/expectation_customization.rb +0 -0
- data/vendor/bundle/ruby/2.5.0/gems/{rspec-mocks-3.10.2 → rspec-mocks-3.10.3}/lib/rspec/mocks/matchers/have_received.rb +0 -0
- data/vendor/bundle/ruby/2.5.0/gems/{rspec-mocks-3.10.2 → rspec-mocks-3.10.3}/lib/rspec/mocks/matchers/receive.rb +1 -0
- data/vendor/bundle/ruby/2.5.0/gems/{rspec-mocks-3.10.2 → rspec-mocks-3.10.3}/lib/rspec/mocks/matchers/receive_message_chain.rb +0 -0
- data/vendor/bundle/ruby/2.5.0/gems/{rspec-mocks-3.10.2 → rspec-mocks-3.10.3}/lib/rspec/mocks/matchers/receive_messages.rb +0 -0
- data/vendor/bundle/ruby/2.5.0/gems/{rspec-mocks-3.10.2 → rspec-mocks-3.10.3}/lib/rspec/mocks/message_chain.rb +0 -0
- data/vendor/bundle/ruby/2.5.0/gems/{rspec-mocks-3.10.2 → rspec-mocks-3.10.3}/lib/rspec/mocks/message_expectation.rb +2 -1
- data/vendor/bundle/ruby/2.5.0/gems/{rspec-mocks-3.10.2 → rspec-mocks-3.10.3}/lib/rspec/mocks/method_double.rb +0 -0
- data/vendor/bundle/ruby/2.5.0/gems/{rspec-mocks-3.10.2 → rspec-mocks-3.10.3}/lib/rspec/mocks/method_reference.rb +0 -0
- data/vendor/bundle/ruby/2.5.0/gems/{rspec-mocks-3.10.2 → rspec-mocks-3.10.3}/lib/rspec/mocks/minitest_integration.rb +0 -0
- data/vendor/bundle/ruby/2.5.0/gems/{rspec-mocks-3.10.2 → rspec-mocks-3.10.3}/lib/rspec/mocks/mutate_const.rb +0 -0
- data/vendor/bundle/ruby/2.5.0/gems/{rspec-mocks-3.10.2 → rspec-mocks-3.10.3}/lib/rspec/mocks/object_reference.rb +0 -0
- data/vendor/bundle/ruby/2.5.0/gems/{rspec-mocks-3.10.2 → rspec-mocks-3.10.3}/lib/rspec/mocks/order_group.rb +0 -0
- data/vendor/bundle/ruby/2.5.0/gems/{rspec-mocks-3.10.2 → rspec-mocks-3.10.3}/lib/rspec/mocks/proxy.rb +0 -0
- data/vendor/bundle/ruby/2.5.0/gems/{rspec-mocks-3.10.2 → rspec-mocks-3.10.3}/lib/rspec/mocks/space.rb +0 -0
- data/vendor/bundle/ruby/2.5.0/gems/{rspec-mocks-3.10.2 → rspec-mocks-3.10.3}/lib/rspec/mocks/standalone.rb +0 -0
- data/vendor/bundle/ruby/2.5.0/gems/{rspec-mocks-3.10.2 → rspec-mocks-3.10.3}/lib/rspec/mocks/syntax.rb +0 -0
- data/vendor/bundle/ruby/2.5.0/gems/{rspec-mocks-3.10.2 → rspec-mocks-3.10.3}/lib/rspec/mocks/targets.rb +0 -0
- data/vendor/bundle/ruby/2.5.0/gems/{rspec-mocks-3.10.2 → rspec-mocks-3.10.3}/lib/rspec/mocks/test_double.rb +0 -0
- data/vendor/bundle/ruby/2.5.0/gems/{rspec-mocks-3.10.2 → rspec-mocks-3.10.3}/lib/rspec/mocks/verifying_double.rb +2 -10
- data/vendor/bundle/ruby/2.5.0/gems/{rspec-mocks-3.10.2 → rspec-mocks-3.10.3}/lib/rspec/mocks/verifying_message_expectation.rb +0 -0
- data/vendor/bundle/ruby/2.5.0/gems/{rspec-mocks-3.10.2 → rspec-mocks-3.10.3}/lib/rspec/mocks/verifying_proxy.rb +0 -0
- data/vendor/bundle/ruby/2.5.0/gems/{rspec-mocks-3.10.2 → rspec-mocks-3.10.3}/lib/rspec/mocks/version.rb +1 -1
- data/vendor/bundle/ruby/2.5.0/gems/{rspec-mocks-3.10.2 → rspec-mocks-3.10.3}/lib/rspec/mocks.rb +0 -0
- data/vendor/bundle/ruby/2.5.0/gems/stringio-3.0.1/ext/stringio/Makefile +2 -2
- data/vendor/bundle/ruby/2.5.0/specifications/{rspec-core-3.10.1.gemspec → rspec-core-3.10.2.gemspec} +5 -5
- data/vendor/bundle/ruby/2.5.0/specifications/{rspec-mocks-3.10.2.gemspec → rspec-mocks-3.10.3.gemspec} +8 -8
- metadata +174 -174
- data/docs/ProjectLookupSecretConfig.md +0 -18
- data/docs/ProjectOidcConfig.md +0 -42
- data/docs/ProjectPasswordConfig.md +0 -20
- data/docs/ProjectPatch.md +0 -60
- data/docs/ProjectRecoveryConfig.md +0 -18
- data/docs/ProjectTotpConfig.md +0 -20
- data/docs/ProjectVerificationConfig.md +0 -20
- data/docs/ProjectWebAuthnConfig.md +0 -26
- data/docs/RedirectionConfig.md +0 -32
- data/docs/RedirectionField.md +0 -24
- data/lib/ory-client/models/project_patch.rb +0 -502
- data/spec/models/project_web_authn_config_spec.rb +0 -58
- data/vendor/bundle/ruby/2.5.0/cache/rspec-core-3.10.1.gem +0 -0
- data/vendor/bundle/ruby/2.5.0/cache/rspec-mocks-3.10.2.gem +0 -0
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 15446523e1abccfd736d553116afe24ca09444a5012e8ff7946066cbffade885
|
4
|
+
data.tar.gz: efe82aabfd5a2486c656f0ddd47572eb2c2244d7eedc6920bf44af5dcd806333
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 6c2b0c9de7aa0dfa7effc4ac27ace34ffcf246ee2b63f20c503a640225137a2ecbbf3a94d00162990b1381a7c547637742c47f2f7885ea9582f445d9c11a1b18
|
7
|
+
data.tar.gz: 3a7d7ca933221dded0feda559cd65a8310c5738092e1b0dbe0ad5de7cf6655d6af54a0d75f34f993fc90759d71e4b118ebb4e420bb19406fb4c9093c9c623ccb
|
data/Gemfile.lock
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
ory-client (0.0.1.
|
4
|
+
ory-client (0.0.1.alpha66)
|
5
5
|
typhoeus (~> 1.0, >= 1.0.1)
|
6
6
|
|
7
7
|
GEM
|
@@ -33,12 +33,12 @@ GEM
|
|
33
33
|
rspec-core (~> 3.10.0)
|
34
34
|
rspec-expectations (~> 3.10.0)
|
35
35
|
rspec-mocks (~> 3.10.0)
|
36
|
-
rspec-core (3.10.
|
36
|
+
rspec-core (3.10.2)
|
37
37
|
rspec-support (~> 3.10.0)
|
38
38
|
rspec-expectations (3.10.2)
|
39
39
|
diff-lcs (>= 1.2.0, < 2.0)
|
40
40
|
rspec-support (~> 3.10.0)
|
41
|
-
rspec-mocks (3.10.
|
41
|
+
rspec-mocks (3.10.3)
|
42
42
|
diff-lcs (>= 1.2.0, < 2.0)
|
43
43
|
rspec-support (~> 3.10.0)
|
44
44
|
rspec-support (3.10.3)
|
data/README.md
CHANGED
@@ -8,8 +8,8 @@ with a valid Personal Access Token. Public APIs are mostly used in browsers.
|
|
8
8
|
|
9
9
|
This SDK is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
|
10
10
|
|
11
|
-
- API version: v0.0.1-alpha.
|
12
|
-
- Package version: v0.0.1-alpha.
|
11
|
+
- API version: v0.0.1-alpha.66
|
12
|
+
- Package version: v0.0.1-alpha.66
|
13
13
|
- Build package: org.openapitools.codegen.languages.RubyClientCodegen
|
14
14
|
|
15
15
|
## Installation
|
@@ -25,16 +25,16 @@ gem build ory-client.gemspec
|
|
25
25
|
Then either install the gem locally:
|
26
26
|
|
27
27
|
```shell
|
28
|
-
gem install ./ory-client-v0.0.1-alpha.
|
28
|
+
gem install ./ory-client-v0.0.1-alpha.66.gem
|
29
29
|
```
|
30
30
|
|
31
|
-
(for development, run `gem install --dev ./ory-client-v0.0.1-alpha.
|
31
|
+
(for development, run `gem install --dev ./ory-client-v0.0.1-alpha.66.gem` to install the development dependencies)
|
32
32
|
|
33
33
|
or publish the gem to a gem hosting service, e.g. [RubyGems](https://rubygems.org/).
|
34
34
|
|
35
35
|
Finally add this to the Gemfile:
|
36
36
|
|
37
|
-
gem 'ory-client', '~> v0.0.1-alpha.
|
37
|
+
gem 'ory-client', '~> v0.0.1-alpha.66'
|
38
38
|
|
39
39
|
### Install from Git
|
40
40
|
|
@@ -132,6 +132,7 @@ Class | Method | HTTP request | Description
|
|
132
132
|
- [OryClient::AdminUpdateIdentityBody](docs/AdminUpdateIdentityBody.md)
|
133
133
|
- [OryClient::ApiToken](docs/ApiToken.md)
|
134
134
|
- [OryClient::AuthenticatorAssuranceLevel](docs/AuthenticatorAssuranceLevel.md)
|
135
|
+
- [OryClient::CloudAccount](docs/CloudAccount.md)
|
135
136
|
- [OryClient::CnameSettings](docs/CnameSettings.md)
|
136
137
|
- [OryClient::CreateCustomHostnameBody](docs/CreateCustomHostnameBody.md)
|
137
138
|
- [OryClient::CreateSubscriptionPayload](docs/CreateSubscriptionPayload.md)
|
@@ -150,6 +151,7 @@ Class | Method | HTTP request | Description
|
|
150
151
|
- [OryClient::InlineResponse200](docs/InlineResponse200.md)
|
151
152
|
- [OryClient::InlineResponse2001](docs/InlineResponse2001.md)
|
152
153
|
- [OryClient::InlineResponse503](docs/InlineResponse503.md)
|
154
|
+
- [OryClient::InvitePayload](docs/InvitePayload.md)
|
153
155
|
- [OryClient::IsOwnerForProjectBySlug](docs/IsOwnerForProjectBySlug.md)
|
154
156
|
- [OryClient::IsOwnerForProjectBySlugPayload](docs/IsOwnerForProjectBySlugPayload.md)
|
155
157
|
- [OryClient::JsonError](docs/JsonError.md)
|
@@ -158,19 +160,14 @@ Class | Method | HTTP request | Description
|
|
158
160
|
- [OryClient::Pagination](docs/Pagination.md)
|
159
161
|
- [OryClient::Project](docs/Project.md)
|
160
162
|
- [OryClient::ProjectHost](docs/ProjectHost.md)
|
161
|
-
- [OryClient::
|
162
|
-
- [OryClient::ProjectOidcConfig](docs/ProjectOidcConfig.md)
|
163
|
-
- [OryClient::ProjectPasswordConfig](docs/ProjectPasswordConfig.md)
|
164
|
-
- [OryClient::ProjectPatch](docs/ProjectPatch.md)
|
165
|
-
- [OryClient::ProjectRecoveryConfig](docs/ProjectRecoveryConfig.md)
|
163
|
+
- [OryClient::ProjectInvite](docs/ProjectInvite.md)
|
166
164
|
- [OryClient::ProjectRevision](docs/ProjectRevision.md)
|
165
|
+
- [OryClient::ProjectRevisionHook](docs/ProjectRevisionHook.md)
|
166
|
+
- [OryClient::ProjectRevisionIdentitySchema](docs/ProjectRevisionIdentitySchema.md)
|
167
|
+
- [OryClient::ProjectRevisionThirdPartyLoginProvider](docs/ProjectRevisionThirdPartyLoginProvider.md)
|
167
168
|
- [OryClient::ProjectSlug](docs/ProjectSlug.md)
|
168
|
-
- [OryClient::
|
169
|
-
- [OryClient::ProjectVerificationConfig](docs/ProjectVerificationConfig.md)
|
170
|
-
- [OryClient::ProjectWebAuthnConfig](docs/ProjectWebAuthnConfig.md)
|
169
|
+
- [OryClient::QuotaProjectMemberSeats](docs/QuotaProjectMemberSeats.md)
|
171
170
|
- [OryClient::RecoveryAddress](docs/RecoveryAddress.md)
|
172
|
-
- [OryClient::RedirectionConfig](docs/RedirectionConfig.md)
|
173
|
-
- [OryClient::RedirectionField](docs/RedirectionField.md)
|
174
171
|
- [OryClient::RevokedSessions](docs/RevokedSessions.md)
|
175
172
|
- [OryClient::SchemaPatch](docs/SchemaPatch.md)
|
176
173
|
- [OryClient::SelfServiceBrowserLocationChangeRequiredError](docs/SelfServiceBrowserLocationChangeRequiredError.md)
|
@@ -215,6 +212,7 @@ Class | Method | HTTP request | Description
|
|
215
212
|
- [OryClient::Subscription](docs/Subscription.md)
|
216
213
|
- [OryClient::SuccessfulSelfServiceLoginWithoutBrowser](docs/SuccessfulSelfServiceLoginWithoutBrowser.md)
|
217
214
|
- [OryClient::SuccessfulSelfServiceRegistrationWithoutBrowser](docs/SuccessfulSelfServiceRegistrationWithoutBrowser.md)
|
215
|
+
- [OryClient::SuccessfulUpdateProjectConfig](docs/SuccessfulUpdateProjectConfig.md)
|
218
216
|
- [OryClient::UiContainer](docs/UiContainer.md)
|
219
217
|
- [OryClient::UiNode](docs/UiNode.md)
|
220
218
|
- [OryClient::UiNodeAnchorAttributes](docs/UiNodeAnchorAttributes.md)
|
@@ -226,9 +224,11 @@ Class | Method | HTTP request | Description
|
|
226
224
|
- [OryClient::UiNodeTextAttributes](docs/UiNodeTextAttributes.md)
|
227
225
|
- [OryClient::UiText](docs/UiText.md)
|
228
226
|
- [OryClient::UpdateCustomHostnameBody](docs/UpdateCustomHostnameBody.md)
|
227
|
+
- [OryClient::UpdateProjectConfigConfig](docs/UpdateProjectConfigConfig.md)
|
229
228
|
- [OryClient::UpdateSubscriptionPayload](docs/UpdateSubscriptionPayload.md)
|
230
229
|
- [OryClient::VerifiableIdentityAddress](docs/VerifiableIdentityAddress.md)
|
231
230
|
- [OryClient::Version](docs/Version.md)
|
231
|
+
- [OryClient::Warning](docs/Warning.md)
|
232
232
|
|
233
233
|
|
234
234
|
## Documentation for Authorization
|
@@ -0,0 +1,22 @@
|
|
1
|
+
# OryClient::CloudAccount
|
2
|
+
|
3
|
+
## Properties
|
4
|
+
|
5
|
+
| Name | Type | Description | Notes |
|
6
|
+
| ---- | ---- | ----------- | ----- |
|
7
|
+
| **email** | **String** | | [optional] |
|
8
|
+
| **id** | **String** | | [optional] |
|
9
|
+
| **name** | **String** | | [optional] |
|
10
|
+
|
11
|
+
## Example
|
12
|
+
|
13
|
+
```ruby
|
14
|
+
require 'ory-client'
|
15
|
+
|
16
|
+
instance = OryClient::CloudAccount.new(
|
17
|
+
email: null,
|
18
|
+
id: null,
|
19
|
+
name: null
|
20
|
+
)
|
21
|
+
```
|
22
|
+
|
data/docs/Identity.md
CHANGED
@@ -12,7 +12,7 @@
|
|
12
12
|
| **schema_url** | **String** | SchemaURL is the URL of the endpoint where the identity's traits schema can be fetched from. format: url | |
|
13
13
|
| **state** | [**IdentityState**](IdentityState.md) | | [optional] |
|
14
14
|
| **state_changed_at** | **Time** | | [optional] |
|
15
|
-
| **traits** |
|
15
|
+
| **traits** | **Object** | Traits represent an identity's traits. The identity is able to create, modify, and delete traits in a self-service manner. The input will always be validated against the JSON Schema defined in `schema_url`. | |
|
16
16
|
| **updated_at** | **Time** | UpdatedAt is a helper struct field for gobuffalo.pop. | [optional] |
|
17
17
|
| **verifiable_addresses** | [**Array<VerifiableIdentityAddress>**](VerifiableIdentityAddress.md) | VerifiableAddresses contains all the addresses that can be verified by the user. | [optional] |
|
18
18
|
|
data/docs/IdentitySchema.md
CHANGED
@@ -4,6 +4,9 @@
|
|
4
4
|
|
5
5
|
| Name | Type | Description | Notes |
|
6
6
|
| ---- | ---- | ----------- | ----- |
|
7
|
+
| **blob_name** | **String** | The gcs file name This is a randomly generated name which is used to uniquely identify the file on the blob storage | |
|
8
|
+
| **blob_url** | **String** | The publicly accessible url of the schema | |
|
9
|
+
| **content_hash** | **String** | The Content Hash Contains a hash of the schema's content. | [optional] |
|
7
10
|
| **created_at** | **Time** | The Schema's Creation Date | [readonly] |
|
8
11
|
| **id** | **String** | | |
|
9
12
|
| **name** | **String** | The schema name This is set by the user and is for them to easily recognise their schema | |
|
@@ -16,6 +19,9 @@
|
|
16
19
|
require 'ory-client'
|
17
20
|
|
18
21
|
instance = OryClient::IdentitySchema.new(
|
22
|
+
blob_name: null,
|
23
|
+
blob_url: null,
|
24
|
+
content_hash: null,
|
19
25
|
created_at: null,
|
20
26
|
id: null,
|
21
27
|
name: CustomerIdentity,
|
@@ -0,0 +1,18 @@
|
|
1
|
+
# OryClient::InvitePayload
|
2
|
+
|
3
|
+
## Properties
|
4
|
+
|
5
|
+
| Name | Type | Description | Notes |
|
6
|
+
| ---- | ---- | ----------- | ----- |
|
7
|
+
| **invitee_email** | **String** | | [optional] |
|
8
|
+
|
9
|
+
## Example
|
10
|
+
|
11
|
+
```ruby
|
12
|
+
require 'ory-client'
|
13
|
+
|
14
|
+
instance = OryClient::InvitePayload.new(
|
15
|
+
invitee_email: null
|
16
|
+
)
|
17
|
+
```
|
18
|
+
|
data/docs/Project.md
CHANGED
@@ -6,6 +6,7 @@
|
|
6
6
|
| ---- | ---- | ----------- | ----- |
|
7
7
|
| **created_at** | **Time** | The Project's Creation Date | [readonly] |
|
8
8
|
| **current_revision** | [**ProjectRevision**](ProjectRevision.md) | | |
|
9
|
+
| **hosts** | **Array<String>** | | |
|
9
10
|
| **id** | **String** | | |
|
10
11
|
| **revisions** | [**Array<ProjectRevision>**](ProjectRevision.md) | | |
|
11
12
|
| **slug** | **String** | The project's slug | [readonly] |
|
@@ -21,6 +22,7 @@ require 'ory-client'
|
|
21
22
|
instance = OryClient::Project.new(
|
22
23
|
created_at: null,
|
23
24
|
current_revision: null,
|
25
|
+
hosts: null,
|
24
26
|
id: null,
|
25
27
|
revisions: null,
|
26
28
|
slug: null,
|
@@ -0,0 +1,34 @@
|
|
1
|
+
# OryClient::ProjectInvite
|
2
|
+
|
3
|
+
## Properties
|
4
|
+
|
5
|
+
| Name | Type | Description | Notes |
|
6
|
+
| ---- | ---- | ----------- | ----- |
|
7
|
+
| **created_at** | **Time** | The Project's Revision Creation Date | [readonly] |
|
8
|
+
| **id** | **String** | | |
|
9
|
+
| **invitee_email** | **String** | The invitee's email | |
|
10
|
+
| **invitee_id** | **String** | | [optional] |
|
11
|
+
| **owner_email** | **String** | The invite owner's email Usually the project's owner email | |
|
12
|
+
| **owner_id** | **String** | | |
|
13
|
+
| **project_id** | **String** | | |
|
14
|
+
| **status** | **String** | The invite's status Keeps track of the invites status such as pending, accepted, declined, expired | |
|
15
|
+
| **updated_at** | **Time** | Last Time Project's Revision was Updated | [readonly] |
|
16
|
+
|
17
|
+
## Example
|
18
|
+
|
19
|
+
```ruby
|
20
|
+
require 'ory-client'
|
21
|
+
|
22
|
+
instance = OryClient::ProjectInvite.new(
|
23
|
+
created_at: null,
|
24
|
+
id: null,
|
25
|
+
invitee_email: null,
|
26
|
+
invitee_id: null,
|
27
|
+
owner_email: null,
|
28
|
+
owner_id: null,
|
29
|
+
project_id: null,
|
30
|
+
status: null,
|
31
|
+
updated_at: null
|
32
|
+
)
|
33
|
+
```
|
34
|
+
|
data/docs/ProjectRevision.md
CHANGED
@@ -4,35 +4,72 @@
|
|
4
4
|
|
5
5
|
| Name | Type | Description | Notes |
|
6
6
|
| ---- | ---- | ----------- | ----- |
|
7
|
-
| **
|
8
|
-
| **
|
9
|
-
| **
|
10
|
-
| **
|
11
|
-
| **
|
12
|
-
| **
|
13
|
-
| **
|
14
|
-
| **
|
15
|
-
| **
|
16
|
-
| **
|
17
|
-
| **
|
7
|
+
| **created_at** | **Time** | The Project's Revision Creation Date | [optional][readonly] |
|
8
|
+
| **id** | **String** | | [optional] |
|
9
|
+
| **kratos_cookies_same_site** | **String** | Configures the Ory Kratos Cookie SameSite Attribute This governs the \"cookies.same_site\" setting. | [optional] |
|
10
|
+
| **kratos_courier_smtp_connection_uri** | **String** | Configures the Ory Kratos SMTP Connection URI This governs the \"courier.smtp.connection_uri\" setting. | [optional] |
|
11
|
+
| **kratos_courier_smtp_from_address** | **String** | Configures the Ory Kratos SMTP From Address This governs the \"courier.smtp.from_address\" setting. | [optional] |
|
12
|
+
| **kratos_courier_smtp_from_name** | **String** | Configures the Ory Kratos SMTP From Name This governs the \"courier.smtp.from_name\" setting. | [optional] |
|
13
|
+
| **kratos_courier_smtp_headers** | **Object** | NullJSONRawMessage represents a json.RawMessage that works well with JSON, SQL, and Swagger and is NULLable- | [optional] |
|
14
|
+
| **kratos_identity_schemas** | [**Array<ProjectRevisionIdentitySchema>**](ProjectRevisionIdentitySchema.md) | | [optional] |
|
15
|
+
| **kratos_secrets_cipher** | **Array<String>** | | [optional] |
|
16
|
+
| **kratos_secrets_cookie** | **Array<String>** | | [optional] |
|
17
|
+
| **kratos_secrets_default** | **Array<String>** | | [optional] |
|
18
|
+
| **kratos_selfservice_allowed_return_urls** | **Array<String>** | | [optional] |
|
19
|
+
| **kratos_selfservice_default_browser_return_url** | **String** | Configures the Ory Kratos Default Return URL This governs the \"selfservice.allowed_return_urls\" setting. | [optional] |
|
20
|
+
| **kratos_selfservice_flows_error_ui_url** | **String** | Configures the Ory Kratos Error UI URL This governs the \"selfservice.flows.error.ui_url\" setting. | [optional] |
|
21
|
+
| **kratos_selfservice_flows_hooks** | [**Array<ProjectRevisionHook>**](ProjectRevisionHook.md) | | [optional] |
|
22
|
+
| **kratos_selfservice_flows_login_after_default_browser_return_url** | **String** | Configures the Ory Kratos Login Default Return URL This governs the \"selfservice.flows.login.after.default_browser_return_url\" setting. | [optional] |
|
23
|
+
| **kratos_selfservice_flows_login_after_oidc_default_browser_return_url** | **String** | Configures the Ory Kratos Login After OIDC Default Return URL This governs the \"selfservice.flows.login.after.oidc.default_browser_return_url\" setting. | [optional] |
|
24
|
+
| **kratos_selfservice_flows_login_after_password_default_browser_return_url** | **String** | Configures the Ory Kratos Login After Password Default Return URL This governs the \"selfservice.flows.login.after.password.default_browser_return_url\" setting. | [optional] |
|
25
|
+
| **kratos_selfservice_flows_login_lifespan** | **String** | Configures the Ory Kratos Login Lifespan This governs the \"selfservice.flows.login.lifespan\" setting. | [optional] |
|
26
|
+
| **kratos_selfservice_flows_login_ui_url** | **String** | Configures the Ory Kratos Login UI URL This governs the \"selfservice.flows.login.ui_url\" setting. | [optional] |
|
27
|
+
| **kratos_selfservice_flows_logout_after_default_browser_return_url** | **String** | Configures the Ory Kratos Logout Default Return URL This governs the \"selfservice.flows.logout.after.default_browser_return_url\" setting. | [optional] |
|
28
|
+
| **kratos_selfservice_flows_recovery_after_default_browser_return_url** | **String** | Configures the Ory Kratos Recovery Default Return URL This governs the \"selfservice.flows.recovery.after.default_browser_return_url\" setting. | [optional] |
|
29
|
+
| **kratos_selfservice_flows_recovery_enabled** | **Boolean** | Configures the Ory Kratos Recovery Enabled Setting This governs the \"selfservice.flows.recovery.enabled\" setting. | [optional] |
|
30
|
+
| **kratos_selfservice_flows_recovery_lifespan** | **String** | Configures the Ory Kratos Recovery Lifespan This governs the \"selfservice.flows.recovery.lifespan\" setting. | [optional] |
|
31
|
+
| **kratos_selfservice_flows_recovery_ui_url** | **String** | Configures the Ory Kratos Recovery UI URL This governs the \"selfservice.flows.recovery.ui_url\" setting. | [optional] |
|
32
|
+
| **kratos_selfservice_flows_registration_after_default_browser_return_url** | **String** | Configures the Ory Kratos Registration Default Return URL This governs the \"selfservice.flows.registration.after.default_browser_return_url\" setting. | [optional] |
|
33
|
+
| **kratos_selfservice_flows_registration_after_oidc_default_browser_return_url** | **String** | Configures the Ory Kratos Registration After OIDC Default Return URL This governs the \"selfservice.flows.registration.after.oidc.default_browser_return_url\" setting. | [optional] |
|
34
|
+
| **kratos_selfservice_flows_registration_after_password_default_browser_return_url** | **String** | Configures the Ory Kratos Registration After Password Default Return URL This governs the \"selfservice.flows.registration.after.password.default_browser_return_url\" setting. | [optional] |
|
35
|
+
| **kratos_selfservice_flows_registration_lifespan** | **String** | Configures the Ory Kratos Registration Lifespan This governs the \"selfservice.flows.registration.lifespan\" setting. | [optional] |
|
36
|
+
| **kratos_selfservice_flows_registration_ui_url** | **String** | Configures the Ory Kratos Registration UI URL This governs the \"selfservice.flows.registration.ui_url\" setting.0 | [optional] |
|
37
|
+
| **kratos_selfservice_flows_settings_after_default_browser_return_url** | **String** | Configures the Ory Kratos Settings Default Return URL This governs the \"selfservice.flows.settings.after.default_browser_return_url\" setting. | [optional] |
|
38
|
+
| **kratos_selfservice_flows_settings_after_password_default_browser_return_url** | **String** | Configures the Ory Kratos Settings Default Return URL After Updating Passwords This governs the \"selfservice.flows.settings.after.password.default_browser_return_url\" setting. | [optional] |
|
39
|
+
| **kratos_selfservice_flows_settings_after_profile_default_browser_return_url** | **String** | Configures the Ory Kratos Settings Default Return URL After Updating Profiles This governs the \"selfservice.flows.settings.after.profile.default_browser_return_url\" setting. | [optional] |
|
40
|
+
| **kratos_selfservice_flows_settings_lifespan** | **String** | Configures the Ory Kratos Settings Lifespan This governs the \"selfservice.flows.settings.lifespan\" setting. | [optional] |
|
41
|
+
| **kratos_selfservice_flows_settings_privileged_session_max_age** | **String** | Configures the Ory Kratos Settings Privileged Session Max Age This governs the \"selfservice.flows.settings.privileged_session_max_age\" setting. | [optional] |
|
42
|
+
| **kratos_selfservice_flows_settings_required_aal** | **String** | Configures the Ory Kratos Settings Required AAL This governs the \"selfservice.flows.settings.required_aal\" setting. | [optional] |
|
43
|
+
| **kratos_selfservice_flows_settings_ui_url** | **String** | Configures the Ory Kratos Settings UI URL This governs the \"selfservice.flows.settings.ui_url\" setting. | [optional] |
|
44
|
+
| **kratos_selfservice_flows_verification_after_default_browser_return_url** | **String** | Configures the Ory Kratos Verification Default Return URL This governs the \"selfservice.flows.verification.after.default_browser_return_url\" setting. | [optional] |
|
45
|
+
| **kratos_selfservice_flows_verification_enabled** | **Boolean** | Configures the Ory Kratos Verification Enabled Setting This governs the \"selfservice.flows.verification.enabled\" setting. | [optional] |
|
46
|
+
| **kratos_selfservice_flows_verification_lifespan** | **String** | Configures the Ory Kratos Verification Lifespan This governs the \"selfservice.flows.verification.lifespan\" setting. | [optional] |
|
47
|
+
| **kratos_selfservice_flows_verification_ui_url** | **String** | Configures the Ory Kratos Verification UI URL This governs the \"selfservice.flows.verification.ui_url\" setting. | [optional] |
|
48
|
+
| **kratos_selfservice_methods_link_config_base_url** | **String** | Configures the Base URL which Recovery, Verification, and Login Links Point to It is recommended to leave this value empty. It will be appropriately configured to the best matching domain (e.g. when using custom domains) automatically. This governs the \"selfservice.methods.link.config.base_url\" setting. | [optional] |
|
49
|
+
| **kratos_selfservice_methods_link_config_lifespan** | **String** | Configures whether Ory Kratos Link Method is enabled This governs the \"selfservice.methods.link.config.lifespan\" setting. | [optional] |
|
50
|
+
| **kratos_selfservice_methods_link_enabled** | **Boolean** | | [optional] |
|
51
|
+
| **kratos_selfservice_methods_lookup_secret_enabled** | **Boolean** | | [optional] |
|
52
|
+
| **kratos_selfservice_methods_oidc_config_providers** | [**Array<ProjectRevisionThirdPartyLoginProvider>**](ProjectRevisionThirdPartyLoginProvider.md) | | [optional] |
|
53
|
+
| **kratos_selfservice_methods_oidc_enabled** | **Boolean** | Configures whether Ory Kratos Third Party / OpenID Connect Login is enabled This governs the \"selfservice.methods.oidc.enabled\" setting. | [optional] |
|
54
|
+
| **kratos_selfservice_methods_password_config_haveibeenpwned_enabled** | **Boolean** | | [optional] |
|
55
|
+
| **kratos_selfservice_methods_password_config_ignore_network_errors** | **Boolean** | | [optional] |
|
56
|
+
| **kratos_selfservice_methods_password_config_max_breaches** | **Integer** | Configures Ory Kratos Password Max Breaches Detection This governs the \"selfservice.methods.password.enabled\" setting. | [optional] |
|
57
|
+
| **kratos_selfservice_methods_password_enabled** | **Boolean** | | [optional] |
|
58
|
+
| **kratos_selfservice_methods_profile_enabled** | **Boolean** | | [optional] |
|
59
|
+
| **kratos_selfservice_methods_totp_config_issuer** | **String** | Configures Ory Kratos TOTP Issuer This governs the \"selfservice.methods.totp.config.issuer\" setting. | [optional] |
|
60
|
+
| **kratos_selfservice_methods_totp_enabled** | **Boolean** | | [optional] |
|
61
|
+
| **kratos_selfservice_methods_webauthn_config_rp_display_name** | **String** | Configures the Ory Kratos Webauthn RP Display Name This governs the \"selfservice.methods.webauthn.config.rp.display_name\" setting. | [optional] |
|
62
|
+
| **kratos_selfservice_methods_webauthn_config_rp_icon** | **String** | Configures the Ory Kratos Webauthn RP Icon This governs the \"selfservice.methods.webauthn.config.rp.icon\" setting. | [optional] |
|
63
|
+
| **kratos_selfservice_methods_webauthn_config_rp_id** | **String** | Configures the Ory Kratos Webauthn RP ID This governs the \"selfservice.methods.webauthn.config.rp.id\" setting. | [optional] |
|
64
|
+
| **kratos_selfservice_methods_webauthn_config_rp_origin** | **String** | Configures the Ory Kratos Webauthn RP Origin This governs the \"selfservice.methods.webauthn.config.rp.origin\" setting. | [optional] |
|
65
|
+
| **kratos_selfservice_methods_webauthn_enabled** | **Boolean** | | [optional] |
|
66
|
+
| **kratos_session_cookie_persistent** | **Boolean** | | [optional] |
|
67
|
+
| **kratos_session_cookie_same_site** | **String** | Configures the Ory Kratos Session Cookie SameSite Attribute This governs the \"session.cookie.same_site\" setting. | [optional] |
|
68
|
+
| **kratos_session_lifespan** | **String** | Configures the Ory Kratos Session Lifespan This governs the \"session.lifespan\" setting. | [optional] |
|
69
|
+
| **kratos_session_whoami_required_aal** | **String** | Configures the Ory Kratos Session Whoami AAL requirement This governs the \"session.whoami.required_aal\" setting. | [optional] |
|
18
70
|
| **name** | **String** | The project's name. | |
|
19
|
-
| **
|
20
|
-
| **
|
21
|
-
| **project_id** | **String** | | |
|
22
|
-
| **recovery** | [**ProjectRecoveryConfig**](ProjectRecoveryConfig.md) | | [optional] |
|
23
|
-
| **recovery_ui_url** | **String** | Self-Service Login UI URL Sets the UI URL for the recovery UI. If left empty, this will use Ory's hosted pages. | [optional] |
|
24
|
-
| **redirection_config** | [**RedirectionConfig**](RedirectionConfig.md) | | [optional] |
|
25
|
-
| **registration_ui_url** | **String** | Self-Service Login UI URL Sets the UI URL for the registration UI. If left empty, this will use Ory's hosted pages. | [optional] |
|
26
|
-
| **session_after_sign_up** | **Boolean** | Issue Session after Sign Up If set to true, users will receive a session after they successfully signed up. Enabling this option allows account enumeration during registration flows. Read more: https://www.ory.sh/kratos/docs/self-service/flows/user-registration#successful-registration | |
|
27
|
-
| **session_soft_2fa** | **Boolean** | Enable Soft 2FA for Login Sessions | [optional] |
|
28
|
-
| **settings_privileged_session_max_age_seconds** | **Integer** | Duration in Seconds of how long a Session is Privileged Defines how long a session is considered privileged in seconds. If the session's authenticated_at is older than the value specified here, the user needs to re-authenticate to perform certain actions (e.g. password change). | [optional] |
|
29
|
-
| **settings_soft_2fa** | **Boolean** | Enable Soft 2FA for Self-Service Settings Flows | [optional] |
|
30
|
-
| **settings_ui_url** | **String** | Self-Service Settings UI URL Sets the UI URL for the settings UI. If left empty, this will use Ory's hosted pages. | [optional] |
|
31
|
-
| **totp** | [**ProjectTotpConfig**](ProjectTotpConfig.md) | | [optional] |
|
32
|
-
| **updated_at** | **Time** | Last Time Project's Revision was Updated | [readonly] |
|
33
|
-
| **verification** | [**ProjectVerificationConfig**](ProjectVerificationConfig.md) | | [optional] |
|
34
|
-
| **verification_ui_url** | **String** | Self-Service Login UI URL Sets the UI URL for the verification UI. If left empty, this will use Ory's hosted pages. | [optional] |
|
35
|
-
| **webauthn** | [**ProjectWebAuthnConfig**](ProjectWebAuthnConfig.md) | | [optional] |
|
71
|
+
| **project_id** | **String** | | [optional] |
|
72
|
+
| **updated_at** | **Time** | Last Time Project's Revision was Updated | [optional][readonly] |
|
36
73
|
|
37
74
|
## Example
|
38
75
|
|
@@ -40,35 +77,72 @@
|
|
40
77
|
require 'ory-client'
|
41
78
|
|
42
79
|
instance = OryClient::ProjectRevision.new(
|
43
|
-
api_url: null,
|
44
|
-
application_url: null,
|
45
80
|
created_at: null,
|
46
|
-
default_identity_schema_url: null,
|
47
|
-
error_ui_url: null,
|
48
|
-
hosts: null,
|
49
81
|
id: null,
|
50
|
-
|
51
|
-
|
52
|
-
|
53
|
-
|
82
|
+
kratos_cookies_same_site: null,
|
83
|
+
kratos_courier_smtp_connection_uri: null,
|
84
|
+
kratos_courier_smtp_from_address: null,
|
85
|
+
kratos_courier_smtp_from_name: null,
|
86
|
+
kratos_courier_smtp_headers: null,
|
87
|
+
kratos_identity_schemas: null,
|
88
|
+
kratos_secrets_cipher: null,
|
89
|
+
kratos_secrets_cookie: null,
|
90
|
+
kratos_secrets_default: null,
|
91
|
+
kratos_selfservice_allowed_return_urls: null,
|
92
|
+
kratos_selfservice_default_browser_return_url: null,
|
93
|
+
kratos_selfservice_flows_error_ui_url: null,
|
94
|
+
kratos_selfservice_flows_hooks: null,
|
95
|
+
kratos_selfservice_flows_login_after_default_browser_return_url: null,
|
96
|
+
kratos_selfservice_flows_login_after_oidc_default_browser_return_url: null,
|
97
|
+
kratos_selfservice_flows_login_after_password_default_browser_return_url: null,
|
98
|
+
kratos_selfservice_flows_login_lifespan: null,
|
99
|
+
kratos_selfservice_flows_login_ui_url: null,
|
100
|
+
kratos_selfservice_flows_logout_after_default_browser_return_url: null,
|
101
|
+
kratos_selfservice_flows_recovery_after_default_browser_return_url: null,
|
102
|
+
kratos_selfservice_flows_recovery_enabled: null,
|
103
|
+
kratos_selfservice_flows_recovery_lifespan: null,
|
104
|
+
kratos_selfservice_flows_recovery_ui_url: null,
|
105
|
+
kratos_selfservice_flows_registration_after_default_browser_return_url: null,
|
106
|
+
kratos_selfservice_flows_registration_after_oidc_default_browser_return_url: null,
|
107
|
+
kratos_selfservice_flows_registration_after_password_default_browser_return_url: null,
|
108
|
+
kratos_selfservice_flows_registration_lifespan: null,
|
109
|
+
kratos_selfservice_flows_registration_ui_url: null,
|
110
|
+
kratos_selfservice_flows_settings_after_default_browser_return_url: null,
|
111
|
+
kratos_selfservice_flows_settings_after_password_default_browser_return_url: null,
|
112
|
+
kratos_selfservice_flows_settings_after_profile_default_browser_return_url: null,
|
113
|
+
kratos_selfservice_flows_settings_lifespan: null,
|
114
|
+
kratos_selfservice_flows_settings_privileged_session_max_age: null,
|
115
|
+
kratos_selfservice_flows_settings_required_aal: null,
|
116
|
+
kratos_selfservice_flows_settings_ui_url: null,
|
117
|
+
kratos_selfservice_flows_verification_after_default_browser_return_url: null,
|
118
|
+
kratos_selfservice_flows_verification_enabled: null,
|
119
|
+
kratos_selfservice_flows_verification_lifespan: null,
|
120
|
+
kratos_selfservice_flows_verification_ui_url: null,
|
121
|
+
kratos_selfservice_methods_link_config_base_url: null,
|
122
|
+
kratos_selfservice_methods_link_config_lifespan: null,
|
123
|
+
kratos_selfservice_methods_link_enabled: null,
|
124
|
+
kratos_selfservice_methods_lookup_secret_enabled: null,
|
125
|
+
kratos_selfservice_methods_oidc_config_providers: null,
|
126
|
+
kratos_selfservice_methods_oidc_enabled: null,
|
127
|
+
kratos_selfservice_methods_password_config_haveibeenpwned_enabled: null,
|
128
|
+
kratos_selfservice_methods_password_config_ignore_network_errors: null,
|
129
|
+
kratos_selfservice_methods_password_config_max_breaches: null,
|
130
|
+
kratos_selfservice_methods_password_enabled: null,
|
131
|
+
kratos_selfservice_methods_profile_enabled: null,
|
132
|
+
kratos_selfservice_methods_totp_config_issuer: null,
|
133
|
+
kratos_selfservice_methods_totp_enabled: null,
|
134
|
+
kratos_selfservice_methods_webauthn_config_rp_display_name: null,
|
135
|
+
kratos_selfservice_methods_webauthn_config_rp_icon: null,
|
136
|
+
kratos_selfservice_methods_webauthn_config_rp_id: null,
|
137
|
+
kratos_selfservice_methods_webauthn_config_rp_origin: null,
|
138
|
+
kratos_selfservice_methods_webauthn_enabled: null,
|
139
|
+
kratos_session_cookie_persistent: null,
|
140
|
+
kratos_session_cookie_same_site: null,
|
141
|
+
kratos_session_lifespan: null,
|
142
|
+
kratos_session_whoami_required_aal: null,
|
54
143
|
name: null,
|
55
|
-
oidc_providers: null,
|
56
|
-
password: null,
|
57
144
|
project_id: null,
|
58
|
-
|
59
|
-
recovery_ui_url: null,
|
60
|
-
redirection_config: null,
|
61
|
-
registration_ui_url: null,
|
62
|
-
session_after_sign_up: null,
|
63
|
-
session_soft_2fa: null,
|
64
|
-
settings_privileged_session_max_age_seconds: null,
|
65
|
-
settings_soft_2fa: null,
|
66
|
-
settings_ui_url: null,
|
67
|
-
totp: null,
|
68
|
-
updated_at: null,
|
69
|
-
verification: null,
|
70
|
-
verification_ui_url: null,
|
71
|
-
webauthn: null
|
145
|
+
updated_at: null
|
72
146
|
)
|
73
147
|
```
|
74
148
|
|
@@ -0,0 +1,46 @@
|
|
1
|
+
# OryClient::ProjectRevisionHook
|
2
|
+
|
3
|
+
## Properties
|
4
|
+
|
5
|
+
| Name | Type | Description | Notes |
|
6
|
+
| ---- | ---- | ----------- | ----- |
|
7
|
+
| **config_key** | **String** | The Hooks Config Key | |
|
8
|
+
| **created_at** | **Time** | The Project's Revision Creation Date | [optional][readonly] |
|
9
|
+
| **hook** | **String** | The Hook Type | |
|
10
|
+
| **id** | **String** | | [optional] |
|
11
|
+
| **project_revision_id** | **String** | | [optional] |
|
12
|
+
| **updated_at** | **Time** | Last Time Project's Revision was Updated | [optional][readonly] |
|
13
|
+
| **web_hook_config_auth_api_key_in** | **String** | Whether to send the API Key in the HTTP Header or as a HTTP Cookie | [optional] |
|
14
|
+
| **web_hook_config_auth_api_key_name** | **String** | The name of the api key | [optional] |
|
15
|
+
| **web_hook_config_auth_api_key_value** | **String** | The value of the api key | [optional] |
|
16
|
+
| **web_hook_config_auth_basic_auth_password** | **String** | The password to be sent in the HTTP Basic Auth Header | [optional] |
|
17
|
+
| **web_hook_config_auth_basic_auth_user** | **String** | The username to be sent in the HTTP Basic Auth Header | [optional] |
|
18
|
+
| **web_hook_config_auth_type** | **String** | HTTP Auth Method to use for the Web-Hook | [optional] |
|
19
|
+
| **web_hook_config_body** | **String** | URI pointing to the JsonNet template used for Web-Hook payload generation. Only used for those HTTP methods, which support HTTP body payloads. | [optional] |
|
20
|
+
| **web_hook_config_method** | **String** | The HTTP method to use (GET, POST, etc) for the Web-Hook | [optional] |
|
21
|
+
| **web_hook_config_url** | **String** | The URL the Web-Hook should call | [optional] |
|
22
|
+
|
23
|
+
## Example
|
24
|
+
|
25
|
+
```ruby
|
26
|
+
require 'ory-client'
|
27
|
+
|
28
|
+
instance = OryClient::ProjectRevisionHook.new(
|
29
|
+
config_key: null,
|
30
|
+
created_at: null,
|
31
|
+
hook: null,
|
32
|
+
id: null,
|
33
|
+
project_revision_id: null,
|
34
|
+
updated_at: null,
|
35
|
+
web_hook_config_auth_api_key_in: header,
|
36
|
+
web_hook_config_auth_api_key_name: X-API-Key,
|
37
|
+
web_hook_config_auth_api_key_value: eyJzdWIiOiIxMjM0NTY3ODkwIiwibmFtZSI6IkpvaG4gRG9lIiwiaWF0IjoxNTE2MjM5MDIyfQ,
|
38
|
+
web_hook_config_auth_basic_auth_password: null,
|
39
|
+
web_hook_config_auth_basic_auth_user: null,
|
40
|
+
web_hook_config_auth_type: null,
|
41
|
+
web_hook_config_body: base64://ZnVuY3Rpb24oY3R4KSB7CiAgaWRlbnRpdHlfaWQ6IGlmIGN0eFsiaWRlbnRpdHkiXSAhPSBudWxsIHRoZW4gY3R4LmlkZW50aXR5LmlkLAp9=,
|
42
|
+
web_hook_config_method: POST,
|
43
|
+
web_hook_config_url: https://www.example.org/web-hook-listener
|
44
|
+
)
|
45
|
+
```
|
46
|
+
|
@@ -0,0 +1,36 @@
|
|
1
|
+
# OryClient::ProjectRevisionIdentitySchema
|
2
|
+
|
3
|
+
## Properties
|
4
|
+
|
5
|
+
| Name | Type | Description | Notes |
|
6
|
+
| ---- | ---- | ----------- | ----- |
|
7
|
+
| **created_at** | **Time** | The Project's Revision Creation Date | [optional][readonly] |
|
8
|
+
| **id** | **String** | | [optional] |
|
9
|
+
| **identity_schema** | [**IdentitySchema**](IdentitySchema.md) | | [optional] |
|
10
|
+
| **identity_schema_id** | **String** | | [optional] |
|
11
|
+
| **import_id** | **String** | The imported (named) ID of the Identity Schema referenced in the Ory Kratos config. | [optional] |
|
12
|
+
| **import_url** | **String** | The ImportURL can be used to import an Identity Schema from a bse64 encoded string. In the future, this key also support HTTPS and other sources! If you import an Ory Kratos configuration, this would be akin to the `identity.schemas.#.url` key. The configuration will always return the import URL when you fetch it from the API. | [optional] |
|
13
|
+
| **is_default** | **Boolean** | If true sets the default schema for identities Only one schema can ever be the default schema. If you try to add two schemas with default to true, the request will fail. | [optional] |
|
14
|
+
| **preset** | **String** | Use a preset instead of a custom identity schema. | [optional] |
|
15
|
+
| **project_revision_id** | **String** | | [optional] |
|
16
|
+
| **updated_at** | **Time** | Last Time Project's Revision was Updated | [optional][readonly] |
|
17
|
+
|
18
|
+
## Example
|
19
|
+
|
20
|
+
```ruby
|
21
|
+
require 'ory-client'
|
22
|
+
|
23
|
+
instance = OryClient::ProjectRevisionIdentitySchema.new(
|
24
|
+
created_at: null,
|
25
|
+
id: null,
|
26
|
+
identity_schema: null,
|
27
|
+
identity_schema_id: null,
|
28
|
+
import_id: null,
|
29
|
+
import_url: base64://ey...,
|
30
|
+
is_default: null,
|
31
|
+
preset: null,
|
32
|
+
project_revision_id: null,
|
33
|
+
updated_at: null
|
34
|
+
)
|
35
|
+
```
|
36
|
+
|
@@ -0,0 +1,54 @@
|
|
1
|
+
# OryClient::ProjectRevisionThirdPartyLoginProvider
|
2
|
+
|
3
|
+
## Properties
|
4
|
+
|
5
|
+
| Name | Type | Description | Notes |
|
6
|
+
| ---- | ---- | ----------- | ----- |
|
7
|
+
| **apple_private_key** | **String** | Apple Private Key Sign In with Apple Private Key needed for generating a JWT token for client secret | [optional] |
|
8
|
+
| **apple_private_key_id** | **String** | Apple Private Key Identifier Sign In with Apple Private Key Identifier needed for generating a JWT token for client secret | [optional] |
|
9
|
+
| **apple_team_id** | **String** | Apple Developer Team ID Apple Developer Team ID needed for generating a JWT token for client secret | [optional] |
|
10
|
+
| **auth_url** | **String** | AuthURL is the authorize url, typically something like: https://example.org/oauth2/auth Should only be used when the OAuth2 / OpenID Connect server is not supporting OpenID Connect Discovery and when `provider` is set to `generic`. | [optional] |
|
11
|
+
| **azure_tenant** | **String** | Tenant is the Azure AD Tenant to use for authentication, and must be set when `provider` is set to `microsoft`. Can be either `common`, `organizations`, `consumers` for a multitenant application or a specific tenant like `8eaef023-2b34-4da1-9baa-8bc8c9d6a490` or `contoso.onmicrosoft.com`. | [optional] |
|
12
|
+
| **client_id** | **String** | ClientID is the application's Client ID. | [optional] |
|
13
|
+
| **client_secret** | **String** | ClientSecret is the application's secret. | [optional] |
|
14
|
+
| **created_at** | **Time** | The Project's Revision Creation Date | [optional][readonly] |
|
15
|
+
| **id** | **String** | | [optional] |
|
16
|
+
| **issuer_url** | **String** | IssuerURL is the OpenID Connect Server URL. You can leave this empty if `provider` is not set to `generic`. If set, neither `auth_url` nor `token_url` are required. | [optional] |
|
17
|
+
| **label** | **String** | Label represents an optional label which can be used in the UI generation. | [optional] |
|
18
|
+
| **mapper_url** | **String** | Mapper specifies the JSONNet code snippet which uses the OpenID Connect Provider's data (e.g. GitHub or Google profile information) to hydrate the identity's data. It can be either a URL (file://, http(s)://, base64://) or an inline JSONNet code snippet. | [optional] |
|
19
|
+
| **project_revision_id** | **String** | | [optional] |
|
20
|
+
| **provider** | **String** | Provider is either \"generic\" for a generic OAuth 2.0 / OpenID Connect Provider or one of: generic google github gitlab microsoft discord slack facebook vk yandex apple | [optional] |
|
21
|
+
| **provider_id** | **String** | ID is the provider's ID | [optional] |
|
22
|
+
| **requested_claims** | **Object** | | [optional] |
|
23
|
+
| **scope** | **Array<String>** | | [optional] |
|
24
|
+
| **token_url** | **String** | TokenURL is the token url, typically something like: https://example.org/oauth2/token Should only be used when the OAuth2 / OpenID Connect server is not supporting OpenID Connect Discovery and when `provider` is set to `generic`. | [optional] |
|
25
|
+
| **updated_at** | **Time** | Last Time Project's Revision was Updated | [optional][readonly] |
|
26
|
+
|
27
|
+
## Example
|
28
|
+
|
29
|
+
```ruby
|
30
|
+
require 'ory-client'
|
31
|
+
|
32
|
+
instance = OryClient::ProjectRevisionThirdPartyLoginProvider.new(
|
33
|
+
apple_private_key: -----BEGIN PRIVATE KEY----- ........ -----END PRIVATE KEY-----,
|
34
|
+
apple_private_key_id: UX56C66723,
|
35
|
+
apple_team_id: KP76DQS54M,
|
36
|
+
auth_url: https://www.googleapis.com/oauth2/v2/auth,
|
37
|
+
azure_tenant: contoso.onmicrosoft.com,
|
38
|
+
client_id: null,
|
39
|
+
client_secret: null,
|
40
|
+
created_at: null,
|
41
|
+
id: null,
|
42
|
+
issuer_url: https://accounts.google.com,
|
43
|
+
label: null,
|
44
|
+
mapper_url: null,
|
45
|
+
project_revision_id: null,
|
46
|
+
provider: google,
|
47
|
+
provider_id: null,
|
48
|
+
requested_claims: null,
|
49
|
+
scope: null,
|
50
|
+
token_url: https://www.googleapis.com/oauth2/v4/token,
|
51
|
+
updated_at: null
|
52
|
+
)
|
53
|
+
```
|
54
|
+
|
@@ -0,0 +1,22 @@
|
|
1
|
+
# OryClient::QuotaProjectMemberSeats
|
2
|
+
|
3
|
+
## Properties
|
4
|
+
|
5
|
+
| Name | Type | Description | Notes |
|
6
|
+
| ---- | ---- | ----------- | ----- |
|
7
|
+
| **project_id** | **String** | | [optional] |
|
8
|
+
| **remaining_seats** | **Integer** | | [optional] |
|
9
|
+
| **total_seats** | **Integer** | | [optional] |
|
10
|
+
|
11
|
+
## Example
|
12
|
+
|
13
|
+
```ruby
|
14
|
+
require 'ory-client'
|
15
|
+
|
16
|
+
instance = OryClient::QuotaProjectMemberSeats.new(
|
17
|
+
project_id: null,
|
18
|
+
remaining_seats: null,
|
19
|
+
total_seats: null
|
20
|
+
)
|
21
|
+
```
|
22
|
+
|