ory-client 0.0.1.alpha130 → 0.0.1.alpha133
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Gemfile.lock +1 -1
- data/README.md +61 -65
- data/docs/CreateProjectBody.md +18 -0
- data/docs/GenericError.md +6 -10
- data/docs/GenericErrorContent.md +26 -0
- data/docs/{IdentityPreset.md → IdentitySchemaPreset.md} +2 -2
- data/docs/JsonPatch.md +22 -0
- data/docs/MetadataApi.md +3 -3
- data/docs/NormalizedProject.md +34 -0
- data/docs/{ProjectRevision.md → NormalizedProjectRevision.md} +45 -7
- data/docs/{ProjectRevisionHook.md → NormalizedProjectRevisionHook.md} +4 -2
- data/docs/{ProjectRevisionIdentitySchema.md → NormalizedProjectRevisionIdentitySchema.md} +2 -2
- data/docs/{ProjectRevisionThirdPartyLoginProvider.md → NormalizedProjectRevisionThirdPartyProvider.md} +2 -2
- data/docs/Project.md +7 -13
- data/docs/ProjectServiceIdentity.md +18 -0
- data/docs/{UpdateProjectConfigConfig.md → ProjectServices.md} +3 -3
- data/docs/ProvisionMockSubscriptionPayload.md +20 -0
- data/docs/{SuccessfulProjectConfigUpdate.md → SuccessfulProjectUpdate.md} +4 -4
- data/docs/UpdateProject.md +20 -0
- data/docs/V0alpha2Api.md +43 -43
- data/lib/ory-client/api/metadata_api.rb +4 -4
- data/lib/ory-client/api/v0alpha2_api.rb +48 -48
- data/lib/ory-client/api_client.rb +1 -1
- data/lib/ory-client/api_error.rb +1 -1
- data/lib/ory-client/configuration.rb +1 -1
- data/lib/ory-client/models/active_project.rb +1 -1
- data/lib/ory-client/models/admin_create_identity_body.rb +1 -1
- data/lib/ory-client/models/admin_create_identity_import_credentials_oidc.rb +1 -1
- data/lib/ory-client/models/admin_create_identity_import_credentials_oidc_config.rb +1 -1
- data/lib/ory-client/models/admin_create_identity_import_credentials_oidc_provider.rb +1 -1
- data/lib/ory-client/models/admin_create_identity_import_credentials_password.rb +1 -1
- data/lib/ory-client/models/admin_create_identity_import_credentials_password_config.rb +1 -1
- data/lib/ory-client/models/admin_create_self_service_recovery_link_body.rb +1 -1
- data/lib/ory-client/models/admin_identity_import_credentials.rb +1 -1
- data/lib/ory-client/models/admin_update_identity_body.rb +1 -1
- data/lib/ory-client/models/api_token.rb +1 -1
- data/lib/ory-client/models/authenticator_assurance_level.rb +1 -1
- data/lib/ory-client/models/cloud_account.rb +1 -1
- data/lib/ory-client/models/cname_settings.rb +1 -1
- data/lib/ory-client/models/create_custom_hostname_body.rb +1 -1
- data/lib/ory-client/models/{inline_object.rb → create_project_body.rb} +15 -15
- data/lib/ory-client/models/create_subscription_payload.rb +1 -1
- data/lib/ory-client/models/error_authenticator_assurance_level_not_satisfied.rb +1 -1
- data/lib/ory-client/models/generic_error.rb +8 -29
- data/lib/ory-client/models/generic_error_content.rb +260 -0
- data/lib/ory-client/models/health_not_ready_status.rb +1 -1
- data/lib/ory-client/models/health_status.rb +1 -1
- data/lib/ory-client/models/identity.rb +1 -1
- data/lib/ory-client/models/identity_credentials.rb +1 -1
- data/lib/ory-client/models/identity_credentials_oidc.rb +1 -1
- data/lib/ory-client/models/identity_credentials_oidc_provider.rb +1 -1
- data/lib/ory-client/models/identity_credentials_password.rb +1 -1
- data/lib/ory-client/models/identity_credentials_type.rb +1 -1
- data/lib/ory-client/models/identity_schema.rb +1 -1
- data/lib/ory-client/models/identity_schema_location.rb +1 -1
- data/lib/ory-client/models/{identity_preset.rb → identity_schema_preset.rb} +4 -4
- data/lib/ory-client/models/identity_schema_validation_result.rb +1 -1
- data/lib/ory-client/models/identity_state.rb +1 -1
- data/lib/ory-client/models/inline_response200.rb +1 -1
- data/lib/ory-client/models/inline_response2001.rb +1 -1
- data/lib/ory-client/models/inline_response503.rb +1 -1
- data/lib/ory-client/models/invite_payload.rb +1 -1
- data/lib/ory-client/models/is_owner_for_project_by_slug.rb +1 -1
- data/lib/ory-client/models/is_owner_for_project_by_slug_payload.rb +1 -1
- data/lib/ory-client/models/json_error.rb +1 -1
- data/lib/ory-client/models/json_patch.rb +285 -0
- data/lib/ory-client/models/needs_privileged_session_error.rb +1 -1
- data/lib/ory-client/models/normalized_project.rb +372 -0
- data/lib/ory-client/models/{project_revision.rb → normalized_project_revision.rb} +200 -10
- data/lib/ory-client/models/{project_revision_hook.rb → normalized_project_revision_hook.rb} +15 -5
- data/lib/ory-client/models/{project_revision_identity_schema.rb → normalized_project_revision_identity_schema.rb} +4 -4
- data/lib/ory-client/models/{project_revision_third_party_login_provider.rb → normalized_project_revision_third_party_provider.rb} +4 -4
- data/lib/ory-client/models/null_plan.rb +1 -1
- data/lib/ory-client/models/pagination.rb +1 -1
- data/lib/ory-client/models/project.rb +38 -80
- data/lib/ory-client/models/project_host.rb +1 -1
- data/lib/ory-client/models/project_invite.rb +1 -1
- data/lib/ory-client/models/project_service_identity.rb +223 -0
- data/lib/ory-client/models/{update_project_config_config.rb → project_services.rb} +5 -6
- data/lib/ory-client/models/project_slug.rb +1 -1
- data/lib/ory-client/models/provision_mock_subscription_payload.rb +237 -0
- data/lib/ory-client/models/quota_project_member_seats.rb +1 -1
- data/lib/ory-client/models/recovery_address.rb +1 -1
- data/lib/ory-client/models/revoked_sessions.rb +1 -1
- data/lib/ory-client/models/schema_patch.rb +1 -1
- data/lib/ory-client/models/self_service_browser_location_change_required_error.rb +1 -1
- data/lib/ory-client/models/self_service_error.rb +1 -1
- data/lib/ory-client/models/self_service_flow_expired_error.rb +1 -1
- data/lib/ory-client/models/self_service_login_flow.rb +1 -1
- data/lib/ory-client/models/self_service_logout_url.rb +1 -1
- data/lib/ory-client/models/self_service_recovery_flow.rb +1 -1
- data/lib/ory-client/models/self_service_recovery_flow_state.rb +1 -1
- data/lib/ory-client/models/self_service_recovery_link.rb +1 -1
- data/lib/ory-client/models/self_service_registration_flow.rb +1 -1
- data/lib/ory-client/models/self_service_settings_flow.rb +1 -1
- data/lib/ory-client/models/self_service_settings_flow_state.rb +1 -1
- data/lib/ory-client/models/self_service_verification_flow.rb +1 -1
- data/lib/ory-client/models/self_service_verification_flow_state.rb +1 -1
- data/lib/ory-client/models/session.rb +1 -1
- data/lib/ory-client/models/session_authentication_method.rb +1 -1
- data/lib/ory-client/models/session_device.rb +1 -1
- data/lib/ory-client/models/settings_profile_form_config.rb +1 -1
- data/lib/ory-client/models/stripe_customer_response.rb +1 -1
- data/lib/ory-client/models/submit_self_service_flow_with_web_authn_registration_method.rb +1 -1
- data/lib/ory-client/models/submit_self_service_login_flow_body.rb +1 -1
- data/lib/ory-client/models/submit_self_service_login_flow_with_lookup_secret_method_body.rb +1 -1
- data/lib/ory-client/models/submit_self_service_login_flow_with_oidc_method_body.rb +1 -1
- data/lib/ory-client/models/submit_self_service_login_flow_with_password_method_body.rb +1 -1
- data/lib/ory-client/models/submit_self_service_login_flow_with_totp_method_body.rb +1 -1
- data/lib/ory-client/models/submit_self_service_login_flow_with_web_authn_method_body.rb +1 -1
- data/lib/ory-client/models/submit_self_service_logout_flow_without_browser_body.rb +1 -1
- data/lib/ory-client/models/submit_self_service_recovery_flow_body.rb +1 -1
- data/lib/ory-client/models/submit_self_service_recovery_flow_with_link_method_body.rb +1 -1
- data/lib/ory-client/models/submit_self_service_registration_flow_body.rb +1 -1
- data/lib/ory-client/models/submit_self_service_registration_flow_with_oidc_method_body.rb +1 -1
- data/lib/ory-client/models/submit_self_service_registration_flow_with_password_method_body.rb +1 -1
- data/lib/ory-client/models/submit_self_service_registration_flow_with_web_authn_method_body.rb +1 -1
- data/lib/ory-client/models/submit_self_service_settings_flow_body.rb +1 -1
- data/lib/ory-client/models/submit_self_service_settings_flow_with_lookup_method_body.rb +1 -1
- data/lib/ory-client/models/submit_self_service_settings_flow_with_oidc_method_body.rb +1 -1
- data/lib/ory-client/models/submit_self_service_settings_flow_with_password_method_body.rb +1 -1
- data/lib/ory-client/models/submit_self_service_settings_flow_with_profile_method_body.rb +1 -1
- data/lib/ory-client/models/submit_self_service_settings_flow_with_totp_method_body.rb +1 -1
- data/lib/ory-client/models/submit_self_service_settings_flow_with_web_authn_method_body.rb +1 -1
- data/lib/ory-client/models/submit_self_service_verification_flow_body.rb +1 -1
- data/lib/ory-client/models/submit_self_service_verification_flow_with_link_method_body.rb +1 -1
- data/lib/ory-client/models/subscription.rb +1 -1
- data/lib/ory-client/models/{successful_project_config_update.rb → successful_project_update.rb} +14 -4
- data/lib/ory-client/models/successful_self_service_login_without_browser.rb +1 -1
- data/lib/ory-client/models/successful_self_service_registration_without_browser.rb +1 -1
- data/lib/ory-client/models/ui_container.rb +1 -1
- data/lib/ory-client/models/ui_node.rb +1 -1
- data/lib/ory-client/models/ui_node_anchor_attributes.rb +1 -1
- data/lib/ory-client/models/ui_node_attributes.rb +1 -1
- data/lib/ory-client/models/ui_node_image_attributes.rb +1 -1
- data/lib/ory-client/models/ui_node_input_attributes.rb +1 -1
- data/lib/ory-client/models/ui_node_meta.rb +1 -1
- data/lib/ory-client/models/ui_node_script_attributes.rb +1 -1
- data/lib/ory-client/models/ui_node_text_attributes.rb +1 -1
- data/lib/ory-client/models/ui_text.rb +1 -1
- data/lib/ory-client/models/update_custom_hostname_body.rb +1 -1
- data/lib/ory-client/models/update_project.rb +238 -0
- data/lib/ory-client/models/update_subscription_payload.rb +1 -1
- data/lib/ory-client/models/verifiable_identity_address.rb +1 -1
- data/lib/ory-client/models/version.rb +1 -1
- data/lib/ory-client/models/warning.rb +1 -1
- data/lib/ory-client/version.rb +2 -2
- data/lib/ory-client.rb +15 -10
- data/ory-client.gemspec +1 -1
- data/spec/api/metadata_api_spec.rb +1 -1
- data/spec/api/v0alpha2_api_spec.rb +5 -5
- data/spec/api_client_spec.rb +1 -1
- data/spec/configuration_spec.rb +1 -1
- data/spec/models/active_project_spec.rb +1 -1
- data/spec/models/admin_create_identity_body_spec.rb +1 -1
- data/spec/models/admin_create_identity_import_credentials_oidc_config_spec.rb +1 -1
- data/spec/models/admin_create_identity_import_credentials_oidc_provider_spec.rb +1 -1
- data/spec/models/admin_create_identity_import_credentials_oidc_spec.rb +1 -1
- data/spec/models/admin_create_identity_import_credentials_password_config_spec.rb +1 -1
- data/spec/models/admin_create_identity_import_credentials_password_spec.rb +1 -1
- data/spec/models/admin_create_self_service_recovery_link_body_spec.rb +1 -1
- data/spec/models/admin_identity_import_credentials_spec.rb +1 -1
- data/spec/models/admin_update_identity_body_spec.rb +1 -1
- data/spec/models/api_token_spec.rb +1 -1
- data/spec/models/authenticator_assurance_level_spec.rb +1 -1
- data/spec/models/cloud_account_spec.rb +1 -1
- data/spec/models/cname_settings_spec.rb +1 -1
- data/spec/models/create_custom_hostname_body_spec.rb +1 -1
- data/spec/models/{inline_object_spec.rb → create_project_body_spec.rb} +8 -8
- data/spec/models/create_subscription_payload_spec.rb +1 -1
- data/spec/models/error_authenticator_assurance_level_not_satisfied_spec.rb +1 -1
- data/spec/models/generic_error_content_spec.rb +58 -0
- data/spec/models/generic_error_spec.rb +1 -13
- data/spec/models/health_not_ready_status_spec.rb +1 -1
- data/spec/models/health_status_spec.rb +1 -1
- data/spec/models/identity_credentials_oidc_provider_spec.rb +1 -1
- data/spec/models/identity_credentials_oidc_spec.rb +1 -1
- data/spec/models/identity_credentials_password_spec.rb +1 -1
- data/spec/models/identity_credentials_spec.rb +1 -1
- data/spec/models/identity_credentials_type_spec.rb +1 -1
- data/spec/models/identity_schema_location_spec.rb +1 -1
- data/spec/models/{identity_preset_spec.rb → identity_schema_preset_spec.rb} +7 -7
- data/spec/models/identity_schema_spec.rb +1 -1
- data/spec/models/identity_schema_validation_result_spec.rb +1 -1
- data/spec/models/identity_spec.rb +1 -1
- data/spec/models/identity_state_spec.rb +1 -1
- data/spec/models/inline_response2001_spec.rb +1 -1
- data/spec/models/inline_response200_spec.rb +1 -1
- data/spec/models/inline_response503_spec.rb +1 -1
- data/spec/models/invite_payload_spec.rb +1 -1
- data/spec/models/is_owner_for_project_by_slug_payload_spec.rb +1 -1
- data/spec/models/is_owner_for_project_by_slug_spec.rb +1 -1
- data/spec/models/json_error_spec.rb +1 -1
- data/spec/models/json_patch_spec.rb +50 -0
- data/spec/models/needs_privileged_session_error_spec.rb +1 -1
- data/spec/models/{project_revision_hook_spec.rb → normalized_project_revision_hook_spec.rb} +13 -7
- data/spec/models/{project_revision_identity_schema_spec.rb → normalized_project_revision_identity_schema_spec.rb} +7 -7
- data/spec/models/{project_revision_spec.rb → normalized_project_revision_spec.rb} +121 -7
- data/spec/models/{project_revision_third_party_login_provider_spec.rb → normalized_project_revision_third_party_provider_spec.rb} +7 -7
- data/spec/models/normalized_project_spec.rb +86 -0
- data/spec/models/null_plan_spec.rb +1 -1
- data/spec/models/pagination_spec.rb +1 -1
- data/spec/models/project_host_spec.rb +1 -1
- data/spec/models/project_invite_spec.rb +1 -1
- data/spec/models/project_service_identity_spec.rb +34 -0
- data/spec/models/{update_project_config_config_spec.rb → project_services_spec.rb} +7 -7
- data/spec/models/project_slug_spec.rb +1 -1
- data/spec/models/project_spec.rb +5 -23
- data/spec/models/provision_mock_subscription_payload_spec.rb +40 -0
- data/spec/models/quota_project_member_seats_spec.rb +1 -1
- data/spec/models/recovery_address_spec.rb +1 -1
- data/spec/models/revoked_sessions_spec.rb +1 -1
- data/spec/models/schema_patch_spec.rb +1 -1
- data/spec/models/self_service_browser_location_change_required_error_spec.rb +1 -1
- data/spec/models/self_service_error_spec.rb +1 -1
- data/spec/models/self_service_flow_expired_error_spec.rb +1 -1
- data/spec/models/self_service_login_flow_spec.rb +1 -1
- data/spec/models/self_service_logout_url_spec.rb +1 -1
- data/spec/models/self_service_recovery_flow_spec.rb +1 -1
- data/spec/models/self_service_recovery_flow_state_spec.rb +1 -1
- data/spec/models/self_service_recovery_link_spec.rb +1 -1
- data/spec/models/self_service_registration_flow_spec.rb +1 -1
- data/spec/models/self_service_settings_flow_spec.rb +1 -1
- data/spec/models/self_service_settings_flow_state_spec.rb +1 -1
- data/spec/models/self_service_verification_flow_spec.rb +1 -1
- data/spec/models/self_service_verification_flow_state_spec.rb +1 -1
- data/spec/models/session_authentication_method_spec.rb +1 -1
- data/spec/models/session_device_spec.rb +1 -1
- data/spec/models/session_spec.rb +1 -1
- data/spec/models/settings_profile_form_config_spec.rb +1 -1
- data/spec/models/stripe_customer_response_spec.rb +1 -1
- data/spec/models/submit_self_service_flow_with_web_authn_registration_method_spec.rb +1 -1
- data/spec/models/submit_self_service_login_flow_body_spec.rb +1 -1
- data/spec/models/submit_self_service_login_flow_with_lookup_secret_method_body_spec.rb +1 -1
- data/spec/models/submit_self_service_login_flow_with_oidc_method_body_spec.rb +1 -1
- data/spec/models/submit_self_service_login_flow_with_password_method_body_spec.rb +1 -1
- data/spec/models/submit_self_service_login_flow_with_totp_method_body_spec.rb +1 -1
- data/spec/models/submit_self_service_login_flow_with_web_authn_method_body_spec.rb +1 -1
- data/spec/models/submit_self_service_logout_flow_without_browser_body_spec.rb +1 -1
- data/spec/models/submit_self_service_recovery_flow_body_spec.rb +1 -1
- data/spec/models/submit_self_service_recovery_flow_with_link_method_body_spec.rb +1 -1
- data/spec/models/submit_self_service_registration_flow_body_spec.rb +1 -1
- data/spec/models/submit_self_service_registration_flow_with_oidc_method_body_spec.rb +1 -1
- data/spec/models/submit_self_service_registration_flow_with_password_method_body_spec.rb +1 -1
- data/spec/models/submit_self_service_registration_flow_with_web_authn_method_body_spec.rb +1 -1
- data/spec/models/submit_self_service_settings_flow_body_spec.rb +1 -1
- data/spec/models/submit_self_service_settings_flow_with_lookup_method_body_spec.rb +1 -1
- data/spec/models/submit_self_service_settings_flow_with_oidc_method_body_spec.rb +1 -1
- data/spec/models/submit_self_service_settings_flow_with_password_method_body_spec.rb +1 -1
- data/spec/models/submit_self_service_settings_flow_with_profile_method_body_spec.rb +1 -1
- data/spec/models/submit_self_service_settings_flow_with_totp_method_body_spec.rb +1 -1
- data/spec/models/submit_self_service_settings_flow_with_web_authn_method_body_spec.rb +1 -1
- data/spec/models/submit_self_service_verification_flow_body_spec.rb +1 -1
- data/spec/models/submit_self_service_verification_flow_with_link_method_body_spec.rb +1 -1
- data/spec/models/subscription_spec.rb +1 -1
- data/spec/models/{successful_project_config_update_spec.rb → successful_project_update_spec.rb} +7 -7
- data/spec/models/successful_self_service_login_without_browser_spec.rb +1 -1
- data/spec/models/successful_self_service_registration_without_browser_spec.rb +1 -1
- data/spec/models/ui_container_spec.rb +1 -1
- data/spec/models/ui_node_anchor_attributes_spec.rb +1 -1
- data/spec/models/ui_node_attributes_spec.rb +1 -1
- data/spec/models/ui_node_image_attributes_spec.rb +1 -1
- data/spec/models/ui_node_input_attributes_spec.rb +1 -1
- data/spec/models/ui_node_meta_spec.rb +1 -1
- data/spec/models/ui_node_script_attributes_spec.rb +1 -1
- data/spec/models/ui_node_spec.rb +1 -1
- data/spec/models/ui_node_text_attributes_spec.rb +1 -1
- data/spec/models/ui_text_spec.rb +1 -1
- data/spec/models/update_custom_hostname_body_spec.rb +1 -1
- data/spec/models/update_project_spec.rb +40 -0
- data/spec/models/update_subscription_payload_spec.rb +1 -1
- data/spec/models/verifiable_identity_address_spec.rb +1 -1
- data/spec/models/version_spec.rb +1 -1
- data/spec/models/warning_spec.rb +1 -1
- data/spec/spec_helper.rb +1 -1
- 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/stringio-3.0.1/ext/stringio/Makefile +2 -2
- metadata +58 -38
- data/docs/InlineObject.md +0 -18
- data/docs/V0alpha0Api.md +0 -712
- data/lib/ory-client/api/v0alpha0_api.rb +0 -662
- data/spec/api/v0alpha0_api_spec.rb +0 -156
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 2acfff2398b00500fe71398556cc5c542afd1ff8c4256fff17e471634d5aa0d0
|
4
|
+
data.tar.gz: 1d9fa34e12e9dbef0f1a707051354f21031e37a150ff6e76371bf5414fd60717
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 47f54b83eb2d5fdecaeb54c8b48bcd3c0de62b744a2f50dc5b515048000c5f621a9c198055e4f5822e66cc3002b66493dccd0427f39ae735192caccef2933643
|
7
|
+
data.tar.gz: e8957834d858379492415bb09f3a57ab4b360f798c602fe223215a507829b5b915c837257039f05b89c17f2299bfc911644bf25cf8473325135b4b5e42c3584e
|
data/Gemfile.lock
CHANGED
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.133
|
12
|
+
- Package version: v0.0.1-alpha.133
|
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.133.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.133.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.133'
|
38
38
|
|
39
39
|
### Install from Git
|
40
40
|
|
@@ -76,58 +76,48 @@ All URIs are relative to *https://playground.projects.oryapis.com*
|
|
76
76
|
|
77
77
|
Class | Method | HTTP request | Description
|
78
78
|
------------ | ------------- | ------------- | -------------
|
79
|
-
*OryClient::MetadataApi* | [**get_version**](docs/MetadataApi.md#get_version) | **GET** /
|
80
|
-
*OryClient::MetadataApi* | [**is_alive**](docs/MetadataApi.md#is_alive) | **GET** /
|
81
|
-
*OryClient::MetadataApi* | [**is_ready**](docs/MetadataApi.md#is_ready) | **GET** /
|
82
|
-
*OryClient::
|
83
|
-
*OryClient::
|
84
|
-
*OryClient::
|
85
|
-
*OryClient::
|
86
|
-
*OryClient::
|
87
|
-
*OryClient::
|
88
|
-
*OryClient::
|
89
|
-
*OryClient::
|
90
|
-
*OryClient::
|
91
|
-
*OryClient::
|
92
|
-
*OryClient::V0alpha2Api* | [**
|
93
|
-
*OryClient::V0alpha2Api* | [**
|
94
|
-
*OryClient::V0alpha2Api* | [**
|
95
|
-
*OryClient::V0alpha2Api* | [**
|
96
|
-
*OryClient::V0alpha2Api* | [**
|
97
|
-
*OryClient::V0alpha2Api* | [**
|
98
|
-
*OryClient::V0alpha2Api* | [**
|
99
|
-
*OryClient::V0alpha2Api* | [**
|
100
|
-
*OryClient::V0alpha2Api* | [**
|
101
|
-
*OryClient::V0alpha2Api* | [**
|
102
|
-
*OryClient::V0alpha2Api* | [**
|
103
|
-
*OryClient::V0alpha2Api* | [**
|
104
|
-
*OryClient::V0alpha2Api* | [**
|
105
|
-
*OryClient::V0alpha2Api* | [**
|
106
|
-
*OryClient::V0alpha2Api* | [**
|
107
|
-
*OryClient::V0alpha2Api* | [**
|
108
|
-
*OryClient::V0alpha2Api* | [**
|
109
|
-
*OryClient::V0alpha2Api* | [**
|
110
|
-
*OryClient::V0alpha2Api* | [**
|
111
|
-
*OryClient::V0alpha2Api* | [**
|
112
|
-
*OryClient::V0alpha2Api* | [**
|
113
|
-
*OryClient::V0alpha2Api* | [**
|
114
|
-
*OryClient::V0alpha2Api* | [**
|
115
|
-
*OryClient::V0alpha2Api* | [**
|
116
|
-
*OryClient::V0alpha2Api* | [**
|
117
|
-
*OryClient::V0alpha2Api* | [**
|
118
|
-
*OryClient::V0alpha2Api* | [**
|
119
|
-
*OryClient::V0alpha2Api* | [**
|
120
|
-
*OryClient::V0alpha2Api* | [**
|
121
|
-
*OryClient::V0alpha2Api* | [**revoke_session**](docs/V0alpha2Api.md#revoke_session) | **DELETE** /api/kratos/public/sessions/{id} | Calling this endpoint invalidates the specified session. The current session cannot be revoked. Session data are not deleted.
|
122
|
-
*OryClient::V0alpha2Api* | [**revoke_sessions**](docs/V0alpha2Api.md#revoke_sessions) | **DELETE** /api/kratos/public/sessions | Calling this endpoint invalidates all except the current session that belong to the logged-in user. Session data are not deleted.
|
123
|
-
*OryClient::V0alpha2Api* | [**submit_self_service_login_flow**](docs/V0alpha2Api.md#submit_self_service_login_flow) | **POST** /api/kratos/public/self-service/login | Submit a Login Flow
|
124
|
-
*OryClient::V0alpha2Api* | [**submit_self_service_logout_flow**](docs/V0alpha2Api.md#submit_self_service_logout_flow) | **GET** /api/kratos/public/self-service/logout | Complete Self-Service Logout
|
125
|
-
*OryClient::V0alpha2Api* | [**submit_self_service_logout_flow_without_browser**](docs/V0alpha2Api.md#submit_self_service_logout_flow_without_browser) | **DELETE** /api/kratos/public/self-service/logout/api | Perform Logout for APIs, Services, Apps, ...
|
126
|
-
*OryClient::V0alpha2Api* | [**submit_self_service_recovery_flow**](docs/V0alpha2Api.md#submit_self_service_recovery_flow) | **POST** /api/kratos/public/self-service/recovery | Complete Recovery Flow
|
127
|
-
*OryClient::V0alpha2Api* | [**submit_self_service_registration_flow**](docs/V0alpha2Api.md#submit_self_service_registration_flow) | **POST** /api/kratos/public/self-service/registration | Submit a Registration Flow
|
128
|
-
*OryClient::V0alpha2Api* | [**submit_self_service_settings_flow**](docs/V0alpha2Api.md#submit_self_service_settings_flow) | **POST** /api/kratos/public/self-service/settings | Complete Settings Flow
|
129
|
-
*OryClient::V0alpha2Api* | [**submit_self_service_verification_flow**](docs/V0alpha2Api.md#submit_self_service_verification_flow) | **POST** /api/kratos/public/self-service/verification | Complete Verification Flow
|
130
|
-
*OryClient::V0alpha2Api* | [**to_session**](docs/V0alpha2Api.md#to_session) | **GET** /api/kratos/public/sessions/whoami | Check Who the Current HTTP Session Belongs To
|
79
|
+
*OryClient::MetadataApi* | [**get_version**](docs/MetadataApi.md#get_version) | **GET** /version | Return Running Software Version.
|
80
|
+
*OryClient::MetadataApi* | [**is_alive**](docs/MetadataApi.md#is_alive) | **GET** /health/alive | Check HTTP Server Status
|
81
|
+
*OryClient::MetadataApi* | [**is_ready**](docs/MetadataApi.md#is_ready) | **GET** /health/ready | Check HTTP Server and Database Status
|
82
|
+
*OryClient::V0alpha2Api* | [**admin_create_identity**](docs/V0alpha2Api.md#admin_create_identity) | **POST** /admin/identities | Create an Identity
|
83
|
+
*OryClient::V0alpha2Api* | [**admin_create_self_service_recovery_link**](docs/V0alpha2Api.md#admin_create_self_service_recovery_link) | **POST** /admin/recovery/link | Create a Recovery Link
|
84
|
+
*OryClient::V0alpha2Api* | [**admin_delete_identity**](docs/V0alpha2Api.md#admin_delete_identity) | **DELETE** /admin/identities/{id} | Delete an Identity
|
85
|
+
*OryClient::V0alpha2Api* | [**admin_delete_identity_sessions**](docs/V0alpha2Api.md#admin_delete_identity_sessions) | **DELETE** /admin/identities/{id}/sessions | Calling this endpoint irrecoverably and permanently deletes and invalidates all sessions that belong to the given Identity.
|
86
|
+
*OryClient::V0alpha2Api* | [**admin_get_identity**](docs/V0alpha2Api.md#admin_get_identity) | **GET** /admin/identities/{id} | Get an Identity
|
87
|
+
*OryClient::V0alpha2Api* | [**admin_list_identities**](docs/V0alpha2Api.md#admin_list_identities) | **GET** /admin/identities | List Identities
|
88
|
+
*OryClient::V0alpha2Api* | [**admin_list_identity_sessions**](docs/V0alpha2Api.md#admin_list_identity_sessions) | **GET** /admin/identities/{id}/sessions | This endpoint returns all sessions that belong to the given Identity.
|
89
|
+
*OryClient::V0alpha2Api* | [**admin_update_identity**](docs/V0alpha2Api.md#admin_update_identity) | **PUT** /admin/identities/{id} | Update an Identity
|
90
|
+
*OryClient::V0alpha2Api* | [**create_self_service_logout_flow_url_for_browsers**](docs/V0alpha2Api.md#create_self_service_logout_flow_url_for_browsers) | **GET** /self-service/logout/browser | Create a Logout URL for Browsers
|
91
|
+
*OryClient::V0alpha2Api* | [**get_json_schema**](docs/V0alpha2Api.md#get_json_schema) | **GET** /schemas/{id} |
|
92
|
+
*OryClient::V0alpha2Api* | [**get_self_service_error**](docs/V0alpha2Api.md#get_self_service_error) | **GET** /self-service/errors | Get Self-Service Errors
|
93
|
+
*OryClient::V0alpha2Api* | [**get_self_service_login_flow**](docs/V0alpha2Api.md#get_self_service_login_flow) | **GET** /self-service/login/flows | Get Login Flow
|
94
|
+
*OryClient::V0alpha2Api* | [**get_self_service_recovery_flow**](docs/V0alpha2Api.md#get_self_service_recovery_flow) | **GET** /self-service/recovery/flows | Get Recovery Flow
|
95
|
+
*OryClient::V0alpha2Api* | [**get_self_service_registration_flow**](docs/V0alpha2Api.md#get_self_service_registration_flow) | **GET** /self-service/registration/flows | Get Registration Flow
|
96
|
+
*OryClient::V0alpha2Api* | [**get_self_service_settings_flow**](docs/V0alpha2Api.md#get_self_service_settings_flow) | **GET** /self-service/settings/flows | Get Settings Flow
|
97
|
+
*OryClient::V0alpha2Api* | [**get_self_service_verification_flow**](docs/V0alpha2Api.md#get_self_service_verification_flow) | **GET** /self-service/verification/flows | Get Verification Flow
|
98
|
+
*OryClient::V0alpha2Api* | [**get_web_authn_java_script**](docs/V0alpha2Api.md#get_web_authn_java_script) | **GET** /.well-known/ory/webauthn.js | Get WebAuthn JavaScript
|
99
|
+
*OryClient::V0alpha2Api* | [**initialize_self_service_login_flow_for_browsers**](docs/V0alpha2Api.md#initialize_self_service_login_flow_for_browsers) | **GET** /self-service/login/browser | Initialize Login Flow for Browsers
|
100
|
+
*OryClient::V0alpha2Api* | [**initialize_self_service_login_flow_without_browser**](docs/V0alpha2Api.md#initialize_self_service_login_flow_without_browser) | **GET** /self-service/login/api | Initialize Login Flow for APIs, Services, Apps, ...
|
101
|
+
*OryClient::V0alpha2Api* | [**initialize_self_service_recovery_flow_for_browsers**](docs/V0alpha2Api.md#initialize_self_service_recovery_flow_for_browsers) | **GET** /self-service/recovery/browser | Initialize Recovery Flow for Browsers
|
102
|
+
*OryClient::V0alpha2Api* | [**initialize_self_service_recovery_flow_without_browser**](docs/V0alpha2Api.md#initialize_self_service_recovery_flow_without_browser) | **GET** /self-service/recovery/api | Initialize Recovery Flow for APIs, Services, Apps, ...
|
103
|
+
*OryClient::V0alpha2Api* | [**initialize_self_service_registration_flow_for_browsers**](docs/V0alpha2Api.md#initialize_self_service_registration_flow_for_browsers) | **GET** /self-service/registration/browser | Initialize Registration Flow for Browsers
|
104
|
+
*OryClient::V0alpha2Api* | [**initialize_self_service_registration_flow_without_browser**](docs/V0alpha2Api.md#initialize_self_service_registration_flow_without_browser) | **GET** /self-service/registration/api | Initialize Registration Flow for APIs, Services, Apps, ...
|
105
|
+
*OryClient::V0alpha2Api* | [**initialize_self_service_settings_flow_for_browsers**](docs/V0alpha2Api.md#initialize_self_service_settings_flow_for_browsers) | **GET** /self-service/settings/browser | Initialize Settings Flow for Browsers
|
106
|
+
*OryClient::V0alpha2Api* | [**initialize_self_service_settings_flow_without_browser**](docs/V0alpha2Api.md#initialize_self_service_settings_flow_without_browser) | **GET** /self-service/settings/api | Initialize Settings Flow for APIs, Services, Apps, ...
|
107
|
+
*OryClient::V0alpha2Api* | [**initialize_self_service_verification_flow_for_browsers**](docs/V0alpha2Api.md#initialize_self_service_verification_flow_for_browsers) | **GET** /self-service/verification/browser | Initialize Verification Flow for Browser Clients
|
108
|
+
*OryClient::V0alpha2Api* | [**initialize_self_service_verification_flow_without_browser**](docs/V0alpha2Api.md#initialize_self_service_verification_flow_without_browser) | **GET** /self-service/verification/api | Initialize Verification Flow for APIs, Services, Apps, ...
|
109
|
+
*OryClient::V0alpha2Api* | [**list_identity_schemas**](docs/V0alpha2Api.md#list_identity_schemas) | **GET** /schemas |
|
110
|
+
*OryClient::V0alpha2Api* | [**list_sessions**](docs/V0alpha2Api.md#list_sessions) | **GET** /sessions | This endpoints returns all other active sessions that belong to the logged-in user. The current session can be retrieved by calling the `/sessions/whoami` endpoint.
|
111
|
+
*OryClient::V0alpha2Api* | [**revoke_session**](docs/V0alpha2Api.md#revoke_session) | **DELETE** /sessions/{id} | Calling this endpoint invalidates the specified session. The current session cannot be revoked. Session data are not deleted.
|
112
|
+
*OryClient::V0alpha2Api* | [**revoke_sessions**](docs/V0alpha2Api.md#revoke_sessions) | **DELETE** /sessions | Calling this endpoint invalidates all except the current session that belong to the logged-in user. Session data are not deleted.
|
113
|
+
*OryClient::V0alpha2Api* | [**submit_self_service_login_flow**](docs/V0alpha2Api.md#submit_self_service_login_flow) | **POST** /self-service/login | Submit a Login Flow
|
114
|
+
*OryClient::V0alpha2Api* | [**submit_self_service_logout_flow**](docs/V0alpha2Api.md#submit_self_service_logout_flow) | **GET** /self-service/logout | Complete Self-Service Logout
|
115
|
+
*OryClient::V0alpha2Api* | [**submit_self_service_logout_flow_without_browser**](docs/V0alpha2Api.md#submit_self_service_logout_flow_without_browser) | **DELETE** /self-service/logout/api | Perform Logout for APIs, Services, Apps, ...
|
116
|
+
*OryClient::V0alpha2Api* | [**submit_self_service_recovery_flow**](docs/V0alpha2Api.md#submit_self_service_recovery_flow) | **POST** /self-service/recovery | Complete Recovery Flow
|
117
|
+
*OryClient::V0alpha2Api* | [**submit_self_service_registration_flow**](docs/V0alpha2Api.md#submit_self_service_registration_flow) | **POST** /self-service/registration | Submit a Registration Flow
|
118
|
+
*OryClient::V0alpha2Api* | [**submit_self_service_settings_flow**](docs/V0alpha2Api.md#submit_self_service_settings_flow) | **POST** /self-service/settings | Complete Settings Flow
|
119
|
+
*OryClient::V0alpha2Api* | [**submit_self_service_verification_flow**](docs/V0alpha2Api.md#submit_self_service_verification_flow) | **POST** /self-service/verification | Complete Verification Flow
|
120
|
+
*OryClient::V0alpha2Api* | [**to_session**](docs/V0alpha2Api.md#to_session) | **GET** /sessions/whoami | Check Who the Current HTTP Session Belongs To
|
131
121
|
|
132
122
|
|
133
123
|
## Documentation for Models
|
@@ -147,9 +137,11 @@ Class | Method | HTTP request | Description
|
|
147
137
|
- [OryClient::CloudAccount](docs/CloudAccount.md)
|
148
138
|
- [OryClient::CnameSettings](docs/CnameSettings.md)
|
149
139
|
- [OryClient::CreateCustomHostnameBody](docs/CreateCustomHostnameBody.md)
|
140
|
+
- [OryClient::CreateProjectBody](docs/CreateProjectBody.md)
|
150
141
|
- [OryClient::CreateSubscriptionPayload](docs/CreateSubscriptionPayload.md)
|
151
142
|
- [OryClient::ErrorAuthenticatorAssuranceLevelNotSatisfied](docs/ErrorAuthenticatorAssuranceLevelNotSatisfied.md)
|
152
143
|
- [OryClient::GenericError](docs/GenericError.md)
|
144
|
+
- [OryClient::GenericErrorContent](docs/GenericErrorContent.md)
|
153
145
|
- [OryClient::HealthNotReadyStatus](docs/HealthNotReadyStatus.md)
|
154
146
|
- [OryClient::HealthStatus](docs/HealthStatus.md)
|
155
147
|
- [OryClient::Identity](docs/Identity.md)
|
@@ -158,12 +150,11 @@ Class | Method | HTTP request | Description
|
|
158
150
|
- [OryClient::IdentityCredentialsOidcProvider](docs/IdentityCredentialsOidcProvider.md)
|
159
151
|
- [OryClient::IdentityCredentialsPassword](docs/IdentityCredentialsPassword.md)
|
160
152
|
- [OryClient::IdentityCredentialsType](docs/IdentityCredentialsType.md)
|
161
|
-
- [OryClient::IdentityPreset](docs/IdentityPreset.md)
|
162
153
|
- [OryClient::IdentitySchema](docs/IdentitySchema.md)
|
163
154
|
- [OryClient::IdentitySchemaLocation](docs/IdentitySchemaLocation.md)
|
155
|
+
- [OryClient::IdentitySchemaPreset](docs/IdentitySchemaPreset.md)
|
164
156
|
- [OryClient::IdentitySchemaValidationResult](docs/IdentitySchemaValidationResult.md)
|
165
157
|
- [OryClient::IdentityState](docs/IdentityState.md)
|
166
|
-
- [OryClient::InlineObject](docs/InlineObject.md)
|
167
158
|
- [OryClient::InlineResponse200](docs/InlineResponse200.md)
|
168
159
|
- [OryClient::InlineResponse2001](docs/InlineResponse2001.md)
|
169
160
|
- [OryClient::InlineResponse503](docs/InlineResponse503.md)
|
@@ -171,17 +162,22 @@ Class | Method | HTTP request | Description
|
|
171
162
|
- [OryClient::IsOwnerForProjectBySlug](docs/IsOwnerForProjectBySlug.md)
|
172
163
|
- [OryClient::IsOwnerForProjectBySlugPayload](docs/IsOwnerForProjectBySlugPayload.md)
|
173
164
|
- [OryClient::JsonError](docs/JsonError.md)
|
165
|
+
- [OryClient::JsonPatch](docs/JsonPatch.md)
|
174
166
|
- [OryClient::NeedsPrivilegedSessionError](docs/NeedsPrivilegedSessionError.md)
|
167
|
+
- [OryClient::NormalizedProject](docs/NormalizedProject.md)
|
168
|
+
- [OryClient::NormalizedProjectRevision](docs/NormalizedProjectRevision.md)
|
169
|
+
- [OryClient::NormalizedProjectRevisionHook](docs/NormalizedProjectRevisionHook.md)
|
170
|
+
- [OryClient::NormalizedProjectRevisionIdentitySchema](docs/NormalizedProjectRevisionIdentitySchema.md)
|
171
|
+
- [OryClient::NormalizedProjectRevisionThirdPartyProvider](docs/NormalizedProjectRevisionThirdPartyProvider.md)
|
175
172
|
- [OryClient::NullPlan](docs/NullPlan.md)
|
176
173
|
- [OryClient::Pagination](docs/Pagination.md)
|
177
174
|
- [OryClient::Project](docs/Project.md)
|
178
175
|
- [OryClient::ProjectHost](docs/ProjectHost.md)
|
179
176
|
- [OryClient::ProjectInvite](docs/ProjectInvite.md)
|
180
|
-
- [OryClient::
|
181
|
-
- [OryClient::
|
182
|
-
- [OryClient::ProjectRevisionIdentitySchema](docs/ProjectRevisionIdentitySchema.md)
|
183
|
-
- [OryClient::ProjectRevisionThirdPartyLoginProvider](docs/ProjectRevisionThirdPartyLoginProvider.md)
|
177
|
+
- [OryClient::ProjectServiceIdentity](docs/ProjectServiceIdentity.md)
|
178
|
+
- [OryClient::ProjectServices](docs/ProjectServices.md)
|
184
179
|
- [OryClient::ProjectSlug](docs/ProjectSlug.md)
|
180
|
+
- [OryClient::ProvisionMockSubscriptionPayload](docs/ProvisionMockSubscriptionPayload.md)
|
185
181
|
- [OryClient::QuotaProjectMemberSeats](docs/QuotaProjectMemberSeats.md)
|
186
182
|
- [OryClient::RecoveryAddress](docs/RecoveryAddress.md)
|
187
183
|
- [OryClient::RevokedSessions](docs/RevokedSessions.md)
|
@@ -228,7 +224,7 @@ Class | Method | HTTP request | Description
|
|
228
224
|
- [OryClient::SubmitSelfServiceVerificationFlowBody](docs/SubmitSelfServiceVerificationFlowBody.md)
|
229
225
|
- [OryClient::SubmitSelfServiceVerificationFlowWithLinkMethodBody](docs/SubmitSelfServiceVerificationFlowWithLinkMethodBody.md)
|
230
226
|
- [OryClient::Subscription](docs/Subscription.md)
|
231
|
-
- [OryClient::
|
227
|
+
- [OryClient::SuccessfulProjectUpdate](docs/SuccessfulProjectUpdate.md)
|
232
228
|
- [OryClient::SuccessfulSelfServiceLoginWithoutBrowser](docs/SuccessfulSelfServiceLoginWithoutBrowser.md)
|
233
229
|
- [OryClient::SuccessfulSelfServiceRegistrationWithoutBrowser](docs/SuccessfulSelfServiceRegistrationWithoutBrowser.md)
|
234
230
|
- [OryClient::UiContainer](docs/UiContainer.md)
|
@@ -242,7 +238,7 @@ Class | Method | HTTP request | Description
|
|
242
238
|
- [OryClient::UiNodeTextAttributes](docs/UiNodeTextAttributes.md)
|
243
239
|
- [OryClient::UiText](docs/UiText.md)
|
244
240
|
- [OryClient::UpdateCustomHostnameBody](docs/UpdateCustomHostnameBody.md)
|
245
|
-
- [OryClient::
|
241
|
+
- [OryClient::UpdateProject](docs/UpdateProject.md)
|
246
242
|
- [OryClient::UpdateSubscriptionPayload](docs/UpdateSubscriptionPayload.md)
|
247
243
|
- [OryClient::VerifiableIdentityAddress](docs/VerifiableIdentityAddress.md)
|
248
244
|
- [OryClient::Version](docs/Version.md)
|
@@ -0,0 +1,18 @@
|
|
1
|
+
# OryClient::CreateProjectBody
|
2
|
+
|
3
|
+
## Properties
|
4
|
+
|
5
|
+
| Name | Type | Description | Notes |
|
6
|
+
| ---- | ---- | ----------- | ----- |
|
7
|
+
| **name** | **String** | The name of the project to be created | |
|
8
|
+
|
9
|
+
## Example
|
10
|
+
|
11
|
+
```ruby
|
12
|
+
require 'ory-client'
|
13
|
+
|
14
|
+
instance = OryClient::CreateProjectBody.new(
|
15
|
+
name: null
|
16
|
+
)
|
17
|
+
```
|
18
|
+
|
data/docs/GenericError.md
CHANGED
@@ -5,16 +5,14 @@
|
|
5
5
|
| Name | Type | Description | Notes |
|
6
6
|
| ---- | ---- | ----------- | ----- |
|
7
7
|
| **code** | **Integer** | The status code | [optional] |
|
8
|
-
| **debug** | **String** | Debug
|
8
|
+
| **debug** | **String** | Debug information This field is often not exposed to protect against leaking sensitive information. | [optional] |
|
9
9
|
| **details** | **Object** | Further error details | [optional] |
|
10
|
-
| **error** | **
|
11
|
-
| **error_description** | **String** | Description contains further information on the nature of the error. | [optional] |
|
10
|
+
| **error** | [**GenericErrorContent**](GenericErrorContent.md) | | [optional] |
|
12
11
|
| **id** | **String** | The error ID Useful when trying to identify various errors in application logic. | [optional] |
|
13
|
-
| **message** | **String** |
|
12
|
+
| **message** | **String** | Error message The error's message. | |
|
14
13
|
| **reason** | **String** | A human-readable reason for the error | [optional] |
|
15
14
|
| **request** | **String** | The request ID The request ID is often exposed internally in order to trace errors across service architectures. This is often a UUID. | [optional] |
|
16
15
|
| **status** | **String** | The status description | [optional] |
|
17
|
-
| **status_code** | **Integer** | Code represents the error status code (404, 403, 401, ...). | [optional] |
|
18
16
|
|
19
17
|
## Example
|
20
18
|
|
@@ -23,16 +21,14 @@ require 'ory-client'
|
|
23
21
|
|
24
22
|
instance = OryClient::GenericError.new(
|
25
23
|
code: 404,
|
26
|
-
debug:
|
24
|
+
debug: SQL field "foo" is not a bool.,
|
27
25
|
details: null,
|
28
|
-
error:
|
29
|
-
error_description: Object with ID 12345 does not exist,
|
26
|
+
error: null,
|
30
27
|
id: null,
|
31
28
|
message: The resource could not be found,
|
32
29
|
reason: User with ID 1234 does not exist.,
|
33
30
|
request: d7ef54b1-ec15-46e6-bccb-524b82c035e6,
|
34
|
-
status: Not Found
|
35
|
-
status_code: 404
|
31
|
+
status: Not Found
|
36
32
|
)
|
37
33
|
```
|
38
34
|
|
@@ -0,0 +1,26 @@
|
|
1
|
+
# OryClient::GenericErrorContent
|
2
|
+
|
3
|
+
## Properties
|
4
|
+
|
5
|
+
| Name | Type | Description | Notes |
|
6
|
+
| ---- | ---- | ----------- | ----- |
|
7
|
+
| **debug** | **String** | Debug contains debug information. This is usually not available and has to be enabled. | [optional] |
|
8
|
+
| **error** | **String** | Name is the error name. | [optional] |
|
9
|
+
| **error_description** | **String** | Description contains further information on the nature of the error. | [optional] |
|
10
|
+
| **message** | **String** | Message contains the error message. | [optional] |
|
11
|
+
| **status_code** | **Integer** | Code represents the error status code (404, 403, 401, ...). | [optional] |
|
12
|
+
|
13
|
+
## Example
|
14
|
+
|
15
|
+
```ruby
|
16
|
+
require 'ory-client'
|
17
|
+
|
18
|
+
instance = OryClient::GenericErrorContent.new(
|
19
|
+
debug: The database adapter was unable to find the element,
|
20
|
+
error: The requested resource could not be found,
|
21
|
+
error_description: Object with ID 12345 does not exist,
|
22
|
+
message: null,
|
23
|
+
status_code: 404
|
24
|
+
)
|
25
|
+
```
|
26
|
+
|
@@ -1,4 +1,4 @@
|
|
1
|
-
# OryClient::
|
1
|
+
# OryClient::IdentitySchemaPreset
|
2
2
|
|
3
3
|
## Properties
|
4
4
|
|
@@ -12,7 +12,7 @@
|
|
12
12
|
```ruby
|
13
13
|
require 'ory-client'
|
14
14
|
|
15
|
-
instance = OryClient::
|
15
|
+
instance = OryClient::IdentitySchemaPreset.new(
|
16
16
|
schema: null,
|
17
17
|
url: null
|
18
18
|
)
|
data/docs/JsonPatch.md
ADDED
@@ -0,0 +1,22 @@
|
|
1
|
+
# OryClient::JsonPatch
|
2
|
+
|
3
|
+
## Properties
|
4
|
+
|
5
|
+
| Name | Type | Description | Notes |
|
6
|
+
| ---- | ---- | ----------- | ----- |
|
7
|
+
| **op** | **String** | The JSON Patch operation | |
|
8
|
+
| **path** | **String** | The JSON Pointer to the target key | |
|
9
|
+
| **value** | **Object** | The value to be used. Only available for `add` and `replace` operations. | [optional] |
|
10
|
+
|
11
|
+
## Example
|
12
|
+
|
13
|
+
```ruby
|
14
|
+
require 'ory-client'
|
15
|
+
|
16
|
+
instance = OryClient::JsonPatch.new(
|
17
|
+
op: null,
|
18
|
+
path: /services/identity/config/smtp/from_name,
|
19
|
+
value: null
|
20
|
+
)
|
21
|
+
```
|
22
|
+
|
data/docs/MetadataApi.md
CHANGED
@@ -4,9 +4,9 @@ All URIs are relative to *https://playground.projects.oryapis.com*
|
|
4
4
|
|
5
5
|
| Method | HTTP request | Description |
|
6
6
|
| ------ | ------------ | ----------- |
|
7
|
-
| [**get_version**](MetadataApi.md#get_version) | **GET** /
|
8
|
-
| [**is_alive**](MetadataApi.md#is_alive) | **GET** /
|
9
|
-
| [**is_ready**](MetadataApi.md#is_ready) | **GET** /
|
7
|
+
| [**get_version**](MetadataApi.md#get_version) | **GET** /version | Return Running Software Version. |
|
8
|
+
| [**is_alive**](MetadataApi.md#is_alive) | **GET** /health/alive | Check HTTP Server Status |
|
9
|
+
| [**is_ready**](MetadataApi.md#is_ready) | **GET** /health/ready | Check HTTP Server and Database Status |
|
10
10
|
|
11
11
|
|
12
12
|
## get_version
|
@@ -0,0 +1,34 @@
|
|
1
|
+
# OryClient::NormalizedProject
|
2
|
+
|
3
|
+
## Properties
|
4
|
+
|
5
|
+
| Name | Type | Description | Notes |
|
6
|
+
| ---- | ---- | ----------- | ----- |
|
7
|
+
| **created_at** | **Time** | The Project's Creation Date | [readonly] |
|
8
|
+
| **current_revision** | [**NormalizedProjectRevision**](NormalizedProjectRevision.md) | | |
|
9
|
+
| **hosts** | **Array<String>** | | |
|
10
|
+
| **id** | **String** | | |
|
11
|
+
| **revisions** | [**Array<NormalizedProjectRevision>**](NormalizedProjectRevision.md) | | |
|
12
|
+
| **slug** | **String** | The project's slug | [readonly] |
|
13
|
+
| **state** | **String** | The state of the project. | [readonly] |
|
14
|
+
| **subscription_id** | **String** | | [optional] |
|
15
|
+
| **updated_at** | **Time** | Last Time Project was Updated | [readonly] |
|
16
|
+
|
17
|
+
## Example
|
18
|
+
|
19
|
+
```ruby
|
20
|
+
require 'ory-client'
|
21
|
+
|
22
|
+
instance = OryClient::NormalizedProject.new(
|
23
|
+
created_at: null,
|
24
|
+
current_revision: null,
|
25
|
+
hosts: null,
|
26
|
+
id: null,
|
27
|
+
revisions: null,
|
28
|
+
slug: null,
|
29
|
+
state: null,
|
30
|
+
subscription_id: null,
|
31
|
+
updated_at: null
|
32
|
+
)
|
33
|
+
```
|
34
|
+
|
@@ -1,4 +1,4 @@
|
|
1
|
-
# OryClient::
|
1
|
+
# OryClient::NormalizedProjectRevision
|
2
2
|
|
3
3
|
## Properties
|
4
4
|
|
@@ -11,17 +11,30 @@
|
|
11
11
|
| **kratos_courier_smtp_from_address** | **String** | Configures the Ory Kratos SMTP From Address This governs the \"courier.smtp.from_address\" setting. | [optional] |
|
12
12
|
| **kratos_courier_smtp_from_name** | **String** | Configures the Ory Kratos SMTP From Name This governs the \"courier.smtp.from_name\" setting. | [optional] |
|
13
13
|
| **kratos_courier_smtp_headers** | **Object** | NullJSONRawMessage represents a json.RawMessage that works well with JSON, SQL, and Swagger and is NULLable- | [optional] |
|
14
|
-
| **
|
14
|
+
| **kratos_courier_templates_recovery_invalid_email_body_html** | **String** | Configures the Ory Kratos Invalid Recovery Email Body HTML Template This governs the \"courier.smtp.templates.recovery.invalid.email.body.html\" setting. | [optional] |
|
15
|
+
| **kratos_courier_templates_recovery_invalid_email_body_plaintext** | **String** | Configures the Ory Kratos Invalid Recovery Email Body Plaintext Template This governs the \"courier.smtp.templates.recovery.invalid.email.body.plaintext\" setting. | [optional] |
|
16
|
+
| **kratos_courier_templates_recovery_invalid_email_subject** | **String** | Configures the Ory Kratos Invalid Recovery Email Subject Template This governs the \"courier.smtp.templates.recovery.invalid.email.body.html\" setting. | [optional] |
|
17
|
+
| **kratos_courier_templates_recovery_valid_email_body_html** | **String** | Configures the Ory Kratos Valid Recovery Email Body HTML Template This governs the \"courier.smtp.templates.recovery.valid.email.body.html\" setting. | [optional] |
|
18
|
+
| **kratos_courier_templates_recovery_valid_email_body_plaintext** | **String** | Configures the Ory Kratos Valid Recovery Email Body Plaintext Template This governs the \"courier.smtp.templates.recovery.valid.email.body.plaintext\" setting. | [optional] |
|
19
|
+
| **kratos_courier_templates_recovery_valid_email_subject** | **String** | Configures the Ory Kratos Valid Recovery Email Subject Template This governs the \"courier.smtp.templates.recovery.valid.email.subject\" setting. | [optional] |
|
20
|
+
| **kratos_courier_templates_verification_invalid_email_body_html** | **String** | Configures the Ory Kratos Invalid Verification Email Body HTML Template This governs the \"courier.smtp.templates.verification.invalid.email.body.html\" setting. | [optional] |
|
21
|
+
| **kratos_courier_templates_verification_invalid_email_body_plaintext** | **String** | Configures the Ory Kratos Invalid Verification Email Body Plaintext Template This governs the \"courier.smtp.templates.recovery.invalid.email.body.plaintext\" setting. | [optional] |
|
22
|
+
| **kratos_courier_templates_verification_invalid_email_subject** | **String** | Configures the Ory Kratos Invalid Verification Email Subject Template This governs the \"courier.smtp.templates.verification.invalid.email.subject\" setting. | [optional] |
|
23
|
+
| **kratos_courier_templates_verification_valid_email_body_html** | **String** | Configures the Ory Kratos Valid Verification Email Body HTML Template This governs the \"courier.smtp.templates.verification.valid.email.body.html\" setting. | [optional] |
|
24
|
+
| **kratos_courier_templates_verification_valid_email_body_plaintext** | **String** | Configures the Ory Kratos Valid Verification Email Body Plaintext Template This governs the \"courier.smtp.templates.recovery.valid.email.body.plaintext\" setting. | [optional] |
|
25
|
+
| **kratos_courier_templates_verification_valid_email_subject** | **String** | Configures the Ory Kratos Valid Verification Email Subject Template This governs the \"courier.smtp.templates.verification.valid.email.subject\" setting. | [optional] |
|
26
|
+
| **kratos_identity_schemas** | [**Array<NormalizedProjectRevisionIdentitySchema>**](NormalizedProjectRevisionIdentitySchema.md) | | [optional] |
|
15
27
|
| **kratos_secrets_cipher** | **Array<String>** | | [optional] |
|
16
28
|
| **kratos_secrets_cookie** | **Array<String>** | | [optional] |
|
17
29
|
| **kratos_secrets_default** | **Array<String>** | | [optional] |
|
18
30
|
| **kratos_selfservice_allowed_return_urls** | **Array<String>** | | [optional] |
|
19
31
|
| **kratos_selfservice_default_browser_return_url** | **String** | Configures the Ory Kratos Default Return URL This governs the \"selfservice.allowed_return_urls\" setting. | [optional] |
|
20
32
|
| **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<
|
33
|
+
| **kratos_selfservice_flows_hooks** | [**Array<NormalizedProjectRevisionHook>**](NormalizedProjectRevisionHook.md) | | [optional] |
|
22
34
|
| **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
35
|
| **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
36
|
| **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] |
|
37
|
+
| **kratos_selfservice_flows_login_after_webauthn_default_browser_return_url** | **String** | Configures the Ory Kratos Login After WebAuthn Default Return URL This governs the \"selfservice.flows.login.after.webauthn.default_browser_return_url\" setting. | [optional] |
|
25
38
|
| **kratos_selfservice_flows_login_lifespan** | **String** | Configures the Ory Kratos Login Lifespan This governs the \"selfservice.flows.login.lifespan\" setting. | [optional] |
|
26
39
|
| **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
40
|
| **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] |
|
@@ -32,8 +45,10 @@
|
|
32
45
|
| **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
46
|
| **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
47
|
| **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] |
|
48
|
+
| **kratos_selfservice_flows_registration_after_webauthn_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] |
|
49
|
+
| **kratos_selfservice_flows_registration_enabled** | **Boolean** | | [optional] |
|
35
50
|
| **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.
|
51
|
+
| **kratos_selfservice_flows_registration_ui_url** | **String** | Configures the Ory Kratos Registration UI URL This governs the \"selfservice.flows.registration.ui_url\" setting. | [optional] |
|
37
52
|
| **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
53
|
| **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
54
|
| **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] |
|
@@ -49,15 +64,19 @@
|
|
49
64
|
| **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
65
|
| **kratos_selfservice_methods_link_enabled** | **Boolean** | | [optional] |
|
51
66
|
| **kratos_selfservice_methods_lookup_secret_enabled** | **Boolean** | | [optional] |
|
52
|
-
| **
|
67
|
+
| **kratos_selfservice_methods_oidc_config_base_redirect_uri** | **String** | Configures the Ory Kratos Third Party / OpenID Connect base redirect URI This governs the \"selfservice.methods.oidc.config.base_redirect_uri\" setting. | [optional] |
|
68
|
+
| **kratos_selfservice_methods_oidc_config_providers** | [**Array<NormalizedProjectRevisionThirdPartyProvider>**](NormalizedProjectRevisionThirdPartyProvider.md) | | [optional] |
|
53
69
|
| **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
70
|
| **kratos_selfservice_methods_password_config_haveibeenpwned_enabled** | **Boolean** | | [optional] |
|
71
|
+
| **kratos_selfservice_methods_password_config_identifier_similarity_check_enabled** | **Boolean** | | [optional] |
|
55
72
|
| **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.
|
73
|
+
| **kratos_selfservice_methods_password_config_max_breaches** | **Integer** | Configures Ory Kratos Password Max Breaches Detection This governs the \"selfservice.methods.password.config.max_breaches\" setting. | [optional] |
|
74
|
+
| **kratos_selfservice_methods_password_config_min_password_length** | **Integer** | Configures the minimum length of passwords. This governs the \"selfservice.methods.password.config.min_password_length\" setting. | [optional] |
|
57
75
|
| **kratos_selfservice_methods_password_enabled** | **Boolean** | | [optional] |
|
58
76
|
| **kratos_selfservice_methods_profile_enabled** | **Boolean** | | [optional] |
|
59
77
|
| **kratos_selfservice_methods_totp_config_issuer** | **String** | Configures Ory Kratos TOTP Issuer This governs the \"selfservice.methods.totp.config.issuer\" setting. | [optional] |
|
60
78
|
| **kratos_selfservice_methods_totp_enabled** | **Boolean** | | [optional] |
|
79
|
+
| **kratos_selfservice_methods_webauthn_config_passwordless** | **Boolean** | Configures whether Ory Kratos Webauthn is used for passwordless flows This governs the \"selfservice.methods.webauthn.config.passwordless\" setting. | [optional] |
|
61
80
|
| **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
81
|
| **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
82
|
| **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] |
|
@@ -76,7 +95,7 @@
|
|
76
95
|
```ruby
|
77
96
|
require 'ory-client'
|
78
97
|
|
79
|
-
instance = OryClient::
|
98
|
+
instance = OryClient::NormalizedProjectRevision.new(
|
80
99
|
created_at: null,
|
81
100
|
id: null,
|
82
101
|
kratos_cookies_same_site: null,
|
@@ -84,6 +103,18 @@ instance = OryClient::ProjectRevision.new(
|
|
84
103
|
kratos_courier_smtp_from_address: null,
|
85
104
|
kratos_courier_smtp_from_name: null,
|
86
105
|
kratos_courier_smtp_headers: null,
|
106
|
+
kratos_courier_templates_recovery_invalid_email_body_html: null,
|
107
|
+
kratos_courier_templates_recovery_invalid_email_body_plaintext: null,
|
108
|
+
kratos_courier_templates_recovery_invalid_email_subject: null,
|
109
|
+
kratos_courier_templates_recovery_valid_email_body_html: null,
|
110
|
+
kratos_courier_templates_recovery_valid_email_body_plaintext: null,
|
111
|
+
kratos_courier_templates_recovery_valid_email_subject: null,
|
112
|
+
kratos_courier_templates_verification_invalid_email_body_html: null,
|
113
|
+
kratos_courier_templates_verification_invalid_email_body_plaintext: null,
|
114
|
+
kratos_courier_templates_verification_invalid_email_subject: null,
|
115
|
+
kratos_courier_templates_verification_valid_email_body_html: null,
|
116
|
+
kratos_courier_templates_verification_valid_email_body_plaintext: null,
|
117
|
+
kratos_courier_templates_verification_valid_email_subject: null,
|
87
118
|
kratos_identity_schemas: null,
|
88
119
|
kratos_secrets_cipher: null,
|
89
120
|
kratos_secrets_cookie: null,
|
@@ -95,6 +126,7 @@ instance = OryClient::ProjectRevision.new(
|
|
95
126
|
kratos_selfservice_flows_login_after_default_browser_return_url: null,
|
96
127
|
kratos_selfservice_flows_login_after_oidc_default_browser_return_url: null,
|
97
128
|
kratos_selfservice_flows_login_after_password_default_browser_return_url: null,
|
129
|
+
kratos_selfservice_flows_login_after_webauthn_default_browser_return_url: null,
|
98
130
|
kratos_selfservice_flows_login_lifespan: null,
|
99
131
|
kratos_selfservice_flows_login_ui_url: null,
|
100
132
|
kratos_selfservice_flows_logout_after_default_browser_return_url: null,
|
@@ -105,6 +137,8 @@ instance = OryClient::ProjectRevision.new(
|
|
105
137
|
kratos_selfservice_flows_registration_after_default_browser_return_url: null,
|
106
138
|
kratos_selfservice_flows_registration_after_oidc_default_browser_return_url: null,
|
107
139
|
kratos_selfservice_flows_registration_after_password_default_browser_return_url: null,
|
140
|
+
kratos_selfservice_flows_registration_after_webauthn_default_browser_return_url: null,
|
141
|
+
kratos_selfservice_flows_registration_enabled: null,
|
108
142
|
kratos_selfservice_flows_registration_lifespan: null,
|
109
143
|
kratos_selfservice_flows_registration_ui_url: null,
|
110
144
|
kratos_selfservice_flows_settings_after_default_browser_return_url: null,
|
@@ -122,15 +156,19 @@ instance = OryClient::ProjectRevision.new(
|
|
122
156
|
kratos_selfservice_methods_link_config_lifespan: null,
|
123
157
|
kratos_selfservice_methods_link_enabled: null,
|
124
158
|
kratos_selfservice_methods_lookup_secret_enabled: null,
|
159
|
+
kratos_selfservice_methods_oidc_config_base_redirect_uri: null,
|
125
160
|
kratos_selfservice_methods_oidc_config_providers: null,
|
126
161
|
kratos_selfservice_methods_oidc_enabled: null,
|
127
162
|
kratos_selfservice_methods_password_config_haveibeenpwned_enabled: null,
|
163
|
+
kratos_selfservice_methods_password_config_identifier_similarity_check_enabled: null,
|
128
164
|
kratos_selfservice_methods_password_config_ignore_network_errors: null,
|
129
165
|
kratos_selfservice_methods_password_config_max_breaches: null,
|
166
|
+
kratos_selfservice_methods_password_config_min_password_length: null,
|
130
167
|
kratos_selfservice_methods_password_enabled: null,
|
131
168
|
kratos_selfservice_methods_profile_enabled: null,
|
132
169
|
kratos_selfservice_methods_totp_config_issuer: null,
|
133
170
|
kratos_selfservice_methods_totp_enabled: null,
|
171
|
+
kratos_selfservice_methods_webauthn_config_passwordless: null,
|
134
172
|
kratos_selfservice_methods_webauthn_config_rp_display_name: null,
|
135
173
|
kratos_selfservice_methods_webauthn_config_rp_icon: null,
|
136
174
|
kratos_selfservice_methods_webauthn_config_rp_id: null,
|
@@ -1,4 +1,4 @@
|
|
1
|
-
# OryClient::
|
1
|
+
# OryClient::NormalizedProjectRevisionHook
|
2
2
|
|
3
3
|
## Properties
|
4
4
|
|
@@ -18,6 +18,7 @@
|
|
18
18
|
| **web_hook_config_auth_type** | **String** | HTTP Auth Method to use for the Web-Hook | [optional] |
|
19
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
20
|
| **web_hook_config_method** | **String** | The HTTP method to use (GET, POST, etc) for the Web-Hook | [optional] |
|
21
|
+
| **web_hook_config_response_ignore** | **Boolean** | Whether to ignore the Web Hook response | [optional] |
|
21
22
|
| **web_hook_config_url** | **String** | The URL the Web-Hook should call | [optional] |
|
22
23
|
|
23
24
|
## Example
|
@@ -25,7 +26,7 @@
|
|
25
26
|
```ruby
|
26
27
|
require 'ory-client'
|
27
28
|
|
28
|
-
instance = OryClient::
|
29
|
+
instance = OryClient::NormalizedProjectRevisionHook.new(
|
29
30
|
config_key: null,
|
30
31
|
created_at: null,
|
31
32
|
hook: null,
|
@@ -40,6 +41,7 @@ instance = OryClient::ProjectRevisionHook.new(
|
|
40
41
|
web_hook_config_auth_type: null,
|
41
42
|
web_hook_config_body: base64://ZnVuY3Rpb24oY3R4KSB7CiAgaWRlbnRpdHlfaWQ6IGlmIGN0eFsiaWRlbnRpdHkiXSAhPSBudWxsIHRoZW4gY3R4LmlkZW50aXR5LmlkLAp9=,
|
42
43
|
web_hook_config_method: POST,
|
44
|
+
web_hook_config_response_ignore: null,
|
43
45
|
web_hook_config_url: https://www.example.org/web-hook-listener
|
44
46
|
)
|
45
47
|
```
|