authentik-client 2025.12.2__py3-none-any.whl → 2026.2.0rc1.post1770131035__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.
- authentik_client/__init__.py +24 -4
- authentik_client/api/admin_api.py +1 -1
- authentik_client/api/authenticators_api.py +19 -19
- authentik_client/api/core_api.py +576 -115
- authentik_client/api/crypto_api.py +22 -39
- authentik_client/api/endpoints_api.py +2121 -109
- authentik_client/api/enterprise_api.py +16 -16
- authentik_client/api/events_api.py +64 -64
- authentik_client/api/flows_api.py +34 -34
- authentik_client/api/managed_api.py +19 -19
- authentik_client/api/oauth2_api.py +1 -1
- authentik_client/api/outposts_api.py +67 -67
- authentik_client/api/policies_api.py +187 -187
- authentik_client/api/propertymappings_api.py +244 -244
- authentik_client/api/providers_api.py +3430 -351
- authentik_client/api/rac_api.py +34 -34
- authentik_client/api/rbac_api.py +52 -69
- authentik_client/api/reports_api.py +7 -7
- authentik_client/api/root_api.py +1 -1
- authentik_client/api/schema_api.py +1 -1
- authentik_client/api/sources_api.py +97 -97
- authentik_client/api/ssf_api.py +4 -4
- authentik_client/api/stages_api.py +544 -545
- authentik_client/api/tasks_api.py +19 -19
- authentik_client/api/tenants_api.py +19 -19
- authentik_client/api_client.py +5 -5
- authentik_client/configuration.py +6 -4
- authentik_client/exceptions.py +7 -4
- authentik_client/models/__init__.py +12 -2
- authentik_client/models/access_denied_challenge.py +1 -1
- authentik_client/models/agent_authentication_response.py +1 -1
- authentik_client/models/agent_config.py +1 -1
- authentik_client/models/agent_connector.py +1 -1
- authentik_client/models/agent_connector_request.py +1 -1
- authentik_client/models/agent_psso_device_registration_request.py +1 -1
- authentik_client/models/agent_psso_device_registration_response.py +1 -1
- authentik_client/models/agent_psso_user_registration_request.py +1 -1
- authentik_client/models/agent_token_response.py +1 -1
- authentik_client/models/alg_enum.py +3 -1
- authentik_client/models/app.py +1 -1
- authentik_client/models/app_enum.py +3 -1
- authentik_client/models/apple_challenge_response_request.py +1 -1
- authentik_client/models/apple_login_challenge.py +1 -1
- authentik_client/models/application.py +1 -1
- authentik_client/models/application_entitlement.py +1 -1
- authentik_client/models/application_entitlement_request.py +1 -1
- authentik_client/models/application_request.py +1 -1
- authentik_client/models/auth_type_enum.py +1 -1
- authentik_client/models/authenticated_session.py +1 -1
- authentik_client/models/authenticated_session_asn.py +1 -1
- authentik_client/models/authenticated_session_geo_ip.py +1 -1
- authentik_client/models/authenticated_session_user_agent.py +1 -1
- authentik_client/models/authenticated_session_user_agent_device.py +1 -1
- authentik_client/models/authenticated_session_user_agent_os.py +1 -1
- authentik_client/models/authenticated_session_user_agent_user_agent.py +1 -1
- authentik_client/models/authentication_enum.py +1 -1
- authentik_client/models/authenticator_attachment_enum.py +1 -1
- authentik_client/models/authenticator_duo_challenge.py +1 -1
- authentik_client/models/authenticator_duo_challenge_response_request.py +1 -1
- authentik_client/models/authenticator_duo_stage.py +1 -1
- authentik_client/models/authenticator_duo_stage_device_import_response.py +1 -1
- authentik_client/models/authenticator_duo_stage_manual_device_import_request.py +1 -1
- authentik_client/models/authenticator_duo_stage_request.py +1 -1
- authentik_client/models/authenticator_email_challenge.py +1 -1
- authentik_client/models/authenticator_email_challenge_response_request.py +1 -1
- authentik_client/models/authenticator_email_stage.py +1 -1
- authentik_client/models/authenticator_email_stage_request.py +1 -1
- authentik_client/models/authenticator_endpoint_gdtc_stage.py +1 -1
- authentik_client/models/authenticator_endpoint_gdtc_stage_request.py +1 -1
- authentik_client/models/authenticator_sms_challenge.py +1 -1
- authentik_client/models/authenticator_sms_challenge_response_request.py +1 -1
- authentik_client/models/authenticator_sms_stage.py +1 -1
- authentik_client/models/authenticator_sms_stage_request.py +1 -1
- authentik_client/models/authenticator_static_challenge.py +1 -1
- authentik_client/models/authenticator_static_challenge_response_request.py +1 -1
- authentik_client/models/authenticator_static_stage.py +1 -1
- authentik_client/models/authenticator_static_stage_request.py +1 -1
- authentik_client/models/authenticator_totp_challenge.py +1 -1
- authentik_client/models/authenticator_totp_challenge_response_request.py +1 -1
- authentik_client/models/authenticator_totp_stage.py +1 -1
- authentik_client/models/authenticator_totp_stage_request.py +1 -1
- authentik_client/models/authenticator_validate_stage.py +1 -1
- authentik_client/models/authenticator_validate_stage_request.py +1 -1
- authentik_client/models/authenticator_validation_challenge.py +1 -1
- authentik_client/models/authenticator_validation_challenge_response_request.py +1 -1
- authentik_client/models/authenticator_web_authn_challenge.py +1 -1
- authentik_client/models/authenticator_web_authn_challenge_response_request.py +1 -1
- authentik_client/models/authenticator_web_authn_stage.py +1 -1
- authentik_client/models/authenticator_web_authn_stage_request.py +1 -1
- authentik_client/models/authorization_code_auth_method_enum.py +1 -1
- authentik_client/models/auto_submit_challenge_response_request.py +1 -1
- authentik_client/models/autosubmit_challenge.py +1 -1
- authentik_client/models/backends_enum.py +1 -1
- authentik_client/models/binding_type_enum.py +1 -1
- authentik_client/models/blueprint_file.py +1 -1
- authentik_client/models/blueprint_instance.py +1 -1
- authentik_client/models/blueprint_instance_request.py +1 -1
- authentik_client/models/blueprint_instance_status_enum.py +1 -1
- authentik_client/models/brand.py +1 -1
- authentik_client/models/brand_request.py +1 -1
- authentik_client/models/bulk_delete_session_response.py +88 -0
- authentik_client/models/cache.py +1 -1
- authentik_client/models/capabilities_enum.py +1 -1
- authentik_client/models/captcha_challenge.py +1 -1
- authentik_client/models/captcha_challenge_response_request.py +1 -1
- authentik_client/models/captcha_stage.py +1 -1
- authentik_client/models/captcha_stage_request.py +1 -1
- authentik_client/models/cert_attribute_enum.py +1 -1
- authentik_client/models/certificate_data.py +1 -1
- authentik_client/models/certificate_generation_request.py +1 -1
- authentik_client/models/certificate_key_pair.py +6 -6
- authentik_client/models/certificate_key_pair_request.py +1 -1
- authentik_client/models/challenge_types.py +1 -1
- authentik_client/models/client_type_enum.py +1 -1
- authentik_client/models/compatibility_mode_enum.py +1 -1
- authentik_client/models/config.py +1 -1
- authentik_client/models/connection_token.py +1 -1
- authentik_client/models/connection_token_request.py +1 -1
- authentik_client/models/connector.py +1 -1
- authentik_client/models/consent_challenge.py +1 -1
- authentik_client/models/consent_challenge_response_request.py +1 -1
- authentik_client/models/consent_permission.py +1 -1
- authentik_client/models/consent_stage.py +1 -1
- authentik_client/models/consent_stage_mode_enum.py +1 -1
- authentik_client/models/consent_stage_request.py +1 -1
- authentik_client/models/content_type.py +1 -1
- authentik_client/models/contextual_flow_info.py +1 -1
- authentik_client/models/contextual_flow_info_layout_enum.py +1 -1
- authentik_client/models/country_code_enum.py +1 -1
- authentik_client/models/current_brand.py +1 -1
- authentik_client/models/current_brand_flags.py +4 -2
- authentik_client/models/data_export.py +1 -1
- authentik_client/models/delivery_method_enum.py +1 -1
- authentik_client/models/denied_action_enum.py +1 -1
- authentik_client/models/deny_stage.py +1 -1
- authentik_client/models/deny_stage_request.py +1 -1
- authentik_client/models/detailed_country.py +1 -1
- authentik_client/models/detailed_country_field.py +1 -1
- authentik_client/models/device.py +1 -1
- authentik_client/models/device_access_group.py +6 -4
- authentik_client/models/device_access_group_request.py +6 -4
- authentik_client/models/device_challenge.py +1 -1
- authentik_client/models/device_challenge_request.py +1 -1
- authentik_client/models/device_classes_enum.py +1 -1
- authentik_client/models/device_connection.py +1 -1
- authentik_client/models/device_fact_snapshot.py +8 -3
- authentik_client/models/device_facts.py +1 -1
- authentik_client/models/device_facts_os_family.py +1 -1
- authentik_client/models/device_facts_request.py +1 -1
- authentik_client/models/device_group.py +1 -1
- authentik_client/models/device_group_request.py +1 -1
- authentik_client/models/device_summary.py +1 -1
- authentik_client/models/device_user.py +1 -1
- authentik_client/models/device_user_binding.py +1 -1
- authentik_client/models/device_user_binding_request.py +1 -1
- authentik_client/models/device_user_request.py +1 -1
- authentik_client/models/digest_algorithm_enum.py +1 -1
- authentik_client/models/digits_enum.py +1 -1
- authentik_client/models/disk.py +1 -1
- authentik_client/models/disk_request.py +1 -1
- authentik_client/models/docker_service_connection.py +1 -1
- authentik_client/models/docker_service_connection_request.py +1 -1
- authentik_client/models/domain.py +1 -1
- authentik_client/models/domain_request.py +1 -1
- authentik_client/models/dummy_challenge.py +1 -1
- authentik_client/models/dummy_challenge_response_request.py +1 -1
- authentik_client/models/dummy_policy.py +1 -1
- authentik_client/models/dummy_policy_request.py +1 -1
- authentik_client/models/dummy_stage.py +1 -1
- authentik_client/models/dummy_stage_request.py +1 -1
- authentik_client/models/duo_device.py +1 -1
- authentik_client/models/duo_device_enrollment_status.py +1 -1
- authentik_client/models/duo_device_request.py +1 -1
- authentik_client/models/duo_response_enum.py +1 -1
- authentik_client/models/email_challenge.py +1 -1
- authentik_client/models/email_challenge_response_request.py +1 -1
- authentik_client/models/email_device.py +1 -1
- authentik_client/models/email_device_request.py +1 -1
- authentik_client/models/email_stage.py +1 -1
- authentik_client/models/email_stage_request.py +1 -1
- authentik_client/models/endpoint.py +1 -1
- authentik_client/models/endpoint_agent_challenge.py +1 -1
- authentik_client/models/endpoint_agent_challenge_response_request.py +1 -1
- authentik_client/models/endpoint_auth_mode_enum.py +1 -1
- authentik_client/models/endpoint_device.py +1 -1
- authentik_client/models/endpoint_device_details.py +1 -1
- authentik_client/models/endpoint_device_request.py +1 -1
- authentik_client/models/endpoint_request.py +1 -1
- authentik_client/models/endpoint_stage.py +1 -1
- authentik_client/models/endpoint_stage_request.py +1 -1
- authentik_client/models/enroll_request.py +1 -1
- authentik_client/models/enrollment_token.py +1 -1
- authentik_client/models/enrollment_token_request.py +1 -1
- authentik_client/models/error_detail.py +1 -1
- authentik_client/models/error_reporting_config.py +1 -1
- authentik_client/models/event.py +1 -1
- authentik_client/models/event_actions.py +2 -1
- authentik_client/models/event_matcher_policy.py +1 -1
- authentik_client/models/event_matcher_policy_request.py +1 -1
- authentik_client/models/event_request.py +1 -1
- authentik_client/models/event_top_per_user.py +1 -1
- authentik_client/models/event_volume.py +1 -1
- authentik_client/models/events_requested_enum.py +1 -1
- authentik_client/models/expiring_base_grant_model.py +1 -1
- authentik_client/models/expression_policy.py +1 -1
- authentik_client/models/expression_policy_request.py +1 -1
- authentik_client/models/extra_role_object_permission.py +1 -1
- authentik_client/models/file_list.py +1 -1
- authentik_client/models/fleet_connector.py +123 -0
- authentik_client/models/fleet_connector_request.py +109 -0
- authentik_client/models/flow.py +1 -1
- authentik_client/models/flow_challenge_response_request.py +1 -1
- authentik_client/models/flow_designation_enum.py +1 -1
- authentik_client/models/flow_diagram.py +1 -1
- authentik_client/models/flow_error_challenge.py +1 -1
- authentik_client/models/flow_import_result.py +1 -1
- authentik_client/models/flow_inspection.py +1 -1
- authentik_client/models/flow_inspector_plan.py +1 -1
- authentik_client/models/flow_layout_enum.py +1 -1
- authentik_client/models/flow_request.py +1 -1
- authentik_client/models/flow_set.py +1 -1
- authentik_client/models/flow_stage_binding.py +1 -1
- authentik_client/models/flow_stage_binding_request.py +1 -1
- authentik_client/models/footer_link.py +1 -1
- authentik_client/models/frame_challenge.py +1 -1
- authentik_client/models/frame_challenge_response_request.py +1 -1
- authentik_client/models/generic_error.py +1 -1
- authentik_client/models/geo_ip_policy.py +1 -1
- authentik_client/models/geo_ip_policy_request.py +1 -1
- authentik_client/models/geoip_binding_enum.py +1 -1
- authentik_client/models/global_task_status.py +1 -1
- authentik_client/models/google_endpoint_device.py +1 -1
- authentik_client/models/google_endpoint_device_request.py +1 -1
- authentik_client/models/google_workspace_provider.py +1 -1
- authentik_client/models/google_workspace_provider_group.py +1 -1
- authentik_client/models/google_workspace_provider_group_request.py +1 -1
- authentik_client/models/google_workspace_provider_mapping.py +1 -1
- authentik_client/models/google_workspace_provider_mapping_request.py +1 -1
- authentik_client/models/google_workspace_provider_request.py +1 -1
- authentik_client/models/google_workspace_provider_user.py +1 -1
- authentik_client/models/google_workspace_provider_user_request.py +1 -1
- authentik_client/models/group.py +1 -1
- authentik_client/models/group_kerberos_source_connection.py +1 -1
- authentik_client/models/group_kerberos_source_connection_request.py +1 -1
- authentik_client/models/group_ldap_source_connection.py +1 -1
- authentik_client/models/group_ldap_source_connection_request.py +1 -1
- authentik_client/models/group_matching_mode_enum.py +1 -1
- authentik_client/models/group_o_auth_source_connection.py +1 -1
- authentik_client/models/group_o_auth_source_connection_request.py +1 -1
- authentik_client/models/group_plex_source_connection.py +1 -1
- authentik_client/models/group_plex_source_connection_request.py +1 -1
- authentik_client/models/group_request.py +1 -1
- authentik_client/models/group_saml_source_connection.py +1 -1
- authentik_client/models/group_saml_source_connection_request.py +1 -1
- authentik_client/models/group_source_connection.py +1 -1
- authentik_client/models/group_source_connection_request.py +1 -1
- authentik_client/models/group_telegram_source_connection.py +1 -1
- authentik_client/models/group_telegram_source_connection_request.py +1 -1
- authentik_client/models/hardware.py +1 -1
- authentik_client/models/hardware_request.py +1 -1
- authentik_client/models/identification_challenge.py +9 -2
- authentik_client/models/identification_challenge_response_request.py +1 -1
- authentik_client/models/identification_stage.py +1 -1
- authentik_client/models/identification_stage_request.py +1 -1
- authentik_client/models/iframe_logout_challenge.py +1 -1
- authentik_client/models/iframe_logout_challenge_response_request.py +1 -1
- authentik_client/models/impersonation_request.py +1 -1
- authentik_client/models/initial_permissions.py +1 -1
- authentik_client/models/initial_permissions_request.py +1 -1
- authentik_client/models/install_id.py +1 -1
- authentik_client/models/intent_enum.py +1 -1
- authentik_client/models/invalid_response_action_enum.py +1 -1
- authentik_client/models/invitation.py +1 -1
- authentik_client/models/invitation_request.py +1 -1
- authentik_client/models/invitation_stage.py +1 -1
- authentik_client/models/invitation_stage_request.py +1 -1
- authentik_client/models/issuer_mode_enum.py +1 -1
- authentik_client/models/kadmin_type_enum.py +1 -1
- authentik_client/models/kerberos_source.py +1 -1
- authentik_client/models/kerberos_source_property_mapping.py +1 -1
- authentik_client/models/kerberos_source_property_mapping_request.py +1 -1
- authentik_client/models/kerberos_source_request.py +1 -1
- authentik_client/models/key_type_enum.py +1 -1
- authentik_client/models/kubernetes_service_connection.py +1 -1
- authentik_client/models/kubernetes_service_connection_request.py +1 -1
- authentik_client/models/last_task_status_enum.py +1 -1
- authentik_client/models/ldap_check_access.py +1 -1
- authentik_client/models/ldap_debug.py +1 -1
- authentik_client/models/ldap_outpost_config.py +1 -1
- authentik_client/models/ldap_provider.py +1 -1
- authentik_client/models/ldap_provider_request.py +1 -1
- authentik_client/models/ldap_source.py +1 -1
- authentik_client/models/ldap_source_property_mapping.py +1 -1
- authentik_client/models/ldap_source_property_mapping_request.py +1 -1
- authentik_client/models/ldap_source_request.py +1 -1
- authentik_client/models/ldapapi_access_mode.py +1 -1
- authentik_client/models/license.py +1 -1
- authentik_client/models/license_flags_enum.py +1 -1
- authentik_client/models/license_forecast.py +1 -1
- authentik_client/models/license_request.py +1 -1
- authentik_client/models/license_status_enum.py +1 -1
- authentik_client/models/license_summary.py +1 -1
- authentik_client/models/license_summary_status_enum.py +1 -1
- authentik_client/models/link.py +1 -1
- authentik_client/models/log_event.py +1 -1
- authentik_client/models/log_level_enum.py +1 -1
- authentik_client/models/login_challenge_types.py +1 -1
- authentik_client/models/login_source.py +1 -1
- authentik_client/models/matching_mode_enum.py +1 -1
- authentik_client/models/mdm_config_request.py +1 -1
- authentik_client/models/mdm_config_response.py +1 -1
- authentik_client/models/metadata.py +1 -1
- authentik_client/models/microsoft_entra_provider.py +1 -1
- authentik_client/models/microsoft_entra_provider_group.py +1 -1
- authentik_client/models/microsoft_entra_provider_group_request.py +1 -1
- authentik_client/models/microsoft_entra_provider_mapping.py +1 -1
- authentik_client/models/microsoft_entra_provider_mapping_request.py +1 -1
- authentik_client/models/microsoft_entra_provider_request.py +1 -1
- authentik_client/models/microsoft_entra_provider_user.py +1 -1
- authentik_client/models/microsoft_entra_provider_user_request.py +1 -1
- authentik_client/models/model_enum.py +3 -1
- authentik_client/models/model_request.py +23 -9
- authentik_client/models/mutual_tls_stage.py +1 -1
- authentik_client/models/mutual_tls_stage_request.py +1 -1
- authentik_client/models/native_logout_challenge.py +1 -1
- authentik_client/models/native_logout_challenge_response_request.py +1 -1
- authentik_client/models/network.py +1 -1
- authentik_client/models/network_binding_enum.py +1 -1
- authentik_client/models/network_interface.py +1 -1
- authentik_client/models/network_interface_request.py +1 -1
- authentik_client/models/network_request.py +1 -1
- authentik_client/models/not_configured_action_enum.py +1 -1
- authentik_client/models/notification.py +1 -1
- authentik_client/models/notification_request.py +1 -1
- authentik_client/models/notification_rule.py +1 -1
- authentik_client/models/notification_rule_request.py +1 -1
- authentik_client/models/notification_transport.py +1 -1
- authentik_client/models/notification_transport_mode_enum.py +1 -1
- authentik_client/models/notification_transport_request.py +1 -1
- authentik_client/models/notification_transport_test.py +1 -1
- authentik_client/models/notification_webhook_mapping.py +1 -1
- authentik_client/models/notification_webhook_mapping_request.py +1 -1
- authentik_client/models/o_auth2_provider.py +1 -1
- authentik_client/models/o_auth2_provider_logout_method_enum.py +1 -1
- authentik_client/models/o_auth2_provider_request.py +1 -1
- authentik_client/models/o_auth2_provider_setup_urls.py +1 -1
- authentik_client/models/o_auth_device_code_challenge.py +1 -1
- authentik_client/models/o_auth_device_code_challenge_response_request.py +1 -1
- authentik_client/models/o_auth_device_code_finish_challenge.py +1 -1
- authentik_client/models/o_auth_device_code_finish_challenge_response_request.py +1 -1
- authentik_client/models/o_auth_source.py +1 -1
- authentik_client/models/o_auth_source_property_mapping.py +1 -1
- authentik_client/models/o_auth_source_property_mapping_request.py +1 -1
- authentik_client/models/o_auth_source_request.py +1 -1
- authentik_client/models/open_id_connect_configuration.py +1 -1
- authentik_client/models/operating_system.py +5 -5
- authentik_client/models/operating_system_request.py +4 -4
- authentik_client/models/outgoing_sync_delete_action.py +1 -1
- authentik_client/models/outpost.py +1 -1
- authentik_client/models/outpost_default_config.py +1 -1
- authentik_client/models/outpost_health.py +1 -1
- authentik_client/models/outpost_request.py +1 -1
- authentik_client/models/outpost_type_enum.py +1 -1
- authentik_client/models/paginated_agent_connector_list.py +1 -1
- authentik_client/models/paginated_application_entitlement_list.py +1 -1
- authentik_client/models/paginated_application_list.py +1 -1
- authentik_client/models/paginated_authenticated_session_list.py +1 -1
- authentik_client/models/paginated_authenticator_duo_stage_list.py +1 -1
- authentik_client/models/paginated_authenticator_email_stage_list.py +1 -1
- authentik_client/models/paginated_authenticator_endpoint_gdtc_stage_list.py +1 -1
- authentik_client/models/paginated_authenticator_sms_stage_list.py +1 -1
- authentik_client/models/paginated_authenticator_static_stage_list.py +1 -1
- authentik_client/models/paginated_authenticator_totp_stage_list.py +1 -1
- authentik_client/models/paginated_authenticator_validate_stage_list.py +1 -1
- authentik_client/models/paginated_authenticator_web_authn_stage_list.py +1 -1
- authentik_client/models/paginated_blueprint_instance_list.py +1 -1
- authentik_client/models/paginated_brand_list.py +1 -1
- authentik_client/models/paginated_captcha_stage_list.py +1 -1
- authentik_client/models/paginated_certificate_key_pair_list.py +1 -1
- authentik_client/models/paginated_connection_token_list.py +1 -1
- authentik_client/models/paginated_connector_list.py +1 -1
- authentik_client/models/paginated_consent_stage_list.py +1 -1
- authentik_client/models/paginated_data_export_list.py +1 -1
- authentik_client/models/paginated_deny_stage_list.py +1 -1
- authentik_client/models/paginated_device_access_group_list.py +1 -1
- authentik_client/models/paginated_device_user_binding_list.py +1 -1
- authentik_client/models/paginated_docker_service_connection_list.py +1 -1
- authentik_client/models/paginated_domain_list.py +1 -1
- authentik_client/models/paginated_dummy_policy_list.py +1 -1
- authentik_client/models/paginated_dummy_stage_list.py +1 -1
- authentik_client/models/paginated_duo_device_list.py +1 -1
- authentik_client/models/paginated_email_device_list.py +1 -1
- authentik_client/models/paginated_email_stage_list.py +1 -1
- authentik_client/models/paginated_endpoint_device_list.py +1 -1
- authentik_client/models/paginated_endpoint_list.py +1 -1
- authentik_client/models/paginated_endpoint_stage_list.py +1 -1
- authentik_client/models/paginated_enrollment_token_list.py +1 -1
- authentik_client/models/paginated_event_list.py +1 -1
- authentik_client/models/paginated_event_matcher_policy_list.py +1 -1
- authentik_client/models/paginated_expiring_base_grant_model_list.py +1 -1
- authentik_client/models/paginated_expression_policy_list.py +1 -1
- authentik_client/models/paginated_extra_role_object_permission_list.py +1 -1
- authentik_client/models/paginated_fleet_connector_list.py +104 -0
- authentik_client/models/paginated_flow_list.py +1 -1
- authentik_client/models/paginated_flow_stage_binding_list.py +1 -1
- authentik_client/models/paginated_geo_ip_policy_list.py +1 -1
- authentik_client/models/paginated_google_endpoint_device_list.py +1 -1
- authentik_client/models/paginated_google_workspace_provider_group_list.py +1 -1
- authentik_client/models/paginated_google_workspace_provider_list.py +1 -1
- authentik_client/models/paginated_google_workspace_provider_mapping_list.py +1 -1
- authentik_client/models/paginated_google_workspace_provider_user_list.py +1 -1
- authentik_client/models/paginated_group_kerberos_source_connection_list.py +1 -1
- authentik_client/models/paginated_group_ldap_source_connection_list.py +1 -1
- authentik_client/models/paginated_group_list.py +1 -1
- authentik_client/models/paginated_group_o_auth_source_connection_list.py +1 -1
- authentik_client/models/paginated_group_plex_source_connection_list.py +1 -1
- authentik_client/models/paginated_group_saml_source_connection_list.py +1 -1
- authentik_client/models/paginated_group_source_connection_list.py +1 -1
- authentik_client/models/paginated_group_telegram_source_connection_list.py +1 -1
- authentik_client/models/paginated_identification_stage_list.py +1 -1
- authentik_client/models/paginated_initial_permissions_list.py +1 -1
- authentik_client/models/paginated_invitation_list.py +1 -1
- authentik_client/models/paginated_invitation_stage_list.py +1 -1
- authentik_client/models/paginated_kerberos_source_list.py +1 -1
- authentik_client/models/paginated_kerberos_source_property_mapping_list.py +1 -1
- authentik_client/models/paginated_kubernetes_service_connection_list.py +1 -1
- authentik_client/models/paginated_ldap_outpost_config_list.py +1 -1
- authentik_client/models/paginated_ldap_provider_list.py +1 -1
- authentik_client/models/paginated_ldap_source_list.py +1 -1
- authentik_client/models/paginated_ldap_source_property_mapping_list.py +1 -1
- authentik_client/models/paginated_license_list.py +1 -1
- authentik_client/models/paginated_microsoft_entra_provider_group_list.py +1 -1
- authentik_client/models/paginated_microsoft_entra_provider_list.py +1 -1
- authentik_client/models/paginated_microsoft_entra_provider_mapping_list.py +1 -1
- authentik_client/models/paginated_microsoft_entra_provider_user_list.py +1 -1
- authentik_client/models/paginated_mutual_tls_stage_list.py +1 -1
- authentik_client/models/paginated_notification_list.py +1 -1
- authentik_client/models/paginated_notification_rule_list.py +1 -1
- authentik_client/models/paginated_notification_transport_list.py +1 -1
- authentik_client/models/paginated_notification_webhook_mapping_list.py +1 -1
- authentik_client/models/paginated_o_auth2_provider_list.py +1 -1
- authentik_client/models/paginated_o_auth_source_list.py +1 -1
- authentik_client/models/paginated_o_auth_source_property_mapping_list.py +1 -1
- authentik_client/models/paginated_outpost_list.py +1 -1
- authentik_client/models/paginated_password_expiry_policy_list.py +1 -1
- authentik_client/models/paginated_password_policy_list.py +1 -1
- authentik_client/models/paginated_password_stage_list.py +1 -1
- authentik_client/models/paginated_permission_list.py +1 -1
- authentik_client/models/paginated_plex_source_list.py +1 -1
- authentik_client/models/paginated_plex_source_property_mapping_list.py +1 -1
- authentik_client/models/paginated_policy_binding_list.py +1 -1
- authentik_client/models/paginated_policy_list.py +1 -1
- authentik_client/models/paginated_prompt_list.py +1 -1
- authentik_client/models/paginated_prompt_stage_list.py +1 -1
- authentik_client/models/paginated_property_mapping_list.py +1 -1
- authentik_client/models/paginated_provider_list.py +1 -1
- authentik_client/models/paginated_proxy_outpost_config_list.py +1 -1
- authentik_client/models/paginated_proxy_provider_list.py +1 -1
- authentik_client/models/paginated_rac_property_mapping_list.py +1 -1
- authentik_client/models/paginated_rac_provider_list.py +1 -1
- authentik_client/models/paginated_radius_outpost_config_list.py +1 -1
- authentik_client/models/paginated_radius_provider_list.py +1 -1
- authentik_client/models/paginated_radius_provider_property_mapping_list.py +1 -1
- authentik_client/models/paginated_redirect_stage_list.py +1 -1
- authentik_client/models/paginated_reputation_list.py +1 -1
- authentik_client/models/paginated_reputation_policy_list.py +1 -1
- authentik_client/models/paginated_role_assigned_object_permission_list.py +1 -1
- authentik_client/models/paginated_role_list.py +1 -1
- authentik_client/models/paginated_saml_property_mapping_list.py +1 -1
- authentik_client/models/paginated_saml_provider_list.py +1 -1
- authentik_client/models/paginated_saml_source_list.py +1 -1
- authentik_client/models/paginated_saml_source_property_mapping_list.py +1 -1
- authentik_client/models/paginated_schedule_list.py +1 -1
- authentik_client/models/paginated_scim_mapping_list.py +1 -1
- authentik_client/models/paginated_scim_provider_group_list.py +1 -1
- authentik_client/models/paginated_scim_provider_list.py +1 -1
- authentik_client/models/paginated_scim_provider_user_list.py +1 -1
- authentik_client/models/paginated_scim_source_group_list.py +1 -1
- authentik_client/models/paginated_scim_source_list.py +1 -1
- authentik_client/models/paginated_scim_source_property_mapping_list.py +1 -1
- authentik_client/models/paginated_scim_source_user_list.py +1 -1
- authentik_client/models/paginated_scope_mapping_list.py +1 -1
- authentik_client/models/paginated_service_connection_list.py +1 -1
- authentik_client/models/paginated_sms_device_list.py +1 -1
- authentik_client/models/paginated_source_list.py +1 -1
- authentik_client/models/paginated_source_stage_list.py +1 -1
- authentik_client/models/paginated_ssf_provider_list.py +1 -1
- authentik_client/models/paginated_ssf_stream_list.py +1 -1
- authentik_client/models/paginated_stage_list.py +1 -1
- authentik_client/models/paginated_static_device_list.py +1 -1
- authentik_client/models/paginated_task_list.py +1 -1
- authentik_client/models/paginated_telegram_source_list.py +1 -1
- authentik_client/models/paginated_telegram_source_property_mapping_list.py +1 -1
- authentik_client/models/paginated_tenant_list.py +1 -1
- authentik_client/models/paginated_token_list.py +1 -1
- authentik_client/models/paginated_token_model_list.py +1 -1
- authentik_client/models/paginated_totp_device_list.py +1 -1
- authentik_client/models/paginated_unique_password_policy_list.py +1 -1
- authentik_client/models/paginated_user_consent_list.py +1 -1
- authentik_client/models/paginated_user_delete_stage_list.py +1 -1
- authentik_client/models/paginated_user_kerberos_source_connection_list.py +1 -1
- authentik_client/models/paginated_user_ldap_source_connection_list.py +1 -1
- authentik_client/models/paginated_user_list.py +1 -1
- authentik_client/models/paginated_user_login_stage_list.py +1 -1
- authentik_client/models/paginated_user_logout_stage_list.py +1 -1
- authentik_client/models/paginated_user_o_auth_source_connection_list.py +1 -1
- authentik_client/models/paginated_user_plex_source_connection_list.py +1 -1
- authentik_client/models/paginated_user_saml_source_connection_list.py +1 -1
- authentik_client/models/paginated_user_source_connection_list.py +1 -1
- authentik_client/models/paginated_user_telegram_source_connection_list.py +1 -1
- authentik_client/models/paginated_user_write_stage_list.py +1 -1
- authentik_client/models/paginated_web_authn_device_list.py +1 -1
- authentik_client/models/paginated_web_authn_device_type_list.py +1 -1
- authentik_client/models/paginated_ws_federation_provider_list.py +104 -0
- authentik_client/models/pagination.py +1 -1
- authentik_client/models/partial_group.py +1 -1
- authentik_client/models/partial_user.py +1 -1
- authentik_client/models/password_challenge.py +1 -1
- authentik_client/models/password_challenge_response_request.py +1 -1
- authentik_client/models/password_expiry_policy.py +1 -1
- authentik_client/models/password_expiry_policy_request.py +1 -1
- authentik_client/models/password_policy.py +1 -1
- authentik_client/models/password_policy_request.py +1 -1
- authentik_client/models/password_stage.py +1 -1
- authentik_client/models/password_stage_request.py +1 -1
- authentik_client/models/patched_agent_connector_request.py +1 -1
- authentik_client/models/patched_application_entitlement_request.py +1 -1
- authentik_client/models/patched_application_request.py +1 -1
- authentik_client/models/patched_authenticator_duo_stage_request.py +1 -1
- authentik_client/models/patched_authenticator_email_stage_request.py +1 -1
- authentik_client/models/patched_authenticator_endpoint_gdtc_stage_request.py +1 -1
- authentik_client/models/patched_authenticator_sms_stage_request.py +1 -1
- authentik_client/models/patched_authenticator_static_stage_request.py +1 -1
- authentik_client/models/patched_authenticator_totp_stage_request.py +1 -1
- authentik_client/models/patched_authenticator_validate_stage_request.py +1 -1
- authentik_client/models/patched_authenticator_web_authn_stage_request.py +1 -1
- authentik_client/models/patched_blueprint_instance_request.py +1 -1
- authentik_client/models/patched_brand_request.py +1 -1
- authentik_client/models/patched_captcha_stage_request.py +1 -1
- authentik_client/models/patched_certificate_key_pair_request.py +1 -1
- authentik_client/models/patched_connection_token_request.py +1 -1
- authentik_client/models/patched_consent_stage_request.py +1 -1
- authentik_client/models/patched_deny_stage_request.py +1 -1
- authentik_client/models/patched_device_access_group_request.py +5 -3
- authentik_client/models/patched_device_user_binding_request.py +1 -1
- authentik_client/models/patched_docker_service_connection_request.py +1 -1
- authentik_client/models/patched_domain_request.py +1 -1
- authentik_client/models/patched_dummy_policy_request.py +1 -1
- authentik_client/models/patched_dummy_stage_request.py +1 -1
- authentik_client/models/patched_duo_device_request.py +1 -1
- authentik_client/models/patched_email_device_request.py +1 -1
- authentik_client/models/patched_email_stage_request.py +1 -1
- authentik_client/models/patched_endpoint_device_request.py +1 -1
- authentik_client/models/patched_endpoint_request.py +1 -1
- authentik_client/models/patched_endpoint_stage_request.py +1 -1
- authentik_client/models/patched_enrollment_token_request.py +1 -1
- authentik_client/models/patched_event_matcher_policy_request.py +1 -1
- authentik_client/models/patched_event_request.py +1 -1
- authentik_client/models/patched_expression_policy_request.py +1 -1
- authentik_client/models/patched_fleet_connector_request.py +109 -0
- authentik_client/models/patched_flow_request.py +1 -1
- authentik_client/models/patched_flow_stage_binding_request.py +1 -1
- authentik_client/models/patched_geo_ip_policy_request.py +1 -1
- authentik_client/models/patched_google_endpoint_device_request.py +1 -1
- authentik_client/models/patched_google_workspace_provider_mapping_request.py +1 -1
- authentik_client/models/patched_google_workspace_provider_request.py +1 -1
- authentik_client/models/patched_group_kerberos_source_connection_request.py +1 -1
- authentik_client/models/patched_group_ldap_source_connection_request.py +1 -1
- authentik_client/models/patched_group_o_auth_source_connection_request.py +1 -1
- authentik_client/models/patched_group_plex_source_connection_request.py +1 -1
- authentik_client/models/patched_group_request.py +1 -1
- authentik_client/models/patched_group_saml_source_connection_request.py +1 -1
- authentik_client/models/patched_group_source_connection_request.py +1 -1
- authentik_client/models/patched_group_telegram_source_connection_request.py +1 -1
- authentik_client/models/patched_identification_stage_request.py +1 -1
- authentik_client/models/patched_initial_permissions_request.py +1 -1
- authentik_client/models/patched_invitation_request.py +1 -1
- authentik_client/models/patched_invitation_stage_request.py +1 -1
- authentik_client/models/patched_kerberos_source_property_mapping_request.py +1 -1
- authentik_client/models/patched_kerberos_source_request.py +1 -1
- authentik_client/models/patched_kubernetes_service_connection_request.py +1 -1
- authentik_client/models/patched_ldap_provider_request.py +1 -1
- authentik_client/models/patched_ldap_source_property_mapping_request.py +1 -1
- authentik_client/models/patched_ldap_source_request.py +1 -1
- authentik_client/models/patched_license_request.py +1 -1
- authentik_client/models/patched_microsoft_entra_provider_mapping_request.py +1 -1
- authentik_client/models/patched_microsoft_entra_provider_request.py +1 -1
- authentik_client/models/patched_mutual_tls_stage_request.py +1 -1
- authentik_client/models/patched_notification_request.py +1 -1
- authentik_client/models/patched_notification_rule_request.py +1 -1
- authentik_client/models/patched_notification_transport_request.py +1 -1
- authentik_client/models/patched_notification_webhook_mapping_request.py +1 -1
- authentik_client/models/patched_o_auth2_provider_request.py +1 -1
- authentik_client/models/patched_o_auth_source_property_mapping_request.py +1 -1
- authentik_client/models/patched_o_auth_source_request.py +1 -1
- authentik_client/models/patched_outpost_request.py +1 -1
- authentik_client/models/patched_password_expiry_policy_request.py +1 -1
- authentik_client/models/patched_password_policy_request.py +1 -1
- authentik_client/models/patched_password_stage_request.py +1 -1
- authentik_client/models/patched_permission_assign_request.py +1 -1
- authentik_client/models/patched_plex_source_property_mapping_request.py +1 -1
- authentik_client/models/patched_plex_source_request.py +1 -1
- authentik_client/models/patched_policy_binding_request.py +1 -1
- authentik_client/models/patched_prompt_request.py +1 -1
- authentik_client/models/patched_prompt_stage_request.py +1 -1
- authentik_client/models/patched_proxy_provider_request.py +1 -1
- authentik_client/models/patched_rac_property_mapping_request.py +1 -1
- authentik_client/models/patched_rac_provider_request.py +1 -1
- authentik_client/models/patched_radius_provider_property_mapping_request.py +1 -1
- authentik_client/models/patched_radius_provider_request.py +1 -1
- authentik_client/models/patched_redirect_stage_request.py +1 -1
- authentik_client/models/patched_reputation_policy_request.py +1 -1
- authentik_client/models/patched_role_request.py +2 -2
- authentik_client/models/patched_saml_property_mapping_request.py +1 -1
- authentik_client/models/patched_saml_provider_request.py +3 -3
- authentik_client/models/patched_saml_source_property_mapping_request.py +1 -1
- authentik_client/models/patched_saml_source_request.py +1 -1
- authentik_client/models/patched_schedule_request.py +1 -1
- authentik_client/models/patched_scim_mapping_request.py +1 -1
- authentik_client/models/patched_scim_provider_request.py +4 -9
- authentik_client/models/patched_scim_source_group_request.py +1 -1
- authentik_client/models/patched_scim_source_property_mapping_request.py +1 -1
- authentik_client/models/patched_scim_source_request.py +1 -1
- authentik_client/models/patched_scim_source_user_request.py +1 -1
- authentik_client/models/patched_scope_mapping_request.py +1 -1
- authentik_client/models/patched_settings_request.py +1 -1
- authentik_client/models/patched_settings_request_flags.py +4 -2
- authentik_client/models/patched_sms_device_request.py +1 -1
- authentik_client/models/patched_source_stage_request.py +1 -1
- authentik_client/models/patched_ssf_provider_request.py +1 -1
- authentik_client/models/patched_static_device_request.py +1 -1
- authentik_client/models/patched_telegram_source_property_mapping_request.py +1 -1
- authentik_client/models/patched_telegram_source_request.py +1 -1
- authentik_client/models/patched_tenant_request.py +1 -1
- authentik_client/models/patched_token_request.py +1 -1
- authentik_client/models/patched_totp_device_request.py +1 -1
- authentik_client/models/patched_unique_password_policy_request.py +1 -1
- authentik_client/models/patched_user_delete_stage_request.py +1 -1
- authentik_client/models/patched_user_kerberos_source_connection_request.py +1 -1
- authentik_client/models/patched_user_ldap_source_connection_request.py +1 -1
- authentik_client/models/patched_user_login_stage_request.py +1 -1
- authentik_client/models/patched_user_logout_stage_request.py +1 -1
- authentik_client/models/patched_user_o_auth_source_connection_request.py +1 -1
- authentik_client/models/patched_user_plex_source_connection_request.py +1 -1
- authentik_client/models/patched_user_request.py +1 -1
- authentik_client/models/patched_user_saml_source_connection_request.py +1 -1
- authentik_client/models/patched_user_source_connection_request.py +1 -1
- authentik_client/models/patched_user_telegram_source_connection_request.py +1 -1
- authentik_client/models/patched_user_write_stage_request.py +1 -1
- authentik_client/models/patched_web_authn_device_request.py +1 -1
- authentik_client/models/patched_ws_federation_provider_request.py +152 -0
- authentik_client/models/permission.py +1 -1
- authentik_client/models/permission_assign_request.py +1 -1
- authentik_client/models/permission_assign_result.py +1 -1
- authentik_client/models/pkce_method_enum.py +1 -1
- authentik_client/models/plex_authentication_challenge.py +1 -1
- authentik_client/models/plex_authentication_challenge_response_request.py +1 -1
- authentik_client/models/plex_source.py +1 -1
- authentik_client/models/plex_source_property_mapping.py +1 -1
- authentik_client/models/plex_source_property_mapping_request.py +1 -1
- authentik_client/models/plex_source_request.py +1 -1
- authentik_client/models/plex_token_redeem_request.py +1 -1
- authentik_client/models/policy.py +1 -1
- authentik_client/models/policy_binding.py +1 -1
- authentik_client/models/policy_binding_request.py +1 -1
- authentik_client/models/policy_engine_mode.py +1 -1
- authentik_client/models/policy_test_request.py +1 -1
- authentik_client/models/policy_test_result.py +1 -1
- authentik_client/models/process.py +1 -1
- authentik_client/models/process_request.py +1 -1
- authentik_client/models/prompt.py +1 -1
- authentik_client/models/prompt_challenge.py +1 -1
- authentik_client/models/prompt_challenge_response_request.py +1 -1
- authentik_client/models/prompt_choice.py +1 -1
- authentik_client/models/prompt_request.py +1 -1
- authentik_client/models/prompt_stage.py +1 -1
- authentik_client/models/prompt_stage_request.py +1 -1
- authentik_client/models/prompt_type_enum.py +1 -1
- authentik_client/models/property_mapping.py +1 -1
- authentik_client/models/property_mapping_preview.py +1 -1
- authentik_client/models/property_mapping_test_request.py +1 -1
- authentik_client/models/property_mapping_test_result.py +1 -1
- authentik_client/models/protocol_enum.py +1 -1
- authentik_client/models/provider.py +1 -1
- authentik_client/models/provider_enum.py +1 -1
- authentik_client/models/provider_model_enum.py +2 -1
- authentik_client/models/provider_type_enum.py +1 -1
- authentik_client/models/proxy_mode.py +1 -1
- authentik_client/models/proxy_outpost_config.py +1 -1
- authentik_client/models/proxy_provider.py +1 -1
- authentik_client/models/proxy_provider_request.py +1 -1
- authentik_client/models/rac_property_mapping.py +1 -1
- authentik_client/models/rac_property_mapping_request.py +1 -1
- authentik_client/models/rac_provider.py +1 -1
- authentik_client/models/rac_provider_request.py +1 -1
- authentik_client/models/radius_check_access.py +1 -1
- authentik_client/models/radius_outpost_config.py +1 -1
- authentik_client/models/radius_provider.py +1 -1
- authentik_client/models/radius_provider_property_mapping.py +1 -1
- authentik_client/models/radius_provider_property_mapping_request.py +1 -1
- authentik_client/models/radius_provider_request.py +1 -1
- authentik_client/models/redirect_challenge.py +1 -1
- authentik_client/models/redirect_challenge_response_request.py +1 -1
- authentik_client/models/redirect_stage.py +1 -1
- authentik_client/models/redirect_stage_mode_enum.py +1 -1
- authentik_client/models/redirect_stage_request.py +1 -1
- authentik_client/models/redirect_uri.py +1 -1
- authentik_client/models/redirect_uri_request.py +1 -1
- authentik_client/models/related_group.py +1 -1
- authentik_client/models/reputation.py +1 -1
- authentik_client/models/reputation_policy.py +1 -1
- authentik_client/models/reputation_policy_request.py +1 -1
- authentik_client/models/resident_key_requirement_enum.py +1 -1
- authentik_client/models/role.py +3 -4
- authentik_client/models/role_assigned_object_permission.py +1 -1
- authentik_client/models/role_model_permission.py +1 -1
- authentik_client/models/role_object_permission.py +1 -1
- authentik_client/models/role_request.py +2 -2
- authentik_client/models/saml_bindings_enum.py +1 -1
- authentik_client/models/{saml_provider_logout_method_enum.py → saml_logout_methods.py} +4 -4
- authentik_client/models/saml_metadata.py +1 -1
- authentik_client/models/saml_name_id_policy_enum.py +1 -1
- authentik_client/models/saml_property_mapping.py +1 -1
- authentik_client/models/saml_property_mapping_request.py +1 -1
- authentik_client/models/saml_provider.py +3 -3
- authentik_client/models/saml_provider_request.py +3 -3
- authentik_client/models/saml_source.py +1 -1
- authentik_client/models/saml_source_property_mapping.py +1 -1
- authentik_client/models/saml_source_property_mapping_request.py +1 -1
- authentik_client/models/saml_source_request.py +1 -1
- authentik_client/models/schedule.py +1 -1
- authentik_client/models/schedule_request.py +1 -1
- authentik_client/models/scim_authentication_mode_enum.py +1 -1
- authentik_client/models/scim_mapping.py +1 -1
- authentik_client/models/scim_mapping_request.py +1 -1
- authentik_client/models/scim_provider.py +4 -9
- authentik_client/models/scim_provider_group.py +1 -1
- authentik_client/models/scim_provider_group_request.py +1 -1
- authentik_client/models/scim_provider_request.py +4 -9
- authentik_client/models/scim_provider_user.py +1 -1
- authentik_client/models/scim_provider_user_request.py +1 -1
- authentik_client/models/scim_source.py +1 -1
- authentik_client/models/scim_source_group.py +1 -1
- authentik_client/models/scim_source_group_request.py +1 -1
- authentik_client/models/scim_source_property_mapping.py +1 -1
- authentik_client/models/scim_source_property_mapping_request.py +1 -1
- authentik_client/models/scim_source_request.py +1 -1
- authentik_client/models/scim_source_user.py +1 -1
- authentik_client/models/scim_source_user_request.py +1 -1
- authentik_client/models/scope_mapping.py +1 -1
- authentik_client/models/scope_mapping_request.py +1 -1
- authentik_client/models/selectable_stage.py +1 -1
- authentik_client/models/service_connection.py +1 -1
- authentik_client/models/service_connection_state.py +1 -1
- authentik_client/models/session_end_challenge.py +1 -1
- authentik_client/models/session_user.py +1 -1
- authentik_client/models/settings.py +1 -1
- authentik_client/models/settings_request.py +1 -1
- authentik_client/models/severity_enum.py +1 -1
- authentik_client/models/shell_challenge.py +1 -1
- authentik_client/models/signature_algorithm_enum.py +1 -1
- authentik_client/models/sms_device.py +1 -1
- authentik_client/models/sms_device_request.py +1 -1
- authentik_client/models/software.py +1 -1
- authentik_client/models/software_request.py +1 -1
- authentik_client/models/source.py +1 -1
- authentik_client/models/source_stage.py +1 -1
- authentik_client/models/source_stage_request.py +1 -1
- authentik_client/models/source_type.py +1 -1
- authentik_client/models/ssf_provider.py +1 -1
- authentik_client/models/ssf_provider_request.py +1 -1
- authentik_client/models/ssf_stream.py +1 -1
- authentik_client/models/stage.py +1 -1
- authentik_client/models/stage_mode_enum.py +1 -1
- authentik_client/models/stage_prompt.py +1 -1
- authentik_client/models/state_enum.py +1 -1
- authentik_client/models/static_device.py +1 -1
- authentik_client/models/static_device_request.py +1 -1
- authentik_client/models/static_device_token.py +1 -1
- authentik_client/models/sub_mode_enum.py +1 -1
- authentik_client/models/sync_object_model_enum.py +1 -1
- authentik_client/models/sync_object_request.py +1 -1
- authentik_client/models/sync_object_result.py +1 -1
- authentik_client/models/sync_outgoing_trigger_mode_enum.py +1 -1
- authentik_client/models/sync_status.py +1 -1
- authentik_client/models/system_info.py +1 -1
- authentik_client/models/system_info_runtime.py +1 -1
- authentik_client/models/task.py +1 -1
- authentik_client/models/task_aggregated_status_enum.py +1 -1
- authentik_client/models/telegram_auth_request.py +1 -1
- authentik_client/models/telegram_challenge_response_request.py +1 -1
- authentik_client/models/telegram_login_challenge.py +1 -1
- authentik_client/models/telegram_source.py +1 -1
- authentik_client/models/telegram_source_property_mapping.py +1 -1
- authentik_client/models/telegram_source_property_mapping_request.py +1 -1
- authentik_client/models/telegram_source_request.py +1 -1
- authentik_client/models/tenant.py +1 -1
- authentik_client/models/tenant_admin_group_request_request.py +1 -1
- authentik_client/models/tenant_recovery_key_request_request.py +1 -1
- authentik_client/models/tenant_recovery_key_response.py +1 -1
- authentik_client/models/tenant_request.py +1 -1
- authentik_client/models/themed_urls.py +1 -1
- authentik_client/models/token.py +1 -1
- authentik_client/models/token_model.py +1 -1
- authentik_client/models/token_request.py +1 -1
- authentik_client/models/token_set_key_request.py +1 -1
- authentik_client/models/token_view.py +1 -1
- authentik_client/models/totp_device.py +1 -1
- authentik_client/models/totp_device_request.py +1 -1
- authentik_client/models/transaction_application_request.py +1 -1
- authentik_client/models/transaction_application_response.py +1 -1
- authentik_client/models/transaction_policy_binding_request.py +1 -1
- authentik_client/models/type_create.py +1 -1
- authentik_client/models/ui_theme_enum.py +1 -1
- authentik_client/models/unique_password_policy.py +1 -1
- authentik_client/models/unique_password_policy_request.py +1 -1
- authentik_client/models/used_by.py +1 -1
- authentik_client/models/used_by_action_enum.py +1 -1
- authentik_client/models/user.py +1 -1
- authentik_client/models/user_account_request.py +1 -1
- authentik_client/models/user_account_serializer_for_role_request.py +1 -1
- authentik_client/models/user_attribute_enum.py +1 -1
- authentik_client/models/user_consent.py +1 -1
- authentik_client/models/user_creation_mode_enum.py +1 -1
- authentik_client/models/user_delete_stage.py +1 -1
- authentik_client/models/user_delete_stage_request.py +1 -1
- authentik_client/models/user_fields_enum.py +1 -1
- authentik_client/models/user_kerberos_source_connection.py +1 -1
- authentik_client/models/user_kerberos_source_connection_request.py +1 -1
- authentik_client/models/user_ldap_source_connection.py +1 -1
- authentik_client/models/user_ldap_source_connection_request.py +1 -1
- authentik_client/models/user_login_challenge.py +1 -1
- authentik_client/models/user_login_challenge_response_request.py +1 -1
- authentik_client/models/user_login_stage.py +1 -1
- authentik_client/models/user_login_stage_request.py +1 -1
- authentik_client/models/user_logout_stage.py +1 -1
- authentik_client/models/user_logout_stage_request.py +1 -1
- authentik_client/models/user_matching_mode_enum.py +1 -1
- authentik_client/models/user_o_auth_source_connection.py +1 -1
- authentik_client/models/user_o_auth_source_connection_request.py +1 -1
- authentik_client/models/user_password_set_request.py +1 -1
- authentik_client/models/user_path.py +1 -1
- authentik_client/models/user_plex_source_connection.py +1 -1
- authentik_client/models/user_plex_source_connection_request.py +1 -1
- authentik_client/models/user_request.py +1 -1
- authentik_client/models/user_saml_source_connection.py +1 -1
- authentik_client/models/user_saml_source_connection_request.py +1 -1
- authentik_client/models/user_self.py +1 -1
- authentik_client/models/user_self_groups.py +1 -1
- authentik_client/models/user_self_roles.py +1 -1
- authentik_client/models/user_service_account_request.py +1 -1
- authentik_client/models/user_service_account_response.py +1 -1
- authentik_client/models/user_setting.py +1 -1
- authentik_client/models/user_source_connection.py +1 -1
- authentik_client/models/user_source_connection_request.py +1 -1
- authentik_client/models/user_telegram_source_connection.py +1 -1
- authentik_client/models/user_telegram_source_connection_request.py +1 -1
- authentik_client/models/user_type_enum.py +1 -1
- authentik_client/models/user_verification_enum.py +1 -1
- authentik_client/models/user_write_stage.py +1 -1
- authentik_client/models/user_write_stage_request.py +1 -1
- authentik_client/models/validation_error.py +1 -1
- authentik_client/models/vendor_enum.py +39 -0
- authentik_client/models/version.py +1 -1
- authentik_client/models/version_history.py +1 -1
- authentik_client/models/web_authn_device.py +1 -1
- authentik_client/models/web_authn_device_request.py +1 -1
- authentik_client/models/web_authn_device_type.py +1 -1
- authentik_client/models/worker.py +1 -1
- authentik_client/models/ws_federation_provider.py +219 -0
- authentik_client/models/ws_federation_provider_request.py +152 -0
- authentik_client/rest.py +8 -3
- {authentik_client-2025.12.2.dist-info → authentik_client-2026.2.0rc1.post1770131035.dist-info}/METADATA +32 -5
- authentik_client-2026.2.0rc1.post1770131035.dist-info/RECORD +880 -0
- authentik_client-2025.12.2.dist-info/RECORD +0 -870
- {authentik_client-2025.12.2.dist-info → authentik_client-2026.2.0rc1.post1770131035.dist-info}/WHEEL +0 -0
- {authentik_client-2025.12.2.dist-info → authentik_client-2026.2.0rc1.post1770131035.dist-info}/licenses/LICENSE +0 -0
- {authentik_client-2025.12.2.dist-info → authentik_client-2026.2.0rc1.post1770131035.dist-info}/top_level.txt +0 -0
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
|
|
6
6
|
Making authentication simple.
|
|
7
7
|
|
|
8
|
-
The version of the OpenAPI document:
|
|
8
|
+
The version of the OpenAPI document: 2026.2.0-rc1
|
|
9
9
|
Contact: hello@goauthentik.io
|
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
11
11
|
|
|
@@ -450,7 +450,7 @@ class SourcesApi:
|
|
|
450
450
|
:param page_size: Number of results to return per page.
|
|
451
451
|
:type page_size: int
|
|
452
452
|
:param pbm_uuid:
|
|
453
|
-
:type pbm_uuid:
|
|
453
|
+
:type pbm_uuid: UUID
|
|
454
454
|
:param search: A search term.
|
|
455
455
|
:type search: str
|
|
456
456
|
:param slug:
|
|
@@ -547,7 +547,7 @@ class SourcesApi:
|
|
|
547
547
|
:param page_size: Number of results to return per page.
|
|
548
548
|
:type page_size: int
|
|
549
549
|
:param pbm_uuid:
|
|
550
|
-
:type pbm_uuid:
|
|
550
|
+
:type pbm_uuid: UUID
|
|
551
551
|
:param search: A search term.
|
|
552
552
|
:type search: str
|
|
553
553
|
:param slug:
|
|
@@ -644,7 +644,7 @@ class SourcesApi:
|
|
|
644
644
|
:param page_size: Number of results to return per page.
|
|
645
645
|
:type page_size: int
|
|
646
646
|
:param pbm_uuid:
|
|
647
|
-
:type pbm_uuid:
|
|
647
|
+
:type pbm_uuid: UUID
|
|
648
648
|
:param search: A search term.
|
|
649
649
|
:type search: str
|
|
650
650
|
:param slug:
|
|
@@ -2131,7 +2131,7 @@ class SourcesApi:
|
|
|
2131
2131
|
Group-source connection Viewset
|
|
2132
2132
|
|
|
2133
2133
|
:param group:
|
|
2134
|
-
:type group:
|
|
2134
|
+
:type group: UUID
|
|
2135
2135
|
:param ordering: Which field to use when ordering the results.
|
|
2136
2136
|
:type ordering: str
|
|
2137
2137
|
:param page: A page number within the paginated result set.
|
|
@@ -2220,7 +2220,7 @@ class SourcesApi:
|
|
|
2220
2220
|
Group-source connection Viewset
|
|
2221
2221
|
|
|
2222
2222
|
:param group:
|
|
2223
|
-
:type group:
|
|
2223
|
+
:type group: UUID
|
|
2224
2224
|
:param ordering: Which field to use when ordering the results.
|
|
2225
2225
|
:type ordering: str
|
|
2226
2226
|
:param page: A page number within the paginated result set.
|
|
@@ -2309,7 +2309,7 @@ class SourcesApi:
|
|
|
2309
2309
|
Group-source connection Viewset
|
|
2310
2310
|
|
|
2311
2311
|
:param group:
|
|
2312
|
-
:type group:
|
|
2312
|
+
:type group: UUID
|
|
2313
2313
|
:param ordering: Which field to use when ordering the results.
|
|
2314
2314
|
:type ordering: str
|
|
2315
2315
|
:param page: A page number within the paginated result set.
|
|
@@ -4156,7 +4156,7 @@ class SourcesApi:
|
|
|
4156
4156
|
Group-source connection Viewset
|
|
4157
4157
|
|
|
4158
4158
|
:param group:
|
|
4159
|
-
:type group:
|
|
4159
|
+
:type group: UUID
|
|
4160
4160
|
:param ordering: Which field to use when ordering the results.
|
|
4161
4161
|
:type ordering: str
|
|
4162
4162
|
:param page: A page number within the paginated result set.
|
|
@@ -4245,7 +4245,7 @@ class SourcesApi:
|
|
|
4245
4245
|
Group-source connection Viewset
|
|
4246
4246
|
|
|
4247
4247
|
:param group:
|
|
4248
|
-
:type group:
|
|
4248
|
+
:type group: UUID
|
|
4249
4249
|
:param ordering: Which field to use when ordering the results.
|
|
4250
4250
|
:type ordering: str
|
|
4251
4251
|
:param page: A page number within the paginated result set.
|
|
@@ -4334,7 +4334,7 @@ class SourcesApi:
|
|
|
4334
4334
|
Group-source connection Viewset
|
|
4335
4335
|
|
|
4336
4336
|
:param group:
|
|
4337
|
-
:type group:
|
|
4337
|
+
:type group: UUID
|
|
4338
4338
|
:param ordering: Which field to use when ordering the results.
|
|
4339
4339
|
:type ordering: str
|
|
4340
4340
|
:param page: A page number within the paginated result set.
|
|
@@ -6181,7 +6181,7 @@ class SourcesApi:
|
|
|
6181
6181
|
Group-source connection Viewset
|
|
6182
6182
|
|
|
6183
6183
|
:param group:
|
|
6184
|
-
:type group:
|
|
6184
|
+
:type group: UUID
|
|
6185
6185
|
:param ordering: Which field to use when ordering the results.
|
|
6186
6186
|
:type ordering: str
|
|
6187
6187
|
:param page: A page number within the paginated result set.
|
|
@@ -6270,7 +6270,7 @@ class SourcesApi:
|
|
|
6270
6270
|
Group-source connection Viewset
|
|
6271
6271
|
|
|
6272
6272
|
:param group:
|
|
6273
|
-
:type group:
|
|
6273
|
+
:type group: UUID
|
|
6274
6274
|
:param ordering: Which field to use when ordering the results.
|
|
6275
6275
|
:type ordering: str
|
|
6276
6276
|
:param page: A page number within the paginated result set.
|
|
@@ -6359,7 +6359,7 @@ class SourcesApi:
|
|
|
6359
6359
|
Group-source connection Viewset
|
|
6360
6360
|
|
|
6361
6361
|
:param group:
|
|
6362
|
-
:type group:
|
|
6362
|
+
:type group: UUID
|
|
6363
6363
|
:param ordering: Which field to use when ordering the results.
|
|
6364
6364
|
:type ordering: str
|
|
6365
6365
|
:param page: A page number within the paginated result set.
|
|
@@ -8206,7 +8206,7 @@ class SourcesApi:
|
|
|
8206
8206
|
Group-source connection Viewset
|
|
8207
8207
|
|
|
8208
8208
|
:param group:
|
|
8209
|
-
:type group:
|
|
8209
|
+
:type group: UUID
|
|
8210
8210
|
:param ordering: Which field to use when ordering the results.
|
|
8211
8211
|
:type ordering: str
|
|
8212
8212
|
:param page: A page number within the paginated result set.
|
|
@@ -8295,7 +8295,7 @@ class SourcesApi:
|
|
|
8295
8295
|
Group-source connection Viewset
|
|
8296
8296
|
|
|
8297
8297
|
:param group:
|
|
8298
|
-
:type group:
|
|
8298
|
+
:type group: UUID
|
|
8299
8299
|
:param ordering: Which field to use when ordering the results.
|
|
8300
8300
|
:type ordering: str
|
|
8301
8301
|
:param page: A page number within the paginated result set.
|
|
@@ -8384,7 +8384,7 @@ class SourcesApi:
|
|
|
8384
8384
|
Group-source connection Viewset
|
|
8385
8385
|
|
|
8386
8386
|
:param group:
|
|
8387
|
-
:type group:
|
|
8387
|
+
:type group: UUID
|
|
8388
8388
|
:param ordering: Which field to use when ordering the results.
|
|
8389
8389
|
:type ordering: str
|
|
8390
8390
|
:param page: A page number within the paginated result set.
|
|
@@ -10231,7 +10231,7 @@ class SourcesApi:
|
|
|
10231
10231
|
Group-source connection Viewset
|
|
10232
10232
|
|
|
10233
10233
|
:param group:
|
|
10234
|
-
:type group:
|
|
10234
|
+
:type group: UUID
|
|
10235
10235
|
:param ordering: Which field to use when ordering the results.
|
|
10236
10236
|
:type ordering: str
|
|
10237
10237
|
:param page: A page number within the paginated result set.
|
|
@@ -10320,7 +10320,7 @@ class SourcesApi:
|
|
|
10320
10320
|
Group-source connection Viewset
|
|
10321
10321
|
|
|
10322
10322
|
:param group:
|
|
10323
|
-
:type group:
|
|
10323
|
+
:type group: UUID
|
|
10324
10324
|
:param ordering: Which field to use when ordering the results.
|
|
10325
10325
|
:type ordering: str
|
|
10326
10326
|
:param page: A page number within the paginated result set.
|
|
@@ -10409,7 +10409,7 @@ class SourcesApi:
|
|
|
10409
10409
|
Group-source connection Viewset
|
|
10410
10410
|
|
|
10411
10411
|
:param group:
|
|
10412
|
-
:type group:
|
|
10412
|
+
:type group: UUID
|
|
10413
10413
|
:param ordering: Which field to use when ordering the results.
|
|
10414
10414
|
:type ordering: str
|
|
10415
10415
|
:param page: A page number within the paginated result set.
|
|
@@ -12256,7 +12256,7 @@ class SourcesApi:
|
|
|
12256
12256
|
Group-source connection Viewset
|
|
12257
12257
|
|
|
12258
12258
|
:param group:
|
|
12259
|
-
:type group:
|
|
12259
|
+
:type group: UUID
|
|
12260
12260
|
:param ordering: Which field to use when ordering the results.
|
|
12261
12261
|
:type ordering: str
|
|
12262
12262
|
:param page: A page number within the paginated result set.
|
|
@@ -12345,7 +12345,7 @@ class SourcesApi:
|
|
|
12345
12345
|
Group-source connection Viewset
|
|
12346
12346
|
|
|
12347
12347
|
:param group:
|
|
12348
|
-
:type group:
|
|
12348
|
+
:type group: UUID
|
|
12349
12349
|
:param ordering: Which field to use when ordering the results.
|
|
12350
12350
|
:type ordering: str
|
|
12351
12351
|
:param page: A page number within the paginated result set.
|
|
@@ -12434,7 +12434,7 @@ class SourcesApi:
|
|
|
12434
12434
|
Group-source connection Viewset
|
|
12435
12435
|
|
|
12436
12436
|
:param group:
|
|
12437
|
-
:type group:
|
|
12437
|
+
:type group: UUID
|
|
12438
12438
|
:param ordering: Which field to use when ordering the results.
|
|
12439
12439
|
:type ordering: str
|
|
12440
12440
|
:param page: A page number within the paginated result set.
|
|
@@ -14281,7 +14281,7 @@ class SourcesApi:
|
|
|
14281
14281
|
Group-source connection Viewset
|
|
14282
14282
|
|
|
14283
14283
|
:param group:
|
|
14284
|
-
:type group:
|
|
14284
|
+
:type group: UUID
|
|
14285
14285
|
:param ordering: Which field to use when ordering the results.
|
|
14286
14286
|
:type ordering: str
|
|
14287
14287
|
:param page: A page number within the paginated result set.
|
|
@@ -14370,7 +14370,7 @@ class SourcesApi:
|
|
|
14370
14370
|
Group-source connection Viewset
|
|
14371
14371
|
|
|
14372
14372
|
:param group:
|
|
14373
|
-
:type group:
|
|
14373
|
+
:type group: UUID
|
|
14374
14374
|
:param ordering: Which field to use when ordering the results.
|
|
14375
14375
|
:type ordering: str
|
|
14376
14376
|
:param page: A page number within the paginated result set.
|
|
@@ -14459,7 +14459,7 @@ class SourcesApi:
|
|
|
14459
14459
|
Group-source connection Viewset
|
|
14460
14460
|
|
|
14461
14461
|
:param group:
|
|
14462
|
-
:type group:
|
|
14462
|
+
:type group: UUID
|
|
14463
14463
|
:param ordering: Which field to use when ordering the results.
|
|
14464
14464
|
:type ordering: str
|
|
14465
14465
|
:param page: A page number within the paginated result set.
|
|
@@ -16329,7 +16329,7 @@ class SourcesApi:
|
|
|
16329
16329
|
:param password_login_update_internal_password:
|
|
16330
16330
|
:type password_login_update_internal_password: bool
|
|
16331
16331
|
:param pbm_uuid:
|
|
16332
|
-
:type pbm_uuid:
|
|
16332
|
+
:type pbm_uuid: UUID
|
|
16333
16333
|
:param realm:
|
|
16334
16334
|
:type realm: str
|
|
16335
16335
|
:param search: A search term.
|
|
@@ -16454,7 +16454,7 @@ class SourcesApi:
|
|
|
16454
16454
|
:param password_login_update_internal_password:
|
|
16455
16455
|
:type password_login_update_internal_password: bool
|
|
16456
16456
|
:param pbm_uuid:
|
|
16457
|
-
:type pbm_uuid:
|
|
16457
|
+
:type pbm_uuid: UUID
|
|
16458
16458
|
:param realm:
|
|
16459
16459
|
:type realm: str
|
|
16460
16460
|
:param search: A search term.
|
|
@@ -16579,7 +16579,7 @@ class SourcesApi:
|
|
|
16579
16579
|
:param password_login_update_internal_password:
|
|
16580
16580
|
:type password_login_update_internal_password: bool
|
|
16581
16581
|
:param pbm_uuid:
|
|
16582
|
-
:type pbm_uuid:
|
|
16582
|
+
:type pbm_uuid: UUID
|
|
16583
16583
|
:param realm:
|
|
16584
16584
|
:type realm: str
|
|
16585
16585
|
:param search: A search term.
|
|
@@ -19051,7 +19051,7 @@ class SourcesApi:
|
|
|
19051
19051
|
:param bind_cn:
|
|
19052
19052
|
:type bind_cn: str
|
|
19053
19053
|
:param client_certificate:
|
|
19054
|
-
:type client_certificate:
|
|
19054
|
+
:type client_certificate: UUID
|
|
19055
19055
|
:param delete_not_found_objects:
|
|
19056
19056
|
:type delete_not_found_objects: bool
|
|
19057
19057
|
:param enabled:
|
|
@@ -19061,7 +19061,7 @@ class SourcesApi:
|
|
|
19061
19061
|
:param group_object_filter:
|
|
19062
19062
|
:type group_object_filter: str
|
|
19063
19063
|
:param group_property_mappings:
|
|
19064
|
-
:type group_property_mappings: List[
|
|
19064
|
+
:type group_property_mappings: List[UUID]
|
|
19065
19065
|
:param lookup_groups_from_user:
|
|
19066
19066
|
:type lookup_groups_from_user: bool
|
|
19067
19067
|
:param name:
|
|
@@ -19077,9 +19077,9 @@ class SourcesApi:
|
|
|
19077
19077
|
:param password_login_update_internal_password:
|
|
19078
19078
|
:type password_login_update_internal_password: bool
|
|
19079
19079
|
:param pbm_uuid:
|
|
19080
|
-
:type pbm_uuid:
|
|
19080
|
+
:type pbm_uuid: UUID
|
|
19081
19081
|
:param peer_certificate:
|
|
19082
|
-
:type peer_certificate:
|
|
19082
|
+
:type peer_certificate: UUID
|
|
19083
19083
|
:param search: A search term.
|
|
19084
19084
|
:type search: str
|
|
19085
19085
|
:param server_uri:
|
|
@@ -19093,7 +19093,7 @@ class SourcesApi:
|
|
|
19093
19093
|
:param sync_groups:
|
|
19094
19094
|
:type sync_groups: bool
|
|
19095
19095
|
:param sync_parent_group:
|
|
19096
|
-
:type sync_parent_group:
|
|
19096
|
+
:type sync_parent_group: UUID
|
|
19097
19097
|
:param sync_users:
|
|
19098
19098
|
:type sync_users: bool
|
|
19099
19099
|
:param sync_users_password:
|
|
@@ -19103,7 +19103,7 @@ class SourcesApi:
|
|
|
19103
19103
|
:param user_object_filter:
|
|
19104
19104
|
:type user_object_filter: str
|
|
19105
19105
|
:param user_property_mappings:
|
|
19106
|
-
:type user_property_mappings: List[
|
|
19106
|
+
:type user_property_mappings: List[UUID]
|
|
19107
19107
|
:param _request_timeout: timeout setting for this request. If one
|
|
19108
19108
|
number provided, it will be total request
|
|
19109
19109
|
timeout. It can also be a pair (tuple) of
|
|
@@ -19240,7 +19240,7 @@ class SourcesApi:
|
|
|
19240
19240
|
:param bind_cn:
|
|
19241
19241
|
:type bind_cn: str
|
|
19242
19242
|
:param client_certificate:
|
|
19243
|
-
:type client_certificate:
|
|
19243
|
+
:type client_certificate: UUID
|
|
19244
19244
|
:param delete_not_found_objects:
|
|
19245
19245
|
:type delete_not_found_objects: bool
|
|
19246
19246
|
:param enabled:
|
|
@@ -19250,7 +19250,7 @@ class SourcesApi:
|
|
|
19250
19250
|
:param group_object_filter:
|
|
19251
19251
|
:type group_object_filter: str
|
|
19252
19252
|
:param group_property_mappings:
|
|
19253
|
-
:type group_property_mappings: List[
|
|
19253
|
+
:type group_property_mappings: List[UUID]
|
|
19254
19254
|
:param lookup_groups_from_user:
|
|
19255
19255
|
:type lookup_groups_from_user: bool
|
|
19256
19256
|
:param name:
|
|
@@ -19266,9 +19266,9 @@ class SourcesApi:
|
|
|
19266
19266
|
:param password_login_update_internal_password:
|
|
19267
19267
|
:type password_login_update_internal_password: bool
|
|
19268
19268
|
:param pbm_uuid:
|
|
19269
|
-
:type pbm_uuid:
|
|
19269
|
+
:type pbm_uuid: UUID
|
|
19270
19270
|
:param peer_certificate:
|
|
19271
|
-
:type peer_certificate:
|
|
19271
|
+
:type peer_certificate: UUID
|
|
19272
19272
|
:param search: A search term.
|
|
19273
19273
|
:type search: str
|
|
19274
19274
|
:param server_uri:
|
|
@@ -19282,7 +19282,7 @@ class SourcesApi:
|
|
|
19282
19282
|
:param sync_groups:
|
|
19283
19283
|
:type sync_groups: bool
|
|
19284
19284
|
:param sync_parent_group:
|
|
19285
|
-
:type sync_parent_group:
|
|
19285
|
+
:type sync_parent_group: UUID
|
|
19286
19286
|
:param sync_users:
|
|
19287
19287
|
:type sync_users: bool
|
|
19288
19288
|
:param sync_users_password:
|
|
@@ -19292,7 +19292,7 @@ class SourcesApi:
|
|
|
19292
19292
|
:param user_object_filter:
|
|
19293
19293
|
:type user_object_filter: str
|
|
19294
19294
|
:param user_property_mappings:
|
|
19295
|
-
:type user_property_mappings: List[
|
|
19295
|
+
:type user_property_mappings: List[UUID]
|
|
19296
19296
|
:param _request_timeout: timeout setting for this request. If one
|
|
19297
19297
|
number provided, it will be total request
|
|
19298
19298
|
timeout. It can also be a pair (tuple) of
|
|
@@ -19429,7 +19429,7 @@ class SourcesApi:
|
|
|
19429
19429
|
:param bind_cn:
|
|
19430
19430
|
:type bind_cn: str
|
|
19431
19431
|
:param client_certificate:
|
|
19432
|
-
:type client_certificate:
|
|
19432
|
+
:type client_certificate: UUID
|
|
19433
19433
|
:param delete_not_found_objects:
|
|
19434
19434
|
:type delete_not_found_objects: bool
|
|
19435
19435
|
:param enabled:
|
|
@@ -19439,7 +19439,7 @@ class SourcesApi:
|
|
|
19439
19439
|
:param group_object_filter:
|
|
19440
19440
|
:type group_object_filter: str
|
|
19441
19441
|
:param group_property_mappings:
|
|
19442
|
-
:type group_property_mappings: List[
|
|
19442
|
+
:type group_property_mappings: List[UUID]
|
|
19443
19443
|
:param lookup_groups_from_user:
|
|
19444
19444
|
:type lookup_groups_from_user: bool
|
|
19445
19445
|
:param name:
|
|
@@ -19455,9 +19455,9 @@ class SourcesApi:
|
|
|
19455
19455
|
:param password_login_update_internal_password:
|
|
19456
19456
|
:type password_login_update_internal_password: bool
|
|
19457
19457
|
:param pbm_uuid:
|
|
19458
|
-
:type pbm_uuid:
|
|
19458
|
+
:type pbm_uuid: UUID
|
|
19459
19459
|
:param peer_certificate:
|
|
19460
|
-
:type peer_certificate:
|
|
19460
|
+
:type peer_certificate: UUID
|
|
19461
19461
|
:param search: A search term.
|
|
19462
19462
|
:type search: str
|
|
19463
19463
|
:param server_uri:
|
|
@@ -19471,7 +19471,7 @@ class SourcesApi:
|
|
|
19471
19471
|
:param sync_groups:
|
|
19472
19472
|
:type sync_groups: bool
|
|
19473
19473
|
:param sync_parent_group:
|
|
19474
|
-
:type sync_parent_group:
|
|
19474
|
+
:type sync_parent_group: UUID
|
|
19475
19475
|
:param sync_users:
|
|
19476
19476
|
:type sync_users: bool
|
|
19477
19477
|
:param sync_users_password:
|
|
@@ -19481,7 +19481,7 @@ class SourcesApi:
|
|
|
19481
19481
|
:param user_object_filter:
|
|
19482
19482
|
:type user_object_filter: str
|
|
19483
19483
|
:param user_property_mappings:
|
|
19484
|
-
:type user_property_mappings: List[
|
|
19484
|
+
:type user_property_mappings: List[UUID]
|
|
19485
19485
|
:param _request_timeout: timeout setting for this request. If one
|
|
19486
19486
|
number provided, it will be total request
|
|
19487
19487
|
timeout. It can also be a pair (tuple) of
|
|
@@ -21756,7 +21756,7 @@ class SourcesApi:
|
|
|
21756
21756
|
:param additional_scopes:
|
|
21757
21757
|
:type additional_scopes: str
|
|
21758
21758
|
:param authentication_flow:
|
|
21759
|
-
:type authentication_flow:
|
|
21759
|
+
:type authentication_flow: UUID
|
|
21760
21760
|
:param authorization_url:
|
|
21761
21761
|
:type authorization_url: str
|
|
21762
21762
|
:param consumer_key:
|
|
@@ -21764,7 +21764,7 @@ class SourcesApi:
|
|
|
21764
21764
|
:param enabled:
|
|
21765
21765
|
:type enabled: bool
|
|
21766
21766
|
:param enrollment_flow:
|
|
21767
|
-
:type enrollment_flow:
|
|
21767
|
+
:type enrollment_flow: UUID
|
|
21768
21768
|
:param group_matching_mode: How the source determines if an existing group should be used or a new group created.
|
|
21769
21769
|
:type group_matching_mode: str
|
|
21770
21770
|
:param has_jwks: Only return sources with JWKS data
|
|
@@ -21778,7 +21778,7 @@ class SourcesApi:
|
|
|
21778
21778
|
:param page_size: Number of results to return per page.
|
|
21779
21779
|
:type page_size: int
|
|
21780
21780
|
:param pbm_uuid:
|
|
21781
|
-
:type pbm_uuid:
|
|
21781
|
+
:type pbm_uuid: UUID
|
|
21782
21782
|
:param policy_engine_mode:
|
|
21783
21783
|
:type policy_engine_mode: str
|
|
21784
21784
|
:param profile_url:
|
|
@@ -21905,7 +21905,7 @@ class SourcesApi:
|
|
|
21905
21905
|
:param additional_scopes:
|
|
21906
21906
|
:type additional_scopes: str
|
|
21907
21907
|
:param authentication_flow:
|
|
21908
|
-
:type authentication_flow:
|
|
21908
|
+
:type authentication_flow: UUID
|
|
21909
21909
|
:param authorization_url:
|
|
21910
21910
|
:type authorization_url: str
|
|
21911
21911
|
:param consumer_key:
|
|
@@ -21913,7 +21913,7 @@ class SourcesApi:
|
|
|
21913
21913
|
:param enabled:
|
|
21914
21914
|
:type enabled: bool
|
|
21915
21915
|
:param enrollment_flow:
|
|
21916
|
-
:type enrollment_flow:
|
|
21916
|
+
:type enrollment_flow: UUID
|
|
21917
21917
|
:param group_matching_mode: How the source determines if an existing group should be used or a new group created.
|
|
21918
21918
|
:type group_matching_mode: str
|
|
21919
21919
|
:param has_jwks: Only return sources with JWKS data
|
|
@@ -21927,7 +21927,7 @@ class SourcesApi:
|
|
|
21927
21927
|
:param page_size: Number of results to return per page.
|
|
21928
21928
|
:type page_size: int
|
|
21929
21929
|
:param pbm_uuid:
|
|
21930
|
-
:type pbm_uuid:
|
|
21930
|
+
:type pbm_uuid: UUID
|
|
21931
21931
|
:param policy_engine_mode:
|
|
21932
21932
|
:type policy_engine_mode: str
|
|
21933
21933
|
:param profile_url:
|
|
@@ -22054,7 +22054,7 @@ class SourcesApi:
|
|
|
22054
22054
|
:param additional_scopes:
|
|
22055
22055
|
:type additional_scopes: str
|
|
22056
22056
|
:param authentication_flow:
|
|
22057
|
-
:type authentication_flow:
|
|
22057
|
+
:type authentication_flow: UUID
|
|
22058
22058
|
:param authorization_url:
|
|
22059
22059
|
:type authorization_url: str
|
|
22060
22060
|
:param consumer_key:
|
|
@@ -22062,7 +22062,7 @@ class SourcesApi:
|
|
|
22062
22062
|
:param enabled:
|
|
22063
22063
|
:type enabled: bool
|
|
22064
22064
|
:param enrollment_flow:
|
|
22065
|
-
:type enrollment_flow:
|
|
22065
|
+
:type enrollment_flow: UUID
|
|
22066
22066
|
:param group_matching_mode: How the source determines if an existing group should be used or a new group created.
|
|
22067
22067
|
:type group_matching_mode: str
|
|
22068
22068
|
:param has_jwks: Only return sources with JWKS data
|
|
@@ -22076,7 +22076,7 @@ class SourcesApi:
|
|
|
22076
22076
|
:param page_size: Number of results to return per page.
|
|
22077
22077
|
:type page_size: int
|
|
22078
22078
|
:param pbm_uuid:
|
|
22079
|
-
:type pbm_uuid:
|
|
22079
|
+
:type pbm_uuid: UUID
|
|
22080
22080
|
:param policy_engine_mode:
|
|
22081
22081
|
:type policy_engine_mode: str
|
|
22082
22082
|
:param profile_url:
|
|
@@ -24297,13 +24297,13 @@ class SourcesApi:
|
|
|
24297
24297
|
:param allow_friends:
|
|
24298
24298
|
:type allow_friends: bool
|
|
24299
24299
|
:param authentication_flow:
|
|
24300
|
-
:type authentication_flow:
|
|
24300
|
+
:type authentication_flow: UUID
|
|
24301
24301
|
:param client_id:
|
|
24302
24302
|
:type client_id: str
|
|
24303
24303
|
:param enabled:
|
|
24304
24304
|
:type enabled: bool
|
|
24305
24305
|
:param enrollment_flow:
|
|
24306
|
-
:type enrollment_flow:
|
|
24306
|
+
:type enrollment_flow: UUID
|
|
24307
24307
|
:param group_matching_mode: How the source determines if an existing group should be used or a new group created.
|
|
24308
24308
|
:type group_matching_mode: str
|
|
24309
24309
|
:param name:
|
|
@@ -24315,7 +24315,7 @@ class SourcesApi:
|
|
|
24315
24315
|
:param page_size: Number of results to return per page.
|
|
24316
24316
|
:type page_size: int
|
|
24317
24317
|
:param pbm_uuid:
|
|
24318
|
-
:type pbm_uuid:
|
|
24318
|
+
:type pbm_uuid: UUID
|
|
24319
24319
|
:param policy_engine_mode:
|
|
24320
24320
|
:type policy_engine_mode: str
|
|
24321
24321
|
:param search: A search term.
|
|
@@ -24422,13 +24422,13 @@ class SourcesApi:
|
|
|
24422
24422
|
:param allow_friends:
|
|
24423
24423
|
:type allow_friends: bool
|
|
24424
24424
|
:param authentication_flow:
|
|
24425
|
-
:type authentication_flow:
|
|
24425
|
+
:type authentication_flow: UUID
|
|
24426
24426
|
:param client_id:
|
|
24427
24427
|
:type client_id: str
|
|
24428
24428
|
:param enabled:
|
|
24429
24429
|
:type enabled: bool
|
|
24430
24430
|
:param enrollment_flow:
|
|
24431
|
-
:type enrollment_flow:
|
|
24431
|
+
:type enrollment_flow: UUID
|
|
24432
24432
|
:param group_matching_mode: How the source determines if an existing group should be used or a new group created.
|
|
24433
24433
|
:type group_matching_mode: str
|
|
24434
24434
|
:param name:
|
|
@@ -24440,7 +24440,7 @@ class SourcesApi:
|
|
|
24440
24440
|
:param page_size: Number of results to return per page.
|
|
24441
24441
|
:type page_size: int
|
|
24442
24442
|
:param pbm_uuid:
|
|
24443
|
-
:type pbm_uuid:
|
|
24443
|
+
:type pbm_uuid: UUID
|
|
24444
24444
|
:param policy_engine_mode:
|
|
24445
24445
|
:type policy_engine_mode: str
|
|
24446
24446
|
:param search: A search term.
|
|
@@ -24547,13 +24547,13 @@ class SourcesApi:
|
|
|
24547
24547
|
:param allow_friends:
|
|
24548
24548
|
:type allow_friends: bool
|
|
24549
24549
|
:param authentication_flow:
|
|
24550
|
-
:type authentication_flow:
|
|
24550
|
+
:type authentication_flow: UUID
|
|
24551
24551
|
:param client_id:
|
|
24552
24552
|
:type client_id: str
|
|
24553
24553
|
:param enabled:
|
|
24554
24554
|
:type enabled: bool
|
|
24555
24555
|
:param enrollment_flow:
|
|
24556
|
-
:type enrollment_flow:
|
|
24556
|
+
:type enrollment_flow: UUID
|
|
24557
24557
|
:param group_matching_mode: How the source determines if an existing group should be used or a new group created.
|
|
24558
24558
|
:type group_matching_mode: str
|
|
24559
24559
|
:param name:
|
|
@@ -24565,7 +24565,7 @@ class SourcesApi:
|
|
|
24565
24565
|
:param page_size: Number of results to return per page.
|
|
24566
24566
|
:type page_size: int
|
|
24567
24567
|
:param pbm_uuid:
|
|
24568
|
-
:type pbm_uuid:
|
|
24568
|
+
:type pbm_uuid: UUID
|
|
24569
24569
|
:param policy_engine_mode:
|
|
24570
24570
|
:type policy_engine_mode: str
|
|
24571
24571
|
:param search: A search term.
|
|
@@ -27074,7 +27074,7 @@ class SourcesApi:
|
|
|
27074
27074
|
:param allow_idp_initiated:
|
|
27075
27075
|
:type allow_idp_initiated: bool
|
|
27076
27076
|
:param authentication_flow:
|
|
27077
|
-
:type authentication_flow:
|
|
27077
|
+
:type authentication_flow: UUID
|
|
27078
27078
|
:param binding_type:
|
|
27079
27079
|
:type binding_type: str
|
|
27080
27080
|
:param digest_algorithm:
|
|
@@ -27082,7 +27082,7 @@ class SourcesApi:
|
|
|
27082
27082
|
:param enabled:
|
|
27083
27083
|
:type enabled: bool
|
|
27084
27084
|
:param enrollment_flow:
|
|
27085
|
-
:type enrollment_flow:
|
|
27085
|
+
:type enrollment_flow: UUID
|
|
27086
27086
|
:param issuer:
|
|
27087
27087
|
:type issuer: str
|
|
27088
27088
|
:param managed:
|
|
@@ -27098,11 +27098,11 @@ class SourcesApi:
|
|
|
27098
27098
|
:param page_size: Number of results to return per page.
|
|
27099
27099
|
:type page_size: int
|
|
27100
27100
|
:param pbm_uuid:
|
|
27101
|
-
:type pbm_uuid:
|
|
27101
|
+
:type pbm_uuid: UUID
|
|
27102
27102
|
:param policy_engine_mode:
|
|
27103
27103
|
:type policy_engine_mode: str
|
|
27104
27104
|
:param pre_authentication_flow:
|
|
27105
|
-
:type pre_authentication_flow:
|
|
27105
|
+
:type pre_authentication_flow: UUID
|
|
27106
27106
|
:param search: A search term.
|
|
27107
27107
|
:type search: str
|
|
27108
27108
|
:param signature_algorithm:
|
|
@@ -27112,7 +27112,7 @@ class SourcesApi:
|
|
|
27112
27112
|
:param signed_response:
|
|
27113
27113
|
:type signed_response: bool
|
|
27114
27114
|
:param signing_kp:
|
|
27115
|
-
:type signing_kp:
|
|
27115
|
+
:type signing_kp: UUID
|
|
27116
27116
|
:param slo_url:
|
|
27117
27117
|
:type slo_url: str
|
|
27118
27118
|
:param slug:
|
|
@@ -27124,7 +27124,7 @@ class SourcesApi:
|
|
|
27124
27124
|
:param user_matching_mode: How the source determines if an existing user should be authenticated or a new user enrolled.
|
|
27125
27125
|
:type user_matching_mode: str
|
|
27126
27126
|
:param verification_kp:
|
|
27127
|
-
:type verification_kp:
|
|
27127
|
+
:type verification_kp: UUID
|
|
27128
27128
|
:param _request_timeout: timeout setting for this request. If one
|
|
27129
27129
|
number provided, it will be total request
|
|
27130
27130
|
timeout. It can also be a pair (tuple) of
|
|
@@ -27247,7 +27247,7 @@ class SourcesApi:
|
|
|
27247
27247
|
:param allow_idp_initiated:
|
|
27248
27248
|
:type allow_idp_initiated: bool
|
|
27249
27249
|
:param authentication_flow:
|
|
27250
|
-
:type authentication_flow:
|
|
27250
|
+
:type authentication_flow: UUID
|
|
27251
27251
|
:param binding_type:
|
|
27252
27252
|
:type binding_type: str
|
|
27253
27253
|
:param digest_algorithm:
|
|
@@ -27255,7 +27255,7 @@ class SourcesApi:
|
|
|
27255
27255
|
:param enabled:
|
|
27256
27256
|
:type enabled: bool
|
|
27257
27257
|
:param enrollment_flow:
|
|
27258
|
-
:type enrollment_flow:
|
|
27258
|
+
:type enrollment_flow: UUID
|
|
27259
27259
|
:param issuer:
|
|
27260
27260
|
:type issuer: str
|
|
27261
27261
|
:param managed:
|
|
@@ -27271,11 +27271,11 @@ class SourcesApi:
|
|
|
27271
27271
|
:param page_size: Number of results to return per page.
|
|
27272
27272
|
:type page_size: int
|
|
27273
27273
|
:param pbm_uuid:
|
|
27274
|
-
:type pbm_uuid:
|
|
27274
|
+
:type pbm_uuid: UUID
|
|
27275
27275
|
:param policy_engine_mode:
|
|
27276
27276
|
:type policy_engine_mode: str
|
|
27277
27277
|
:param pre_authentication_flow:
|
|
27278
|
-
:type pre_authentication_flow:
|
|
27278
|
+
:type pre_authentication_flow: UUID
|
|
27279
27279
|
:param search: A search term.
|
|
27280
27280
|
:type search: str
|
|
27281
27281
|
:param signature_algorithm:
|
|
@@ -27285,7 +27285,7 @@ class SourcesApi:
|
|
|
27285
27285
|
:param signed_response:
|
|
27286
27286
|
:type signed_response: bool
|
|
27287
27287
|
:param signing_kp:
|
|
27288
|
-
:type signing_kp:
|
|
27288
|
+
:type signing_kp: UUID
|
|
27289
27289
|
:param slo_url:
|
|
27290
27290
|
:type slo_url: str
|
|
27291
27291
|
:param slug:
|
|
@@ -27297,7 +27297,7 @@ class SourcesApi:
|
|
|
27297
27297
|
:param user_matching_mode: How the source determines if an existing user should be authenticated or a new user enrolled.
|
|
27298
27298
|
:type user_matching_mode: str
|
|
27299
27299
|
:param verification_kp:
|
|
27300
|
-
:type verification_kp:
|
|
27300
|
+
:type verification_kp: UUID
|
|
27301
27301
|
:param _request_timeout: timeout setting for this request. If one
|
|
27302
27302
|
number provided, it will be total request
|
|
27303
27303
|
timeout. It can also be a pair (tuple) of
|
|
@@ -27420,7 +27420,7 @@ class SourcesApi:
|
|
|
27420
27420
|
:param allow_idp_initiated:
|
|
27421
27421
|
:type allow_idp_initiated: bool
|
|
27422
27422
|
:param authentication_flow:
|
|
27423
|
-
:type authentication_flow:
|
|
27423
|
+
:type authentication_flow: UUID
|
|
27424
27424
|
:param binding_type:
|
|
27425
27425
|
:type binding_type: str
|
|
27426
27426
|
:param digest_algorithm:
|
|
@@ -27428,7 +27428,7 @@ class SourcesApi:
|
|
|
27428
27428
|
:param enabled:
|
|
27429
27429
|
:type enabled: bool
|
|
27430
27430
|
:param enrollment_flow:
|
|
27431
|
-
:type enrollment_flow:
|
|
27431
|
+
:type enrollment_flow: UUID
|
|
27432
27432
|
:param issuer:
|
|
27433
27433
|
:type issuer: str
|
|
27434
27434
|
:param managed:
|
|
@@ -27444,11 +27444,11 @@ class SourcesApi:
|
|
|
27444
27444
|
:param page_size: Number of results to return per page.
|
|
27445
27445
|
:type page_size: int
|
|
27446
27446
|
:param pbm_uuid:
|
|
27447
|
-
:type pbm_uuid:
|
|
27447
|
+
:type pbm_uuid: UUID
|
|
27448
27448
|
:param policy_engine_mode:
|
|
27449
27449
|
:type policy_engine_mode: str
|
|
27450
27450
|
:param pre_authentication_flow:
|
|
27451
|
-
:type pre_authentication_flow:
|
|
27451
|
+
:type pre_authentication_flow: UUID
|
|
27452
27452
|
:param search: A search term.
|
|
27453
27453
|
:type search: str
|
|
27454
27454
|
:param signature_algorithm:
|
|
@@ -27458,7 +27458,7 @@ class SourcesApi:
|
|
|
27458
27458
|
:param signed_response:
|
|
27459
27459
|
:type signed_response: bool
|
|
27460
27460
|
:param signing_kp:
|
|
27461
|
-
:type signing_kp:
|
|
27461
|
+
:type signing_kp: UUID
|
|
27462
27462
|
:param slo_url:
|
|
27463
27463
|
:type slo_url: str
|
|
27464
27464
|
:param slug:
|
|
@@ -27470,7 +27470,7 @@ class SourcesApi:
|
|
|
27470
27470
|
:param user_matching_mode: How the source determines if an existing user should be authenticated or a new user enrolled.
|
|
27471
27471
|
:type user_matching_mode: str
|
|
27472
27472
|
:param verification_kp:
|
|
27473
|
-
:type verification_kp:
|
|
27473
|
+
:type verification_kp: UUID
|
|
27474
27474
|
:param _request_timeout: timeout setting for this request. If one
|
|
27475
27475
|
number provided, it will be total request
|
|
27476
27476
|
timeout. It can also be a pair (tuple) of
|
|
@@ -30248,7 +30248,7 @@ class SourcesApi:
|
|
|
30248
30248
|
SCIMSourceGroup Viewset
|
|
30249
30249
|
|
|
30250
30250
|
:param group__group_uuid:
|
|
30251
|
-
:type group__group_uuid:
|
|
30251
|
+
:type group__group_uuid: UUID
|
|
30252
30252
|
:param group__name:
|
|
30253
30253
|
:type group__name: str
|
|
30254
30254
|
:param ordering: Which field to use when ordering the results.
|
|
@@ -30341,7 +30341,7 @@ class SourcesApi:
|
|
|
30341
30341
|
SCIMSourceGroup Viewset
|
|
30342
30342
|
|
|
30343
30343
|
:param group__group_uuid:
|
|
30344
|
-
:type group__group_uuid:
|
|
30344
|
+
:type group__group_uuid: UUID
|
|
30345
30345
|
:param group__name:
|
|
30346
30346
|
:type group__name: str
|
|
30347
30347
|
:param ordering: Which field to use when ordering the results.
|
|
@@ -30434,7 +30434,7 @@ class SourcesApi:
|
|
|
30434
30434
|
SCIMSourceGroup Viewset
|
|
30435
30435
|
|
|
30436
30436
|
:param group__group_uuid:
|
|
30437
|
-
:type group__group_uuid:
|
|
30437
|
+
:type group__group_uuid: UUID
|
|
30438
30438
|
:param group__name:
|
|
30439
30439
|
:type group__name: str
|
|
30440
30440
|
:param ordering: Which field to use when ordering the results.
|
|
@@ -31751,7 +31751,7 @@ class SourcesApi:
|
|
|
31751
31751
|
:param page_size: Number of results to return per page.
|
|
31752
31752
|
:type page_size: int
|
|
31753
31753
|
:param pbm_uuid:
|
|
31754
|
-
:type pbm_uuid:
|
|
31754
|
+
:type pbm_uuid: UUID
|
|
31755
31755
|
:param search: A search term.
|
|
31756
31756
|
:type search: str
|
|
31757
31757
|
:param slug:
|
|
@@ -31844,7 +31844,7 @@ class SourcesApi:
|
|
|
31844
31844
|
:param page_size: Number of results to return per page.
|
|
31845
31845
|
:type page_size: int
|
|
31846
31846
|
:param pbm_uuid:
|
|
31847
|
-
:type pbm_uuid:
|
|
31847
|
+
:type pbm_uuid: UUID
|
|
31848
31848
|
:param search: A search term.
|
|
31849
31849
|
:type search: str
|
|
31850
31850
|
:param slug:
|
|
@@ -31937,7 +31937,7 @@ class SourcesApi:
|
|
|
31937
31937
|
:param page_size: Number of results to return per page.
|
|
31938
31938
|
:type page_size: int
|
|
31939
31939
|
:param pbm_uuid:
|
|
31940
|
-
:type pbm_uuid:
|
|
31940
|
+
:type pbm_uuid: UUID
|
|
31941
31941
|
:param search: A search term.
|
|
31942
31942
|
:type search: str
|
|
31943
31943
|
:param slug:
|
|
@@ -36130,13 +36130,13 @@ class SourcesApi:
|
|
|
36130
36130
|
Mixin to add a used_by endpoint to return a list of all objects using this object
|
|
36131
36131
|
|
|
36132
36132
|
:param authentication_flow:
|
|
36133
|
-
:type authentication_flow:
|
|
36133
|
+
:type authentication_flow: UUID
|
|
36134
36134
|
:param bot_username:
|
|
36135
36135
|
:type bot_username: str
|
|
36136
36136
|
:param enabled:
|
|
36137
36137
|
:type enabled: bool
|
|
36138
36138
|
:param enrollment_flow:
|
|
36139
|
-
:type enrollment_flow:
|
|
36139
|
+
:type enrollment_flow: UUID
|
|
36140
36140
|
:param group_matching_mode: How the source determines if an existing group should be used or a new group created.
|
|
36141
36141
|
:type group_matching_mode: str
|
|
36142
36142
|
:param name:
|
|
@@ -36148,7 +36148,7 @@ class SourcesApi:
|
|
|
36148
36148
|
:param page_size: Number of results to return per page.
|
|
36149
36149
|
:type page_size: int
|
|
36150
36150
|
:param pbm_uuid:
|
|
36151
|
-
:type pbm_uuid:
|
|
36151
|
+
:type pbm_uuid: UUID
|
|
36152
36152
|
:param policy_engine_mode:
|
|
36153
36153
|
:type policy_engine_mode: str
|
|
36154
36154
|
:param request_message_access:
|
|
@@ -36255,13 +36255,13 @@ class SourcesApi:
|
|
|
36255
36255
|
Mixin to add a used_by endpoint to return a list of all objects using this object
|
|
36256
36256
|
|
|
36257
36257
|
:param authentication_flow:
|
|
36258
|
-
:type authentication_flow:
|
|
36258
|
+
:type authentication_flow: UUID
|
|
36259
36259
|
:param bot_username:
|
|
36260
36260
|
:type bot_username: str
|
|
36261
36261
|
:param enabled:
|
|
36262
36262
|
:type enabled: bool
|
|
36263
36263
|
:param enrollment_flow:
|
|
36264
|
-
:type enrollment_flow:
|
|
36264
|
+
:type enrollment_flow: UUID
|
|
36265
36265
|
:param group_matching_mode: How the source determines if an existing group should be used or a new group created.
|
|
36266
36266
|
:type group_matching_mode: str
|
|
36267
36267
|
:param name:
|
|
@@ -36273,7 +36273,7 @@ class SourcesApi:
|
|
|
36273
36273
|
:param page_size: Number of results to return per page.
|
|
36274
36274
|
:type page_size: int
|
|
36275
36275
|
:param pbm_uuid:
|
|
36276
|
-
:type pbm_uuid:
|
|
36276
|
+
:type pbm_uuid: UUID
|
|
36277
36277
|
:param policy_engine_mode:
|
|
36278
36278
|
:type policy_engine_mode: str
|
|
36279
36279
|
:param request_message_access:
|
|
@@ -36380,13 +36380,13 @@ class SourcesApi:
|
|
|
36380
36380
|
Mixin to add a used_by endpoint to return a list of all objects using this object
|
|
36381
36381
|
|
|
36382
36382
|
:param authentication_flow:
|
|
36383
|
-
:type authentication_flow:
|
|
36383
|
+
:type authentication_flow: UUID
|
|
36384
36384
|
:param bot_username:
|
|
36385
36385
|
:type bot_username: str
|
|
36386
36386
|
:param enabled:
|
|
36387
36387
|
:type enabled: bool
|
|
36388
36388
|
:param enrollment_flow:
|
|
36389
|
-
:type enrollment_flow:
|
|
36389
|
+
:type enrollment_flow: UUID
|
|
36390
36390
|
:param group_matching_mode: How the source determines if an existing group should be used or a new group created.
|
|
36391
36391
|
:type group_matching_mode: str
|
|
36392
36392
|
:param name:
|
|
@@ -36398,7 +36398,7 @@ class SourcesApi:
|
|
|
36398
36398
|
:param page_size: Number of results to return per page.
|
|
36399
36399
|
:type page_size: int
|
|
36400
36400
|
:param pbm_uuid:
|
|
36401
|
-
:type pbm_uuid:
|
|
36401
|
+
:type pbm_uuid: UUID
|
|
36402
36402
|
:param policy_engine_mode:
|
|
36403
36403
|
:type policy_engine_mode: str
|
|
36404
36404
|
:param request_message_access:
|