authentik-client 2025.12.3__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.3.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.3.dist-info/RECORD +0 -870
- {authentik_client-2025.12.3.dist-info → authentik_client-2026.2.0rc1.post1770131035.dist-info}/WHEEL +0 -0
- {authentik_client-2025.12.3.dist-info → authentik_client-2026.2.0rc1.post1770131035.dist-info}/licenses/LICENSE +0 -0
- {authentik_client-2025.12.3.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
|
|
|
@@ -42,6 +42,8 @@ from authentik_client.models.endpoint_device_request import EndpointDeviceReques
|
|
|
42
42
|
from authentik_client.models.enroll_request import EnrollRequest
|
|
43
43
|
from authentik_client.models.enrollment_token import EnrollmentToken
|
|
44
44
|
from authentik_client.models.enrollment_token_request import EnrollmentTokenRequest
|
|
45
|
+
from authentik_client.models.fleet_connector import FleetConnector
|
|
46
|
+
from authentik_client.models.fleet_connector_request import FleetConnectorRequest
|
|
45
47
|
from authentik_client.models.mdm_config_request import MDMConfigRequest
|
|
46
48
|
from authentik_client.models.mdm_config_response import MDMConfigResponse
|
|
47
49
|
from authentik_client.models.paginated_agent_connector_list import PaginatedAgentConnectorList
|
|
@@ -50,11 +52,13 @@ from authentik_client.models.paginated_device_access_group_list import Paginated
|
|
|
50
52
|
from authentik_client.models.paginated_device_user_binding_list import PaginatedDeviceUserBindingList
|
|
51
53
|
from authentik_client.models.paginated_endpoint_device_list import PaginatedEndpointDeviceList
|
|
52
54
|
from authentik_client.models.paginated_enrollment_token_list import PaginatedEnrollmentTokenList
|
|
55
|
+
from authentik_client.models.paginated_fleet_connector_list import PaginatedFleetConnectorList
|
|
53
56
|
from authentik_client.models.patched_agent_connector_request import PatchedAgentConnectorRequest
|
|
54
57
|
from authentik_client.models.patched_device_access_group_request import PatchedDeviceAccessGroupRequest
|
|
55
58
|
from authentik_client.models.patched_device_user_binding_request import PatchedDeviceUserBindingRequest
|
|
56
59
|
from authentik_client.models.patched_endpoint_device_request import PatchedEndpointDeviceRequest
|
|
57
60
|
from authentik_client.models.patched_enrollment_token_request import PatchedEnrollmentTokenRequest
|
|
61
|
+
from authentik_client.models.patched_fleet_connector_request import PatchedFleetConnectorRequest
|
|
58
62
|
from authentik_client.models.token_view import TokenView
|
|
59
63
|
from authentik_client.models.type_create import TypeCreate
|
|
60
64
|
from authentik_client.models.used_by import UsedBy
|
|
@@ -1432,7 +1436,7 @@ class EndpointsApi:
|
|
|
1432
1436
|
Mixin to add a used_by endpoint to return a list of all objects using this object
|
|
1433
1437
|
|
|
1434
1438
|
:param connector_uuid: A UUID string identifying this Agent Connector. (required)
|
|
1435
|
-
:type connector_uuid:
|
|
1439
|
+
:type connector_uuid: UUID
|
|
1436
1440
|
:param _request_timeout: timeout setting for this request. If one
|
|
1437
1441
|
number provided, it will be total request
|
|
1438
1442
|
timeout. It can also be a pair (tuple) of
|
|
@@ -1501,7 +1505,7 @@ class EndpointsApi:
|
|
|
1501
1505
|
Mixin to add a used_by endpoint to return a list of all objects using this object
|
|
1502
1506
|
|
|
1503
1507
|
:param connector_uuid: A UUID string identifying this Agent Connector. (required)
|
|
1504
|
-
:type connector_uuid:
|
|
1508
|
+
:type connector_uuid: UUID
|
|
1505
1509
|
:param _request_timeout: timeout setting for this request. If one
|
|
1506
1510
|
number provided, it will be total request
|
|
1507
1511
|
timeout. It can also be a pair (tuple) of
|
|
@@ -1570,7 +1574,7 @@ class EndpointsApi:
|
|
|
1570
1574
|
Mixin to add a used_by endpoint to return a list of all objects using this object
|
|
1571
1575
|
|
|
1572
1576
|
:param connector_uuid: A UUID string identifying this Agent Connector. (required)
|
|
1573
|
-
:type connector_uuid:
|
|
1577
|
+
:type connector_uuid: UUID
|
|
1574
1578
|
:param _request_timeout: timeout setting for this request. If one
|
|
1575
1579
|
number provided, it will be total request
|
|
1576
1580
|
timeout. It can also be a pair (tuple) of
|
|
@@ -2333,7 +2337,7 @@ class EndpointsApi:
|
|
|
2333
2337
|
Generate configuration for MDM systems to deploy authentik Agent
|
|
2334
2338
|
|
|
2335
2339
|
:param connector_uuid: A UUID string identifying this Agent Connector. (required)
|
|
2336
|
-
:type connector_uuid:
|
|
2340
|
+
:type connector_uuid: UUID
|
|
2337
2341
|
:param mdm_config_request: (required)
|
|
2338
2342
|
:type mdm_config_request: MDMConfigRequest
|
|
2339
2343
|
:param _request_timeout: timeout setting for this request. If one
|
|
@@ -2406,7 +2410,7 @@ class EndpointsApi:
|
|
|
2406
2410
|
Generate configuration for MDM systems to deploy authentik Agent
|
|
2407
2411
|
|
|
2408
2412
|
:param connector_uuid: A UUID string identifying this Agent Connector. (required)
|
|
2409
|
-
:type connector_uuid:
|
|
2413
|
+
:type connector_uuid: UUID
|
|
2410
2414
|
:param mdm_config_request: (required)
|
|
2411
2415
|
:type mdm_config_request: MDMConfigRequest
|
|
2412
2416
|
:param _request_timeout: timeout setting for this request. If one
|
|
@@ -2479,7 +2483,7 @@ class EndpointsApi:
|
|
|
2479
2483
|
Generate configuration for MDM systems to deploy authentik Agent
|
|
2480
2484
|
|
|
2481
2485
|
:param connector_uuid: A UUID string identifying this Agent Connector. (required)
|
|
2482
|
-
:type connector_uuid:
|
|
2486
|
+
:type connector_uuid: UUID
|
|
2483
2487
|
:param mdm_config_request: (required)
|
|
2484
2488
|
:type mdm_config_request: MDMConfigRequest
|
|
2485
2489
|
:param _request_timeout: timeout setting for this request. If one
|
|
@@ -2628,7 +2632,7 @@ class EndpointsApi:
|
|
|
2628
2632
|
Mixin to add a used_by endpoint to return a list of all objects using this object
|
|
2629
2633
|
|
|
2630
2634
|
:param connector_uuid: A UUID string identifying this Agent Connector. (required)
|
|
2631
|
-
:type connector_uuid:
|
|
2635
|
+
:type connector_uuid: UUID
|
|
2632
2636
|
:param patched_agent_connector_request:
|
|
2633
2637
|
:type patched_agent_connector_request: PatchedAgentConnectorRequest
|
|
2634
2638
|
:param _request_timeout: timeout setting for this request. If one
|
|
@@ -2701,7 +2705,7 @@ class EndpointsApi:
|
|
|
2701
2705
|
Mixin to add a used_by endpoint to return a list of all objects using this object
|
|
2702
2706
|
|
|
2703
2707
|
:param connector_uuid: A UUID string identifying this Agent Connector. (required)
|
|
2704
|
-
:type connector_uuid:
|
|
2708
|
+
:type connector_uuid: UUID
|
|
2705
2709
|
:param patched_agent_connector_request:
|
|
2706
2710
|
:type patched_agent_connector_request: PatchedAgentConnectorRequest
|
|
2707
2711
|
:param _request_timeout: timeout setting for this request. If one
|
|
@@ -2774,7 +2778,7 @@ class EndpointsApi:
|
|
|
2774
2778
|
Mixin to add a used_by endpoint to return a list of all objects using this object
|
|
2775
2779
|
|
|
2776
2780
|
:param connector_uuid: A UUID string identifying this Agent Connector. (required)
|
|
2777
|
-
:type connector_uuid:
|
|
2781
|
+
:type connector_uuid: UUID
|
|
2778
2782
|
:param patched_agent_connector_request:
|
|
2779
2783
|
:type patched_agent_connector_request: PatchedAgentConnectorRequest
|
|
2780
2784
|
:param _request_timeout: timeout setting for this request. If one
|
|
@@ -2922,7 +2926,7 @@ class EndpointsApi:
|
|
|
2922
2926
|
Mixin to add a used_by endpoint to return a list of all objects using this object
|
|
2923
2927
|
|
|
2924
2928
|
:param connector_uuid: A UUID string identifying this Agent Connector. (required)
|
|
2925
|
-
:type connector_uuid:
|
|
2929
|
+
:type connector_uuid: UUID
|
|
2926
2930
|
:param _request_timeout: timeout setting for this request. If one
|
|
2927
2931
|
number provided, it will be total request
|
|
2928
2932
|
timeout. It can also be a pair (tuple) of
|
|
@@ -2991,7 +2995,7 @@ class EndpointsApi:
|
|
|
2991
2995
|
Mixin to add a used_by endpoint to return a list of all objects using this object
|
|
2992
2996
|
|
|
2993
2997
|
:param connector_uuid: A UUID string identifying this Agent Connector. (required)
|
|
2994
|
-
:type connector_uuid:
|
|
2998
|
+
:type connector_uuid: UUID
|
|
2995
2999
|
:param _request_timeout: timeout setting for this request. If one
|
|
2996
3000
|
number provided, it will be total request
|
|
2997
3001
|
timeout. It can also be a pair (tuple) of
|
|
@@ -3060,7 +3064,7 @@ class EndpointsApi:
|
|
|
3060
3064
|
Mixin to add a used_by endpoint to return a list of all objects using this object
|
|
3061
3065
|
|
|
3062
3066
|
:param connector_uuid: A UUID string identifying this Agent Connector. (required)
|
|
3063
|
-
:type connector_uuid:
|
|
3067
|
+
:type connector_uuid: UUID
|
|
3064
3068
|
:param _request_timeout: timeout setting for this request. If one
|
|
3065
3069
|
number provided, it will be total request
|
|
3066
3070
|
timeout. It can also be a pair (tuple) of
|
|
@@ -3190,7 +3194,7 @@ class EndpointsApi:
|
|
|
3190
3194
|
Mixin to add a used_by endpoint to return a list of all objects using this object
|
|
3191
3195
|
|
|
3192
3196
|
:param connector_uuid: A UUID string identifying this Agent Connector. (required)
|
|
3193
|
-
:type connector_uuid:
|
|
3197
|
+
:type connector_uuid: UUID
|
|
3194
3198
|
:param agent_connector_request: (required)
|
|
3195
3199
|
:type agent_connector_request: AgentConnectorRequest
|
|
3196
3200
|
:param _request_timeout: timeout setting for this request. If one
|
|
@@ -3263,7 +3267,7 @@ class EndpointsApi:
|
|
|
3263
3267
|
Mixin to add a used_by endpoint to return a list of all objects using this object
|
|
3264
3268
|
|
|
3265
3269
|
:param connector_uuid: A UUID string identifying this Agent Connector. (required)
|
|
3266
|
-
:type connector_uuid:
|
|
3270
|
+
:type connector_uuid: UUID
|
|
3267
3271
|
:param agent_connector_request: (required)
|
|
3268
3272
|
:type agent_connector_request: AgentConnectorRequest
|
|
3269
3273
|
:param _request_timeout: timeout setting for this request. If one
|
|
@@ -3336,7 +3340,7 @@ class EndpointsApi:
|
|
|
3336
3340
|
Mixin to add a used_by endpoint to return a list of all objects using this object
|
|
3337
3341
|
|
|
3338
3342
|
:param connector_uuid: A UUID string identifying this Agent Connector. (required)
|
|
3339
|
-
:type connector_uuid:
|
|
3343
|
+
:type connector_uuid: UUID
|
|
3340
3344
|
:param agent_connector_request: (required)
|
|
3341
3345
|
:type agent_connector_request: AgentConnectorRequest
|
|
3342
3346
|
:param _request_timeout: timeout setting for this request. If one
|
|
@@ -3484,7 +3488,7 @@ class EndpointsApi:
|
|
|
3484
3488
|
Get a list of all objects that use this object
|
|
3485
3489
|
|
|
3486
3490
|
:param connector_uuid: A UUID string identifying this Agent Connector. (required)
|
|
3487
|
-
:type connector_uuid:
|
|
3491
|
+
:type connector_uuid: UUID
|
|
3488
3492
|
:param _request_timeout: timeout setting for this request. If one
|
|
3489
3493
|
number provided, it will be total request
|
|
3490
3494
|
timeout. It can also be a pair (tuple) of
|
|
@@ -3553,7 +3557,7 @@ class EndpointsApi:
|
|
|
3553
3557
|
Get a list of all objects that use this object
|
|
3554
3558
|
|
|
3555
3559
|
:param connector_uuid: A UUID string identifying this Agent Connector. (required)
|
|
3556
|
-
:type connector_uuid:
|
|
3560
|
+
:type connector_uuid: UUID
|
|
3557
3561
|
:param _request_timeout: timeout setting for this request. If one
|
|
3558
3562
|
number provided, it will be total request
|
|
3559
3563
|
timeout. It can also be a pair (tuple) of
|
|
@@ -3622,7 +3626,7 @@ class EndpointsApi:
|
|
|
3622
3626
|
Get a list of all objects that use this object
|
|
3623
3627
|
|
|
3624
3628
|
:param connector_uuid: A UUID string identifying this Agent Connector. (required)
|
|
3625
|
-
:type connector_uuid:
|
|
3629
|
+
:type connector_uuid: UUID
|
|
3626
3630
|
:param _request_timeout: timeout setting for this request. If one
|
|
3627
3631
|
number provided, it will be total request
|
|
3628
3632
|
timeout. It can also be a pair (tuple) of
|
|
@@ -4031,7 +4035,7 @@ class EndpointsApi:
|
|
|
4031
4035
|
Mixin to add a used_by endpoint to return a list of all objects using this object
|
|
4032
4036
|
|
|
4033
4037
|
:param token_uuid: A UUID string identifying this Enrollment Token. (required)
|
|
4034
|
-
:type token_uuid:
|
|
4038
|
+
:type token_uuid: UUID
|
|
4035
4039
|
:param _request_timeout: timeout setting for this request. If one
|
|
4036
4040
|
number provided, it will be total request
|
|
4037
4041
|
timeout. It can also be a pair (tuple) of
|
|
@@ -4100,7 +4104,7 @@ class EndpointsApi:
|
|
|
4100
4104
|
Mixin to add a used_by endpoint to return a list of all objects using this object
|
|
4101
4105
|
|
|
4102
4106
|
:param token_uuid: A UUID string identifying this Enrollment Token. (required)
|
|
4103
|
-
:type token_uuid:
|
|
4107
|
+
:type token_uuid: UUID
|
|
4104
4108
|
:param _request_timeout: timeout setting for this request. If one
|
|
4105
4109
|
number provided, it will be total request
|
|
4106
4110
|
timeout. It can also be a pair (tuple) of
|
|
@@ -4169,7 +4173,7 @@ class EndpointsApi:
|
|
|
4169
4173
|
Mixin to add a used_by endpoint to return a list of all objects using this object
|
|
4170
4174
|
|
|
4171
4175
|
:param token_uuid: A UUID string identifying this Enrollment Token. (required)
|
|
4172
|
-
:type token_uuid:
|
|
4176
|
+
:type token_uuid: UUID
|
|
4173
4177
|
:param _request_timeout: timeout setting for this request. If one
|
|
4174
4178
|
number provided, it will be total request
|
|
4175
4179
|
timeout. It can also be a pair (tuple) of
|
|
@@ -4303,7 +4307,7 @@ class EndpointsApi:
|
|
|
4303
4307
|
Mixin to add a used_by endpoint to return a list of all objects using this object
|
|
4304
4308
|
|
|
4305
4309
|
:param connector:
|
|
4306
|
-
:type connector:
|
|
4310
|
+
:type connector: UUID
|
|
4307
4311
|
:param ordering: Which field to use when ordering the results.
|
|
4308
4312
|
:type ordering: str
|
|
4309
4313
|
:param page: A page number within the paginated result set.
|
|
@@ -4313,7 +4317,7 @@ class EndpointsApi:
|
|
|
4313
4317
|
:param search: A search term.
|
|
4314
4318
|
:type search: str
|
|
4315
4319
|
:param token_uuid:
|
|
4316
|
-
:type token_uuid:
|
|
4320
|
+
:type token_uuid: UUID
|
|
4317
4321
|
:param _request_timeout: timeout setting for this request. If one
|
|
4318
4322
|
number provided, it will be total request
|
|
4319
4323
|
timeout. It can also be a pair (tuple) of
|
|
@@ -4392,7 +4396,7 @@ class EndpointsApi:
|
|
|
4392
4396
|
Mixin to add a used_by endpoint to return a list of all objects using this object
|
|
4393
4397
|
|
|
4394
4398
|
:param connector:
|
|
4395
|
-
:type connector:
|
|
4399
|
+
:type connector: UUID
|
|
4396
4400
|
:param ordering: Which field to use when ordering the results.
|
|
4397
4401
|
:type ordering: str
|
|
4398
4402
|
:param page: A page number within the paginated result set.
|
|
@@ -4402,7 +4406,7 @@ class EndpointsApi:
|
|
|
4402
4406
|
:param search: A search term.
|
|
4403
4407
|
:type search: str
|
|
4404
4408
|
:param token_uuid:
|
|
4405
|
-
:type token_uuid:
|
|
4409
|
+
:type token_uuid: UUID
|
|
4406
4410
|
:param _request_timeout: timeout setting for this request. If one
|
|
4407
4411
|
number provided, it will be total request
|
|
4408
4412
|
timeout. It can also be a pair (tuple) of
|
|
@@ -4481,7 +4485,7 @@ class EndpointsApi:
|
|
|
4481
4485
|
Mixin to add a used_by endpoint to return a list of all objects using this object
|
|
4482
4486
|
|
|
4483
4487
|
:param connector:
|
|
4484
|
-
:type connector:
|
|
4488
|
+
:type connector: UUID
|
|
4485
4489
|
:param ordering: Which field to use when ordering the results.
|
|
4486
4490
|
:type ordering: str
|
|
4487
4491
|
:param page: A page number within the paginated result set.
|
|
@@ -4491,7 +4495,7 @@ class EndpointsApi:
|
|
|
4491
4495
|
:param search: A search term.
|
|
4492
4496
|
:type search: str
|
|
4493
4497
|
:param token_uuid:
|
|
4494
|
-
:type token_uuid:
|
|
4498
|
+
:type token_uuid: UUID
|
|
4495
4499
|
:param _request_timeout: timeout setting for this request. If one
|
|
4496
4500
|
number provided, it will be total request
|
|
4497
4501
|
timeout. It can also be a pair (tuple) of
|
|
@@ -4653,7 +4657,7 @@ class EndpointsApi:
|
|
|
4653
4657
|
Mixin to add a used_by endpoint to return a list of all objects using this object
|
|
4654
4658
|
|
|
4655
4659
|
:param token_uuid: A UUID string identifying this Enrollment Token. (required)
|
|
4656
|
-
:type token_uuid:
|
|
4660
|
+
:type token_uuid: UUID
|
|
4657
4661
|
:param patched_enrollment_token_request:
|
|
4658
4662
|
:type patched_enrollment_token_request: PatchedEnrollmentTokenRequest
|
|
4659
4663
|
:param _request_timeout: timeout setting for this request. If one
|
|
@@ -4726,7 +4730,7 @@ class EndpointsApi:
|
|
|
4726
4730
|
Mixin to add a used_by endpoint to return a list of all objects using this object
|
|
4727
4731
|
|
|
4728
4732
|
:param token_uuid: A UUID string identifying this Enrollment Token. (required)
|
|
4729
|
-
:type token_uuid:
|
|
4733
|
+
:type token_uuid: UUID
|
|
4730
4734
|
:param patched_enrollment_token_request:
|
|
4731
4735
|
:type patched_enrollment_token_request: PatchedEnrollmentTokenRequest
|
|
4732
4736
|
:param _request_timeout: timeout setting for this request. If one
|
|
@@ -4799,7 +4803,7 @@ class EndpointsApi:
|
|
|
4799
4803
|
Mixin to add a used_by endpoint to return a list of all objects using this object
|
|
4800
4804
|
|
|
4801
4805
|
:param token_uuid: A UUID string identifying this Enrollment Token. (required)
|
|
4802
|
-
:type token_uuid:
|
|
4806
|
+
:type token_uuid: UUID
|
|
4803
4807
|
:param patched_enrollment_token_request:
|
|
4804
4808
|
:type patched_enrollment_token_request: PatchedEnrollmentTokenRequest
|
|
4805
4809
|
:param _request_timeout: timeout setting for this request. If one
|
|
@@ -4947,7 +4951,7 @@ class EndpointsApi:
|
|
|
4947
4951
|
Mixin to add a used_by endpoint to return a list of all objects using this object
|
|
4948
4952
|
|
|
4949
4953
|
:param token_uuid: A UUID string identifying this Enrollment Token. (required)
|
|
4950
|
-
:type token_uuid:
|
|
4954
|
+
:type token_uuid: UUID
|
|
4951
4955
|
:param _request_timeout: timeout setting for this request. If one
|
|
4952
4956
|
number provided, it will be total request
|
|
4953
4957
|
timeout. It can also be a pair (tuple) of
|
|
@@ -5016,7 +5020,7 @@ class EndpointsApi:
|
|
|
5016
5020
|
Mixin to add a used_by endpoint to return a list of all objects using this object
|
|
5017
5021
|
|
|
5018
5022
|
:param token_uuid: A UUID string identifying this Enrollment Token. (required)
|
|
5019
|
-
:type token_uuid:
|
|
5023
|
+
:type token_uuid: UUID
|
|
5020
5024
|
:param _request_timeout: timeout setting for this request. If one
|
|
5021
5025
|
number provided, it will be total request
|
|
5022
5026
|
timeout. It can also be a pair (tuple) of
|
|
@@ -5085,7 +5089,7 @@ class EndpointsApi:
|
|
|
5085
5089
|
Mixin to add a used_by endpoint to return a list of all objects using this object
|
|
5086
5090
|
|
|
5087
5091
|
:param token_uuid: A UUID string identifying this Enrollment Token. (required)
|
|
5088
|
-
:type token_uuid:
|
|
5092
|
+
:type token_uuid: UUID
|
|
5089
5093
|
:param _request_timeout: timeout setting for this request. If one
|
|
5090
5094
|
number provided, it will be total request
|
|
5091
5095
|
timeout. It can also be a pair (tuple) of
|
|
@@ -5215,7 +5219,7 @@ class EndpointsApi:
|
|
|
5215
5219
|
Mixin to add a used_by endpoint to return a list of all objects using this object
|
|
5216
5220
|
|
|
5217
5221
|
:param token_uuid: A UUID string identifying this Enrollment Token. (required)
|
|
5218
|
-
:type token_uuid:
|
|
5222
|
+
:type token_uuid: UUID
|
|
5219
5223
|
:param enrollment_token_request: (required)
|
|
5220
5224
|
:type enrollment_token_request: EnrollmentTokenRequest
|
|
5221
5225
|
:param _request_timeout: timeout setting for this request. If one
|
|
@@ -5288,7 +5292,7 @@ class EndpointsApi:
|
|
|
5288
5292
|
Mixin to add a used_by endpoint to return a list of all objects using this object
|
|
5289
5293
|
|
|
5290
5294
|
:param token_uuid: A UUID string identifying this Enrollment Token. (required)
|
|
5291
|
-
:type token_uuid:
|
|
5295
|
+
:type token_uuid: UUID
|
|
5292
5296
|
:param enrollment_token_request: (required)
|
|
5293
5297
|
:type enrollment_token_request: EnrollmentTokenRequest
|
|
5294
5298
|
:param _request_timeout: timeout setting for this request. If one
|
|
@@ -5361,7 +5365,7 @@ class EndpointsApi:
|
|
|
5361
5365
|
Mixin to add a used_by endpoint to return a list of all objects using this object
|
|
5362
5366
|
|
|
5363
5367
|
:param token_uuid: A UUID string identifying this Enrollment Token. (required)
|
|
5364
|
-
:type token_uuid:
|
|
5368
|
+
:type token_uuid: UUID
|
|
5365
5369
|
:param enrollment_token_request: (required)
|
|
5366
5370
|
:type enrollment_token_request: EnrollmentTokenRequest
|
|
5367
5371
|
:param _request_timeout: timeout setting for this request. If one
|
|
@@ -5509,7 +5513,7 @@ class EndpointsApi:
|
|
|
5509
5513
|
Get a list of all objects that use this object
|
|
5510
5514
|
|
|
5511
5515
|
:param token_uuid: A UUID string identifying this Enrollment Token. (required)
|
|
5512
|
-
:type token_uuid:
|
|
5516
|
+
:type token_uuid: UUID
|
|
5513
5517
|
:param _request_timeout: timeout setting for this request. If one
|
|
5514
5518
|
number provided, it will be total request
|
|
5515
5519
|
timeout. It can also be a pair (tuple) of
|
|
@@ -5578,7 +5582,7 @@ class EndpointsApi:
|
|
|
5578
5582
|
Get a list of all objects that use this object
|
|
5579
5583
|
|
|
5580
5584
|
:param token_uuid: A UUID string identifying this Enrollment Token. (required)
|
|
5581
|
-
:type token_uuid:
|
|
5585
|
+
:type token_uuid: UUID
|
|
5582
5586
|
:param _request_timeout: timeout setting for this request. If one
|
|
5583
5587
|
number provided, it will be total request
|
|
5584
5588
|
timeout. It can also be a pair (tuple) of
|
|
@@ -5647,7 +5651,7 @@ class EndpointsApi:
|
|
|
5647
5651
|
Get a list of all objects that use this object
|
|
5648
5652
|
|
|
5649
5653
|
:param token_uuid: A UUID string identifying this Enrollment Token. (required)
|
|
5650
|
-
:type token_uuid:
|
|
5654
|
+
:type token_uuid: UUID
|
|
5651
5655
|
:param _request_timeout: timeout setting for this request. If one
|
|
5652
5656
|
number provided, it will be total request
|
|
5653
5657
|
timeout. It can also be a pair (tuple) of
|
|
@@ -5776,7 +5780,7 @@ class EndpointsApi:
|
|
|
5776
5780
|
Return token key and log access
|
|
5777
5781
|
|
|
5778
5782
|
:param token_uuid: A UUID string identifying this Enrollment Token. (required)
|
|
5779
|
-
:type token_uuid:
|
|
5783
|
+
:type token_uuid: UUID
|
|
5780
5784
|
:param _request_timeout: timeout setting for this request. If one
|
|
5781
5785
|
number provided, it will be total request
|
|
5782
5786
|
timeout. It can also be a pair (tuple) of
|
|
@@ -5846,7 +5850,7 @@ class EndpointsApi:
|
|
|
5846
5850
|
Return token key and log access
|
|
5847
5851
|
|
|
5848
5852
|
:param token_uuid: A UUID string identifying this Enrollment Token. (required)
|
|
5849
|
-
:type token_uuid:
|
|
5853
|
+
:type token_uuid: UUID
|
|
5850
5854
|
:param _request_timeout: timeout setting for this request. If one
|
|
5851
5855
|
number provided, it will be total request
|
|
5852
5856
|
timeout. It can also be a pair (tuple) of
|
|
@@ -5916,7 +5920,7 @@ class EndpointsApi:
|
|
|
5916
5920
|
Return token key and log access
|
|
5917
5921
|
|
|
5918
5922
|
:param token_uuid: A UUID string identifying this Enrollment Token. (required)
|
|
5919
|
-
:type token_uuid:
|
|
5923
|
+
:type token_uuid: UUID
|
|
5920
5924
|
:param _request_timeout: timeout setting for this request. If one
|
|
5921
5925
|
number provided, it will be total request
|
|
5922
5926
|
timeout. It can also be a pair (tuple) of
|
|
@@ -6598,7 +6602,7 @@ class EndpointsApi:
|
|
|
6598
6602
|
Connector Viewset
|
|
6599
6603
|
|
|
6600
6604
|
:param connector_uuid: A UUID string identifying this connector. (required)
|
|
6601
|
-
:type connector_uuid:
|
|
6605
|
+
:type connector_uuid: UUID
|
|
6602
6606
|
:param _request_timeout: timeout setting for this request. If one
|
|
6603
6607
|
number provided, it will be total request
|
|
6604
6608
|
timeout. It can also be a pair (tuple) of
|
|
@@ -6667,7 +6671,7 @@ class EndpointsApi:
|
|
|
6667
6671
|
Connector Viewset
|
|
6668
6672
|
|
|
6669
6673
|
:param connector_uuid: A UUID string identifying this connector. (required)
|
|
6670
|
-
:type connector_uuid:
|
|
6674
|
+
:type connector_uuid: UUID
|
|
6671
6675
|
:param _request_timeout: timeout setting for this request. If one
|
|
6672
6676
|
number provided, it will be total request
|
|
6673
6677
|
timeout. It can also be a pair (tuple) of
|
|
@@ -6736,7 +6740,7 @@ class EndpointsApi:
|
|
|
6736
6740
|
Connector Viewset
|
|
6737
6741
|
|
|
6738
6742
|
:param connector_uuid: A UUID string identifying this connector. (required)
|
|
6739
|
-
:type connector_uuid:
|
|
6743
|
+
:type connector_uuid: UUID
|
|
6740
6744
|
:param _request_timeout: timeout setting for this request. If one
|
|
6741
6745
|
number provided, it will be total request
|
|
6742
6746
|
timeout. It can also be a pair (tuple) of
|
|
@@ -7185,7 +7189,7 @@ class EndpointsApi:
|
|
|
7185
7189
|
Connector Viewset
|
|
7186
7190
|
|
|
7187
7191
|
:param connector_uuid: A UUID string identifying this connector. (required)
|
|
7188
|
-
:type connector_uuid:
|
|
7192
|
+
:type connector_uuid: UUID
|
|
7189
7193
|
:param _request_timeout: timeout setting for this request. If one
|
|
7190
7194
|
number provided, it will be total request
|
|
7191
7195
|
timeout. It can also be a pair (tuple) of
|
|
@@ -7254,7 +7258,7 @@ class EndpointsApi:
|
|
|
7254
7258
|
Connector Viewset
|
|
7255
7259
|
|
|
7256
7260
|
:param connector_uuid: A UUID string identifying this connector. (required)
|
|
7257
|
-
:type connector_uuid:
|
|
7261
|
+
:type connector_uuid: UUID
|
|
7258
7262
|
:param _request_timeout: timeout setting for this request. If one
|
|
7259
7263
|
number provided, it will be total request
|
|
7260
7264
|
timeout. It can also be a pair (tuple) of
|
|
@@ -7323,7 +7327,7 @@ class EndpointsApi:
|
|
|
7323
7327
|
Connector Viewset
|
|
7324
7328
|
|
|
7325
7329
|
:param connector_uuid: A UUID string identifying this connector. (required)
|
|
7326
|
-
:type connector_uuid:
|
|
7330
|
+
:type connector_uuid: UUID
|
|
7327
7331
|
:param _request_timeout: timeout setting for this request. If one
|
|
7328
7332
|
number provided, it will be total request
|
|
7329
7333
|
timeout. It can also be a pair (tuple) of
|
|
@@ -7704,7 +7708,7 @@ class EndpointsApi:
|
|
|
7704
7708
|
Get a list of all objects that use this object
|
|
7705
7709
|
|
|
7706
7710
|
:param connector_uuid: A UUID string identifying this connector. (required)
|
|
7707
|
-
:type connector_uuid:
|
|
7711
|
+
:type connector_uuid: UUID
|
|
7708
7712
|
:param _request_timeout: timeout setting for this request. If one
|
|
7709
7713
|
number provided, it will be total request
|
|
7710
7714
|
timeout. It can also be a pair (tuple) of
|
|
@@ -7773,7 +7777,7 @@ class EndpointsApi:
|
|
|
7773
7777
|
Get a list of all objects that use this object
|
|
7774
7778
|
|
|
7775
7779
|
:param connector_uuid: A UUID string identifying this connector. (required)
|
|
7776
|
-
:type connector_uuid:
|
|
7780
|
+
:type connector_uuid: UUID
|
|
7777
7781
|
:param _request_timeout: timeout setting for this request. If one
|
|
7778
7782
|
number provided, it will be total request
|
|
7779
7783
|
timeout. It can also be a pair (tuple) of
|
|
@@ -7842,7 +7846,7 @@ class EndpointsApi:
|
|
|
7842
7846
|
Get a list of all objects that use this object
|
|
7843
7847
|
|
|
7844
7848
|
:param connector_uuid: A UUID string identifying this connector. (required)
|
|
7845
|
-
:type connector_uuid:
|
|
7849
|
+
:type connector_uuid: UUID
|
|
7846
7850
|
:param _request_timeout: timeout setting for this request. If one
|
|
7847
7851
|
number provided, it will be total request
|
|
7848
7852
|
timeout. It can also be a pair (tuple) of
|
|
@@ -8251,7 +8255,7 @@ class EndpointsApi:
|
|
|
8251
8255
|
DeviceAccessGroup Viewset
|
|
8252
8256
|
|
|
8253
8257
|
:param pbm_uuid: A UUID string identifying this Device access group. (required)
|
|
8254
|
-
:type pbm_uuid:
|
|
8258
|
+
:type pbm_uuid: UUID
|
|
8255
8259
|
:param _request_timeout: timeout setting for this request. If one
|
|
8256
8260
|
number provided, it will be total request
|
|
8257
8261
|
timeout. It can also be a pair (tuple) of
|
|
@@ -8320,7 +8324,7 @@ class EndpointsApi:
|
|
|
8320
8324
|
DeviceAccessGroup Viewset
|
|
8321
8325
|
|
|
8322
8326
|
:param pbm_uuid: A UUID string identifying this Device access group. (required)
|
|
8323
|
-
:type pbm_uuid:
|
|
8327
|
+
:type pbm_uuid: UUID
|
|
8324
8328
|
:param _request_timeout: timeout setting for this request. If one
|
|
8325
8329
|
number provided, it will be total request
|
|
8326
8330
|
timeout. It can also be a pair (tuple) of
|
|
@@ -8389,7 +8393,7 @@ class EndpointsApi:
|
|
|
8389
8393
|
DeviceAccessGroup Viewset
|
|
8390
8394
|
|
|
8391
8395
|
:param pbm_uuid: A UUID string identifying this Device access group. (required)
|
|
8392
|
-
:type pbm_uuid:
|
|
8396
|
+
:type pbm_uuid: UUID
|
|
8393
8397
|
:param _request_timeout: timeout setting for this request. If one
|
|
8394
8398
|
number provided, it will be total request
|
|
8395
8399
|
timeout. It can also be a pair (tuple) of
|
|
@@ -8531,7 +8535,7 @@ class EndpointsApi:
|
|
|
8531
8535
|
:param page_size: Number of results to return per page.
|
|
8532
8536
|
:type page_size: int
|
|
8533
8537
|
:param pbm_uuid:
|
|
8534
|
-
:type pbm_uuid:
|
|
8538
|
+
:type pbm_uuid: UUID
|
|
8535
8539
|
:param search: A search term.
|
|
8536
8540
|
:type search: str
|
|
8537
8541
|
:param _request_timeout: timeout setting for this request. If one
|
|
@@ -8620,7 +8624,7 @@ class EndpointsApi:
|
|
|
8620
8624
|
:param page_size: Number of results to return per page.
|
|
8621
8625
|
:type page_size: int
|
|
8622
8626
|
:param pbm_uuid:
|
|
8623
|
-
:type pbm_uuid:
|
|
8627
|
+
:type pbm_uuid: UUID
|
|
8624
8628
|
:param search: A search term.
|
|
8625
8629
|
:type search: str
|
|
8626
8630
|
:param _request_timeout: timeout setting for this request. If one
|
|
@@ -8709,7 +8713,7 @@ class EndpointsApi:
|
|
|
8709
8713
|
:param page_size: Number of results to return per page.
|
|
8710
8714
|
:type page_size: int
|
|
8711
8715
|
:param pbm_uuid:
|
|
8712
|
-
:type pbm_uuid:
|
|
8716
|
+
:type pbm_uuid: UUID
|
|
8713
8717
|
:param search: A search term.
|
|
8714
8718
|
:type search: str
|
|
8715
8719
|
:param _request_timeout: timeout setting for this request. If one
|
|
@@ -8873,7 +8877,7 @@ class EndpointsApi:
|
|
|
8873
8877
|
DeviceAccessGroup Viewset
|
|
8874
8878
|
|
|
8875
8879
|
:param pbm_uuid: A UUID string identifying this Device access group. (required)
|
|
8876
|
-
:type pbm_uuid:
|
|
8880
|
+
:type pbm_uuid: UUID
|
|
8877
8881
|
:param patched_device_access_group_request:
|
|
8878
8882
|
:type patched_device_access_group_request: PatchedDeviceAccessGroupRequest
|
|
8879
8883
|
:param _request_timeout: timeout setting for this request. If one
|
|
@@ -8946,7 +8950,7 @@ class EndpointsApi:
|
|
|
8946
8950
|
DeviceAccessGroup Viewset
|
|
8947
8951
|
|
|
8948
8952
|
:param pbm_uuid: A UUID string identifying this Device access group. (required)
|
|
8949
|
-
:type pbm_uuid:
|
|
8953
|
+
:type pbm_uuid: UUID
|
|
8950
8954
|
:param patched_device_access_group_request:
|
|
8951
8955
|
:type patched_device_access_group_request: PatchedDeviceAccessGroupRequest
|
|
8952
8956
|
:param _request_timeout: timeout setting for this request. If one
|
|
@@ -9019,7 +9023,7 @@ class EndpointsApi:
|
|
|
9019
9023
|
DeviceAccessGroup Viewset
|
|
9020
9024
|
|
|
9021
9025
|
:param pbm_uuid: A UUID string identifying this Device access group. (required)
|
|
9022
|
-
:type pbm_uuid:
|
|
9026
|
+
:type pbm_uuid: UUID
|
|
9023
9027
|
:param patched_device_access_group_request:
|
|
9024
9028
|
:type patched_device_access_group_request: PatchedDeviceAccessGroupRequest
|
|
9025
9029
|
:param _request_timeout: timeout setting for this request. If one
|
|
@@ -9167,7 +9171,7 @@ class EndpointsApi:
|
|
|
9167
9171
|
DeviceAccessGroup Viewset
|
|
9168
9172
|
|
|
9169
9173
|
:param pbm_uuid: A UUID string identifying this Device access group. (required)
|
|
9170
|
-
:type pbm_uuid:
|
|
9174
|
+
:type pbm_uuid: UUID
|
|
9171
9175
|
:param _request_timeout: timeout setting for this request. If one
|
|
9172
9176
|
number provided, it will be total request
|
|
9173
9177
|
timeout. It can also be a pair (tuple) of
|
|
@@ -9236,7 +9240,7 @@ class EndpointsApi:
|
|
|
9236
9240
|
DeviceAccessGroup Viewset
|
|
9237
9241
|
|
|
9238
9242
|
:param pbm_uuid: A UUID string identifying this Device access group. (required)
|
|
9239
|
-
:type pbm_uuid:
|
|
9243
|
+
:type pbm_uuid: UUID
|
|
9240
9244
|
:param _request_timeout: timeout setting for this request. If one
|
|
9241
9245
|
number provided, it will be total request
|
|
9242
9246
|
timeout. It can also be a pair (tuple) of
|
|
@@ -9305,7 +9309,7 @@ class EndpointsApi:
|
|
|
9305
9309
|
DeviceAccessGroup Viewset
|
|
9306
9310
|
|
|
9307
9311
|
:param pbm_uuid: A UUID string identifying this Device access group. (required)
|
|
9308
|
-
:type pbm_uuid:
|
|
9312
|
+
:type pbm_uuid: UUID
|
|
9309
9313
|
:param _request_timeout: timeout setting for this request. If one
|
|
9310
9314
|
number provided, it will be total request
|
|
9311
9315
|
timeout. It can also be a pair (tuple) of
|
|
@@ -9435,7 +9439,7 @@ class EndpointsApi:
|
|
|
9435
9439
|
DeviceAccessGroup Viewset
|
|
9436
9440
|
|
|
9437
9441
|
:param pbm_uuid: A UUID string identifying this Device access group. (required)
|
|
9438
|
-
:type pbm_uuid:
|
|
9442
|
+
:type pbm_uuid: UUID
|
|
9439
9443
|
:param device_access_group_request: (required)
|
|
9440
9444
|
:type device_access_group_request: DeviceAccessGroupRequest
|
|
9441
9445
|
:param _request_timeout: timeout setting for this request. If one
|
|
@@ -9508,7 +9512,7 @@ class EndpointsApi:
|
|
|
9508
9512
|
DeviceAccessGroup Viewset
|
|
9509
9513
|
|
|
9510
9514
|
:param pbm_uuid: A UUID string identifying this Device access group. (required)
|
|
9511
|
-
:type pbm_uuid:
|
|
9515
|
+
:type pbm_uuid: UUID
|
|
9512
9516
|
:param device_access_group_request: (required)
|
|
9513
9517
|
:type device_access_group_request: DeviceAccessGroupRequest
|
|
9514
9518
|
:param _request_timeout: timeout setting for this request. If one
|
|
@@ -9581,7 +9585,7 @@ class EndpointsApi:
|
|
|
9581
9585
|
DeviceAccessGroup Viewset
|
|
9582
9586
|
|
|
9583
9587
|
:param pbm_uuid: A UUID string identifying this Device access group. (required)
|
|
9584
|
-
:type pbm_uuid:
|
|
9588
|
+
:type pbm_uuid: UUID
|
|
9585
9589
|
:param device_access_group_request: (required)
|
|
9586
9590
|
:type device_access_group_request: DeviceAccessGroupRequest
|
|
9587
9591
|
:param _request_timeout: timeout setting for this request. If one
|
|
@@ -9729,7 +9733,7 @@ class EndpointsApi:
|
|
|
9729
9733
|
Get a list of all objects that use this object
|
|
9730
9734
|
|
|
9731
9735
|
:param pbm_uuid: A UUID string identifying this Device access group. (required)
|
|
9732
|
-
:type pbm_uuid:
|
|
9736
|
+
:type pbm_uuid: UUID
|
|
9733
9737
|
:param _request_timeout: timeout setting for this request. If one
|
|
9734
9738
|
number provided, it will be total request
|
|
9735
9739
|
timeout. It can also be a pair (tuple) of
|
|
@@ -9798,7 +9802,7 @@ class EndpointsApi:
|
|
|
9798
9802
|
Get a list of all objects that use this object
|
|
9799
9803
|
|
|
9800
9804
|
:param pbm_uuid: A UUID string identifying this Device access group. (required)
|
|
9801
|
-
:type pbm_uuid:
|
|
9805
|
+
:type pbm_uuid: UUID
|
|
9802
9806
|
:param _request_timeout: timeout setting for this request. If one
|
|
9803
9807
|
number provided, it will be total request
|
|
9804
9808
|
timeout. It can also be a pair (tuple) of
|
|
@@ -9867,7 +9871,7 @@ class EndpointsApi:
|
|
|
9867
9871
|
Get a list of all objects that use this object
|
|
9868
9872
|
|
|
9869
9873
|
:param pbm_uuid: A UUID string identifying this Device access group. (required)
|
|
9870
|
-
:type pbm_uuid:
|
|
9874
|
+
:type pbm_uuid: UUID
|
|
9871
9875
|
:param _request_timeout: timeout setting for this request. If one
|
|
9872
9876
|
number provided, it will be total request
|
|
9873
9877
|
timeout. It can also be a pair (tuple) of
|
|
@@ -10276,7 +10280,7 @@ class EndpointsApi:
|
|
|
10276
10280
|
PolicyBinding Viewset
|
|
10277
10281
|
|
|
10278
10282
|
:param policy_binding_uuid: A UUID string identifying this Device User binding. (required)
|
|
10279
|
-
:type policy_binding_uuid:
|
|
10283
|
+
:type policy_binding_uuid: UUID
|
|
10280
10284
|
:param _request_timeout: timeout setting for this request. If one
|
|
10281
10285
|
number provided, it will be total request
|
|
10282
10286
|
timeout. It can also be a pair (tuple) of
|
|
@@ -10345,7 +10349,7 @@ class EndpointsApi:
|
|
|
10345
10349
|
PolicyBinding Viewset
|
|
10346
10350
|
|
|
10347
10351
|
:param policy_binding_uuid: A UUID string identifying this Device User binding. (required)
|
|
10348
|
-
:type policy_binding_uuid:
|
|
10352
|
+
:type policy_binding_uuid: UUID
|
|
10349
10353
|
:param _request_timeout: timeout setting for this request. If one
|
|
10350
10354
|
number provided, it will be total request
|
|
10351
10355
|
timeout. It can also be a pair (tuple) of
|
|
@@ -10414,7 +10418,7 @@ class EndpointsApi:
|
|
|
10414
10418
|
PolicyBinding Viewset
|
|
10415
10419
|
|
|
10416
10420
|
:param policy_binding_uuid: A UUID string identifying this Device User binding. (required)
|
|
10417
|
-
:type policy_binding_uuid:
|
|
10421
|
+
:type policy_binding_uuid: UUID
|
|
10418
10422
|
:param _request_timeout: timeout setting for this request. If one
|
|
10419
10423
|
number provided, it will be total request
|
|
10420
10424
|
timeout. It can also be a pair (tuple) of
|
|
@@ -10563,15 +10567,15 @@ class EndpointsApi:
|
|
|
10563
10567
|
:param page_size: Number of results to return per page.
|
|
10564
10568
|
:type page_size: int
|
|
10565
10569
|
:param policy:
|
|
10566
|
-
:type policy:
|
|
10570
|
+
:type policy: UUID
|
|
10567
10571
|
:param policy__isnull:
|
|
10568
10572
|
:type policy__isnull: bool
|
|
10569
10573
|
:param search: A search term.
|
|
10570
10574
|
:type search: str
|
|
10571
10575
|
:param target:
|
|
10572
|
-
:type target:
|
|
10576
|
+
:type target: UUID
|
|
10573
10577
|
:param target_in:
|
|
10574
|
-
:type target_in: List[
|
|
10578
|
+
:type target_in: List[UUID]
|
|
10575
10579
|
:param timeout:
|
|
10576
10580
|
:type timeout: int
|
|
10577
10581
|
:param _request_timeout: timeout setting for this request. If one
|
|
@@ -10672,15 +10676,15 @@ class EndpointsApi:
|
|
|
10672
10676
|
:param page_size: Number of results to return per page.
|
|
10673
10677
|
:type page_size: int
|
|
10674
10678
|
:param policy:
|
|
10675
|
-
:type policy:
|
|
10679
|
+
:type policy: UUID
|
|
10676
10680
|
:param policy__isnull:
|
|
10677
10681
|
:type policy__isnull: bool
|
|
10678
10682
|
:param search: A search term.
|
|
10679
10683
|
:type search: str
|
|
10680
10684
|
:param target:
|
|
10681
|
-
:type target:
|
|
10685
|
+
:type target: UUID
|
|
10682
10686
|
:param target_in:
|
|
10683
|
-
:type target_in: List[
|
|
10687
|
+
:type target_in: List[UUID]
|
|
10684
10688
|
:param timeout:
|
|
10685
10689
|
:type timeout: int
|
|
10686
10690
|
:param _request_timeout: timeout setting for this request. If one
|
|
@@ -10781,15 +10785,15 @@ class EndpointsApi:
|
|
|
10781
10785
|
:param page_size: Number of results to return per page.
|
|
10782
10786
|
:type page_size: int
|
|
10783
10787
|
:param policy:
|
|
10784
|
-
:type policy:
|
|
10788
|
+
:type policy: UUID
|
|
10785
10789
|
:param policy__isnull:
|
|
10786
10790
|
:type policy__isnull: bool
|
|
10787
10791
|
:param search: A search term.
|
|
10788
10792
|
:type search: str
|
|
10789
10793
|
:param target:
|
|
10790
|
-
:type target:
|
|
10794
|
+
:type target: UUID
|
|
10791
10795
|
:param target_in:
|
|
10792
|
-
:type target_in: List[
|
|
10796
|
+
:type target_in: List[UUID]
|
|
10793
10797
|
:param timeout:
|
|
10794
10798
|
:type timeout: int
|
|
10795
10799
|
:param _request_timeout: timeout setting for this request. If one
|
|
@@ -10984,7 +10988,7 @@ class EndpointsApi:
|
|
|
10984
10988
|
PolicyBinding Viewset
|
|
10985
10989
|
|
|
10986
10990
|
:param policy_binding_uuid: A UUID string identifying this Device User binding. (required)
|
|
10987
|
-
:type policy_binding_uuid:
|
|
10991
|
+
:type policy_binding_uuid: UUID
|
|
10988
10992
|
:param patched_device_user_binding_request:
|
|
10989
10993
|
:type patched_device_user_binding_request: PatchedDeviceUserBindingRequest
|
|
10990
10994
|
:param _request_timeout: timeout setting for this request. If one
|
|
@@ -11057,7 +11061,7 @@ class EndpointsApi:
|
|
|
11057
11061
|
PolicyBinding Viewset
|
|
11058
11062
|
|
|
11059
11063
|
:param policy_binding_uuid: A UUID string identifying this Device User binding. (required)
|
|
11060
|
-
:type policy_binding_uuid:
|
|
11064
|
+
:type policy_binding_uuid: UUID
|
|
11061
11065
|
:param patched_device_user_binding_request:
|
|
11062
11066
|
:type patched_device_user_binding_request: PatchedDeviceUserBindingRequest
|
|
11063
11067
|
:param _request_timeout: timeout setting for this request. If one
|
|
@@ -11130,7 +11134,7 @@ class EndpointsApi:
|
|
|
11130
11134
|
PolicyBinding Viewset
|
|
11131
11135
|
|
|
11132
11136
|
:param policy_binding_uuid: A UUID string identifying this Device User binding. (required)
|
|
11133
|
-
:type policy_binding_uuid:
|
|
11137
|
+
:type policy_binding_uuid: UUID
|
|
11134
11138
|
:param patched_device_user_binding_request:
|
|
11135
11139
|
:type patched_device_user_binding_request: PatchedDeviceUserBindingRequest
|
|
11136
11140
|
:param _request_timeout: timeout setting for this request. If one
|
|
@@ -11278,7 +11282,7 @@ class EndpointsApi:
|
|
|
11278
11282
|
PolicyBinding Viewset
|
|
11279
11283
|
|
|
11280
11284
|
:param policy_binding_uuid: A UUID string identifying this Device User binding. (required)
|
|
11281
|
-
:type policy_binding_uuid:
|
|
11285
|
+
:type policy_binding_uuid: UUID
|
|
11282
11286
|
:param _request_timeout: timeout setting for this request. If one
|
|
11283
11287
|
number provided, it will be total request
|
|
11284
11288
|
timeout. It can also be a pair (tuple) of
|
|
@@ -11347,7 +11351,7 @@ class EndpointsApi:
|
|
|
11347
11351
|
PolicyBinding Viewset
|
|
11348
11352
|
|
|
11349
11353
|
:param policy_binding_uuid: A UUID string identifying this Device User binding. (required)
|
|
11350
|
-
:type policy_binding_uuid:
|
|
11354
|
+
:type policy_binding_uuid: UUID
|
|
11351
11355
|
:param _request_timeout: timeout setting for this request. If one
|
|
11352
11356
|
number provided, it will be total request
|
|
11353
11357
|
timeout. It can also be a pair (tuple) of
|
|
@@ -11416,7 +11420,7 @@ class EndpointsApi:
|
|
|
11416
11420
|
PolicyBinding Viewset
|
|
11417
11421
|
|
|
11418
11422
|
:param policy_binding_uuid: A UUID string identifying this Device User binding. (required)
|
|
11419
|
-
:type policy_binding_uuid:
|
|
11423
|
+
:type policy_binding_uuid: UUID
|
|
11420
11424
|
:param _request_timeout: timeout setting for this request. If one
|
|
11421
11425
|
number provided, it will be total request
|
|
11422
11426
|
timeout. It can also be a pair (tuple) of
|
|
@@ -11546,7 +11550,7 @@ class EndpointsApi:
|
|
|
11546
11550
|
PolicyBinding Viewset
|
|
11547
11551
|
|
|
11548
11552
|
:param policy_binding_uuid: A UUID string identifying this Device User binding. (required)
|
|
11549
|
-
:type policy_binding_uuid:
|
|
11553
|
+
:type policy_binding_uuid: UUID
|
|
11550
11554
|
:param device_user_binding_request: (required)
|
|
11551
11555
|
:type device_user_binding_request: DeviceUserBindingRequest
|
|
11552
11556
|
:param _request_timeout: timeout setting for this request. If one
|
|
@@ -11619,7 +11623,7 @@ class EndpointsApi:
|
|
|
11619
11623
|
PolicyBinding Viewset
|
|
11620
11624
|
|
|
11621
11625
|
:param policy_binding_uuid: A UUID string identifying this Device User binding. (required)
|
|
11622
|
-
:type policy_binding_uuid:
|
|
11626
|
+
:type policy_binding_uuid: UUID
|
|
11623
11627
|
:param device_user_binding_request: (required)
|
|
11624
11628
|
:type device_user_binding_request: DeviceUserBindingRequest
|
|
11625
11629
|
:param _request_timeout: timeout setting for this request. If one
|
|
@@ -11692,7 +11696,7 @@ class EndpointsApi:
|
|
|
11692
11696
|
PolicyBinding Viewset
|
|
11693
11697
|
|
|
11694
11698
|
:param policy_binding_uuid: A UUID string identifying this Device User binding. (required)
|
|
11695
|
-
:type policy_binding_uuid:
|
|
11699
|
+
:type policy_binding_uuid: UUID
|
|
11696
11700
|
:param device_user_binding_request: (required)
|
|
11697
11701
|
:type device_user_binding_request: DeviceUserBindingRequest
|
|
11698
11702
|
:param _request_timeout: timeout setting for this request. If one
|
|
@@ -11840,7 +11844,7 @@ class EndpointsApi:
|
|
|
11840
11844
|
Get a list of all objects that use this object
|
|
11841
11845
|
|
|
11842
11846
|
:param policy_binding_uuid: A UUID string identifying this Device User binding. (required)
|
|
11843
|
-
:type policy_binding_uuid:
|
|
11847
|
+
:type policy_binding_uuid: UUID
|
|
11844
11848
|
:param _request_timeout: timeout setting for this request. If one
|
|
11845
11849
|
number provided, it will be total request
|
|
11846
11850
|
timeout. It can also be a pair (tuple) of
|
|
@@ -11909,7 +11913,7 @@ class EndpointsApi:
|
|
|
11909
11913
|
Get a list of all objects that use this object
|
|
11910
11914
|
|
|
11911
11915
|
:param policy_binding_uuid: A UUID string identifying this Device User binding. (required)
|
|
11912
|
-
:type policy_binding_uuid:
|
|
11916
|
+
:type policy_binding_uuid: UUID
|
|
11913
11917
|
:param _request_timeout: timeout setting for this request. If one
|
|
11914
11918
|
number provided, it will be total request
|
|
11915
11919
|
timeout. It can also be a pair (tuple) of
|
|
@@ -11978,7 +11982,7 @@ class EndpointsApi:
|
|
|
11978
11982
|
Get a list of all objects that use this object
|
|
11979
11983
|
|
|
11980
11984
|
:param policy_binding_uuid: A UUID string identifying this Device User binding. (required)
|
|
11981
|
-
:type policy_binding_uuid:
|
|
11985
|
+
:type policy_binding_uuid: UUID
|
|
11982
11986
|
:param _request_timeout: timeout setting for this request. If one
|
|
11983
11987
|
number provided, it will be total request
|
|
11984
11988
|
timeout. It can also be a pair (tuple) of
|
|
@@ -12107,7 +12111,7 @@ class EndpointsApi:
|
|
|
12107
12111
|
Mixin to add a used_by endpoint to return a list of all objects using this object
|
|
12108
12112
|
|
|
12109
12113
|
:param device_uuid: A UUID string identifying this Device. (required)
|
|
12110
|
-
:type device_uuid:
|
|
12114
|
+
:type device_uuid: UUID
|
|
12111
12115
|
:param _request_timeout: timeout setting for this request. If one
|
|
12112
12116
|
number provided, it will be total request
|
|
12113
12117
|
timeout. It can also be a pair (tuple) of
|
|
@@ -12176,7 +12180,7 @@ class EndpointsApi:
|
|
|
12176
12180
|
Mixin to add a used_by endpoint to return a list of all objects using this object
|
|
12177
12181
|
|
|
12178
12182
|
:param device_uuid: A UUID string identifying this Device. (required)
|
|
12179
|
-
:type device_uuid:
|
|
12183
|
+
:type device_uuid: UUID
|
|
12180
12184
|
:param _request_timeout: timeout setting for this request. If one
|
|
12181
12185
|
number provided, it will be total request
|
|
12182
12186
|
timeout. It can also be a pair (tuple) of
|
|
@@ -12245,7 +12249,7 @@ class EndpointsApi:
|
|
|
12245
12249
|
Mixin to add a used_by endpoint to return a list of all objects using this object
|
|
12246
12250
|
|
|
12247
12251
|
:param device_uuid: A UUID string identifying this Device. (required)
|
|
12248
|
-
:type device_uuid:
|
|
12252
|
+
:type device_uuid: UUID
|
|
12249
12253
|
:param _request_timeout: timeout setting for this request. If one
|
|
12250
12254
|
number provided, it will be total request
|
|
12251
12255
|
timeout. It can also be a pair (tuple) of
|
|
@@ -12729,7 +12733,7 @@ class EndpointsApi:
|
|
|
12729
12733
|
Mixin to add a used_by endpoint to return a list of all objects using this object
|
|
12730
12734
|
|
|
12731
12735
|
:param device_uuid: A UUID string identifying this Device. (required)
|
|
12732
|
-
:type device_uuid:
|
|
12736
|
+
:type device_uuid: UUID
|
|
12733
12737
|
:param patched_endpoint_device_request:
|
|
12734
12738
|
:type patched_endpoint_device_request: PatchedEndpointDeviceRequest
|
|
12735
12739
|
:param _request_timeout: timeout setting for this request. If one
|
|
@@ -12802,7 +12806,7 @@ class EndpointsApi:
|
|
|
12802
12806
|
Mixin to add a used_by endpoint to return a list of all objects using this object
|
|
12803
12807
|
|
|
12804
12808
|
:param device_uuid: A UUID string identifying this Device. (required)
|
|
12805
|
-
:type device_uuid:
|
|
12809
|
+
:type device_uuid: UUID
|
|
12806
12810
|
:param patched_endpoint_device_request:
|
|
12807
12811
|
:type patched_endpoint_device_request: PatchedEndpointDeviceRequest
|
|
12808
12812
|
:param _request_timeout: timeout setting for this request. If one
|
|
@@ -12875,7 +12879,7 @@ class EndpointsApi:
|
|
|
12875
12879
|
Mixin to add a used_by endpoint to return a list of all objects using this object
|
|
12876
12880
|
|
|
12877
12881
|
:param device_uuid: A UUID string identifying this Device. (required)
|
|
12878
|
-
:type device_uuid:
|
|
12882
|
+
:type device_uuid: UUID
|
|
12879
12883
|
:param patched_endpoint_device_request:
|
|
12880
12884
|
:type patched_endpoint_device_request: PatchedEndpointDeviceRequest
|
|
12881
12885
|
:param _request_timeout: timeout setting for this request. If one
|
|
@@ -13023,7 +13027,7 @@ class EndpointsApi:
|
|
|
13023
13027
|
Mixin to add a used_by endpoint to return a list of all objects using this object
|
|
13024
13028
|
|
|
13025
13029
|
:param device_uuid: A UUID string identifying this Device. (required)
|
|
13026
|
-
:type device_uuid:
|
|
13030
|
+
:type device_uuid: UUID
|
|
13027
13031
|
:param _request_timeout: timeout setting for this request. If one
|
|
13028
13032
|
number provided, it will be total request
|
|
13029
13033
|
timeout. It can also be a pair (tuple) of
|
|
@@ -13092,7 +13096,7 @@ class EndpointsApi:
|
|
|
13092
13096
|
Mixin to add a used_by endpoint to return a list of all objects using this object
|
|
13093
13097
|
|
|
13094
13098
|
:param device_uuid: A UUID string identifying this Device. (required)
|
|
13095
|
-
:type device_uuid:
|
|
13099
|
+
:type device_uuid: UUID
|
|
13096
13100
|
:param _request_timeout: timeout setting for this request. If one
|
|
13097
13101
|
number provided, it will be total request
|
|
13098
13102
|
timeout. It can also be a pair (tuple) of
|
|
@@ -13161,7 +13165,7 @@ class EndpointsApi:
|
|
|
13161
13165
|
Mixin to add a used_by endpoint to return a list of all objects using this object
|
|
13162
13166
|
|
|
13163
13167
|
:param device_uuid: A UUID string identifying this Device. (required)
|
|
13164
|
-
:type device_uuid:
|
|
13168
|
+
:type device_uuid: UUID
|
|
13165
13169
|
:param _request_timeout: timeout setting for this request. If one
|
|
13166
13170
|
number provided, it will be total request
|
|
13167
13171
|
timeout. It can also be a pair (tuple) of
|
|
@@ -13543,7 +13547,7 @@ class EndpointsApi:
|
|
|
13543
13547
|
Mixin to add a used_by endpoint to return a list of all objects using this object
|
|
13544
13548
|
|
|
13545
13549
|
:param device_uuid: A UUID string identifying this Device. (required)
|
|
13546
|
-
:type device_uuid:
|
|
13550
|
+
:type device_uuid: UUID
|
|
13547
13551
|
:param endpoint_device_request: (required)
|
|
13548
13552
|
:type endpoint_device_request: EndpointDeviceRequest
|
|
13549
13553
|
:param _request_timeout: timeout setting for this request. If one
|
|
@@ -13616,7 +13620,7 @@ class EndpointsApi:
|
|
|
13616
13620
|
Mixin to add a used_by endpoint to return a list of all objects using this object
|
|
13617
13621
|
|
|
13618
13622
|
:param device_uuid: A UUID string identifying this Device. (required)
|
|
13619
|
-
:type device_uuid:
|
|
13623
|
+
:type device_uuid: UUID
|
|
13620
13624
|
:param endpoint_device_request: (required)
|
|
13621
13625
|
:type endpoint_device_request: EndpointDeviceRequest
|
|
13622
13626
|
:param _request_timeout: timeout setting for this request. If one
|
|
@@ -13689,7 +13693,7 @@ class EndpointsApi:
|
|
|
13689
13693
|
Mixin to add a used_by endpoint to return a list of all objects using this object
|
|
13690
13694
|
|
|
13691
13695
|
:param device_uuid: A UUID string identifying this Device. (required)
|
|
13692
|
-
:type device_uuid:
|
|
13696
|
+
:type device_uuid: UUID
|
|
13693
13697
|
:param endpoint_device_request: (required)
|
|
13694
13698
|
:type endpoint_device_request: EndpointDeviceRequest
|
|
13695
13699
|
:param _request_timeout: timeout setting for this request. If one
|
|
@@ -13837,7 +13841,7 @@ class EndpointsApi:
|
|
|
13837
13841
|
Get a list of all objects that use this object
|
|
13838
13842
|
|
|
13839
13843
|
:param device_uuid: A UUID string identifying this Device. (required)
|
|
13840
|
-
:type device_uuid:
|
|
13844
|
+
:type device_uuid: UUID
|
|
13841
13845
|
:param _request_timeout: timeout setting for this request. If one
|
|
13842
13846
|
number provided, it will be total request
|
|
13843
13847
|
timeout. It can also be a pair (tuple) of
|
|
@@ -13906,7 +13910,7 @@ class EndpointsApi:
|
|
|
13906
13910
|
Get a list of all objects that use this object
|
|
13907
13911
|
|
|
13908
13912
|
:param device_uuid: A UUID string identifying this Device. (required)
|
|
13909
|
-
:type device_uuid:
|
|
13913
|
+
:type device_uuid: UUID
|
|
13910
13914
|
:param _request_timeout: timeout setting for this request. If one
|
|
13911
13915
|
number provided, it will be total request
|
|
13912
13916
|
timeout. It can also be a pair (tuple) of
|
|
@@ -13975,7 +13979,7 @@ class EndpointsApi:
|
|
|
13975
13979
|
Get a list of all objects that use this object
|
|
13976
13980
|
|
|
13977
13981
|
:param device_uuid: A UUID string identifying this Device. (required)
|
|
13978
|
-
:type device_uuid:
|
|
13982
|
+
:type device_uuid: UUID
|
|
13979
13983
|
:param _request_timeout: timeout setting for this request. If one
|
|
13980
13984
|
number provided, it will be total request
|
|
13981
13985
|
timeout. It can also be a pair (tuple) of
|
|
@@ -14080,3 +14084,2011 @@ class EndpointsApi:
|
|
|
14080
14084
|
)
|
|
14081
14085
|
|
|
14082
14086
|
|
|
14087
|
+
|
|
14088
|
+
|
|
14089
|
+
@validate_call
|
|
14090
|
+
def endpoints_fleet_connectors_create(
|
|
14091
|
+
self,
|
|
14092
|
+
fleet_connector_request: FleetConnectorRequest,
|
|
14093
|
+
_request_timeout: Union[
|
|
14094
|
+
None,
|
|
14095
|
+
Annotated[StrictFloat, Field(gt=0)],
|
|
14096
|
+
Tuple[
|
|
14097
|
+
Annotated[StrictFloat, Field(gt=0)],
|
|
14098
|
+
Annotated[StrictFloat, Field(gt=0)]
|
|
14099
|
+
]
|
|
14100
|
+
] = None,
|
|
14101
|
+
_request_auth: Optional[Dict[StrictStr, Any]] = None,
|
|
14102
|
+
_content_type: Optional[StrictStr] = None,
|
|
14103
|
+
_headers: Optional[Dict[StrictStr, Any]] = None,
|
|
14104
|
+
_host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
|
|
14105
|
+
) -> FleetConnector:
|
|
14106
|
+
"""endpoints_fleet_connectors_create
|
|
14107
|
+
|
|
14108
|
+
FleetConnector Viewset
|
|
14109
|
+
|
|
14110
|
+
:param fleet_connector_request: (required)
|
|
14111
|
+
:type fleet_connector_request: FleetConnectorRequest
|
|
14112
|
+
:param _request_timeout: timeout setting for this request. If one
|
|
14113
|
+
number provided, it will be total request
|
|
14114
|
+
timeout. It can also be a pair (tuple) of
|
|
14115
|
+
(connection, read) timeouts.
|
|
14116
|
+
:type _request_timeout: int, tuple(int, int), optional
|
|
14117
|
+
:param _request_auth: set to override the auth_settings for an a single
|
|
14118
|
+
request; this effectively ignores the
|
|
14119
|
+
authentication in the spec for a single request.
|
|
14120
|
+
:type _request_auth: dict, optional
|
|
14121
|
+
:param _content_type: force content-type for the request.
|
|
14122
|
+
:type _content_type: str, Optional
|
|
14123
|
+
:param _headers: set to override the headers for a single
|
|
14124
|
+
request; this effectively ignores the headers
|
|
14125
|
+
in the spec for a single request.
|
|
14126
|
+
:type _headers: dict, optional
|
|
14127
|
+
:param _host_index: set to override the host_index for a single
|
|
14128
|
+
request; this effectively ignores the host_index
|
|
14129
|
+
in the spec for a single request.
|
|
14130
|
+
:type _host_index: int, optional
|
|
14131
|
+
:return: Returns the result object.
|
|
14132
|
+
""" # noqa: E501
|
|
14133
|
+
|
|
14134
|
+
_param = self._endpoints_fleet_connectors_create_serialize(
|
|
14135
|
+
fleet_connector_request=fleet_connector_request,
|
|
14136
|
+
_request_auth=_request_auth,
|
|
14137
|
+
_content_type=_content_type,
|
|
14138
|
+
_headers=_headers,
|
|
14139
|
+
_host_index=_host_index
|
|
14140
|
+
)
|
|
14141
|
+
|
|
14142
|
+
_response_types_map: Dict[str, Optional[str]] = {
|
|
14143
|
+
'201': "FleetConnector",
|
|
14144
|
+
'400': "ValidationError",
|
|
14145
|
+
'403': "GenericError",
|
|
14146
|
+
}
|
|
14147
|
+
response_data = self.api_client.call_api(
|
|
14148
|
+
*_param,
|
|
14149
|
+
_request_timeout=_request_timeout
|
|
14150
|
+
)
|
|
14151
|
+
response_data.read()
|
|
14152
|
+
return self.api_client.response_deserialize(
|
|
14153
|
+
response_data=response_data,
|
|
14154
|
+
response_types_map=_response_types_map,
|
|
14155
|
+
).data
|
|
14156
|
+
|
|
14157
|
+
|
|
14158
|
+
@validate_call
|
|
14159
|
+
def endpoints_fleet_connectors_create_with_http_info(
|
|
14160
|
+
self,
|
|
14161
|
+
fleet_connector_request: FleetConnectorRequest,
|
|
14162
|
+
_request_timeout: Union[
|
|
14163
|
+
None,
|
|
14164
|
+
Annotated[StrictFloat, Field(gt=0)],
|
|
14165
|
+
Tuple[
|
|
14166
|
+
Annotated[StrictFloat, Field(gt=0)],
|
|
14167
|
+
Annotated[StrictFloat, Field(gt=0)]
|
|
14168
|
+
]
|
|
14169
|
+
] = None,
|
|
14170
|
+
_request_auth: Optional[Dict[StrictStr, Any]] = None,
|
|
14171
|
+
_content_type: Optional[StrictStr] = None,
|
|
14172
|
+
_headers: Optional[Dict[StrictStr, Any]] = None,
|
|
14173
|
+
_host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
|
|
14174
|
+
) -> ApiResponse[FleetConnector]:
|
|
14175
|
+
"""endpoints_fleet_connectors_create
|
|
14176
|
+
|
|
14177
|
+
FleetConnector Viewset
|
|
14178
|
+
|
|
14179
|
+
:param fleet_connector_request: (required)
|
|
14180
|
+
:type fleet_connector_request: FleetConnectorRequest
|
|
14181
|
+
:param _request_timeout: timeout setting for this request. If one
|
|
14182
|
+
number provided, it will be total request
|
|
14183
|
+
timeout. It can also be a pair (tuple) of
|
|
14184
|
+
(connection, read) timeouts.
|
|
14185
|
+
:type _request_timeout: int, tuple(int, int), optional
|
|
14186
|
+
:param _request_auth: set to override the auth_settings for an a single
|
|
14187
|
+
request; this effectively ignores the
|
|
14188
|
+
authentication in the spec for a single request.
|
|
14189
|
+
:type _request_auth: dict, optional
|
|
14190
|
+
:param _content_type: force content-type for the request.
|
|
14191
|
+
:type _content_type: str, Optional
|
|
14192
|
+
:param _headers: set to override the headers for a single
|
|
14193
|
+
request; this effectively ignores the headers
|
|
14194
|
+
in the spec for a single request.
|
|
14195
|
+
:type _headers: dict, optional
|
|
14196
|
+
:param _host_index: set to override the host_index for a single
|
|
14197
|
+
request; this effectively ignores the host_index
|
|
14198
|
+
in the spec for a single request.
|
|
14199
|
+
:type _host_index: int, optional
|
|
14200
|
+
:return: Returns the result object.
|
|
14201
|
+
""" # noqa: E501
|
|
14202
|
+
|
|
14203
|
+
_param = self._endpoints_fleet_connectors_create_serialize(
|
|
14204
|
+
fleet_connector_request=fleet_connector_request,
|
|
14205
|
+
_request_auth=_request_auth,
|
|
14206
|
+
_content_type=_content_type,
|
|
14207
|
+
_headers=_headers,
|
|
14208
|
+
_host_index=_host_index
|
|
14209
|
+
)
|
|
14210
|
+
|
|
14211
|
+
_response_types_map: Dict[str, Optional[str]] = {
|
|
14212
|
+
'201': "FleetConnector",
|
|
14213
|
+
'400': "ValidationError",
|
|
14214
|
+
'403': "GenericError",
|
|
14215
|
+
}
|
|
14216
|
+
response_data = self.api_client.call_api(
|
|
14217
|
+
*_param,
|
|
14218
|
+
_request_timeout=_request_timeout
|
|
14219
|
+
)
|
|
14220
|
+
response_data.read()
|
|
14221
|
+
return self.api_client.response_deserialize(
|
|
14222
|
+
response_data=response_data,
|
|
14223
|
+
response_types_map=_response_types_map,
|
|
14224
|
+
)
|
|
14225
|
+
|
|
14226
|
+
|
|
14227
|
+
@validate_call
|
|
14228
|
+
def endpoints_fleet_connectors_create_without_preload_content(
|
|
14229
|
+
self,
|
|
14230
|
+
fleet_connector_request: FleetConnectorRequest,
|
|
14231
|
+
_request_timeout: Union[
|
|
14232
|
+
None,
|
|
14233
|
+
Annotated[StrictFloat, Field(gt=0)],
|
|
14234
|
+
Tuple[
|
|
14235
|
+
Annotated[StrictFloat, Field(gt=0)],
|
|
14236
|
+
Annotated[StrictFloat, Field(gt=0)]
|
|
14237
|
+
]
|
|
14238
|
+
] = None,
|
|
14239
|
+
_request_auth: Optional[Dict[StrictStr, Any]] = None,
|
|
14240
|
+
_content_type: Optional[StrictStr] = None,
|
|
14241
|
+
_headers: Optional[Dict[StrictStr, Any]] = None,
|
|
14242
|
+
_host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
|
|
14243
|
+
) -> RESTResponseType:
|
|
14244
|
+
"""endpoints_fleet_connectors_create
|
|
14245
|
+
|
|
14246
|
+
FleetConnector Viewset
|
|
14247
|
+
|
|
14248
|
+
:param fleet_connector_request: (required)
|
|
14249
|
+
:type fleet_connector_request: FleetConnectorRequest
|
|
14250
|
+
:param _request_timeout: timeout setting for this request. If one
|
|
14251
|
+
number provided, it will be total request
|
|
14252
|
+
timeout. It can also be a pair (tuple) of
|
|
14253
|
+
(connection, read) timeouts.
|
|
14254
|
+
:type _request_timeout: int, tuple(int, int), optional
|
|
14255
|
+
:param _request_auth: set to override the auth_settings for an a single
|
|
14256
|
+
request; this effectively ignores the
|
|
14257
|
+
authentication in the spec for a single request.
|
|
14258
|
+
:type _request_auth: dict, optional
|
|
14259
|
+
:param _content_type: force content-type for the request.
|
|
14260
|
+
:type _content_type: str, Optional
|
|
14261
|
+
:param _headers: set to override the headers for a single
|
|
14262
|
+
request; this effectively ignores the headers
|
|
14263
|
+
in the spec for a single request.
|
|
14264
|
+
:type _headers: dict, optional
|
|
14265
|
+
:param _host_index: set to override the host_index for a single
|
|
14266
|
+
request; this effectively ignores the host_index
|
|
14267
|
+
in the spec for a single request.
|
|
14268
|
+
:type _host_index: int, optional
|
|
14269
|
+
:return: Returns the result object.
|
|
14270
|
+
""" # noqa: E501
|
|
14271
|
+
|
|
14272
|
+
_param = self._endpoints_fleet_connectors_create_serialize(
|
|
14273
|
+
fleet_connector_request=fleet_connector_request,
|
|
14274
|
+
_request_auth=_request_auth,
|
|
14275
|
+
_content_type=_content_type,
|
|
14276
|
+
_headers=_headers,
|
|
14277
|
+
_host_index=_host_index
|
|
14278
|
+
)
|
|
14279
|
+
|
|
14280
|
+
_response_types_map: Dict[str, Optional[str]] = {
|
|
14281
|
+
'201': "FleetConnector",
|
|
14282
|
+
'400': "ValidationError",
|
|
14283
|
+
'403': "GenericError",
|
|
14284
|
+
}
|
|
14285
|
+
response_data = self.api_client.call_api(
|
|
14286
|
+
*_param,
|
|
14287
|
+
_request_timeout=_request_timeout
|
|
14288
|
+
)
|
|
14289
|
+
return response_data.response
|
|
14290
|
+
|
|
14291
|
+
|
|
14292
|
+
def _endpoints_fleet_connectors_create_serialize(
|
|
14293
|
+
self,
|
|
14294
|
+
fleet_connector_request,
|
|
14295
|
+
_request_auth,
|
|
14296
|
+
_content_type,
|
|
14297
|
+
_headers,
|
|
14298
|
+
_host_index,
|
|
14299
|
+
) -> RequestSerialized:
|
|
14300
|
+
|
|
14301
|
+
_host = None
|
|
14302
|
+
|
|
14303
|
+
_collection_formats: Dict[str, str] = {
|
|
14304
|
+
}
|
|
14305
|
+
|
|
14306
|
+
_path_params: Dict[str, str] = {}
|
|
14307
|
+
_query_params: List[Tuple[str, str]] = []
|
|
14308
|
+
_header_params: Dict[str, Optional[str]] = _headers or {}
|
|
14309
|
+
_form_params: List[Tuple[str, str]] = []
|
|
14310
|
+
_files: Dict[
|
|
14311
|
+
str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]]
|
|
14312
|
+
] = {}
|
|
14313
|
+
_body_params: Optional[bytes] = None
|
|
14314
|
+
|
|
14315
|
+
# process the path parameters
|
|
14316
|
+
# process the query parameters
|
|
14317
|
+
# process the header parameters
|
|
14318
|
+
# process the form parameters
|
|
14319
|
+
# process the body parameter
|
|
14320
|
+
if fleet_connector_request is not None:
|
|
14321
|
+
_body_params = fleet_connector_request
|
|
14322
|
+
|
|
14323
|
+
|
|
14324
|
+
# set the HTTP header `Accept`
|
|
14325
|
+
if 'Accept' not in _header_params:
|
|
14326
|
+
_header_params['Accept'] = self.api_client.select_header_accept(
|
|
14327
|
+
[
|
|
14328
|
+
'application/json'
|
|
14329
|
+
]
|
|
14330
|
+
)
|
|
14331
|
+
|
|
14332
|
+
# set the HTTP header `Content-Type`
|
|
14333
|
+
if _content_type:
|
|
14334
|
+
_header_params['Content-Type'] = _content_type
|
|
14335
|
+
else:
|
|
14336
|
+
_default_content_type = (
|
|
14337
|
+
self.api_client.select_header_content_type(
|
|
14338
|
+
[
|
|
14339
|
+
'application/json'
|
|
14340
|
+
]
|
|
14341
|
+
)
|
|
14342
|
+
)
|
|
14343
|
+
if _default_content_type is not None:
|
|
14344
|
+
_header_params['Content-Type'] = _default_content_type
|
|
14345
|
+
|
|
14346
|
+
# authentication setting
|
|
14347
|
+
_auth_settings: List[str] = [
|
|
14348
|
+
'authentik'
|
|
14349
|
+
]
|
|
14350
|
+
|
|
14351
|
+
return self.api_client.param_serialize(
|
|
14352
|
+
method='POST',
|
|
14353
|
+
resource_path='/endpoints/fleet/connectors/',
|
|
14354
|
+
path_params=_path_params,
|
|
14355
|
+
query_params=_query_params,
|
|
14356
|
+
header_params=_header_params,
|
|
14357
|
+
body=_body_params,
|
|
14358
|
+
post_params=_form_params,
|
|
14359
|
+
files=_files,
|
|
14360
|
+
auth_settings=_auth_settings,
|
|
14361
|
+
collection_formats=_collection_formats,
|
|
14362
|
+
_host=_host,
|
|
14363
|
+
_request_auth=_request_auth
|
|
14364
|
+
)
|
|
14365
|
+
|
|
14366
|
+
|
|
14367
|
+
|
|
14368
|
+
|
|
14369
|
+
@validate_call
|
|
14370
|
+
def endpoints_fleet_connectors_destroy(
|
|
14371
|
+
self,
|
|
14372
|
+
connector_uuid: Annotated[UUID, Field(description="A UUID string identifying this Fleet Connector.")],
|
|
14373
|
+
_request_timeout: Union[
|
|
14374
|
+
None,
|
|
14375
|
+
Annotated[StrictFloat, Field(gt=0)],
|
|
14376
|
+
Tuple[
|
|
14377
|
+
Annotated[StrictFloat, Field(gt=0)],
|
|
14378
|
+
Annotated[StrictFloat, Field(gt=0)]
|
|
14379
|
+
]
|
|
14380
|
+
] = None,
|
|
14381
|
+
_request_auth: Optional[Dict[StrictStr, Any]] = None,
|
|
14382
|
+
_content_type: Optional[StrictStr] = None,
|
|
14383
|
+
_headers: Optional[Dict[StrictStr, Any]] = None,
|
|
14384
|
+
_host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
|
|
14385
|
+
) -> None:
|
|
14386
|
+
"""endpoints_fleet_connectors_destroy
|
|
14387
|
+
|
|
14388
|
+
FleetConnector Viewset
|
|
14389
|
+
|
|
14390
|
+
:param connector_uuid: A UUID string identifying this Fleet Connector. (required)
|
|
14391
|
+
:type connector_uuid: UUID
|
|
14392
|
+
:param _request_timeout: timeout setting for this request. If one
|
|
14393
|
+
number provided, it will be total request
|
|
14394
|
+
timeout. It can also be a pair (tuple) of
|
|
14395
|
+
(connection, read) timeouts.
|
|
14396
|
+
:type _request_timeout: int, tuple(int, int), optional
|
|
14397
|
+
:param _request_auth: set to override the auth_settings for an a single
|
|
14398
|
+
request; this effectively ignores the
|
|
14399
|
+
authentication in the spec for a single request.
|
|
14400
|
+
:type _request_auth: dict, optional
|
|
14401
|
+
:param _content_type: force content-type for the request.
|
|
14402
|
+
:type _content_type: str, Optional
|
|
14403
|
+
:param _headers: set to override the headers for a single
|
|
14404
|
+
request; this effectively ignores the headers
|
|
14405
|
+
in the spec for a single request.
|
|
14406
|
+
:type _headers: dict, optional
|
|
14407
|
+
:param _host_index: set to override the host_index for a single
|
|
14408
|
+
request; this effectively ignores the host_index
|
|
14409
|
+
in the spec for a single request.
|
|
14410
|
+
:type _host_index: int, optional
|
|
14411
|
+
:return: Returns the result object.
|
|
14412
|
+
""" # noqa: E501
|
|
14413
|
+
|
|
14414
|
+
_param = self._endpoints_fleet_connectors_destroy_serialize(
|
|
14415
|
+
connector_uuid=connector_uuid,
|
|
14416
|
+
_request_auth=_request_auth,
|
|
14417
|
+
_content_type=_content_type,
|
|
14418
|
+
_headers=_headers,
|
|
14419
|
+
_host_index=_host_index
|
|
14420
|
+
)
|
|
14421
|
+
|
|
14422
|
+
_response_types_map: Dict[str, Optional[str]] = {
|
|
14423
|
+
'204': None,
|
|
14424
|
+
'400': "ValidationError",
|
|
14425
|
+
'403': "GenericError",
|
|
14426
|
+
}
|
|
14427
|
+
response_data = self.api_client.call_api(
|
|
14428
|
+
*_param,
|
|
14429
|
+
_request_timeout=_request_timeout
|
|
14430
|
+
)
|
|
14431
|
+
response_data.read()
|
|
14432
|
+
return self.api_client.response_deserialize(
|
|
14433
|
+
response_data=response_data,
|
|
14434
|
+
response_types_map=_response_types_map,
|
|
14435
|
+
).data
|
|
14436
|
+
|
|
14437
|
+
|
|
14438
|
+
@validate_call
|
|
14439
|
+
def endpoints_fleet_connectors_destroy_with_http_info(
|
|
14440
|
+
self,
|
|
14441
|
+
connector_uuid: Annotated[UUID, Field(description="A UUID string identifying this Fleet Connector.")],
|
|
14442
|
+
_request_timeout: Union[
|
|
14443
|
+
None,
|
|
14444
|
+
Annotated[StrictFloat, Field(gt=0)],
|
|
14445
|
+
Tuple[
|
|
14446
|
+
Annotated[StrictFloat, Field(gt=0)],
|
|
14447
|
+
Annotated[StrictFloat, Field(gt=0)]
|
|
14448
|
+
]
|
|
14449
|
+
] = None,
|
|
14450
|
+
_request_auth: Optional[Dict[StrictStr, Any]] = None,
|
|
14451
|
+
_content_type: Optional[StrictStr] = None,
|
|
14452
|
+
_headers: Optional[Dict[StrictStr, Any]] = None,
|
|
14453
|
+
_host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
|
|
14454
|
+
) -> ApiResponse[None]:
|
|
14455
|
+
"""endpoints_fleet_connectors_destroy
|
|
14456
|
+
|
|
14457
|
+
FleetConnector Viewset
|
|
14458
|
+
|
|
14459
|
+
:param connector_uuid: A UUID string identifying this Fleet Connector. (required)
|
|
14460
|
+
:type connector_uuid: UUID
|
|
14461
|
+
:param _request_timeout: timeout setting for this request. If one
|
|
14462
|
+
number provided, it will be total request
|
|
14463
|
+
timeout. It can also be a pair (tuple) of
|
|
14464
|
+
(connection, read) timeouts.
|
|
14465
|
+
:type _request_timeout: int, tuple(int, int), optional
|
|
14466
|
+
:param _request_auth: set to override the auth_settings for an a single
|
|
14467
|
+
request; this effectively ignores the
|
|
14468
|
+
authentication in the spec for a single request.
|
|
14469
|
+
:type _request_auth: dict, optional
|
|
14470
|
+
:param _content_type: force content-type for the request.
|
|
14471
|
+
:type _content_type: str, Optional
|
|
14472
|
+
:param _headers: set to override the headers for a single
|
|
14473
|
+
request; this effectively ignores the headers
|
|
14474
|
+
in the spec for a single request.
|
|
14475
|
+
:type _headers: dict, optional
|
|
14476
|
+
:param _host_index: set to override the host_index for a single
|
|
14477
|
+
request; this effectively ignores the host_index
|
|
14478
|
+
in the spec for a single request.
|
|
14479
|
+
:type _host_index: int, optional
|
|
14480
|
+
:return: Returns the result object.
|
|
14481
|
+
""" # noqa: E501
|
|
14482
|
+
|
|
14483
|
+
_param = self._endpoints_fleet_connectors_destroy_serialize(
|
|
14484
|
+
connector_uuid=connector_uuid,
|
|
14485
|
+
_request_auth=_request_auth,
|
|
14486
|
+
_content_type=_content_type,
|
|
14487
|
+
_headers=_headers,
|
|
14488
|
+
_host_index=_host_index
|
|
14489
|
+
)
|
|
14490
|
+
|
|
14491
|
+
_response_types_map: Dict[str, Optional[str]] = {
|
|
14492
|
+
'204': None,
|
|
14493
|
+
'400': "ValidationError",
|
|
14494
|
+
'403': "GenericError",
|
|
14495
|
+
}
|
|
14496
|
+
response_data = self.api_client.call_api(
|
|
14497
|
+
*_param,
|
|
14498
|
+
_request_timeout=_request_timeout
|
|
14499
|
+
)
|
|
14500
|
+
response_data.read()
|
|
14501
|
+
return self.api_client.response_deserialize(
|
|
14502
|
+
response_data=response_data,
|
|
14503
|
+
response_types_map=_response_types_map,
|
|
14504
|
+
)
|
|
14505
|
+
|
|
14506
|
+
|
|
14507
|
+
@validate_call
|
|
14508
|
+
def endpoints_fleet_connectors_destroy_without_preload_content(
|
|
14509
|
+
self,
|
|
14510
|
+
connector_uuid: Annotated[UUID, Field(description="A UUID string identifying this Fleet Connector.")],
|
|
14511
|
+
_request_timeout: Union[
|
|
14512
|
+
None,
|
|
14513
|
+
Annotated[StrictFloat, Field(gt=0)],
|
|
14514
|
+
Tuple[
|
|
14515
|
+
Annotated[StrictFloat, Field(gt=0)],
|
|
14516
|
+
Annotated[StrictFloat, Field(gt=0)]
|
|
14517
|
+
]
|
|
14518
|
+
] = None,
|
|
14519
|
+
_request_auth: Optional[Dict[StrictStr, Any]] = None,
|
|
14520
|
+
_content_type: Optional[StrictStr] = None,
|
|
14521
|
+
_headers: Optional[Dict[StrictStr, Any]] = None,
|
|
14522
|
+
_host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
|
|
14523
|
+
) -> RESTResponseType:
|
|
14524
|
+
"""endpoints_fleet_connectors_destroy
|
|
14525
|
+
|
|
14526
|
+
FleetConnector Viewset
|
|
14527
|
+
|
|
14528
|
+
:param connector_uuid: A UUID string identifying this Fleet Connector. (required)
|
|
14529
|
+
:type connector_uuid: UUID
|
|
14530
|
+
:param _request_timeout: timeout setting for this request. If one
|
|
14531
|
+
number provided, it will be total request
|
|
14532
|
+
timeout. It can also be a pair (tuple) of
|
|
14533
|
+
(connection, read) timeouts.
|
|
14534
|
+
:type _request_timeout: int, tuple(int, int), optional
|
|
14535
|
+
:param _request_auth: set to override the auth_settings for an a single
|
|
14536
|
+
request; this effectively ignores the
|
|
14537
|
+
authentication in the spec for a single request.
|
|
14538
|
+
:type _request_auth: dict, optional
|
|
14539
|
+
:param _content_type: force content-type for the request.
|
|
14540
|
+
:type _content_type: str, Optional
|
|
14541
|
+
:param _headers: set to override the headers for a single
|
|
14542
|
+
request; this effectively ignores the headers
|
|
14543
|
+
in the spec for a single request.
|
|
14544
|
+
:type _headers: dict, optional
|
|
14545
|
+
:param _host_index: set to override the host_index for a single
|
|
14546
|
+
request; this effectively ignores the host_index
|
|
14547
|
+
in the spec for a single request.
|
|
14548
|
+
:type _host_index: int, optional
|
|
14549
|
+
:return: Returns the result object.
|
|
14550
|
+
""" # noqa: E501
|
|
14551
|
+
|
|
14552
|
+
_param = self._endpoints_fleet_connectors_destroy_serialize(
|
|
14553
|
+
connector_uuid=connector_uuid,
|
|
14554
|
+
_request_auth=_request_auth,
|
|
14555
|
+
_content_type=_content_type,
|
|
14556
|
+
_headers=_headers,
|
|
14557
|
+
_host_index=_host_index
|
|
14558
|
+
)
|
|
14559
|
+
|
|
14560
|
+
_response_types_map: Dict[str, Optional[str]] = {
|
|
14561
|
+
'204': None,
|
|
14562
|
+
'400': "ValidationError",
|
|
14563
|
+
'403': "GenericError",
|
|
14564
|
+
}
|
|
14565
|
+
response_data = self.api_client.call_api(
|
|
14566
|
+
*_param,
|
|
14567
|
+
_request_timeout=_request_timeout
|
|
14568
|
+
)
|
|
14569
|
+
return response_data.response
|
|
14570
|
+
|
|
14571
|
+
|
|
14572
|
+
def _endpoints_fleet_connectors_destroy_serialize(
|
|
14573
|
+
self,
|
|
14574
|
+
connector_uuid,
|
|
14575
|
+
_request_auth,
|
|
14576
|
+
_content_type,
|
|
14577
|
+
_headers,
|
|
14578
|
+
_host_index,
|
|
14579
|
+
) -> RequestSerialized:
|
|
14580
|
+
|
|
14581
|
+
_host = None
|
|
14582
|
+
|
|
14583
|
+
_collection_formats: Dict[str, str] = {
|
|
14584
|
+
}
|
|
14585
|
+
|
|
14586
|
+
_path_params: Dict[str, str] = {}
|
|
14587
|
+
_query_params: List[Tuple[str, str]] = []
|
|
14588
|
+
_header_params: Dict[str, Optional[str]] = _headers or {}
|
|
14589
|
+
_form_params: List[Tuple[str, str]] = []
|
|
14590
|
+
_files: Dict[
|
|
14591
|
+
str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]]
|
|
14592
|
+
] = {}
|
|
14593
|
+
_body_params: Optional[bytes] = None
|
|
14594
|
+
|
|
14595
|
+
# process the path parameters
|
|
14596
|
+
if connector_uuid is not None:
|
|
14597
|
+
_path_params['connector_uuid'] = connector_uuid
|
|
14598
|
+
# process the query parameters
|
|
14599
|
+
# process the header parameters
|
|
14600
|
+
# process the form parameters
|
|
14601
|
+
# process the body parameter
|
|
14602
|
+
|
|
14603
|
+
|
|
14604
|
+
# set the HTTP header `Accept`
|
|
14605
|
+
if 'Accept' not in _header_params:
|
|
14606
|
+
_header_params['Accept'] = self.api_client.select_header_accept(
|
|
14607
|
+
[
|
|
14608
|
+
'application/json'
|
|
14609
|
+
]
|
|
14610
|
+
)
|
|
14611
|
+
|
|
14612
|
+
|
|
14613
|
+
# authentication setting
|
|
14614
|
+
_auth_settings: List[str] = [
|
|
14615
|
+
'authentik'
|
|
14616
|
+
]
|
|
14617
|
+
|
|
14618
|
+
return self.api_client.param_serialize(
|
|
14619
|
+
method='DELETE',
|
|
14620
|
+
resource_path='/endpoints/fleet/connectors/{connector_uuid}/',
|
|
14621
|
+
path_params=_path_params,
|
|
14622
|
+
query_params=_query_params,
|
|
14623
|
+
header_params=_header_params,
|
|
14624
|
+
body=_body_params,
|
|
14625
|
+
post_params=_form_params,
|
|
14626
|
+
files=_files,
|
|
14627
|
+
auth_settings=_auth_settings,
|
|
14628
|
+
collection_formats=_collection_formats,
|
|
14629
|
+
_host=_host,
|
|
14630
|
+
_request_auth=_request_auth
|
|
14631
|
+
)
|
|
14632
|
+
|
|
14633
|
+
|
|
14634
|
+
|
|
14635
|
+
|
|
14636
|
+
@validate_call
|
|
14637
|
+
def endpoints_fleet_connectors_list(
|
|
14638
|
+
self,
|
|
14639
|
+
name: Optional[StrictStr] = None,
|
|
14640
|
+
ordering: Annotated[Optional[StrictStr], Field(description="Which field to use when ordering the results.")] = None,
|
|
14641
|
+
page: Annotated[Optional[StrictInt], Field(description="A page number within the paginated result set.")] = None,
|
|
14642
|
+
page_size: Annotated[Optional[StrictInt], Field(description="Number of results to return per page.")] = None,
|
|
14643
|
+
search: Annotated[Optional[StrictStr], Field(description="A search term.")] = None,
|
|
14644
|
+
_request_timeout: Union[
|
|
14645
|
+
None,
|
|
14646
|
+
Annotated[StrictFloat, Field(gt=0)],
|
|
14647
|
+
Tuple[
|
|
14648
|
+
Annotated[StrictFloat, Field(gt=0)],
|
|
14649
|
+
Annotated[StrictFloat, Field(gt=0)]
|
|
14650
|
+
]
|
|
14651
|
+
] = None,
|
|
14652
|
+
_request_auth: Optional[Dict[StrictStr, Any]] = None,
|
|
14653
|
+
_content_type: Optional[StrictStr] = None,
|
|
14654
|
+
_headers: Optional[Dict[StrictStr, Any]] = None,
|
|
14655
|
+
_host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
|
|
14656
|
+
) -> PaginatedFleetConnectorList:
|
|
14657
|
+
"""endpoints_fleet_connectors_list
|
|
14658
|
+
|
|
14659
|
+
FleetConnector Viewset
|
|
14660
|
+
|
|
14661
|
+
:param name:
|
|
14662
|
+
:type name: str
|
|
14663
|
+
:param ordering: Which field to use when ordering the results.
|
|
14664
|
+
:type ordering: str
|
|
14665
|
+
:param page: A page number within the paginated result set.
|
|
14666
|
+
:type page: int
|
|
14667
|
+
:param page_size: Number of results to return per page.
|
|
14668
|
+
:type page_size: int
|
|
14669
|
+
:param search: A search term.
|
|
14670
|
+
:type search: str
|
|
14671
|
+
:param _request_timeout: timeout setting for this request. If one
|
|
14672
|
+
number provided, it will be total request
|
|
14673
|
+
timeout. It can also be a pair (tuple) of
|
|
14674
|
+
(connection, read) timeouts.
|
|
14675
|
+
:type _request_timeout: int, tuple(int, int), optional
|
|
14676
|
+
:param _request_auth: set to override the auth_settings for an a single
|
|
14677
|
+
request; this effectively ignores the
|
|
14678
|
+
authentication in the spec for a single request.
|
|
14679
|
+
:type _request_auth: dict, optional
|
|
14680
|
+
:param _content_type: force content-type for the request.
|
|
14681
|
+
:type _content_type: str, Optional
|
|
14682
|
+
:param _headers: set to override the headers for a single
|
|
14683
|
+
request; this effectively ignores the headers
|
|
14684
|
+
in the spec for a single request.
|
|
14685
|
+
:type _headers: dict, optional
|
|
14686
|
+
:param _host_index: set to override the host_index for a single
|
|
14687
|
+
request; this effectively ignores the host_index
|
|
14688
|
+
in the spec for a single request.
|
|
14689
|
+
:type _host_index: int, optional
|
|
14690
|
+
:return: Returns the result object.
|
|
14691
|
+
""" # noqa: E501
|
|
14692
|
+
|
|
14693
|
+
_param = self._endpoints_fleet_connectors_list_serialize(
|
|
14694
|
+
name=name,
|
|
14695
|
+
ordering=ordering,
|
|
14696
|
+
page=page,
|
|
14697
|
+
page_size=page_size,
|
|
14698
|
+
search=search,
|
|
14699
|
+
_request_auth=_request_auth,
|
|
14700
|
+
_content_type=_content_type,
|
|
14701
|
+
_headers=_headers,
|
|
14702
|
+
_host_index=_host_index
|
|
14703
|
+
)
|
|
14704
|
+
|
|
14705
|
+
_response_types_map: Dict[str, Optional[str]] = {
|
|
14706
|
+
'200': "PaginatedFleetConnectorList",
|
|
14707
|
+
'400': "ValidationError",
|
|
14708
|
+
'403': "GenericError",
|
|
14709
|
+
}
|
|
14710
|
+
response_data = self.api_client.call_api(
|
|
14711
|
+
*_param,
|
|
14712
|
+
_request_timeout=_request_timeout
|
|
14713
|
+
)
|
|
14714
|
+
response_data.read()
|
|
14715
|
+
return self.api_client.response_deserialize(
|
|
14716
|
+
response_data=response_data,
|
|
14717
|
+
response_types_map=_response_types_map,
|
|
14718
|
+
).data
|
|
14719
|
+
|
|
14720
|
+
|
|
14721
|
+
@validate_call
|
|
14722
|
+
def endpoints_fleet_connectors_list_with_http_info(
|
|
14723
|
+
self,
|
|
14724
|
+
name: Optional[StrictStr] = None,
|
|
14725
|
+
ordering: Annotated[Optional[StrictStr], Field(description="Which field to use when ordering the results.")] = None,
|
|
14726
|
+
page: Annotated[Optional[StrictInt], Field(description="A page number within the paginated result set.")] = None,
|
|
14727
|
+
page_size: Annotated[Optional[StrictInt], Field(description="Number of results to return per page.")] = None,
|
|
14728
|
+
search: Annotated[Optional[StrictStr], Field(description="A search term.")] = None,
|
|
14729
|
+
_request_timeout: Union[
|
|
14730
|
+
None,
|
|
14731
|
+
Annotated[StrictFloat, Field(gt=0)],
|
|
14732
|
+
Tuple[
|
|
14733
|
+
Annotated[StrictFloat, Field(gt=0)],
|
|
14734
|
+
Annotated[StrictFloat, Field(gt=0)]
|
|
14735
|
+
]
|
|
14736
|
+
] = None,
|
|
14737
|
+
_request_auth: Optional[Dict[StrictStr, Any]] = None,
|
|
14738
|
+
_content_type: Optional[StrictStr] = None,
|
|
14739
|
+
_headers: Optional[Dict[StrictStr, Any]] = None,
|
|
14740
|
+
_host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
|
|
14741
|
+
) -> ApiResponse[PaginatedFleetConnectorList]:
|
|
14742
|
+
"""endpoints_fleet_connectors_list
|
|
14743
|
+
|
|
14744
|
+
FleetConnector Viewset
|
|
14745
|
+
|
|
14746
|
+
:param name:
|
|
14747
|
+
:type name: str
|
|
14748
|
+
:param ordering: Which field to use when ordering the results.
|
|
14749
|
+
:type ordering: str
|
|
14750
|
+
:param page: A page number within the paginated result set.
|
|
14751
|
+
:type page: int
|
|
14752
|
+
:param page_size: Number of results to return per page.
|
|
14753
|
+
:type page_size: int
|
|
14754
|
+
:param search: A search term.
|
|
14755
|
+
:type search: str
|
|
14756
|
+
:param _request_timeout: timeout setting for this request. If one
|
|
14757
|
+
number provided, it will be total request
|
|
14758
|
+
timeout. It can also be a pair (tuple) of
|
|
14759
|
+
(connection, read) timeouts.
|
|
14760
|
+
:type _request_timeout: int, tuple(int, int), optional
|
|
14761
|
+
:param _request_auth: set to override the auth_settings for an a single
|
|
14762
|
+
request; this effectively ignores the
|
|
14763
|
+
authentication in the spec for a single request.
|
|
14764
|
+
:type _request_auth: dict, optional
|
|
14765
|
+
:param _content_type: force content-type for the request.
|
|
14766
|
+
:type _content_type: str, Optional
|
|
14767
|
+
:param _headers: set to override the headers for a single
|
|
14768
|
+
request; this effectively ignores the headers
|
|
14769
|
+
in the spec for a single request.
|
|
14770
|
+
:type _headers: dict, optional
|
|
14771
|
+
:param _host_index: set to override the host_index for a single
|
|
14772
|
+
request; this effectively ignores the host_index
|
|
14773
|
+
in the spec for a single request.
|
|
14774
|
+
:type _host_index: int, optional
|
|
14775
|
+
:return: Returns the result object.
|
|
14776
|
+
""" # noqa: E501
|
|
14777
|
+
|
|
14778
|
+
_param = self._endpoints_fleet_connectors_list_serialize(
|
|
14779
|
+
name=name,
|
|
14780
|
+
ordering=ordering,
|
|
14781
|
+
page=page,
|
|
14782
|
+
page_size=page_size,
|
|
14783
|
+
search=search,
|
|
14784
|
+
_request_auth=_request_auth,
|
|
14785
|
+
_content_type=_content_type,
|
|
14786
|
+
_headers=_headers,
|
|
14787
|
+
_host_index=_host_index
|
|
14788
|
+
)
|
|
14789
|
+
|
|
14790
|
+
_response_types_map: Dict[str, Optional[str]] = {
|
|
14791
|
+
'200': "PaginatedFleetConnectorList",
|
|
14792
|
+
'400': "ValidationError",
|
|
14793
|
+
'403': "GenericError",
|
|
14794
|
+
}
|
|
14795
|
+
response_data = self.api_client.call_api(
|
|
14796
|
+
*_param,
|
|
14797
|
+
_request_timeout=_request_timeout
|
|
14798
|
+
)
|
|
14799
|
+
response_data.read()
|
|
14800
|
+
return self.api_client.response_deserialize(
|
|
14801
|
+
response_data=response_data,
|
|
14802
|
+
response_types_map=_response_types_map,
|
|
14803
|
+
)
|
|
14804
|
+
|
|
14805
|
+
|
|
14806
|
+
@validate_call
|
|
14807
|
+
def endpoints_fleet_connectors_list_without_preload_content(
|
|
14808
|
+
self,
|
|
14809
|
+
name: Optional[StrictStr] = None,
|
|
14810
|
+
ordering: Annotated[Optional[StrictStr], Field(description="Which field to use when ordering the results.")] = None,
|
|
14811
|
+
page: Annotated[Optional[StrictInt], Field(description="A page number within the paginated result set.")] = None,
|
|
14812
|
+
page_size: Annotated[Optional[StrictInt], Field(description="Number of results to return per page.")] = None,
|
|
14813
|
+
search: Annotated[Optional[StrictStr], Field(description="A search term.")] = None,
|
|
14814
|
+
_request_timeout: Union[
|
|
14815
|
+
None,
|
|
14816
|
+
Annotated[StrictFloat, Field(gt=0)],
|
|
14817
|
+
Tuple[
|
|
14818
|
+
Annotated[StrictFloat, Field(gt=0)],
|
|
14819
|
+
Annotated[StrictFloat, Field(gt=0)]
|
|
14820
|
+
]
|
|
14821
|
+
] = None,
|
|
14822
|
+
_request_auth: Optional[Dict[StrictStr, Any]] = None,
|
|
14823
|
+
_content_type: Optional[StrictStr] = None,
|
|
14824
|
+
_headers: Optional[Dict[StrictStr, Any]] = None,
|
|
14825
|
+
_host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
|
|
14826
|
+
) -> RESTResponseType:
|
|
14827
|
+
"""endpoints_fleet_connectors_list
|
|
14828
|
+
|
|
14829
|
+
FleetConnector Viewset
|
|
14830
|
+
|
|
14831
|
+
:param name:
|
|
14832
|
+
:type name: str
|
|
14833
|
+
:param ordering: Which field to use when ordering the results.
|
|
14834
|
+
:type ordering: str
|
|
14835
|
+
:param page: A page number within the paginated result set.
|
|
14836
|
+
:type page: int
|
|
14837
|
+
:param page_size: Number of results to return per page.
|
|
14838
|
+
:type page_size: int
|
|
14839
|
+
:param search: A search term.
|
|
14840
|
+
:type search: str
|
|
14841
|
+
:param _request_timeout: timeout setting for this request. If one
|
|
14842
|
+
number provided, it will be total request
|
|
14843
|
+
timeout. It can also be a pair (tuple) of
|
|
14844
|
+
(connection, read) timeouts.
|
|
14845
|
+
:type _request_timeout: int, tuple(int, int), optional
|
|
14846
|
+
:param _request_auth: set to override the auth_settings for an a single
|
|
14847
|
+
request; this effectively ignores the
|
|
14848
|
+
authentication in the spec for a single request.
|
|
14849
|
+
:type _request_auth: dict, optional
|
|
14850
|
+
:param _content_type: force content-type for the request.
|
|
14851
|
+
:type _content_type: str, Optional
|
|
14852
|
+
:param _headers: set to override the headers for a single
|
|
14853
|
+
request; this effectively ignores the headers
|
|
14854
|
+
in the spec for a single request.
|
|
14855
|
+
:type _headers: dict, optional
|
|
14856
|
+
:param _host_index: set to override the host_index for a single
|
|
14857
|
+
request; this effectively ignores the host_index
|
|
14858
|
+
in the spec for a single request.
|
|
14859
|
+
:type _host_index: int, optional
|
|
14860
|
+
:return: Returns the result object.
|
|
14861
|
+
""" # noqa: E501
|
|
14862
|
+
|
|
14863
|
+
_param = self._endpoints_fleet_connectors_list_serialize(
|
|
14864
|
+
name=name,
|
|
14865
|
+
ordering=ordering,
|
|
14866
|
+
page=page,
|
|
14867
|
+
page_size=page_size,
|
|
14868
|
+
search=search,
|
|
14869
|
+
_request_auth=_request_auth,
|
|
14870
|
+
_content_type=_content_type,
|
|
14871
|
+
_headers=_headers,
|
|
14872
|
+
_host_index=_host_index
|
|
14873
|
+
)
|
|
14874
|
+
|
|
14875
|
+
_response_types_map: Dict[str, Optional[str]] = {
|
|
14876
|
+
'200': "PaginatedFleetConnectorList",
|
|
14877
|
+
'400': "ValidationError",
|
|
14878
|
+
'403': "GenericError",
|
|
14879
|
+
}
|
|
14880
|
+
response_data = self.api_client.call_api(
|
|
14881
|
+
*_param,
|
|
14882
|
+
_request_timeout=_request_timeout
|
|
14883
|
+
)
|
|
14884
|
+
return response_data.response
|
|
14885
|
+
|
|
14886
|
+
|
|
14887
|
+
def _endpoints_fleet_connectors_list_serialize(
|
|
14888
|
+
self,
|
|
14889
|
+
name,
|
|
14890
|
+
ordering,
|
|
14891
|
+
page,
|
|
14892
|
+
page_size,
|
|
14893
|
+
search,
|
|
14894
|
+
_request_auth,
|
|
14895
|
+
_content_type,
|
|
14896
|
+
_headers,
|
|
14897
|
+
_host_index,
|
|
14898
|
+
) -> RequestSerialized:
|
|
14899
|
+
|
|
14900
|
+
_host = None
|
|
14901
|
+
|
|
14902
|
+
_collection_formats: Dict[str, str] = {
|
|
14903
|
+
}
|
|
14904
|
+
|
|
14905
|
+
_path_params: Dict[str, str] = {}
|
|
14906
|
+
_query_params: List[Tuple[str, str]] = []
|
|
14907
|
+
_header_params: Dict[str, Optional[str]] = _headers or {}
|
|
14908
|
+
_form_params: List[Tuple[str, str]] = []
|
|
14909
|
+
_files: Dict[
|
|
14910
|
+
str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]]
|
|
14911
|
+
] = {}
|
|
14912
|
+
_body_params: Optional[bytes] = None
|
|
14913
|
+
|
|
14914
|
+
# process the path parameters
|
|
14915
|
+
# process the query parameters
|
|
14916
|
+
if name is not None:
|
|
14917
|
+
|
|
14918
|
+
_query_params.append(('name', name))
|
|
14919
|
+
|
|
14920
|
+
if ordering is not None:
|
|
14921
|
+
|
|
14922
|
+
_query_params.append(('ordering', ordering))
|
|
14923
|
+
|
|
14924
|
+
if page is not None:
|
|
14925
|
+
|
|
14926
|
+
_query_params.append(('page', page))
|
|
14927
|
+
|
|
14928
|
+
if page_size is not None:
|
|
14929
|
+
|
|
14930
|
+
_query_params.append(('page_size', page_size))
|
|
14931
|
+
|
|
14932
|
+
if search is not None:
|
|
14933
|
+
|
|
14934
|
+
_query_params.append(('search', search))
|
|
14935
|
+
|
|
14936
|
+
# process the header parameters
|
|
14937
|
+
# process the form parameters
|
|
14938
|
+
# process the body parameter
|
|
14939
|
+
|
|
14940
|
+
|
|
14941
|
+
# set the HTTP header `Accept`
|
|
14942
|
+
if 'Accept' not in _header_params:
|
|
14943
|
+
_header_params['Accept'] = self.api_client.select_header_accept(
|
|
14944
|
+
[
|
|
14945
|
+
'application/json'
|
|
14946
|
+
]
|
|
14947
|
+
)
|
|
14948
|
+
|
|
14949
|
+
|
|
14950
|
+
# authentication setting
|
|
14951
|
+
_auth_settings: List[str] = [
|
|
14952
|
+
'authentik'
|
|
14953
|
+
]
|
|
14954
|
+
|
|
14955
|
+
return self.api_client.param_serialize(
|
|
14956
|
+
method='GET',
|
|
14957
|
+
resource_path='/endpoints/fleet/connectors/',
|
|
14958
|
+
path_params=_path_params,
|
|
14959
|
+
query_params=_query_params,
|
|
14960
|
+
header_params=_header_params,
|
|
14961
|
+
body=_body_params,
|
|
14962
|
+
post_params=_form_params,
|
|
14963
|
+
files=_files,
|
|
14964
|
+
auth_settings=_auth_settings,
|
|
14965
|
+
collection_formats=_collection_formats,
|
|
14966
|
+
_host=_host,
|
|
14967
|
+
_request_auth=_request_auth
|
|
14968
|
+
)
|
|
14969
|
+
|
|
14970
|
+
|
|
14971
|
+
|
|
14972
|
+
|
|
14973
|
+
@validate_call
|
|
14974
|
+
def endpoints_fleet_connectors_partial_update(
|
|
14975
|
+
self,
|
|
14976
|
+
connector_uuid: Annotated[UUID, Field(description="A UUID string identifying this Fleet Connector.")],
|
|
14977
|
+
patched_fleet_connector_request: Optional[PatchedFleetConnectorRequest] = None,
|
|
14978
|
+
_request_timeout: Union[
|
|
14979
|
+
None,
|
|
14980
|
+
Annotated[StrictFloat, Field(gt=0)],
|
|
14981
|
+
Tuple[
|
|
14982
|
+
Annotated[StrictFloat, Field(gt=0)],
|
|
14983
|
+
Annotated[StrictFloat, Field(gt=0)]
|
|
14984
|
+
]
|
|
14985
|
+
] = None,
|
|
14986
|
+
_request_auth: Optional[Dict[StrictStr, Any]] = None,
|
|
14987
|
+
_content_type: Optional[StrictStr] = None,
|
|
14988
|
+
_headers: Optional[Dict[StrictStr, Any]] = None,
|
|
14989
|
+
_host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
|
|
14990
|
+
) -> FleetConnector:
|
|
14991
|
+
"""endpoints_fleet_connectors_partial_update
|
|
14992
|
+
|
|
14993
|
+
FleetConnector Viewset
|
|
14994
|
+
|
|
14995
|
+
:param connector_uuid: A UUID string identifying this Fleet Connector. (required)
|
|
14996
|
+
:type connector_uuid: UUID
|
|
14997
|
+
:param patched_fleet_connector_request:
|
|
14998
|
+
:type patched_fleet_connector_request: PatchedFleetConnectorRequest
|
|
14999
|
+
:param _request_timeout: timeout setting for this request. If one
|
|
15000
|
+
number provided, it will be total request
|
|
15001
|
+
timeout. It can also be a pair (tuple) of
|
|
15002
|
+
(connection, read) timeouts.
|
|
15003
|
+
:type _request_timeout: int, tuple(int, int), optional
|
|
15004
|
+
:param _request_auth: set to override the auth_settings for an a single
|
|
15005
|
+
request; this effectively ignores the
|
|
15006
|
+
authentication in the spec for a single request.
|
|
15007
|
+
:type _request_auth: dict, optional
|
|
15008
|
+
:param _content_type: force content-type for the request.
|
|
15009
|
+
:type _content_type: str, Optional
|
|
15010
|
+
:param _headers: set to override the headers for a single
|
|
15011
|
+
request; this effectively ignores the headers
|
|
15012
|
+
in the spec for a single request.
|
|
15013
|
+
:type _headers: dict, optional
|
|
15014
|
+
:param _host_index: set to override the host_index for a single
|
|
15015
|
+
request; this effectively ignores the host_index
|
|
15016
|
+
in the spec for a single request.
|
|
15017
|
+
:type _host_index: int, optional
|
|
15018
|
+
:return: Returns the result object.
|
|
15019
|
+
""" # noqa: E501
|
|
15020
|
+
|
|
15021
|
+
_param = self._endpoints_fleet_connectors_partial_update_serialize(
|
|
15022
|
+
connector_uuid=connector_uuid,
|
|
15023
|
+
patched_fleet_connector_request=patched_fleet_connector_request,
|
|
15024
|
+
_request_auth=_request_auth,
|
|
15025
|
+
_content_type=_content_type,
|
|
15026
|
+
_headers=_headers,
|
|
15027
|
+
_host_index=_host_index
|
|
15028
|
+
)
|
|
15029
|
+
|
|
15030
|
+
_response_types_map: Dict[str, Optional[str]] = {
|
|
15031
|
+
'200': "FleetConnector",
|
|
15032
|
+
'400': "ValidationError",
|
|
15033
|
+
'403': "GenericError",
|
|
15034
|
+
}
|
|
15035
|
+
response_data = self.api_client.call_api(
|
|
15036
|
+
*_param,
|
|
15037
|
+
_request_timeout=_request_timeout
|
|
15038
|
+
)
|
|
15039
|
+
response_data.read()
|
|
15040
|
+
return self.api_client.response_deserialize(
|
|
15041
|
+
response_data=response_data,
|
|
15042
|
+
response_types_map=_response_types_map,
|
|
15043
|
+
).data
|
|
15044
|
+
|
|
15045
|
+
|
|
15046
|
+
@validate_call
|
|
15047
|
+
def endpoints_fleet_connectors_partial_update_with_http_info(
|
|
15048
|
+
self,
|
|
15049
|
+
connector_uuid: Annotated[UUID, Field(description="A UUID string identifying this Fleet Connector.")],
|
|
15050
|
+
patched_fleet_connector_request: Optional[PatchedFleetConnectorRequest] = None,
|
|
15051
|
+
_request_timeout: Union[
|
|
15052
|
+
None,
|
|
15053
|
+
Annotated[StrictFloat, Field(gt=0)],
|
|
15054
|
+
Tuple[
|
|
15055
|
+
Annotated[StrictFloat, Field(gt=0)],
|
|
15056
|
+
Annotated[StrictFloat, Field(gt=0)]
|
|
15057
|
+
]
|
|
15058
|
+
] = None,
|
|
15059
|
+
_request_auth: Optional[Dict[StrictStr, Any]] = None,
|
|
15060
|
+
_content_type: Optional[StrictStr] = None,
|
|
15061
|
+
_headers: Optional[Dict[StrictStr, Any]] = None,
|
|
15062
|
+
_host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
|
|
15063
|
+
) -> ApiResponse[FleetConnector]:
|
|
15064
|
+
"""endpoints_fleet_connectors_partial_update
|
|
15065
|
+
|
|
15066
|
+
FleetConnector Viewset
|
|
15067
|
+
|
|
15068
|
+
:param connector_uuid: A UUID string identifying this Fleet Connector. (required)
|
|
15069
|
+
:type connector_uuid: UUID
|
|
15070
|
+
:param patched_fleet_connector_request:
|
|
15071
|
+
:type patched_fleet_connector_request: PatchedFleetConnectorRequest
|
|
15072
|
+
:param _request_timeout: timeout setting for this request. If one
|
|
15073
|
+
number provided, it will be total request
|
|
15074
|
+
timeout. It can also be a pair (tuple) of
|
|
15075
|
+
(connection, read) timeouts.
|
|
15076
|
+
:type _request_timeout: int, tuple(int, int), optional
|
|
15077
|
+
:param _request_auth: set to override the auth_settings for an a single
|
|
15078
|
+
request; this effectively ignores the
|
|
15079
|
+
authentication in the spec for a single request.
|
|
15080
|
+
:type _request_auth: dict, optional
|
|
15081
|
+
:param _content_type: force content-type for the request.
|
|
15082
|
+
:type _content_type: str, Optional
|
|
15083
|
+
:param _headers: set to override the headers for a single
|
|
15084
|
+
request; this effectively ignores the headers
|
|
15085
|
+
in the spec for a single request.
|
|
15086
|
+
:type _headers: dict, optional
|
|
15087
|
+
:param _host_index: set to override the host_index for a single
|
|
15088
|
+
request; this effectively ignores the host_index
|
|
15089
|
+
in the spec for a single request.
|
|
15090
|
+
:type _host_index: int, optional
|
|
15091
|
+
:return: Returns the result object.
|
|
15092
|
+
""" # noqa: E501
|
|
15093
|
+
|
|
15094
|
+
_param = self._endpoints_fleet_connectors_partial_update_serialize(
|
|
15095
|
+
connector_uuid=connector_uuid,
|
|
15096
|
+
patched_fleet_connector_request=patched_fleet_connector_request,
|
|
15097
|
+
_request_auth=_request_auth,
|
|
15098
|
+
_content_type=_content_type,
|
|
15099
|
+
_headers=_headers,
|
|
15100
|
+
_host_index=_host_index
|
|
15101
|
+
)
|
|
15102
|
+
|
|
15103
|
+
_response_types_map: Dict[str, Optional[str]] = {
|
|
15104
|
+
'200': "FleetConnector",
|
|
15105
|
+
'400': "ValidationError",
|
|
15106
|
+
'403': "GenericError",
|
|
15107
|
+
}
|
|
15108
|
+
response_data = self.api_client.call_api(
|
|
15109
|
+
*_param,
|
|
15110
|
+
_request_timeout=_request_timeout
|
|
15111
|
+
)
|
|
15112
|
+
response_data.read()
|
|
15113
|
+
return self.api_client.response_deserialize(
|
|
15114
|
+
response_data=response_data,
|
|
15115
|
+
response_types_map=_response_types_map,
|
|
15116
|
+
)
|
|
15117
|
+
|
|
15118
|
+
|
|
15119
|
+
@validate_call
|
|
15120
|
+
def endpoints_fleet_connectors_partial_update_without_preload_content(
|
|
15121
|
+
self,
|
|
15122
|
+
connector_uuid: Annotated[UUID, Field(description="A UUID string identifying this Fleet Connector.")],
|
|
15123
|
+
patched_fleet_connector_request: Optional[PatchedFleetConnectorRequest] = None,
|
|
15124
|
+
_request_timeout: Union[
|
|
15125
|
+
None,
|
|
15126
|
+
Annotated[StrictFloat, Field(gt=0)],
|
|
15127
|
+
Tuple[
|
|
15128
|
+
Annotated[StrictFloat, Field(gt=0)],
|
|
15129
|
+
Annotated[StrictFloat, Field(gt=0)]
|
|
15130
|
+
]
|
|
15131
|
+
] = None,
|
|
15132
|
+
_request_auth: Optional[Dict[StrictStr, Any]] = None,
|
|
15133
|
+
_content_type: Optional[StrictStr] = None,
|
|
15134
|
+
_headers: Optional[Dict[StrictStr, Any]] = None,
|
|
15135
|
+
_host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
|
|
15136
|
+
) -> RESTResponseType:
|
|
15137
|
+
"""endpoints_fleet_connectors_partial_update
|
|
15138
|
+
|
|
15139
|
+
FleetConnector Viewset
|
|
15140
|
+
|
|
15141
|
+
:param connector_uuid: A UUID string identifying this Fleet Connector. (required)
|
|
15142
|
+
:type connector_uuid: UUID
|
|
15143
|
+
:param patched_fleet_connector_request:
|
|
15144
|
+
:type patched_fleet_connector_request: PatchedFleetConnectorRequest
|
|
15145
|
+
:param _request_timeout: timeout setting for this request. If one
|
|
15146
|
+
number provided, it will be total request
|
|
15147
|
+
timeout. It can also be a pair (tuple) of
|
|
15148
|
+
(connection, read) timeouts.
|
|
15149
|
+
:type _request_timeout: int, tuple(int, int), optional
|
|
15150
|
+
:param _request_auth: set to override the auth_settings for an a single
|
|
15151
|
+
request; this effectively ignores the
|
|
15152
|
+
authentication in the spec for a single request.
|
|
15153
|
+
:type _request_auth: dict, optional
|
|
15154
|
+
:param _content_type: force content-type for the request.
|
|
15155
|
+
:type _content_type: str, Optional
|
|
15156
|
+
:param _headers: set to override the headers for a single
|
|
15157
|
+
request; this effectively ignores the headers
|
|
15158
|
+
in the spec for a single request.
|
|
15159
|
+
:type _headers: dict, optional
|
|
15160
|
+
:param _host_index: set to override the host_index for a single
|
|
15161
|
+
request; this effectively ignores the host_index
|
|
15162
|
+
in the spec for a single request.
|
|
15163
|
+
:type _host_index: int, optional
|
|
15164
|
+
:return: Returns the result object.
|
|
15165
|
+
""" # noqa: E501
|
|
15166
|
+
|
|
15167
|
+
_param = self._endpoints_fleet_connectors_partial_update_serialize(
|
|
15168
|
+
connector_uuid=connector_uuid,
|
|
15169
|
+
patched_fleet_connector_request=patched_fleet_connector_request,
|
|
15170
|
+
_request_auth=_request_auth,
|
|
15171
|
+
_content_type=_content_type,
|
|
15172
|
+
_headers=_headers,
|
|
15173
|
+
_host_index=_host_index
|
|
15174
|
+
)
|
|
15175
|
+
|
|
15176
|
+
_response_types_map: Dict[str, Optional[str]] = {
|
|
15177
|
+
'200': "FleetConnector",
|
|
15178
|
+
'400': "ValidationError",
|
|
15179
|
+
'403': "GenericError",
|
|
15180
|
+
}
|
|
15181
|
+
response_data = self.api_client.call_api(
|
|
15182
|
+
*_param,
|
|
15183
|
+
_request_timeout=_request_timeout
|
|
15184
|
+
)
|
|
15185
|
+
return response_data.response
|
|
15186
|
+
|
|
15187
|
+
|
|
15188
|
+
def _endpoints_fleet_connectors_partial_update_serialize(
|
|
15189
|
+
self,
|
|
15190
|
+
connector_uuid,
|
|
15191
|
+
patched_fleet_connector_request,
|
|
15192
|
+
_request_auth,
|
|
15193
|
+
_content_type,
|
|
15194
|
+
_headers,
|
|
15195
|
+
_host_index,
|
|
15196
|
+
) -> RequestSerialized:
|
|
15197
|
+
|
|
15198
|
+
_host = None
|
|
15199
|
+
|
|
15200
|
+
_collection_formats: Dict[str, str] = {
|
|
15201
|
+
}
|
|
15202
|
+
|
|
15203
|
+
_path_params: Dict[str, str] = {}
|
|
15204
|
+
_query_params: List[Tuple[str, str]] = []
|
|
15205
|
+
_header_params: Dict[str, Optional[str]] = _headers or {}
|
|
15206
|
+
_form_params: List[Tuple[str, str]] = []
|
|
15207
|
+
_files: Dict[
|
|
15208
|
+
str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]]
|
|
15209
|
+
] = {}
|
|
15210
|
+
_body_params: Optional[bytes] = None
|
|
15211
|
+
|
|
15212
|
+
# process the path parameters
|
|
15213
|
+
if connector_uuid is not None:
|
|
15214
|
+
_path_params['connector_uuid'] = connector_uuid
|
|
15215
|
+
# process the query parameters
|
|
15216
|
+
# process the header parameters
|
|
15217
|
+
# process the form parameters
|
|
15218
|
+
# process the body parameter
|
|
15219
|
+
if patched_fleet_connector_request is not None:
|
|
15220
|
+
_body_params = patched_fleet_connector_request
|
|
15221
|
+
|
|
15222
|
+
|
|
15223
|
+
# set the HTTP header `Accept`
|
|
15224
|
+
if 'Accept' not in _header_params:
|
|
15225
|
+
_header_params['Accept'] = self.api_client.select_header_accept(
|
|
15226
|
+
[
|
|
15227
|
+
'application/json'
|
|
15228
|
+
]
|
|
15229
|
+
)
|
|
15230
|
+
|
|
15231
|
+
# set the HTTP header `Content-Type`
|
|
15232
|
+
if _content_type:
|
|
15233
|
+
_header_params['Content-Type'] = _content_type
|
|
15234
|
+
else:
|
|
15235
|
+
_default_content_type = (
|
|
15236
|
+
self.api_client.select_header_content_type(
|
|
15237
|
+
[
|
|
15238
|
+
'application/json'
|
|
15239
|
+
]
|
|
15240
|
+
)
|
|
15241
|
+
)
|
|
15242
|
+
if _default_content_type is not None:
|
|
15243
|
+
_header_params['Content-Type'] = _default_content_type
|
|
15244
|
+
|
|
15245
|
+
# authentication setting
|
|
15246
|
+
_auth_settings: List[str] = [
|
|
15247
|
+
'authentik'
|
|
15248
|
+
]
|
|
15249
|
+
|
|
15250
|
+
return self.api_client.param_serialize(
|
|
15251
|
+
method='PATCH',
|
|
15252
|
+
resource_path='/endpoints/fleet/connectors/{connector_uuid}/',
|
|
15253
|
+
path_params=_path_params,
|
|
15254
|
+
query_params=_query_params,
|
|
15255
|
+
header_params=_header_params,
|
|
15256
|
+
body=_body_params,
|
|
15257
|
+
post_params=_form_params,
|
|
15258
|
+
files=_files,
|
|
15259
|
+
auth_settings=_auth_settings,
|
|
15260
|
+
collection_formats=_collection_formats,
|
|
15261
|
+
_host=_host,
|
|
15262
|
+
_request_auth=_request_auth
|
|
15263
|
+
)
|
|
15264
|
+
|
|
15265
|
+
|
|
15266
|
+
|
|
15267
|
+
|
|
15268
|
+
@validate_call
|
|
15269
|
+
def endpoints_fleet_connectors_retrieve(
|
|
15270
|
+
self,
|
|
15271
|
+
connector_uuid: Annotated[UUID, Field(description="A UUID string identifying this Fleet Connector.")],
|
|
15272
|
+
_request_timeout: Union[
|
|
15273
|
+
None,
|
|
15274
|
+
Annotated[StrictFloat, Field(gt=0)],
|
|
15275
|
+
Tuple[
|
|
15276
|
+
Annotated[StrictFloat, Field(gt=0)],
|
|
15277
|
+
Annotated[StrictFloat, Field(gt=0)]
|
|
15278
|
+
]
|
|
15279
|
+
] = None,
|
|
15280
|
+
_request_auth: Optional[Dict[StrictStr, Any]] = None,
|
|
15281
|
+
_content_type: Optional[StrictStr] = None,
|
|
15282
|
+
_headers: Optional[Dict[StrictStr, Any]] = None,
|
|
15283
|
+
_host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
|
|
15284
|
+
) -> FleetConnector:
|
|
15285
|
+
"""endpoints_fleet_connectors_retrieve
|
|
15286
|
+
|
|
15287
|
+
FleetConnector Viewset
|
|
15288
|
+
|
|
15289
|
+
:param connector_uuid: A UUID string identifying this Fleet Connector. (required)
|
|
15290
|
+
:type connector_uuid: UUID
|
|
15291
|
+
:param _request_timeout: timeout setting for this request. If one
|
|
15292
|
+
number provided, it will be total request
|
|
15293
|
+
timeout. It can also be a pair (tuple) of
|
|
15294
|
+
(connection, read) timeouts.
|
|
15295
|
+
:type _request_timeout: int, tuple(int, int), optional
|
|
15296
|
+
:param _request_auth: set to override the auth_settings for an a single
|
|
15297
|
+
request; this effectively ignores the
|
|
15298
|
+
authentication in the spec for a single request.
|
|
15299
|
+
:type _request_auth: dict, optional
|
|
15300
|
+
:param _content_type: force content-type for the request.
|
|
15301
|
+
:type _content_type: str, Optional
|
|
15302
|
+
:param _headers: set to override the headers for a single
|
|
15303
|
+
request; this effectively ignores the headers
|
|
15304
|
+
in the spec for a single request.
|
|
15305
|
+
:type _headers: dict, optional
|
|
15306
|
+
:param _host_index: set to override the host_index for a single
|
|
15307
|
+
request; this effectively ignores the host_index
|
|
15308
|
+
in the spec for a single request.
|
|
15309
|
+
:type _host_index: int, optional
|
|
15310
|
+
:return: Returns the result object.
|
|
15311
|
+
""" # noqa: E501
|
|
15312
|
+
|
|
15313
|
+
_param = self._endpoints_fleet_connectors_retrieve_serialize(
|
|
15314
|
+
connector_uuid=connector_uuid,
|
|
15315
|
+
_request_auth=_request_auth,
|
|
15316
|
+
_content_type=_content_type,
|
|
15317
|
+
_headers=_headers,
|
|
15318
|
+
_host_index=_host_index
|
|
15319
|
+
)
|
|
15320
|
+
|
|
15321
|
+
_response_types_map: Dict[str, Optional[str]] = {
|
|
15322
|
+
'200': "FleetConnector",
|
|
15323
|
+
'400': "ValidationError",
|
|
15324
|
+
'403': "GenericError",
|
|
15325
|
+
}
|
|
15326
|
+
response_data = self.api_client.call_api(
|
|
15327
|
+
*_param,
|
|
15328
|
+
_request_timeout=_request_timeout
|
|
15329
|
+
)
|
|
15330
|
+
response_data.read()
|
|
15331
|
+
return self.api_client.response_deserialize(
|
|
15332
|
+
response_data=response_data,
|
|
15333
|
+
response_types_map=_response_types_map,
|
|
15334
|
+
).data
|
|
15335
|
+
|
|
15336
|
+
|
|
15337
|
+
@validate_call
|
|
15338
|
+
def endpoints_fleet_connectors_retrieve_with_http_info(
|
|
15339
|
+
self,
|
|
15340
|
+
connector_uuid: Annotated[UUID, Field(description="A UUID string identifying this Fleet Connector.")],
|
|
15341
|
+
_request_timeout: Union[
|
|
15342
|
+
None,
|
|
15343
|
+
Annotated[StrictFloat, Field(gt=0)],
|
|
15344
|
+
Tuple[
|
|
15345
|
+
Annotated[StrictFloat, Field(gt=0)],
|
|
15346
|
+
Annotated[StrictFloat, Field(gt=0)]
|
|
15347
|
+
]
|
|
15348
|
+
] = None,
|
|
15349
|
+
_request_auth: Optional[Dict[StrictStr, Any]] = None,
|
|
15350
|
+
_content_type: Optional[StrictStr] = None,
|
|
15351
|
+
_headers: Optional[Dict[StrictStr, Any]] = None,
|
|
15352
|
+
_host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
|
|
15353
|
+
) -> ApiResponse[FleetConnector]:
|
|
15354
|
+
"""endpoints_fleet_connectors_retrieve
|
|
15355
|
+
|
|
15356
|
+
FleetConnector Viewset
|
|
15357
|
+
|
|
15358
|
+
:param connector_uuid: A UUID string identifying this Fleet Connector. (required)
|
|
15359
|
+
:type connector_uuid: UUID
|
|
15360
|
+
:param _request_timeout: timeout setting for this request. If one
|
|
15361
|
+
number provided, it will be total request
|
|
15362
|
+
timeout. It can also be a pair (tuple) of
|
|
15363
|
+
(connection, read) timeouts.
|
|
15364
|
+
:type _request_timeout: int, tuple(int, int), optional
|
|
15365
|
+
:param _request_auth: set to override the auth_settings for an a single
|
|
15366
|
+
request; this effectively ignores the
|
|
15367
|
+
authentication in the spec for a single request.
|
|
15368
|
+
:type _request_auth: dict, optional
|
|
15369
|
+
:param _content_type: force content-type for the request.
|
|
15370
|
+
:type _content_type: str, Optional
|
|
15371
|
+
:param _headers: set to override the headers for a single
|
|
15372
|
+
request; this effectively ignores the headers
|
|
15373
|
+
in the spec for a single request.
|
|
15374
|
+
:type _headers: dict, optional
|
|
15375
|
+
:param _host_index: set to override the host_index for a single
|
|
15376
|
+
request; this effectively ignores the host_index
|
|
15377
|
+
in the spec for a single request.
|
|
15378
|
+
:type _host_index: int, optional
|
|
15379
|
+
:return: Returns the result object.
|
|
15380
|
+
""" # noqa: E501
|
|
15381
|
+
|
|
15382
|
+
_param = self._endpoints_fleet_connectors_retrieve_serialize(
|
|
15383
|
+
connector_uuid=connector_uuid,
|
|
15384
|
+
_request_auth=_request_auth,
|
|
15385
|
+
_content_type=_content_type,
|
|
15386
|
+
_headers=_headers,
|
|
15387
|
+
_host_index=_host_index
|
|
15388
|
+
)
|
|
15389
|
+
|
|
15390
|
+
_response_types_map: Dict[str, Optional[str]] = {
|
|
15391
|
+
'200': "FleetConnector",
|
|
15392
|
+
'400': "ValidationError",
|
|
15393
|
+
'403': "GenericError",
|
|
15394
|
+
}
|
|
15395
|
+
response_data = self.api_client.call_api(
|
|
15396
|
+
*_param,
|
|
15397
|
+
_request_timeout=_request_timeout
|
|
15398
|
+
)
|
|
15399
|
+
response_data.read()
|
|
15400
|
+
return self.api_client.response_deserialize(
|
|
15401
|
+
response_data=response_data,
|
|
15402
|
+
response_types_map=_response_types_map,
|
|
15403
|
+
)
|
|
15404
|
+
|
|
15405
|
+
|
|
15406
|
+
@validate_call
|
|
15407
|
+
def endpoints_fleet_connectors_retrieve_without_preload_content(
|
|
15408
|
+
self,
|
|
15409
|
+
connector_uuid: Annotated[UUID, Field(description="A UUID string identifying this Fleet Connector.")],
|
|
15410
|
+
_request_timeout: Union[
|
|
15411
|
+
None,
|
|
15412
|
+
Annotated[StrictFloat, Field(gt=0)],
|
|
15413
|
+
Tuple[
|
|
15414
|
+
Annotated[StrictFloat, Field(gt=0)],
|
|
15415
|
+
Annotated[StrictFloat, Field(gt=0)]
|
|
15416
|
+
]
|
|
15417
|
+
] = None,
|
|
15418
|
+
_request_auth: Optional[Dict[StrictStr, Any]] = None,
|
|
15419
|
+
_content_type: Optional[StrictStr] = None,
|
|
15420
|
+
_headers: Optional[Dict[StrictStr, Any]] = None,
|
|
15421
|
+
_host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
|
|
15422
|
+
) -> RESTResponseType:
|
|
15423
|
+
"""endpoints_fleet_connectors_retrieve
|
|
15424
|
+
|
|
15425
|
+
FleetConnector Viewset
|
|
15426
|
+
|
|
15427
|
+
:param connector_uuid: A UUID string identifying this Fleet Connector. (required)
|
|
15428
|
+
:type connector_uuid: UUID
|
|
15429
|
+
:param _request_timeout: timeout setting for this request. If one
|
|
15430
|
+
number provided, it will be total request
|
|
15431
|
+
timeout. It can also be a pair (tuple) of
|
|
15432
|
+
(connection, read) timeouts.
|
|
15433
|
+
:type _request_timeout: int, tuple(int, int), optional
|
|
15434
|
+
:param _request_auth: set to override the auth_settings for an a single
|
|
15435
|
+
request; this effectively ignores the
|
|
15436
|
+
authentication in the spec for a single request.
|
|
15437
|
+
:type _request_auth: dict, optional
|
|
15438
|
+
:param _content_type: force content-type for the request.
|
|
15439
|
+
:type _content_type: str, Optional
|
|
15440
|
+
:param _headers: set to override the headers for a single
|
|
15441
|
+
request; this effectively ignores the headers
|
|
15442
|
+
in the spec for a single request.
|
|
15443
|
+
:type _headers: dict, optional
|
|
15444
|
+
:param _host_index: set to override the host_index for a single
|
|
15445
|
+
request; this effectively ignores the host_index
|
|
15446
|
+
in the spec for a single request.
|
|
15447
|
+
:type _host_index: int, optional
|
|
15448
|
+
:return: Returns the result object.
|
|
15449
|
+
""" # noqa: E501
|
|
15450
|
+
|
|
15451
|
+
_param = self._endpoints_fleet_connectors_retrieve_serialize(
|
|
15452
|
+
connector_uuid=connector_uuid,
|
|
15453
|
+
_request_auth=_request_auth,
|
|
15454
|
+
_content_type=_content_type,
|
|
15455
|
+
_headers=_headers,
|
|
15456
|
+
_host_index=_host_index
|
|
15457
|
+
)
|
|
15458
|
+
|
|
15459
|
+
_response_types_map: Dict[str, Optional[str]] = {
|
|
15460
|
+
'200': "FleetConnector",
|
|
15461
|
+
'400': "ValidationError",
|
|
15462
|
+
'403': "GenericError",
|
|
15463
|
+
}
|
|
15464
|
+
response_data = self.api_client.call_api(
|
|
15465
|
+
*_param,
|
|
15466
|
+
_request_timeout=_request_timeout
|
|
15467
|
+
)
|
|
15468
|
+
return response_data.response
|
|
15469
|
+
|
|
15470
|
+
|
|
15471
|
+
def _endpoints_fleet_connectors_retrieve_serialize(
|
|
15472
|
+
self,
|
|
15473
|
+
connector_uuid,
|
|
15474
|
+
_request_auth,
|
|
15475
|
+
_content_type,
|
|
15476
|
+
_headers,
|
|
15477
|
+
_host_index,
|
|
15478
|
+
) -> RequestSerialized:
|
|
15479
|
+
|
|
15480
|
+
_host = None
|
|
15481
|
+
|
|
15482
|
+
_collection_formats: Dict[str, str] = {
|
|
15483
|
+
}
|
|
15484
|
+
|
|
15485
|
+
_path_params: Dict[str, str] = {}
|
|
15486
|
+
_query_params: List[Tuple[str, str]] = []
|
|
15487
|
+
_header_params: Dict[str, Optional[str]] = _headers or {}
|
|
15488
|
+
_form_params: List[Tuple[str, str]] = []
|
|
15489
|
+
_files: Dict[
|
|
15490
|
+
str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]]
|
|
15491
|
+
] = {}
|
|
15492
|
+
_body_params: Optional[bytes] = None
|
|
15493
|
+
|
|
15494
|
+
# process the path parameters
|
|
15495
|
+
if connector_uuid is not None:
|
|
15496
|
+
_path_params['connector_uuid'] = connector_uuid
|
|
15497
|
+
# process the query parameters
|
|
15498
|
+
# process the header parameters
|
|
15499
|
+
# process the form parameters
|
|
15500
|
+
# process the body parameter
|
|
15501
|
+
|
|
15502
|
+
|
|
15503
|
+
# set the HTTP header `Accept`
|
|
15504
|
+
if 'Accept' not in _header_params:
|
|
15505
|
+
_header_params['Accept'] = self.api_client.select_header_accept(
|
|
15506
|
+
[
|
|
15507
|
+
'application/json'
|
|
15508
|
+
]
|
|
15509
|
+
)
|
|
15510
|
+
|
|
15511
|
+
|
|
15512
|
+
# authentication setting
|
|
15513
|
+
_auth_settings: List[str] = [
|
|
15514
|
+
'authentik'
|
|
15515
|
+
]
|
|
15516
|
+
|
|
15517
|
+
return self.api_client.param_serialize(
|
|
15518
|
+
method='GET',
|
|
15519
|
+
resource_path='/endpoints/fleet/connectors/{connector_uuid}/',
|
|
15520
|
+
path_params=_path_params,
|
|
15521
|
+
query_params=_query_params,
|
|
15522
|
+
header_params=_header_params,
|
|
15523
|
+
body=_body_params,
|
|
15524
|
+
post_params=_form_params,
|
|
15525
|
+
files=_files,
|
|
15526
|
+
auth_settings=_auth_settings,
|
|
15527
|
+
collection_formats=_collection_formats,
|
|
15528
|
+
_host=_host,
|
|
15529
|
+
_request_auth=_request_auth
|
|
15530
|
+
)
|
|
15531
|
+
|
|
15532
|
+
|
|
15533
|
+
|
|
15534
|
+
|
|
15535
|
+
@validate_call
|
|
15536
|
+
def endpoints_fleet_connectors_update(
|
|
15537
|
+
self,
|
|
15538
|
+
connector_uuid: Annotated[UUID, Field(description="A UUID string identifying this Fleet Connector.")],
|
|
15539
|
+
fleet_connector_request: FleetConnectorRequest,
|
|
15540
|
+
_request_timeout: Union[
|
|
15541
|
+
None,
|
|
15542
|
+
Annotated[StrictFloat, Field(gt=0)],
|
|
15543
|
+
Tuple[
|
|
15544
|
+
Annotated[StrictFloat, Field(gt=0)],
|
|
15545
|
+
Annotated[StrictFloat, Field(gt=0)]
|
|
15546
|
+
]
|
|
15547
|
+
] = None,
|
|
15548
|
+
_request_auth: Optional[Dict[StrictStr, Any]] = None,
|
|
15549
|
+
_content_type: Optional[StrictStr] = None,
|
|
15550
|
+
_headers: Optional[Dict[StrictStr, Any]] = None,
|
|
15551
|
+
_host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
|
|
15552
|
+
) -> FleetConnector:
|
|
15553
|
+
"""endpoints_fleet_connectors_update
|
|
15554
|
+
|
|
15555
|
+
FleetConnector Viewset
|
|
15556
|
+
|
|
15557
|
+
:param connector_uuid: A UUID string identifying this Fleet Connector. (required)
|
|
15558
|
+
:type connector_uuid: UUID
|
|
15559
|
+
:param fleet_connector_request: (required)
|
|
15560
|
+
:type fleet_connector_request: FleetConnectorRequest
|
|
15561
|
+
:param _request_timeout: timeout setting for this request. If one
|
|
15562
|
+
number provided, it will be total request
|
|
15563
|
+
timeout. It can also be a pair (tuple) of
|
|
15564
|
+
(connection, read) timeouts.
|
|
15565
|
+
:type _request_timeout: int, tuple(int, int), optional
|
|
15566
|
+
:param _request_auth: set to override the auth_settings for an a single
|
|
15567
|
+
request; this effectively ignores the
|
|
15568
|
+
authentication in the spec for a single request.
|
|
15569
|
+
:type _request_auth: dict, optional
|
|
15570
|
+
:param _content_type: force content-type for the request.
|
|
15571
|
+
:type _content_type: str, Optional
|
|
15572
|
+
:param _headers: set to override the headers for a single
|
|
15573
|
+
request; this effectively ignores the headers
|
|
15574
|
+
in the spec for a single request.
|
|
15575
|
+
:type _headers: dict, optional
|
|
15576
|
+
:param _host_index: set to override the host_index for a single
|
|
15577
|
+
request; this effectively ignores the host_index
|
|
15578
|
+
in the spec for a single request.
|
|
15579
|
+
:type _host_index: int, optional
|
|
15580
|
+
:return: Returns the result object.
|
|
15581
|
+
""" # noqa: E501
|
|
15582
|
+
|
|
15583
|
+
_param = self._endpoints_fleet_connectors_update_serialize(
|
|
15584
|
+
connector_uuid=connector_uuid,
|
|
15585
|
+
fleet_connector_request=fleet_connector_request,
|
|
15586
|
+
_request_auth=_request_auth,
|
|
15587
|
+
_content_type=_content_type,
|
|
15588
|
+
_headers=_headers,
|
|
15589
|
+
_host_index=_host_index
|
|
15590
|
+
)
|
|
15591
|
+
|
|
15592
|
+
_response_types_map: Dict[str, Optional[str]] = {
|
|
15593
|
+
'200': "FleetConnector",
|
|
15594
|
+
'400': "ValidationError",
|
|
15595
|
+
'403': "GenericError",
|
|
15596
|
+
}
|
|
15597
|
+
response_data = self.api_client.call_api(
|
|
15598
|
+
*_param,
|
|
15599
|
+
_request_timeout=_request_timeout
|
|
15600
|
+
)
|
|
15601
|
+
response_data.read()
|
|
15602
|
+
return self.api_client.response_deserialize(
|
|
15603
|
+
response_data=response_data,
|
|
15604
|
+
response_types_map=_response_types_map,
|
|
15605
|
+
).data
|
|
15606
|
+
|
|
15607
|
+
|
|
15608
|
+
@validate_call
|
|
15609
|
+
def endpoints_fleet_connectors_update_with_http_info(
|
|
15610
|
+
self,
|
|
15611
|
+
connector_uuid: Annotated[UUID, Field(description="A UUID string identifying this Fleet Connector.")],
|
|
15612
|
+
fleet_connector_request: FleetConnectorRequest,
|
|
15613
|
+
_request_timeout: Union[
|
|
15614
|
+
None,
|
|
15615
|
+
Annotated[StrictFloat, Field(gt=0)],
|
|
15616
|
+
Tuple[
|
|
15617
|
+
Annotated[StrictFloat, Field(gt=0)],
|
|
15618
|
+
Annotated[StrictFloat, Field(gt=0)]
|
|
15619
|
+
]
|
|
15620
|
+
] = None,
|
|
15621
|
+
_request_auth: Optional[Dict[StrictStr, Any]] = None,
|
|
15622
|
+
_content_type: Optional[StrictStr] = None,
|
|
15623
|
+
_headers: Optional[Dict[StrictStr, Any]] = None,
|
|
15624
|
+
_host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
|
|
15625
|
+
) -> ApiResponse[FleetConnector]:
|
|
15626
|
+
"""endpoints_fleet_connectors_update
|
|
15627
|
+
|
|
15628
|
+
FleetConnector Viewset
|
|
15629
|
+
|
|
15630
|
+
:param connector_uuid: A UUID string identifying this Fleet Connector. (required)
|
|
15631
|
+
:type connector_uuid: UUID
|
|
15632
|
+
:param fleet_connector_request: (required)
|
|
15633
|
+
:type fleet_connector_request: FleetConnectorRequest
|
|
15634
|
+
:param _request_timeout: timeout setting for this request. If one
|
|
15635
|
+
number provided, it will be total request
|
|
15636
|
+
timeout. It can also be a pair (tuple) of
|
|
15637
|
+
(connection, read) timeouts.
|
|
15638
|
+
:type _request_timeout: int, tuple(int, int), optional
|
|
15639
|
+
:param _request_auth: set to override the auth_settings for an a single
|
|
15640
|
+
request; this effectively ignores the
|
|
15641
|
+
authentication in the spec for a single request.
|
|
15642
|
+
:type _request_auth: dict, optional
|
|
15643
|
+
:param _content_type: force content-type for the request.
|
|
15644
|
+
:type _content_type: str, Optional
|
|
15645
|
+
:param _headers: set to override the headers for a single
|
|
15646
|
+
request; this effectively ignores the headers
|
|
15647
|
+
in the spec for a single request.
|
|
15648
|
+
:type _headers: dict, optional
|
|
15649
|
+
:param _host_index: set to override the host_index for a single
|
|
15650
|
+
request; this effectively ignores the host_index
|
|
15651
|
+
in the spec for a single request.
|
|
15652
|
+
:type _host_index: int, optional
|
|
15653
|
+
:return: Returns the result object.
|
|
15654
|
+
""" # noqa: E501
|
|
15655
|
+
|
|
15656
|
+
_param = self._endpoints_fleet_connectors_update_serialize(
|
|
15657
|
+
connector_uuid=connector_uuid,
|
|
15658
|
+
fleet_connector_request=fleet_connector_request,
|
|
15659
|
+
_request_auth=_request_auth,
|
|
15660
|
+
_content_type=_content_type,
|
|
15661
|
+
_headers=_headers,
|
|
15662
|
+
_host_index=_host_index
|
|
15663
|
+
)
|
|
15664
|
+
|
|
15665
|
+
_response_types_map: Dict[str, Optional[str]] = {
|
|
15666
|
+
'200': "FleetConnector",
|
|
15667
|
+
'400': "ValidationError",
|
|
15668
|
+
'403': "GenericError",
|
|
15669
|
+
}
|
|
15670
|
+
response_data = self.api_client.call_api(
|
|
15671
|
+
*_param,
|
|
15672
|
+
_request_timeout=_request_timeout
|
|
15673
|
+
)
|
|
15674
|
+
response_data.read()
|
|
15675
|
+
return self.api_client.response_deserialize(
|
|
15676
|
+
response_data=response_data,
|
|
15677
|
+
response_types_map=_response_types_map,
|
|
15678
|
+
)
|
|
15679
|
+
|
|
15680
|
+
|
|
15681
|
+
@validate_call
|
|
15682
|
+
def endpoints_fleet_connectors_update_without_preload_content(
|
|
15683
|
+
self,
|
|
15684
|
+
connector_uuid: Annotated[UUID, Field(description="A UUID string identifying this Fleet Connector.")],
|
|
15685
|
+
fleet_connector_request: FleetConnectorRequest,
|
|
15686
|
+
_request_timeout: Union[
|
|
15687
|
+
None,
|
|
15688
|
+
Annotated[StrictFloat, Field(gt=0)],
|
|
15689
|
+
Tuple[
|
|
15690
|
+
Annotated[StrictFloat, Field(gt=0)],
|
|
15691
|
+
Annotated[StrictFloat, Field(gt=0)]
|
|
15692
|
+
]
|
|
15693
|
+
] = None,
|
|
15694
|
+
_request_auth: Optional[Dict[StrictStr, Any]] = None,
|
|
15695
|
+
_content_type: Optional[StrictStr] = None,
|
|
15696
|
+
_headers: Optional[Dict[StrictStr, Any]] = None,
|
|
15697
|
+
_host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
|
|
15698
|
+
) -> RESTResponseType:
|
|
15699
|
+
"""endpoints_fleet_connectors_update
|
|
15700
|
+
|
|
15701
|
+
FleetConnector Viewset
|
|
15702
|
+
|
|
15703
|
+
:param connector_uuid: A UUID string identifying this Fleet Connector. (required)
|
|
15704
|
+
:type connector_uuid: UUID
|
|
15705
|
+
:param fleet_connector_request: (required)
|
|
15706
|
+
:type fleet_connector_request: FleetConnectorRequest
|
|
15707
|
+
:param _request_timeout: timeout setting for this request. If one
|
|
15708
|
+
number provided, it will be total request
|
|
15709
|
+
timeout. It can also be a pair (tuple) of
|
|
15710
|
+
(connection, read) timeouts.
|
|
15711
|
+
:type _request_timeout: int, tuple(int, int), optional
|
|
15712
|
+
:param _request_auth: set to override the auth_settings for an a single
|
|
15713
|
+
request; this effectively ignores the
|
|
15714
|
+
authentication in the spec for a single request.
|
|
15715
|
+
:type _request_auth: dict, optional
|
|
15716
|
+
:param _content_type: force content-type for the request.
|
|
15717
|
+
:type _content_type: str, Optional
|
|
15718
|
+
:param _headers: set to override the headers for a single
|
|
15719
|
+
request; this effectively ignores the headers
|
|
15720
|
+
in the spec for a single request.
|
|
15721
|
+
:type _headers: dict, optional
|
|
15722
|
+
:param _host_index: set to override the host_index for a single
|
|
15723
|
+
request; this effectively ignores the host_index
|
|
15724
|
+
in the spec for a single request.
|
|
15725
|
+
:type _host_index: int, optional
|
|
15726
|
+
:return: Returns the result object.
|
|
15727
|
+
""" # noqa: E501
|
|
15728
|
+
|
|
15729
|
+
_param = self._endpoints_fleet_connectors_update_serialize(
|
|
15730
|
+
connector_uuid=connector_uuid,
|
|
15731
|
+
fleet_connector_request=fleet_connector_request,
|
|
15732
|
+
_request_auth=_request_auth,
|
|
15733
|
+
_content_type=_content_type,
|
|
15734
|
+
_headers=_headers,
|
|
15735
|
+
_host_index=_host_index
|
|
15736
|
+
)
|
|
15737
|
+
|
|
15738
|
+
_response_types_map: Dict[str, Optional[str]] = {
|
|
15739
|
+
'200': "FleetConnector",
|
|
15740
|
+
'400': "ValidationError",
|
|
15741
|
+
'403': "GenericError",
|
|
15742
|
+
}
|
|
15743
|
+
response_data = self.api_client.call_api(
|
|
15744
|
+
*_param,
|
|
15745
|
+
_request_timeout=_request_timeout
|
|
15746
|
+
)
|
|
15747
|
+
return response_data.response
|
|
15748
|
+
|
|
15749
|
+
|
|
15750
|
+
def _endpoints_fleet_connectors_update_serialize(
|
|
15751
|
+
self,
|
|
15752
|
+
connector_uuid,
|
|
15753
|
+
fleet_connector_request,
|
|
15754
|
+
_request_auth,
|
|
15755
|
+
_content_type,
|
|
15756
|
+
_headers,
|
|
15757
|
+
_host_index,
|
|
15758
|
+
) -> RequestSerialized:
|
|
15759
|
+
|
|
15760
|
+
_host = None
|
|
15761
|
+
|
|
15762
|
+
_collection_formats: Dict[str, str] = {
|
|
15763
|
+
}
|
|
15764
|
+
|
|
15765
|
+
_path_params: Dict[str, str] = {}
|
|
15766
|
+
_query_params: List[Tuple[str, str]] = []
|
|
15767
|
+
_header_params: Dict[str, Optional[str]] = _headers or {}
|
|
15768
|
+
_form_params: List[Tuple[str, str]] = []
|
|
15769
|
+
_files: Dict[
|
|
15770
|
+
str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]]
|
|
15771
|
+
] = {}
|
|
15772
|
+
_body_params: Optional[bytes] = None
|
|
15773
|
+
|
|
15774
|
+
# process the path parameters
|
|
15775
|
+
if connector_uuid is not None:
|
|
15776
|
+
_path_params['connector_uuid'] = connector_uuid
|
|
15777
|
+
# process the query parameters
|
|
15778
|
+
# process the header parameters
|
|
15779
|
+
# process the form parameters
|
|
15780
|
+
# process the body parameter
|
|
15781
|
+
if fleet_connector_request is not None:
|
|
15782
|
+
_body_params = fleet_connector_request
|
|
15783
|
+
|
|
15784
|
+
|
|
15785
|
+
# set the HTTP header `Accept`
|
|
15786
|
+
if 'Accept' not in _header_params:
|
|
15787
|
+
_header_params['Accept'] = self.api_client.select_header_accept(
|
|
15788
|
+
[
|
|
15789
|
+
'application/json'
|
|
15790
|
+
]
|
|
15791
|
+
)
|
|
15792
|
+
|
|
15793
|
+
# set the HTTP header `Content-Type`
|
|
15794
|
+
if _content_type:
|
|
15795
|
+
_header_params['Content-Type'] = _content_type
|
|
15796
|
+
else:
|
|
15797
|
+
_default_content_type = (
|
|
15798
|
+
self.api_client.select_header_content_type(
|
|
15799
|
+
[
|
|
15800
|
+
'application/json'
|
|
15801
|
+
]
|
|
15802
|
+
)
|
|
15803
|
+
)
|
|
15804
|
+
if _default_content_type is not None:
|
|
15805
|
+
_header_params['Content-Type'] = _default_content_type
|
|
15806
|
+
|
|
15807
|
+
# authentication setting
|
|
15808
|
+
_auth_settings: List[str] = [
|
|
15809
|
+
'authentik'
|
|
15810
|
+
]
|
|
15811
|
+
|
|
15812
|
+
return self.api_client.param_serialize(
|
|
15813
|
+
method='PUT',
|
|
15814
|
+
resource_path='/endpoints/fleet/connectors/{connector_uuid}/',
|
|
15815
|
+
path_params=_path_params,
|
|
15816
|
+
query_params=_query_params,
|
|
15817
|
+
header_params=_header_params,
|
|
15818
|
+
body=_body_params,
|
|
15819
|
+
post_params=_form_params,
|
|
15820
|
+
files=_files,
|
|
15821
|
+
auth_settings=_auth_settings,
|
|
15822
|
+
collection_formats=_collection_formats,
|
|
15823
|
+
_host=_host,
|
|
15824
|
+
_request_auth=_request_auth
|
|
15825
|
+
)
|
|
15826
|
+
|
|
15827
|
+
|
|
15828
|
+
|
|
15829
|
+
|
|
15830
|
+
@validate_call
|
|
15831
|
+
def endpoints_fleet_connectors_used_by_list(
|
|
15832
|
+
self,
|
|
15833
|
+
connector_uuid: Annotated[UUID, Field(description="A UUID string identifying this Fleet Connector.")],
|
|
15834
|
+
_request_timeout: Union[
|
|
15835
|
+
None,
|
|
15836
|
+
Annotated[StrictFloat, Field(gt=0)],
|
|
15837
|
+
Tuple[
|
|
15838
|
+
Annotated[StrictFloat, Field(gt=0)],
|
|
15839
|
+
Annotated[StrictFloat, Field(gt=0)]
|
|
15840
|
+
]
|
|
15841
|
+
] = None,
|
|
15842
|
+
_request_auth: Optional[Dict[StrictStr, Any]] = None,
|
|
15843
|
+
_content_type: Optional[StrictStr] = None,
|
|
15844
|
+
_headers: Optional[Dict[StrictStr, Any]] = None,
|
|
15845
|
+
_host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
|
|
15846
|
+
) -> List[UsedBy]:
|
|
15847
|
+
"""endpoints_fleet_connectors_used_by_list
|
|
15848
|
+
|
|
15849
|
+
Get a list of all objects that use this object
|
|
15850
|
+
|
|
15851
|
+
:param connector_uuid: A UUID string identifying this Fleet Connector. (required)
|
|
15852
|
+
:type connector_uuid: UUID
|
|
15853
|
+
:param _request_timeout: timeout setting for this request. If one
|
|
15854
|
+
number provided, it will be total request
|
|
15855
|
+
timeout. It can also be a pair (tuple) of
|
|
15856
|
+
(connection, read) timeouts.
|
|
15857
|
+
:type _request_timeout: int, tuple(int, int), optional
|
|
15858
|
+
:param _request_auth: set to override the auth_settings for an a single
|
|
15859
|
+
request; this effectively ignores the
|
|
15860
|
+
authentication in the spec for a single request.
|
|
15861
|
+
:type _request_auth: dict, optional
|
|
15862
|
+
:param _content_type: force content-type for the request.
|
|
15863
|
+
:type _content_type: str, Optional
|
|
15864
|
+
:param _headers: set to override the headers for a single
|
|
15865
|
+
request; this effectively ignores the headers
|
|
15866
|
+
in the spec for a single request.
|
|
15867
|
+
:type _headers: dict, optional
|
|
15868
|
+
:param _host_index: set to override the host_index for a single
|
|
15869
|
+
request; this effectively ignores the host_index
|
|
15870
|
+
in the spec for a single request.
|
|
15871
|
+
:type _host_index: int, optional
|
|
15872
|
+
:return: Returns the result object.
|
|
15873
|
+
""" # noqa: E501
|
|
15874
|
+
|
|
15875
|
+
_param = self._endpoints_fleet_connectors_used_by_list_serialize(
|
|
15876
|
+
connector_uuid=connector_uuid,
|
|
15877
|
+
_request_auth=_request_auth,
|
|
15878
|
+
_content_type=_content_type,
|
|
15879
|
+
_headers=_headers,
|
|
15880
|
+
_host_index=_host_index
|
|
15881
|
+
)
|
|
15882
|
+
|
|
15883
|
+
_response_types_map: Dict[str, Optional[str]] = {
|
|
15884
|
+
'200': "List[UsedBy]",
|
|
15885
|
+
'400': "ValidationError",
|
|
15886
|
+
'403': "GenericError",
|
|
15887
|
+
}
|
|
15888
|
+
response_data = self.api_client.call_api(
|
|
15889
|
+
*_param,
|
|
15890
|
+
_request_timeout=_request_timeout
|
|
15891
|
+
)
|
|
15892
|
+
response_data.read()
|
|
15893
|
+
return self.api_client.response_deserialize(
|
|
15894
|
+
response_data=response_data,
|
|
15895
|
+
response_types_map=_response_types_map,
|
|
15896
|
+
).data
|
|
15897
|
+
|
|
15898
|
+
|
|
15899
|
+
@validate_call
|
|
15900
|
+
def endpoints_fleet_connectors_used_by_list_with_http_info(
|
|
15901
|
+
self,
|
|
15902
|
+
connector_uuid: Annotated[UUID, Field(description="A UUID string identifying this Fleet Connector.")],
|
|
15903
|
+
_request_timeout: Union[
|
|
15904
|
+
None,
|
|
15905
|
+
Annotated[StrictFloat, Field(gt=0)],
|
|
15906
|
+
Tuple[
|
|
15907
|
+
Annotated[StrictFloat, Field(gt=0)],
|
|
15908
|
+
Annotated[StrictFloat, Field(gt=0)]
|
|
15909
|
+
]
|
|
15910
|
+
] = None,
|
|
15911
|
+
_request_auth: Optional[Dict[StrictStr, Any]] = None,
|
|
15912
|
+
_content_type: Optional[StrictStr] = None,
|
|
15913
|
+
_headers: Optional[Dict[StrictStr, Any]] = None,
|
|
15914
|
+
_host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
|
|
15915
|
+
) -> ApiResponse[List[UsedBy]]:
|
|
15916
|
+
"""endpoints_fleet_connectors_used_by_list
|
|
15917
|
+
|
|
15918
|
+
Get a list of all objects that use this object
|
|
15919
|
+
|
|
15920
|
+
:param connector_uuid: A UUID string identifying this Fleet Connector. (required)
|
|
15921
|
+
:type connector_uuid: UUID
|
|
15922
|
+
:param _request_timeout: timeout setting for this request. If one
|
|
15923
|
+
number provided, it will be total request
|
|
15924
|
+
timeout. It can also be a pair (tuple) of
|
|
15925
|
+
(connection, read) timeouts.
|
|
15926
|
+
:type _request_timeout: int, tuple(int, int), optional
|
|
15927
|
+
:param _request_auth: set to override the auth_settings for an a single
|
|
15928
|
+
request; this effectively ignores the
|
|
15929
|
+
authentication in the spec for a single request.
|
|
15930
|
+
:type _request_auth: dict, optional
|
|
15931
|
+
:param _content_type: force content-type for the request.
|
|
15932
|
+
:type _content_type: str, Optional
|
|
15933
|
+
:param _headers: set to override the headers for a single
|
|
15934
|
+
request; this effectively ignores the headers
|
|
15935
|
+
in the spec for a single request.
|
|
15936
|
+
:type _headers: dict, optional
|
|
15937
|
+
:param _host_index: set to override the host_index for a single
|
|
15938
|
+
request; this effectively ignores the host_index
|
|
15939
|
+
in the spec for a single request.
|
|
15940
|
+
:type _host_index: int, optional
|
|
15941
|
+
:return: Returns the result object.
|
|
15942
|
+
""" # noqa: E501
|
|
15943
|
+
|
|
15944
|
+
_param = self._endpoints_fleet_connectors_used_by_list_serialize(
|
|
15945
|
+
connector_uuid=connector_uuid,
|
|
15946
|
+
_request_auth=_request_auth,
|
|
15947
|
+
_content_type=_content_type,
|
|
15948
|
+
_headers=_headers,
|
|
15949
|
+
_host_index=_host_index
|
|
15950
|
+
)
|
|
15951
|
+
|
|
15952
|
+
_response_types_map: Dict[str, Optional[str]] = {
|
|
15953
|
+
'200': "List[UsedBy]",
|
|
15954
|
+
'400': "ValidationError",
|
|
15955
|
+
'403': "GenericError",
|
|
15956
|
+
}
|
|
15957
|
+
response_data = self.api_client.call_api(
|
|
15958
|
+
*_param,
|
|
15959
|
+
_request_timeout=_request_timeout
|
|
15960
|
+
)
|
|
15961
|
+
response_data.read()
|
|
15962
|
+
return self.api_client.response_deserialize(
|
|
15963
|
+
response_data=response_data,
|
|
15964
|
+
response_types_map=_response_types_map,
|
|
15965
|
+
)
|
|
15966
|
+
|
|
15967
|
+
|
|
15968
|
+
@validate_call
|
|
15969
|
+
def endpoints_fleet_connectors_used_by_list_without_preload_content(
|
|
15970
|
+
self,
|
|
15971
|
+
connector_uuid: Annotated[UUID, Field(description="A UUID string identifying this Fleet Connector.")],
|
|
15972
|
+
_request_timeout: Union[
|
|
15973
|
+
None,
|
|
15974
|
+
Annotated[StrictFloat, Field(gt=0)],
|
|
15975
|
+
Tuple[
|
|
15976
|
+
Annotated[StrictFloat, Field(gt=0)],
|
|
15977
|
+
Annotated[StrictFloat, Field(gt=0)]
|
|
15978
|
+
]
|
|
15979
|
+
] = None,
|
|
15980
|
+
_request_auth: Optional[Dict[StrictStr, Any]] = None,
|
|
15981
|
+
_content_type: Optional[StrictStr] = None,
|
|
15982
|
+
_headers: Optional[Dict[StrictStr, Any]] = None,
|
|
15983
|
+
_host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
|
|
15984
|
+
) -> RESTResponseType:
|
|
15985
|
+
"""endpoints_fleet_connectors_used_by_list
|
|
15986
|
+
|
|
15987
|
+
Get a list of all objects that use this object
|
|
15988
|
+
|
|
15989
|
+
:param connector_uuid: A UUID string identifying this Fleet Connector. (required)
|
|
15990
|
+
:type connector_uuid: UUID
|
|
15991
|
+
:param _request_timeout: timeout setting for this request. If one
|
|
15992
|
+
number provided, it will be total request
|
|
15993
|
+
timeout. It can also be a pair (tuple) of
|
|
15994
|
+
(connection, read) timeouts.
|
|
15995
|
+
:type _request_timeout: int, tuple(int, int), optional
|
|
15996
|
+
:param _request_auth: set to override the auth_settings for an a single
|
|
15997
|
+
request; this effectively ignores the
|
|
15998
|
+
authentication in the spec for a single request.
|
|
15999
|
+
:type _request_auth: dict, optional
|
|
16000
|
+
:param _content_type: force content-type for the request.
|
|
16001
|
+
:type _content_type: str, Optional
|
|
16002
|
+
:param _headers: set to override the headers for a single
|
|
16003
|
+
request; this effectively ignores the headers
|
|
16004
|
+
in the spec for a single request.
|
|
16005
|
+
:type _headers: dict, optional
|
|
16006
|
+
:param _host_index: set to override the host_index for a single
|
|
16007
|
+
request; this effectively ignores the host_index
|
|
16008
|
+
in the spec for a single request.
|
|
16009
|
+
:type _host_index: int, optional
|
|
16010
|
+
:return: Returns the result object.
|
|
16011
|
+
""" # noqa: E501
|
|
16012
|
+
|
|
16013
|
+
_param = self._endpoints_fleet_connectors_used_by_list_serialize(
|
|
16014
|
+
connector_uuid=connector_uuid,
|
|
16015
|
+
_request_auth=_request_auth,
|
|
16016
|
+
_content_type=_content_type,
|
|
16017
|
+
_headers=_headers,
|
|
16018
|
+
_host_index=_host_index
|
|
16019
|
+
)
|
|
16020
|
+
|
|
16021
|
+
_response_types_map: Dict[str, Optional[str]] = {
|
|
16022
|
+
'200': "List[UsedBy]",
|
|
16023
|
+
'400': "ValidationError",
|
|
16024
|
+
'403': "GenericError",
|
|
16025
|
+
}
|
|
16026
|
+
response_data = self.api_client.call_api(
|
|
16027
|
+
*_param,
|
|
16028
|
+
_request_timeout=_request_timeout
|
|
16029
|
+
)
|
|
16030
|
+
return response_data.response
|
|
16031
|
+
|
|
16032
|
+
|
|
16033
|
+
def _endpoints_fleet_connectors_used_by_list_serialize(
|
|
16034
|
+
self,
|
|
16035
|
+
connector_uuid,
|
|
16036
|
+
_request_auth,
|
|
16037
|
+
_content_type,
|
|
16038
|
+
_headers,
|
|
16039
|
+
_host_index,
|
|
16040
|
+
) -> RequestSerialized:
|
|
16041
|
+
|
|
16042
|
+
_host = None
|
|
16043
|
+
|
|
16044
|
+
_collection_formats: Dict[str, str] = {
|
|
16045
|
+
}
|
|
16046
|
+
|
|
16047
|
+
_path_params: Dict[str, str] = {}
|
|
16048
|
+
_query_params: List[Tuple[str, str]] = []
|
|
16049
|
+
_header_params: Dict[str, Optional[str]] = _headers or {}
|
|
16050
|
+
_form_params: List[Tuple[str, str]] = []
|
|
16051
|
+
_files: Dict[
|
|
16052
|
+
str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]]
|
|
16053
|
+
] = {}
|
|
16054
|
+
_body_params: Optional[bytes] = None
|
|
16055
|
+
|
|
16056
|
+
# process the path parameters
|
|
16057
|
+
if connector_uuid is not None:
|
|
16058
|
+
_path_params['connector_uuid'] = connector_uuid
|
|
16059
|
+
# process the query parameters
|
|
16060
|
+
# process the header parameters
|
|
16061
|
+
# process the form parameters
|
|
16062
|
+
# process the body parameter
|
|
16063
|
+
|
|
16064
|
+
|
|
16065
|
+
# set the HTTP header `Accept`
|
|
16066
|
+
if 'Accept' not in _header_params:
|
|
16067
|
+
_header_params['Accept'] = self.api_client.select_header_accept(
|
|
16068
|
+
[
|
|
16069
|
+
'application/json'
|
|
16070
|
+
]
|
|
16071
|
+
)
|
|
16072
|
+
|
|
16073
|
+
|
|
16074
|
+
# authentication setting
|
|
16075
|
+
_auth_settings: List[str] = [
|
|
16076
|
+
'authentik'
|
|
16077
|
+
]
|
|
16078
|
+
|
|
16079
|
+
return self.api_client.param_serialize(
|
|
16080
|
+
method='GET',
|
|
16081
|
+
resource_path='/endpoints/fleet/connectors/{connector_uuid}/used_by/',
|
|
16082
|
+
path_params=_path_params,
|
|
16083
|
+
query_params=_query_params,
|
|
16084
|
+
header_params=_header_params,
|
|
16085
|
+
body=_body_params,
|
|
16086
|
+
post_params=_form_params,
|
|
16087
|
+
files=_files,
|
|
16088
|
+
auth_settings=_auth_settings,
|
|
16089
|
+
collection_formats=_collection_formats,
|
|
16090
|
+
_host=_host,
|
|
16091
|
+
_request_auth=_request_auth
|
|
16092
|
+
)
|
|
16093
|
+
|
|
16094
|
+
|