ory-client 1.11.10__py3-none-any.whl → 1.11.12__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- ory_client/__init__.py +3 -2
- ory_client/api/courier_api.py +1 -1
- ory_client/api/events_api.py +5 -5
- ory_client/api/frontend_api.py +1 -1
- ory_client/api/identity_api.py +30 -13
- ory_client/api/jwk_api.py +1 -1
- ory_client/api/metadata_api.py +1 -1
- ory_client/api/o_auth2_api.py +1 -1
- ory_client/api/oidc_api.py +1 -1
- ory_client/api/permission_api.py +1 -1
- ory_client/api/project_api.py +68 -17
- ory_client/api/relationship_api.py +1 -1
- ory_client/api/wellknown_api.py +1 -1
- ory_client/api/workspace_api.py +6 -6
- ory_client/api_client.py +2 -2
- ory_client/configuration.py +9 -30
- ory_client/exceptions.py +1 -1
- ory_client/models/__init__.py +2 -1
- ory_client/models/accept_o_auth2_consent_request.py +1 -1
- ory_client/models/accept_o_auth2_consent_request_session.py +1 -1
- ory_client/models/accept_o_auth2_login_request.py +1 -1
- ory_client/models/account_experience_configuration.py +1 -1
- ory_client/models/account_experience_theme_variables.py +1 -1
- ory_client/models/active_project_in_console.py +1 -1
- ory_client/models/add_project_to_workspace_body.py +1 -1
- ory_client/models/attribute.py +1 -1
- ory_client/models/attribute_filter.py +1 -1
- ory_client/models/attributes_count_datapoint.py +1 -1
- ory_client/models/authenticator_assurance_level.py +1 -1
- ory_client/models/batch_patch_identities_response.py +1 -1
- ory_client/models/billing_period_bucket.py +1 -1
- ory_client/models/check_opl_syntax_result.py +1 -1
- ory_client/models/check_permission_result.py +1 -1
- ory_client/models/cloud_account.py +1 -1
- ory_client/models/consistency_request_parameters.py +1 -1
- ory_client/models/continue_with.py +1 -1
- ory_client/models/continue_with_recovery_ui.py +1 -1
- ory_client/models/continue_with_recovery_ui_flow.py +1 -1
- ory_client/models/continue_with_set_ory_session_token.py +1 -1
- ory_client/models/continue_with_settings_ui.py +1 -1
- ory_client/models/continue_with_settings_ui_flow.py +1 -1
- ory_client/models/continue_with_verification_ui.py +1 -1
- ory_client/models/continue_with_verification_ui_flow.py +1 -1
- ory_client/models/courier_message_status.py +1 -1
- ory_client/models/courier_message_type.py +1 -1
- ory_client/models/create_custom_domain_body.py +1 -1
- ory_client/models/create_event_stream_body.py +1 -1
- ory_client/models/create_identity_body.py +1 -1
- ory_client/models/create_invite_response.py +1 -1
- ory_client/models/create_json_web_key_set.py +1 -1
- ory_client/models/create_project_api_key_request.py +1 -1
- ory_client/models/create_project_body.py +14 -2
- ory_client/models/create_project_branding.py +1 -1
- ory_client/models/create_project_member_invite_body.py +1 -1
- ory_client/models/create_project_normalized_payload.py +14 -2
- ory_client/models/create_recovery_code_for_identity_body.py +1 -1
- ory_client/models/create_recovery_link_for_identity_body.py +1 -1
- ory_client/models/create_relationship_body.py +1 -1
- ory_client/models/create_subscription_body.py +1 -1
- ory_client/models/create_subscription_common.py +1 -1
- ory_client/models/create_verifiable_credential_request_body.py +1 -1
- ory_client/models/create_workspace_body.py +1 -1
- ory_client/models/create_workspace_member_invite_body.py +1 -1
- ory_client/models/create_workspace_subscription_body.py +1 -1
- ory_client/models/credential_supported_draft00.py +1 -1
- ory_client/models/custom_domain.py +1 -1
- ory_client/models/delete_my_sessions_count.py +1 -1
- ory_client/models/email_template_data.py +1 -1
- ory_client/models/email_template_data_body.py +1 -1
- ory_client/models/error_authenticator_assurance_level_not_satisfied.py +1 -1
- ory_client/models/error_browser_location_change_required.py +1 -1
- ory_client/models/error_flow_replaced.py +1 -1
- ory_client/models/error_generic.py +1 -1
- ory_client/models/error_o_auth2.py +1 -1
- ory_client/models/event_stream.py +1 -1
- ory_client/models/expanded_permission_tree.py +1 -1
- ory_client/models/flow_error.py +1 -1
- ory_client/models/generic_error.py +1 -1
- ory_client/models/generic_error_content.py +1 -1
- ory_client/models/generic_usage.py +1 -1
- ory_client/models/get_attributes_count_response.py +1 -1
- ory_client/models/get_managed_identity_schema_location.py +1 -1
- ory_client/models/get_metrics_event_attributes_response.py +1 -1
- ory_client/models/get_metrics_event_types_response.py +1 -1
- ory_client/models/get_organization_response.py +1 -1
- ory_client/models/get_project_events_body.py +1 -1
- ory_client/models/get_project_events_response.py +1 -1
- ory_client/models/get_project_metrics_response.py +1 -1
- ory_client/models/get_session_activity_response.py +1 -1
- ory_client/models/get_version200_response.py +1 -1
- ory_client/models/health_not_ready_status.py +1 -1
- ory_client/models/health_status.py +1 -1
- ory_client/models/identity.py +1 -1
- ory_client/models/identity_credentials.py +1 -1
- ory_client/models/identity_credentials_code.py +1 -1
- ory_client/models/identity_credentials_oidc.py +1 -1
- ory_client/models/identity_credentials_oidc_provider.py +1 -1
- ory_client/models/identity_credentials_password.py +1 -1
- ory_client/models/identity_patch.py +1 -1
- ory_client/models/identity_patch_response.py +1 -1
- ory_client/models/identity_schema_container.py +1 -1
- ory_client/models/identity_schema_preset.py +1 -1
- ory_client/models/identity_with_credentials.py +1 -1
- ory_client/models/identity_with_credentials_oidc.py +1 -1
- ory_client/models/identity_with_credentials_oidc_config.py +1 -1
- ory_client/models/identity_with_credentials_oidc_config_provider.py +1 -1
- ory_client/models/identity_with_credentials_password.py +1 -1
- ory_client/models/identity_with_credentials_password_config.py +1 -1
- ory_client/models/internal_get_project_branding_body.py +1 -1
- ory_client/models/internal_is_ax_welcome_screen_enabled_for_project_body.py +1 -1
- ory_client/models/internal_is_owner_for_project_by_slug_body.py +1 -1
- ory_client/models/internal_is_owner_for_project_by_slug_response.py +1 -1
- ory_client/models/introspected_o_auth2_token.py +1 -1
- ory_client/models/invoice.py +1 -1
- ory_client/models/invoice_data_v1.py +1 -1
- ory_client/models/is_owner_for_project_by_slug.py +1 -1
- ory_client/models/json_patch.py +1 -1
- ory_client/models/json_web_key.py +1 -1
- ory_client/models/json_web_key_set.py +1 -1
- ory_client/models/keto_namespace.py +1 -1
- ory_client/models/line_item_v1.py +1 -1
- ory_client/models/list_event_streams.py +1 -1
- ory_client/models/list_invoices_response.py +1 -1
- ory_client/models/list_organizations_response.py +8 -4
- ory_client/models/list_workspace_projects.py +1 -1
- ory_client/models/list_workspaces.py +1 -1
- ory_client/models/login_flow.py +1 -1
- ory_client/models/login_flow_state.py +1 -1
- ory_client/models/logout_flow.py +1 -1
- ory_client/models/managed_identity_schema.py +1 -1
- ory_client/models/managed_identity_schema_validation_result.py +1 -1
- ory_client/models/member_invite.py +1 -1
- ory_client/models/message.py +1 -1
- ory_client/models/message_dispatch.py +1 -1
- ory_client/models/metrics_datapoint.py +1 -1
- ory_client/models/money.py +1 -1
- ory_client/models/namespace.py +1 -1
- ory_client/models/needs_privileged_session_error.py +1 -1
- ory_client/models/normalized_project.py +13 -2
- ory_client/models/normalized_project_revision.py +1 -1
- ory_client/models/normalized_project_revision_courier_channel.py +1 -1
- ory_client/models/normalized_project_revision_hook.py +1 -1
- ory_client/models/normalized_project_revision_identity_schema.py +1 -1
- ory_client/models/normalized_project_revision_third_party_provider.py +1 -1
- ory_client/models/normalized_project_revision_tokenizer_template.py +1 -1
- ory_client/models/o_auth2_client.py +1 -1
- ory_client/models/o_auth2_client_token_lifespans.py +1 -1
- ory_client/models/o_auth2_consent_request.py +1 -1
- ory_client/models/o_auth2_consent_request_open_id_connect_context.py +1 -1
- ory_client/models/o_auth2_consent_session.py +1 -1
- ory_client/models/o_auth2_consent_session_expires_at.py +1 -1
- ory_client/models/o_auth2_login_request.py +1 -1
- ory_client/models/o_auth2_logout_request.py +1 -1
- ory_client/models/o_auth2_redirect_to.py +1 -1
- ory_client/models/o_auth2_token_exchange.py +1 -1
- ory_client/models/oidc_configuration.py +1 -1
- ory_client/models/oidc_user_info.py +1 -1
- ory_client/models/organization.py +1 -1
- ory_client/models/organization_body.py +1 -1
- ory_client/models/pagination.py +1 -1
- ory_client/models/pagination_headers.py +1 -1
- ory_client/models/parse_error.py +1 -1
- ory_client/models/patch_identities_body.py +1 -1
- ory_client/models/perform_native_logout_body.py +1 -1
- ory_client/models/permissions_on_workspace.py +1 -1
- ory_client/models/plan.py +1 -1
- ory_client/models/plan_details.py +1 -1
- ory_client/models/post_check_permission_body.py +1 -1
- ory_client/models/post_check_permission_or_error_body.py +1 -1
- ory_client/models/project.py +11 -2
- ory_client/models/project_api_key.py +1 -1
- ory_client/models/project_branding.py +1 -1
- ory_client/models/project_branding_colors.py +1 -1
- ory_client/models/project_branding_theme.py +1 -1
- ory_client/models/project_cors.py +1 -1
- ory_client/models/project_events_datapoint.py +1 -1
- ory_client/models/project_host.py +1 -1
- ory_client/models/project_member.py +1 -1
- ory_client/models/project_metadata.py +11 -2
- ory_client/models/project_service_identity.py +1 -1
- ory_client/models/project_service_o_auth2.py +1 -1
- ory_client/models/project_service_permission.py +1 -1
- ory_client/models/project_services.py +1 -1
- ory_client/models/quota_usage.py +4 -4
- ory_client/models/recovery_code_for_identity.py +1 -1
- ory_client/models/recovery_flow.py +1 -1
- ory_client/models/recovery_flow_state.py +1 -1
- ory_client/models/recovery_identity_address.py +1 -1
- ory_client/models/recovery_link_for_identity.py +1 -1
- ory_client/models/registration_flow.py +1 -1
- ory_client/models/registration_flow_state.py +1 -1
- ory_client/models/reject_o_auth2_request.py +1 -1
- ory_client/models/relation_query.py +1 -1
- ory_client/models/relationship.py +1 -1
- ory_client/models/relationship_namespaces.py +1 -1
- ory_client/models/relationship_patch.py +1 -1
- ory_client/models/relationships.py +1 -1
- ory_client/models/rfc6749_error_json.py +1 -1
- ory_client/models/schema_patch.py +1 -1
- ory_client/models/self_service_flow_expired_error.py +1 -1
- ory_client/models/session.py +1 -1
- ory_client/models/session_activity_datapoint.py +1 -1
- ory_client/models/session_authentication_method.py +1 -1
- ory_client/models/session_device.py +1 -1
- ory_client/models/set_active_project_in_console_body.py +1 -1
- ory_client/models/set_custom_domain_body.py +1 -1
- ory_client/models/set_event_stream_body.py +1 -1
- ory_client/models/set_project.py +1 -1
- ory_client/models/set_project_branding_theme_body.py +1 -1
- ory_client/models/settings_flow.py +1 -1
- ory_client/models/settings_flow_state.py +1 -1
- ory_client/models/source_position.py +1 -1
- ory_client/models/subject_set.py +1 -1
- ory_client/models/subscription.py +1 -1
- ory_client/models/successful_code_exchange_response.py +1 -1
- ory_client/models/successful_native_login.py +1 -1
- ory_client/models/successful_native_registration.py +1 -1
- ory_client/models/successful_project_update.py +1 -1
- ory_client/models/tax_line_item.py +1 -1
- ory_client/models/time_interval.py +1 -1
- ory_client/models/token_pagination.py +1 -1
- ory_client/models/token_pagination_headers.py +1 -1
- ory_client/models/token_pagination_request_parameters.py +1 -1
- ory_client/models/token_pagination_response_headers.py +1 -1
- ory_client/models/trust_o_auth2_jwt_grant_issuer.py +1 -1
- ory_client/models/trusted_o_auth2_jwt_grant_issuer.py +1 -1
- ory_client/models/trusted_o_auth2_jwt_grant_json_web_key.py +1 -1
- ory_client/models/ui_container.py +1 -1
- ory_client/models/ui_node.py +1 -1
- ory_client/models/ui_node_anchor_attributes.py +1 -1
- ory_client/models/ui_node_attributes.py +1 -1
- ory_client/models/ui_node_image_attributes.py +1 -1
- ory_client/models/ui_node_input_attributes.py +1 -1
- ory_client/models/ui_node_meta.py +1 -1
- ory_client/models/ui_node_script_attributes.py +1 -1
- ory_client/models/ui_node_text_attributes.py +1 -1
- ory_client/models/ui_text.py +1 -1
- ory_client/models/update_identity_body.py +1 -1
- ory_client/models/update_login_flow_body.py +1 -1
- ory_client/models/update_login_flow_with_code_method.py +1 -1
- ory_client/models/update_login_flow_with_lookup_secret_method.py +1 -1
- ory_client/models/update_login_flow_with_oidc_method.py +1 -1
- ory_client/models/update_login_flow_with_passkey_method.py +1 -1
- ory_client/models/update_login_flow_with_password_method.py +1 -1
- ory_client/models/update_login_flow_with_totp_method.py +1 -1
- ory_client/models/update_login_flow_with_web_authn_method.py +1 -1
- ory_client/models/update_recovery_flow_body.py +1 -1
- ory_client/models/update_recovery_flow_with_code_method.py +1 -1
- ory_client/models/update_recovery_flow_with_link_method.py +1 -1
- ory_client/models/update_registration_flow_body.py +1 -1
- ory_client/models/update_registration_flow_with_code_method.py +1 -1
- ory_client/models/update_registration_flow_with_oidc_method.py +1 -1
- ory_client/models/update_registration_flow_with_passkey_method.py +1 -1
- ory_client/models/update_registration_flow_with_password_method.py +1 -1
- ory_client/models/update_registration_flow_with_profile_method.py +1 -1
- ory_client/models/update_registration_flow_with_web_authn_method.py +1 -1
- ory_client/models/update_settings_flow_body.py +1 -1
- ory_client/models/update_settings_flow_with_lookup_method.py +1 -1
- ory_client/models/update_settings_flow_with_oidc_method.py +1 -1
- ory_client/models/update_settings_flow_with_passkey_method.py +1 -1
- ory_client/models/update_settings_flow_with_password_method.py +1 -1
- ory_client/models/update_settings_flow_with_profile_method.py +1 -1
- ory_client/models/update_settings_flow_with_totp_method.py +1 -1
- ory_client/models/update_settings_flow_with_web_authn_method.py +1 -1
- ory_client/models/update_subscription_body.py +1 -1
- ory_client/models/update_verification_flow_body.py +1 -1
- ory_client/models/update_verification_flow_with_code_method.py +1 -1
- ory_client/models/update_verification_flow_with_link_method.py +1 -1
- ory_client/models/update_workspace_body.py +1 -1
- ory_client/models/usage.py +1 -1
- ory_client/models/verifiable_credential_priming_response.py +1 -1
- ory_client/models/verifiable_credential_proof.py +1 -1
- ory_client/models/verifiable_credential_response.py +1 -1
- ory_client/models/verifiable_identity_address.py +1 -1
- ory_client/models/verification_flow.py +1 -1
- ory_client/models/verification_flow_state.py +1 -1
- ory_client/models/version.py +1 -1
- ory_client/models/warning.py +1 -1
- ory_client/models/workspace.py +1 -1
- ory_client/models/workspace_api_key.py +126 -0
- ory_client/rest.py +1 -1
- {ory_client-1.11.10.dist-info → ory_client-1.11.12.dist-info}/METADATA +1 -1
- ory_client-1.11.12.dist-info/RECORD +289 -0
- ory_client-1.11.10.dist-info/RECORD +0 -288
- {ory_client-1.11.10.dist-info → ory_client-1.11.12.dist-info}/LICENSE +0 -0
- {ory_client-1.11.10.dist-info → ory_client-1.11.12.dist-info}/WHEEL +0 -0
- {ory_client-1.11.10.dist-info → ory_client-1.11.12.dist-info}/top_level.txt +0 -0
ory_client/__init__.py
CHANGED
@@ -7,7 +7,7 @@
|
|
7
7
|
|
8
8
|
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
|
9
9
|
|
10
|
-
The version of the OpenAPI document: v1.11.
|
10
|
+
The version of the OpenAPI document: v1.11.12
|
11
11
|
Contact: support@ory.sh
|
12
12
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
13
13
|
|
@@ -15,7 +15,7 @@
|
|
15
15
|
""" # noqa: E501
|
16
16
|
|
17
17
|
|
18
|
-
__version__ = "v1.11.
|
18
|
+
__version__ = "v1.11.12"
|
19
19
|
|
20
20
|
# import apis into sdk package
|
21
21
|
from ory_client.api.courier_api import CourierApi
|
@@ -305,3 +305,4 @@ from ory_client.models.verification_flow_state import VerificationFlowState
|
|
305
305
|
from ory_client.models.version import Version
|
306
306
|
from ory_client.models.warning import Warning
|
307
307
|
from ory_client.models.workspace import Workspace
|
308
|
+
from ory_client.models.workspace_api_key import WorkspaceApiKey
|
ory_client/api/courier_api.py
CHANGED
@@ -5,7 +5,7 @@
|
|
5
5
|
|
6
6
|
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
|
7
7
|
|
8
|
-
The version of the OpenAPI document: v1.11.
|
8
|
+
The version of the OpenAPI document: v1.11.12
|
9
9
|
Contact: support@ory.sh
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
11
11
|
|
ory_client/api/events_api.py
CHANGED
@@ -5,7 +5,7 @@
|
|
5
5
|
|
6
6
|
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
|
7
7
|
|
8
|
-
The version of the OpenAPI document: v1.11.
|
8
|
+
The version of the OpenAPI document: v1.11.12
|
9
9
|
Contact: support@ory.sh
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
11
11
|
|
@@ -317,7 +317,7 @@ class EventsApi:
|
|
317
317
|
|
318
318
|
# authentication setting
|
319
319
|
_auth_settings: List[str] = [
|
320
|
-
'
|
320
|
+
'oryWorkspaceApiKey'
|
321
321
|
]
|
322
322
|
|
323
323
|
return self.api_client.param_serialize(
|
@@ -602,7 +602,7 @@ class EventsApi:
|
|
602
602
|
|
603
603
|
# authentication setting
|
604
604
|
_auth_settings: List[str] = [
|
605
|
-
'
|
605
|
+
'oryWorkspaceApiKey'
|
606
606
|
]
|
607
607
|
|
608
608
|
return self.api_client.param_serialize(
|
@@ -866,7 +866,7 @@ class EventsApi:
|
|
866
866
|
|
867
867
|
# authentication setting
|
868
868
|
_auth_settings: List[str] = [
|
869
|
-
'
|
869
|
+
'oryWorkspaceApiKey'
|
870
870
|
]
|
871
871
|
|
872
872
|
return self.api_client.param_serialize(
|
@@ -1176,7 +1176,7 @@ class EventsApi:
|
|
1176
1176
|
|
1177
1177
|
# authentication setting
|
1178
1178
|
_auth_settings: List[str] = [
|
1179
|
-
'
|
1179
|
+
'oryWorkspaceApiKey'
|
1180
1180
|
]
|
1181
1181
|
|
1182
1182
|
return self.api_client.param_serialize(
|
ory_client/api/frontend_api.py
CHANGED
@@ -5,7 +5,7 @@
|
|
5
5
|
|
6
6
|
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
|
7
7
|
|
8
|
-
The version of the OpenAPI document: v1.11.
|
8
|
+
The version of the OpenAPI document: v1.11.12
|
9
9
|
Contact: support@ory.sh
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
11
11
|
|
ory_client/api/identity_api.py
CHANGED
@@ -5,7 +5,7 @@
|
|
5
5
|
|
6
6
|
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
|
7
7
|
|
8
|
-
The version of the OpenAPI document: v1.11.
|
8
|
+
The version of the OpenAPI document: v1.11.12
|
9
9
|
Contact: support@ory.sh
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
11
11
|
|
@@ -1441,7 +1441,8 @@ class IdentityApi:
|
|
1441
1441
|
def delete_identity_credentials(
|
1442
1442
|
self,
|
1443
1443
|
id: Annotated[StrictStr, Field(description="ID is the identity's ID.")],
|
1444
|
-
type: Annotated[StrictStr, Field(description="Type is the type of credentials to
|
1444
|
+
type: Annotated[StrictStr, Field(description="Type is the type of credentials to delete. password CredentialsTypePassword oidc CredentialsTypeOIDC totp CredentialsTypeTOTP lookup_secret CredentialsTypeLookup webauthn CredentialsTypeWebAuthn code CredentialsTypeCodeAuth passkey CredentialsTypePasskey profile CredentialsTypeProfile link_recovery CredentialsTypeRecoveryLink CredentialsTypeRecoveryLink is a special credential type linked to the link strategy (recovery flow). It is not used within the credentials object itself. code_recovery CredentialsTypeRecoveryCode")],
|
1445
|
+
identifier: Annotated[Optional[StrictStr], Field(description="Identifier is the identifier of the OIDC credential to delete. Find the identifier by calling the `GET /admin/identities/{id}?include_credential=oidc` endpoint.")] = None,
|
1445
1446
|
_request_timeout: Union[
|
1446
1447
|
None,
|
1447
1448
|
Annotated[StrictFloat, Field(gt=0)],
|
@@ -1457,12 +1458,14 @@ class IdentityApi:
|
|
1457
1458
|
) -> None:
|
1458
1459
|
"""Delete a credential for a specific identity
|
1459
1460
|
|
1460
|
-
Delete an [identity](https://www.ory.sh/docs/kratos/concepts/identity-user-model) credential by its type You
|
1461
|
+
Delete an [identity](https://www.ory.sh/docs/kratos/concepts/identity-user-model) credential by its type. You cannot delete password or code auth credentials through this API.
|
1461
1462
|
|
1462
1463
|
:param id: ID is the identity's ID. (required)
|
1463
1464
|
:type id: str
|
1464
|
-
:param type: Type is the type of credentials to
|
1465
|
+
:param type: Type is the type of credentials to delete. password CredentialsTypePassword oidc CredentialsTypeOIDC totp CredentialsTypeTOTP lookup_secret CredentialsTypeLookup webauthn CredentialsTypeWebAuthn code CredentialsTypeCodeAuth passkey CredentialsTypePasskey profile CredentialsTypeProfile link_recovery CredentialsTypeRecoveryLink CredentialsTypeRecoveryLink is a special credential type linked to the link strategy (recovery flow). It is not used within the credentials object itself. code_recovery CredentialsTypeRecoveryCode (required)
|
1465
1466
|
:type type: str
|
1467
|
+
:param identifier: Identifier is the identifier of the OIDC credential to delete. Find the identifier by calling the `GET /admin/identities/{id}?include_credential=oidc` endpoint.
|
1468
|
+
:type identifier: str
|
1466
1469
|
:param _request_timeout: timeout setting for this request. If one
|
1467
1470
|
number provided, it will be total request
|
1468
1471
|
timeout. It can also be a pair (tuple) of
|
@@ -1488,6 +1491,7 @@ class IdentityApi:
|
|
1488
1491
|
_param = self._delete_identity_credentials_serialize(
|
1489
1492
|
id=id,
|
1490
1493
|
type=type,
|
1494
|
+
identifier=identifier,
|
1491
1495
|
_request_auth=_request_auth,
|
1492
1496
|
_content_type=_content_type,
|
1493
1497
|
_headers=_headers,
|
@@ -1513,7 +1517,8 @@ class IdentityApi:
|
|
1513
1517
|
def delete_identity_credentials_with_http_info(
|
1514
1518
|
self,
|
1515
1519
|
id: Annotated[StrictStr, Field(description="ID is the identity's ID.")],
|
1516
|
-
type: Annotated[StrictStr, Field(description="Type is the type of credentials to
|
1520
|
+
type: Annotated[StrictStr, Field(description="Type is the type of credentials to delete. password CredentialsTypePassword oidc CredentialsTypeOIDC totp CredentialsTypeTOTP lookup_secret CredentialsTypeLookup webauthn CredentialsTypeWebAuthn code CredentialsTypeCodeAuth passkey CredentialsTypePasskey profile CredentialsTypeProfile link_recovery CredentialsTypeRecoveryLink CredentialsTypeRecoveryLink is a special credential type linked to the link strategy (recovery flow). It is not used within the credentials object itself. code_recovery CredentialsTypeRecoveryCode")],
|
1521
|
+
identifier: Annotated[Optional[StrictStr], Field(description="Identifier is the identifier of the OIDC credential to delete. Find the identifier by calling the `GET /admin/identities/{id}?include_credential=oidc` endpoint.")] = None,
|
1517
1522
|
_request_timeout: Union[
|
1518
1523
|
None,
|
1519
1524
|
Annotated[StrictFloat, Field(gt=0)],
|
@@ -1529,12 +1534,14 @@ class IdentityApi:
|
|
1529
1534
|
) -> ApiResponse[None]:
|
1530
1535
|
"""Delete a credential for a specific identity
|
1531
1536
|
|
1532
|
-
Delete an [identity](https://www.ory.sh/docs/kratos/concepts/identity-user-model) credential by its type You
|
1537
|
+
Delete an [identity](https://www.ory.sh/docs/kratos/concepts/identity-user-model) credential by its type. You cannot delete password or code auth credentials through this API.
|
1533
1538
|
|
1534
1539
|
:param id: ID is the identity's ID. (required)
|
1535
1540
|
:type id: str
|
1536
|
-
:param type: Type is the type of credentials to
|
1541
|
+
:param type: Type is the type of credentials to delete. password CredentialsTypePassword oidc CredentialsTypeOIDC totp CredentialsTypeTOTP lookup_secret CredentialsTypeLookup webauthn CredentialsTypeWebAuthn code CredentialsTypeCodeAuth passkey CredentialsTypePasskey profile CredentialsTypeProfile link_recovery CredentialsTypeRecoveryLink CredentialsTypeRecoveryLink is a special credential type linked to the link strategy (recovery flow). It is not used within the credentials object itself. code_recovery CredentialsTypeRecoveryCode (required)
|
1537
1542
|
:type type: str
|
1543
|
+
:param identifier: Identifier is the identifier of the OIDC credential to delete. Find the identifier by calling the `GET /admin/identities/{id}?include_credential=oidc` endpoint.
|
1544
|
+
:type identifier: str
|
1538
1545
|
:param _request_timeout: timeout setting for this request. If one
|
1539
1546
|
number provided, it will be total request
|
1540
1547
|
timeout. It can also be a pair (tuple) of
|
@@ -1560,6 +1567,7 @@ class IdentityApi:
|
|
1560
1567
|
_param = self._delete_identity_credentials_serialize(
|
1561
1568
|
id=id,
|
1562
1569
|
type=type,
|
1570
|
+
identifier=identifier,
|
1563
1571
|
_request_auth=_request_auth,
|
1564
1572
|
_content_type=_content_type,
|
1565
1573
|
_headers=_headers,
|
@@ -1585,7 +1593,8 @@ class IdentityApi:
|
|
1585
1593
|
def delete_identity_credentials_without_preload_content(
|
1586
1594
|
self,
|
1587
1595
|
id: Annotated[StrictStr, Field(description="ID is the identity's ID.")],
|
1588
|
-
type: Annotated[StrictStr, Field(description="Type is the type of credentials to
|
1596
|
+
type: Annotated[StrictStr, Field(description="Type is the type of credentials to delete. password CredentialsTypePassword oidc CredentialsTypeOIDC totp CredentialsTypeTOTP lookup_secret CredentialsTypeLookup webauthn CredentialsTypeWebAuthn code CredentialsTypeCodeAuth passkey CredentialsTypePasskey profile CredentialsTypeProfile link_recovery CredentialsTypeRecoveryLink CredentialsTypeRecoveryLink is a special credential type linked to the link strategy (recovery flow). It is not used within the credentials object itself. code_recovery CredentialsTypeRecoveryCode")],
|
1597
|
+
identifier: Annotated[Optional[StrictStr], Field(description="Identifier is the identifier of the OIDC credential to delete. Find the identifier by calling the `GET /admin/identities/{id}?include_credential=oidc` endpoint.")] = None,
|
1589
1598
|
_request_timeout: Union[
|
1590
1599
|
None,
|
1591
1600
|
Annotated[StrictFloat, Field(gt=0)],
|
@@ -1601,12 +1610,14 @@ class IdentityApi:
|
|
1601
1610
|
) -> RESTResponseType:
|
1602
1611
|
"""Delete a credential for a specific identity
|
1603
1612
|
|
1604
|
-
Delete an [identity](https://www.ory.sh/docs/kratos/concepts/identity-user-model) credential by its type You
|
1613
|
+
Delete an [identity](https://www.ory.sh/docs/kratos/concepts/identity-user-model) credential by its type. You cannot delete password or code auth credentials through this API.
|
1605
1614
|
|
1606
1615
|
:param id: ID is the identity's ID. (required)
|
1607
1616
|
:type id: str
|
1608
|
-
:param type: Type is the type of credentials to
|
1617
|
+
:param type: Type is the type of credentials to delete. password CredentialsTypePassword oidc CredentialsTypeOIDC totp CredentialsTypeTOTP lookup_secret CredentialsTypeLookup webauthn CredentialsTypeWebAuthn code CredentialsTypeCodeAuth passkey CredentialsTypePasskey profile CredentialsTypeProfile link_recovery CredentialsTypeRecoveryLink CredentialsTypeRecoveryLink is a special credential type linked to the link strategy (recovery flow). It is not used within the credentials object itself. code_recovery CredentialsTypeRecoveryCode (required)
|
1609
1618
|
:type type: str
|
1619
|
+
:param identifier: Identifier is the identifier of the OIDC credential to delete. Find the identifier by calling the `GET /admin/identities/{id}?include_credential=oidc` endpoint.
|
1620
|
+
:type identifier: str
|
1610
1621
|
:param _request_timeout: timeout setting for this request. If one
|
1611
1622
|
number provided, it will be total request
|
1612
1623
|
timeout. It can also be a pair (tuple) of
|
@@ -1632,6 +1643,7 @@ class IdentityApi:
|
|
1632
1643
|
_param = self._delete_identity_credentials_serialize(
|
1633
1644
|
id=id,
|
1634
1645
|
type=type,
|
1646
|
+
identifier=identifier,
|
1635
1647
|
_request_auth=_request_auth,
|
1636
1648
|
_content_type=_content_type,
|
1637
1649
|
_headers=_headers,
|
@@ -1653,6 +1665,7 @@ class IdentityApi:
|
|
1653
1665
|
self,
|
1654
1666
|
id,
|
1655
1667
|
type,
|
1668
|
+
identifier,
|
1656
1669
|
_request_auth,
|
1657
1670
|
_content_type,
|
1658
1671
|
_headers,
|
@@ -1677,6 +1690,10 @@ class IdentityApi:
|
|
1677
1690
|
if type is not None:
|
1678
1691
|
_path_params['type'] = type
|
1679
1692
|
# process the query parameters
|
1693
|
+
if identifier is not None:
|
1694
|
+
|
1695
|
+
_query_params.append(('identifier', identifier))
|
1696
|
+
|
1680
1697
|
# process the header parameters
|
1681
1698
|
# process the form parameters
|
1682
1699
|
# process the body parameter
|
@@ -2263,7 +2280,7 @@ class IdentityApi:
|
|
2263
2280
|
) -> Session:
|
2264
2281
|
"""Extend a Session
|
2265
2282
|
|
2266
|
-
Calling this endpoint extends the given session ID. If `session.earliest_possible_extend` is set it will only extend the session after the specified time has passed. This endpoint returns per default a 204 No Content response on success. Older Ory Network projects may return a 200 OK response with the session in the body. Returning the session as part of the response will be deprecated in the future and should not be relied upon. Retrieve the session ID from the `/sessions/whoami` endpoint / `toSession` SDK method.
|
2283
|
+
Calling this endpoint extends the given session ID. If `session.earliest_possible_extend` is set it will only extend the session after the specified time has passed. This endpoint returns per default a 204 No Content response on success. Older Ory Network projects may return a 200 OK response with the session in the body. Returning the session as part of the response will be deprecated in the future and should not be relied upon. This endpoint ignores consecutive requests to extend the same session and returns a 404 error in those scenarios. This endpoint also returns 404 errors if the session does not exist. Retrieve the session ID from the `/sessions/whoami` endpoint / `toSession` SDK method.
|
2267
2284
|
|
2268
2285
|
:param id: ID is the session's ID. (required)
|
2269
2286
|
:type id: str
|
@@ -2333,7 +2350,7 @@ class IdentityApi:
|
|
2333
2350
|
) -> ApiResponse[Session]:
|
2334
2351
|
"""Extend a Session
|
2335
2352
|
|
2336
|
-
Calling this endpoint extends the given session ID. If `session.earliest_possible_extend` is set it will only extend the session after the specified time has passed. This endpoint returns per default a 204 No Content response on success. Older Ory Network projects may return a 200 OK response with the session in the body. Returning the session as part of the response will be deprecated in the future and should not be relied upon. Retrieve the session ID from the `/sessions/whoami` endpoint / `toSession` SDK method.
|
2353
|
+
Calling this endpoint extends the given session ID. If `session.earliest_possible_extend` is set it will only extend the session after the specified time has passed. This endpoint returns per default a 204 No Content response on success. Older Ory Network projects may return a 200 OK response with the session in the body. Returning the session as part of the response will be deprecated in the future and should not be relied upon. This endpoint ignores consecutive requests to extend the same session and returns a 404 error in those scenarios. This endpoint also returns 404 errors if the session does not exist. Retrieve the session ID from the `/sessions/whoami` endpoint / `toSession` SDK method.
|
2337
2354
|
|
2338
2355
|
:param id: ID is the session's ID. (required)
|
2339
2356
|
:type id: str
|
@@ -2403,7 +2420,7 @@ class IdentityApi:
|
|
2403
2420
|
) -> RESTResponseType:
|
2404
2421
|
"""Extend a Session
|
2405
2422
|
|
2406
|
-
Calling this endpoint extends the given session ID. If `session.earliest_possible_extend` is set it will only extend the session after the specified time has passed. This endpoint returns per default a 204 No Content response on success. Older Ory Network projects may return a 200 OK response with the session in the body. Returning the session as part of the response will be deprecated in the future and should not be relied upon. Retrieve the session ID from the `/sessions/whoami` endpoint / `toSession` SDK method.
|
2423
|
+
Calling this endpoint extends the given session ID. If `session.earliest_possible_extend` is set it will only extend the session after the specified time has passed. This endpoint returns per default a 204 No Content response on success. Older Ory Network projects may return a 200 OK response with the session in the body. Returning the session as part of the response will be deprecated in the future and should not be relied upon. This endpoint ignores consecutive requests to extend the same session and returns a 404 error in those scenarios. This endpoint also returns 404 errors if the session does not exist. Retrieve the session ID from the `/sessions/whoami` endpoint / `toSession` SDK method.
|
2407
2424
|
|
2408
2425
|
:param id: ID is the session's ID. (required)
|
2409
2426
|
:type id: str
|
ory_client/api/jwk_api.py
CHANGED
@@ -5,7 +5,7 @@
|
|
5
5
|
|
6
6
|
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
|
7
7
|
|
8
|
-
The version of the OpenAPI document: v1.11.
|
8
|
+
The version of the OpenAPI document: v1.11.12
|
9
9
|
Contact: support@ory.sh
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
11
11
|
|
ory_client/api/metadata_api.py
CHANGED
@@ -5,7 +5,7 @@
|
|
5
5
|
|
6
6
|
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
|
7
7
|
|
8
|
-
The version of the OpenAPI document: v1.11.
|
8
|
+
The version of the OpenAPI document: v1.11.12
|
9
9
|
Contact: support@ory.sh
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
11
11
|
|
ory_client/api/o_auth2_api.py
CHANGED
@@ -5,7 +5,7 @@
|
|
5
5
|
|
6
6
|
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
|
7
7
|
|
8
|
-
The version of the OpenAPI document: v1.11.
|
8
|
+
The version of the OpenAPI document: v1.11.12
|
9
9
|
Contact: support@ory.sh
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
11
11
|
|
ory_client/api/oidc_api.py
CHANGED
@@ -5,7 +5,7 @@
|
|
5
5
|
|
6
6
|
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
|
7
7
|
|
8
|
-
The version of the OpenAPI document: v1.11.
|
8
|
+
The version of the OpenAPI document: v1.11.12
|
9
9
|
Contact: support@ory.sh
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
11
11
|
|
ory_client/api/permission_api.py
CHANGED
@@ -5,7 +5,7 @@
|
|
5
5
|
|
6
6
|
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
|
7
7
|
|
8
|
-
The version of the OpenAPI document: v1.11.
|
8
|
+
The version of the OpenAPI document: v1.11.12
|
9
9
|
Contact: support@ory.sh
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
11
11
|
|
ory_client/api/project_api.py
CHANGED
@@ -5,7 +5,7 @@
|
|
5
5
|
|
6
6
|
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
|
7
7
|
|
8
|
-
The version of the OpenAPI document: v1.11.
|
8
|
+
The version of the OpenAPI document: v1.11.12
|
9
9
|
Contact: support@ory.sh
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
11
11
|
|
@@ -329,7 +329,7 @@ class ProjectApi:
|
|
329
329
|
|
330
330
|
# authentication setting
|
331
331
|
_auth_settings: List[str] = [
|
332
|
-
'
|
332
|
+
'oryWorkspaceApiKey'
|
333
333
|
]
|
334
334
|
|
335
335
|
return self.api_client.param_serialize(
|
@@ -612,7 +612,7 @@ class ProjectApi:
|
|
612
612
|
|
613
613
|
# authentication setting
|
614
614
|
_auth_settings: List[str] = [
|
615
|
-
'
|
615
|
+
'oryWorkspaceApiKey'
|
616
616
|
]
|
617
617
|
|
618
618
|
return self.api_client.param_serialize(
|
@@ -901,7 +901,7 @@ class ProjectApi:
|
|
901
901
|
|
902
902
|
# authentication setting
|
903
903
|
_auth_settings: List[str] = [
|
904
|
-
'
|
904
|
+
'oryWorkspaceApiKey'
|
905
905
|
]
|
906
906
|
|
907
907
|
return self.api_client.param_serialize(
|
@@ -1189,7 +1189,7 @@ class ProjectApi:
|
|
1189
1189
|
|
1190
1190
|
# authentication setting
|
1191
1191
|
_auth_settings: List[str] = [
|
1192
|
-
'
|
1192
|
+
'oryWorkspaceApiKey'
|
1193
1193
|
]
|
1194
1194
|
|
1195
1195
|
return self.api_client.param_serialize(
|
@@ -1465,7 +1465,7 @@ class ProjectApi:
|
|
1465
1465
|
|
1466
1466
|
# authentication setting
|
1467
1467
|
_auth_settings: List[str] = [
|
1468
|
-
'
|
1468
|
+
'oryWorkspaceApiKey'
|
1469
1469
|
]
|
1470
1470
|
|
1471
1471
|
return self.api_client.param_serialize(
|
@@ -1744,7 +1744,7 @@ class ProjectApi:
|
|
1744
1744
|
|
1745
1745
|
# authentication setting
|
1746
1746
|
_auth_settings: List[str] = [
|
1747
|
-
'
|
1747
|
+
'oryWorkspaceApiKey'
|
1748
1748
|
]
|
1749
1749
|
|
1750
1750
|
return self.api_client.param_serialize(
|
@@ -2014,7 +2014,7 @@ class ProjectApi:
|
|
2014
2014
|
|
2015
2015
|
# authentication setting
|
2016
2016
|
_auth_settings: List[str] = [
|
2017
|
-
'
|
2017
|
+
'oryWorkspaceApiKey'
|
2018
2018
|
]
|
2019
2019
|
|
2020
2020
|
return self.api_client.param_serialize(
|
@@ -2281,7 +2281,7 @@ class ProjectApi:
|
|
2281
2281
|
|
2282
2282
|
# authentication setting
|
2283
2283
|
_auth_settings: List[str] = [
|
2284
|
-
'
|
2284
|
+
'oryWorkspaceApiKey'
|
2285
2285
|
]
|
2286
2286
|
|
2287
2287
|
return self.api_client.param_serialize(
|
@@ -2306,6 +2306,9 @@ class ProjectApi:
|
|
2306
2306
|
def list_organizations(
|
2307
2307
|
self,
|
2308
2308
|
project_id: Annotated[StrictStr, Field(description="Project ID The project's ID.")],
|
2309
|
+
page_size: Annotated[Optional[Annotated[int, Field(le=1000, strict=True, ge=1)]], Field(description="Items per Page This is the number of items per page to return. For details on pagination please head over to the [pagination documentation](https://www.ory.sh/docs/ecosystem/api-design#pagination).")] = None,
|
2310
|
+
page_token: Annotated[Optional[StrictStr], Field(description="Next Page Token The next page token. For details on pagination please head over to the [pagination documentation](https://www.ory.sh/docs/ecosystem/api-design#pagination).")] = None,
|
2311
|
+
domain: Annotated[Optional[StrictStr], Field(description="Domain If set, only organizations with that domain will be returned.")] = None,
|
2309
2312
|
_request_timeout: Union[
|
2310
2313
|
None,
|
2311
2314
|
Annotated[StrictFloat, Field(gt=0)],
|
@@ -2325,6 +2328,12 @@ class ProjectApi:
|
|
2325
2328
|
|
2326
2329
|
:param project_id: Project ID The project's ID. (required)
|
2327
2330
|
:type project_id: str
|
2331
|
+
:param page_size: Items per Page This is the number of items per page to return. For details on pagination please head over to the [pagination documentation](https://www.ory.sh/docs/ecosystem/api-design#pagination).
|
2332
|
+
:type page_size: int
|
2333
|
+
:param page_token: Next Page Token The next page token. For details on pagination please head over to the [pagination documentation](https://www.ory.sh/docs/ecosystem/api-design#pagination).
|
2334
|
+
:type page_token: str
|
2335
|
+
:param domain: Domain If set, only organizations with that domain will be returned.
|
2336
|
+
:type domain: str
|
2328
2337
|
:param _request_timeout: timeout setting for this request. If one
|
2329
2338
|
number provided, it will be total request
|
2330
2339
|
timeout. It can also be a pair (tuple) of
|
@@ -2349,6 +2358,9 @@ class ProjectApi:
|
|
2349
2358
|
|
2350
2359
|
_param = self._list_organizations_serialize(
|
2351
2360
|
project_id=project_id,
|
2361
|
+
page_size=page_size,
|
2362
|
+
page_token=page_token,
|
2363
|
+
domain=domain,
|
2352
2364
|
_request_auth=_request_auth,
|
2353
2365
|
_content_type=_content_type,
|
2354
2366
|
_headers=_headers,
|
@@ -2375,6 +2387,9 @@ class ProjectApi:
|
|
2375
2387
|
def list_organizations_with_http_info(
|
2376
2388
|
self,
|
2377
2389
|
project_id: Annotated[StrictStr, Field(description="Project ID The project's ID.")],
|
2390
|
+
page_size: Annotated[Optional[Annotated[int, Field(le=1000, strict=True, ge=1)]], Field(description="Items per Page This is the number of items per page to return. For details on pagination please head over to the [pagination documentation](https://www.ory.sh/docs/ecosystem/api-design#pagination).")] = None,
|
2391
|
+
page_token: Annotated[Optional[StrictStr], Field(description="Next Page Token The next page token. For details on pagination please head over to the [pagination documentation](https://www.ory.sh/docs/ecosystem/api-design#pagination).")] = None,
|
2392
|
+
domain: Annotated[Optional[StrictStr], Field(description="Domain If set, only organizations with that domain will be returned.")] = None,
|
2378
2393
|
_request_timeout: Union[
|
2379
2394
|
None,
|
2380
2395
|
Annotated[StrictFloat, Field(gt=0)],
|
@@ -2394,6 +2409,12 @@ class ProjectApi:
|
|
2394
2409
|
|
2395
2410
|
:param project_id: Project ID The project's ID. (required)
|
2396
2411
|
:type project_id: str
|
2412
|
+
:param page_size: Items per Page This is the number of items per page to return. For details on pagination please head over to the [pagination documentation](https://www.ory.sh/docs/ecosystem/api-design#pagination).
|
2413
|
+
:type page_size: int
|
2414
|
+
:param page_token: Next Page Token The next page token. For details on pagination please head over to the [pagination documentation](https://www.ory.sh/docs/ecosystem/api-design#pagination).
|
2415
|
+
:type page_token: str
|
2416
|
+
:param domain: Domain If set, only organizations with that domain will be returned.
|
2417
|
+
:type domain: str
|
2397
2418
|
:param _request_timeout: timeout setting for this request. If one
|
2398
2419
|
number provided, it will be total request
|
2399
2420
|
timeout. It can also be a pair (tuple) of
|
@@ -2418,6 +2439,9 @@ class ProjectApi:
|
|
2418
2439
|
|
2419
2440
|
_param = self._list_organizations_serialize(
|
2420
2441
|
project_id=project_id,
|
2442
|
+
page_size=page_size,
|
2443
|
+
page_token=page_token,
|
2444
|
+
domain=domain,
|
2421
2445
|
_request_auth=_request_auth,
|
2422
2446
|
_content_type=_content_type,
|
2423
2447
|
_headers=_headers,
|
@@ -2444,6 +2468,9 @@ class ProjectApi:
|
|
2444
2468
|
def list_organizations_without_preload_content(
|
2445
2469
|
self,
|
2446
2470
|
project_id: Annotated[StrictStr, Field(description="Project ID The project's ID.")],
|
2471
|
+
page_size: Annotated[Optional[Annotated[int, Field(le=1000, strict=True, ge=1)]], Field(description="Items per Page This is the number of items per page to return. For details on pagination please head over to the [pagination documentation](https://www.ory.sh/docs/ecosystem/api-design#pagination).")] = None,
|
2472
|
+
page_token: Annotated[Optional[StrictStr], Field(description="Next Page Token The next page token. For details on pagination please head over to the [pagination documentation](https://www.ory.sh/docs/ecosystem/api-design#pagination).")] = None,
|
2473
|
+
domain: Annotated[Optional[StrictStr], Field(description="Domain If set, only organizations with that domain will be returned.")] = None,
|
2447
2474
|
_request_timeout: Union[
|
2448
2475
|
None,
|
2449
2476
|
Annotated[StrictFloat, Field(gt=0)],
|
@@ -2463,6 +2490,12 @@ class ProjectApi:
|
|
2463
2490
|
|
2464
2491
|
:param project_id: Project ID The project's ID. (required)
|
2465
2492
|
:type project_id: str
|
2493
|
+
:param page_size: Items per Page This is the number of items per page to return. For details on pagination please head over to the [pagination documentation](https://www.ory.sh/docs/ecosystem/api-design#pagination).
|
2494
|
+
:type page_size: int
|
2495
|
+
:param page_token: Next Page Token The next page token. For details on pagination please head over to the [pagination documentation](https://www.ory.sh/docs/ecosystem/api-design#pagination).
|
2496
|
+
:type page_token: str
|
2497
|
+
:param domain: Domain If set, only organizations with that domain will be returned.
|
2498
|
+
:type domain: str
|
2466
2499
|
:param _request_timeout: timeout setting for this request. If one
|
2467
2500
|
number provided, it will be total request
|
2468
2501
|
timeout. It can also be a pair (tuple) of
|
@@ -2487,6 +2520,9 @@ class ProjectApi:
|
|
2487
2520
|
|
2488
2521
|
_param = self._list_organizations_serialize(
|
2489
2522
|
project_id=project_id,
|
2523
|
+
page_size=page_size,
|
2524
|
+
page_token=page_token,
|
2525
|
+
domain=domain,
|
2490
2526
|
_request_auth=_request_auth,
|
2491
2527
|
_content_type=_content_type,
|
2492
2528
|
_headers=_headers,
|
@@ -2508,6 +2544,9 @@ class ProjectApi:
|
|
2508
2544
|
def _list_organizations_serialize(
|
2509
2545
|
self,
|
2510
2546
|
project_id,
|
2547
|
+
page_size,
|
2548
|
+
page_token,
|
2549
|
+
domain,
|
2511
2550
|
_request_auth,
|
2512
2551
|
_content_type,
|
2513
2552
|
_headers,
|
@@ -2533,6 +2572,18 @@ class ProjectApi:
|
|
2533
2572
|
if project_id is not None:
|
2534
2573
|
_path_params['project_id'] = project_id
|
2535
2574
|
# process the query parameters
|
2575
|
+
if page_size is not None:
|
2576
|
+
|
2577
|
+
_query_params.append(('page_size', page_size))
|
2578
|
+
|
2579
|
+
if page_token is not None:
|
2580
|
+
|
2581
|
+
_query_params.append(('page_token', page_token))
|
2582
|
+
|
2583
|
+
if domain is not None:
|
2584
|
+
|
2585
|
+
_query_params.append(('domain', domain))
|
2586
|
+
|
2536
2587
|
# process the header parameters
|
2537
2588
|
# process the form parameters
|
2538
2589
|
# process the body parameter
|
@@ -2548,7 +2599,7 @@ class ProjectApi:
|
|
2548
2599
|
|
2549
2600
|
# authentication setting
|
2550
2601
|
_auth_settings: List[str] = [
|
2551
|
-
'
|
2602
|
+
'oryWorkspaceApiKey'
|
2552
2603
|
]
|
2553
2604
|
|
2554
2605
|
return self.api_client.param_serialize(
|
@@ -2809,7 +2860,7 @@ class ProjectApi:
|
|
2809
2860
|
|
2810
2861
|
# authentication setting
|
2811
2862
|
_auth_settings: List[str] = [
|
2812
|
-
'
|
2863
|
+
'oryWorkspaceApiKey'
|
2813
2864
|
]
|
2814
2865
|
|
2815
2866
|
return self.api_client.param_serialize(
|
@@ -3064,7 +3115,7 @@ class ProjectApi:
|
|
3064
3115
|
|
3065
3116
|
# authentication setting
|
3066
3117
|
_auth_settings: List[str] = [
|
3067
|
-
'
|
3118
|
+
'oryWorkspaceApiKey'
|
3068
3119
|
]
|
3069
3120
|
|
3070
3121
|
return self.api_client.param_serialize(
|
@@ -3366,7 +3417,7 @@ class ProjectApi:
|
|
3366
3417
|
|
3367
3418
|
# authentication setting
|
3368
3419
|
_auth_settings: List[str] = [
|
3369
|
-
'
|
3420
|
+
'oryWorkspaceApiKey'
|
3370
3421
|
]
|
3371
3422
|
|
3372
3423
|
return self.api_client.param_serialize(
|
@@ -3636,7 +3687,7 @@ class ProjectApi:
|
|
3636
3687
|
|
3637
3688
|
# authentication setting
|
3638
3689
|
_auth_settings: List[str] = [
|
3639
|
-
'
|
3690
|
+
'oryWorkspaceApiKey'
|
3640
3691
|
]
|
3641
3692
|
|
3642
3693
|
return self.api_client.param_serialize(
|
@@ -3918,7 +3969,7 @@ class ProjectApi:
|
|
3918
3969
|
|
3919
3970
|
# authentication setting
|
3920
3971
|
_auth_settings: List[str] = [
|
3921
|
-
'
|
3972
|
+
'oryWorkspaceApiKey'
|
3922
3973
|
]
|
3923
3974
|
|
3924
3975
|
return self.api_client.param_serialize(
|
@@ -4219,7 +4270,7 @@ class ProjectApi:
|
|
4219
4270
|
|
4220
4271
|
# authentication setting
|
4221
4272
|
_auth_settings: List[str] = [
|
4222
|
-
'
|
4273
|
+
'oryWorkspaceApiKey'
|
4223
4274
|
]
|
4224
4275
|
|
4225
4276
|
return self.api_client.param_serialize(
|
@@ -4535,7 +4586,7 @@ class ProjectApi:
|
|
4535
4586
|
|
4536
4587
|
# authentication setting
|
4537
4588
|
_auth_settings: List[str] = [
|
4538
|
-
'
|
4589
|
+
'oryWorkspaceApiKey'
|
4539
4590
|
]
|
4540
4591
|
|
4541
4592
|
return self.api_client.param_serialize(
|
@@ -5,7 +5,7 @@
|
|
5
5
|
|
6
6
|
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
|
7
7
|
|
8
|
-
The version of the OpenAPI document: v1.11.
|
8
|
+
The version of the OpenAPI document: v1.11.12
|
9
9
|
Contact: support@ory.sh
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
11
11
|
|
ory_client/api/wellknown_api.py
CHANGED
@@ -5,7 +5,7 @@
|
|
5
5
|
|
6
6
|
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
|
7
7
|
|
8
|
-
The version of the OpenAPI document: v1.11.
|
8
|
+
The version of the OpenAPI document: v1.11.12
|
9
9
|
Contact: support@ory.sh
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
11
11
|
|
ory_client/api/workspace_api.py
CHANGED
@@ -5,7 +5,7 @@
|
|
5
5
|
|
6
6
|
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
|
7
7
|
|
8
|
-
The version of the OpenAPI document: v1.11.
|
8
|
+
The version of the OpenAPI document: v1.11.12
|
9
9
|
Contact: support@ory.sh
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
11
11
|
|
@@ -306,7 +306,7 @@ class WorkspaceApi:
|
|
306
306
|
|
307
307
|
# authentication setting
|
308
308
|
_auth_settings: List[str] = [
|
309
|
-
'
|
309
|
+
'oryWorkspaceApiKey'
|
310
310
|
]
|
311
311
|
|
312
312
|
return self.api_client.param_serialize(
|
@@ -579,7 +579,7 @@ class WorkspaceApi:
|
|
579
579
|
|
580
580
|
# authentication setting
|
581
581
|
_auth_settings: List[str] = [
|
582
|
-
'
|
582
|
+
'oryWorkspaceApiKey'
|
583
583
|
]
|
584
584
|
|
585
585
|
return self.api_client.param_serialize(
|
@@ -852,7 +852,7 @@ class WorkspaceApi:
|
|
852
852
|
|
853
853
|
# authentication setting
|
854
854
|
_auth_settings: List[str] = [
|
855
|
-
'
|
855
|
+
'oryWorkspaceApiKey'
|
856
856
|
]
|
857
857
|
|
858
858
|
return self.api_client.param_serialize(
|
@@ -1141,7 +1141,7 @@ class WorkspaceApi:
|
|
1141
1141
|
|
1142
1142
|
# authentication setting
|
1143
1143
|
_auth_settings: List[str] = [
|
1144
|
-
'
|
1144
|
+
'oryWorkspaceApiKey'
|
1145
1145
|
]
|
1146
1146
|
|
1147
1147
|
return self.api_client.param_serialize(
|
@@ -1442,7 +1442,7 @@ class WorkspaceApi:
|
|
1442
1442
|
|
1443
1443
|
# authentication setting
|
1444
1444
|
_auth_settings: List[str] = [
|
1445
|
-
'
|
1445
|
+
'oryWorkspaceApiKey'
|
1446
1446
|
]
|
1447
1447
|
|
1448
1448
|
return self.api_client.param_serialize(
|