authentik-rust

Crates.ioauthentik-rust
lib.rsauthentik-rust
version0.0.1
sourcesrc
created_at2024-05-09 03:29:42.564322
updated_at2024-05-09 03:29:42.564322
descriptionMaking authentication simple.
homepagehttps://github.com/efernau/authentik-rust
repositoryhttps://github.com/efernau/authentik-rust
max_upload_size
id1234824
size4,122,838
Esra Fernau (efernau)

documentation

https://github.com/efernau/authentik-rust

README

authentik Rust API Client

This repo contains a generated API client to talk with authentik's API from Rust.

Overview

This API client was generated by the OpenAPI Generator project. By using the openapi-spec from a remote server, you can easily generate an API client.

  • API version: 2024.2.1
  • Package version: 2024.2.1
  • Build package: org.openapitools.codegen.languages.RustClientCodegen

Installation

Put the package under your project folder in a directory named openapi and add the following to Cargo.toml under [dependencies]:

openapi = { path = "./openapi" }

Documentation for API Endpoints

All URIs are relative to http://localhost/api/v3

Class Method HTTP request Description

AdminApi | admin_apps_list | GET /admin/apps/ | AdminApi | admin_metrics_retrieve | GET /admin/metrics/ | AdminApi | admin_models_list | GET /admin/models/ | AdminApi | admin_settings_partial_update | PATCH /admin/settings/ | AdminApi | admin_settings_retrieve | GET /admin/settings/ | AdminApi | admin_settings_update | PUT /admin/settings/ | AdminApi | admin_system_create | POST /admin/system/ | AdminApi | admin_system_retrieve | GET /admin/system/ | AdminApi | admin_version_retrieve | GET /admin/version/ | AdminApi | admin_workers_retrieve | GET /admin/workers/ | AuthenticatorsApi | authenticators_admin_all_list | GET /authenticators/admin/all/ | AuthenticatorsApi | authenticators_admin_duo_create | POST /authenticators/admin/duo/ | AuthenticatorsApi | authenticators_admin_duo_destroy | DELETE /authenticators/admin/duo/{id}/ | AuthenticatorsApi | authenticators_admin_duo_list | GET /authenticators/admin/duo/ | AuthenticatorsApi | authenticators_admin_duo_partial_update | PATCH /authenticators/admin/duo/{id}/ | AuthenticatorsApi | authenticators_admin_duo_retrieve | GET /authenticators/admin/duo/{id}/ | AuthenticatorsApi | authenticators_admin_duo_update | PUT /authenticators/admin/duo/{id}/ | AuthenticatorsApi | authenticators_admin_sms_create | POST /authenticators/admin/sms/ | AuthenticatorsApi | authenticators_admin_sms_destroy | DELETE /authenticators/admin/sms/{id}/ | AuthenticatorsApi | authenticators_admin_sms_list | GET /authenticators/admin/sms/ | AuthenticatorsApi | authenticators_admin_sms_partial_update | PATCH /authenticators/admin/sms/{id}/ | AuthenticatorsApi | authenticators_admin_sms_retrieve | GET /authenticators/admin/sms/{id}/ | AuthenticatorsApi | authenticators_admin_sms_update | PUT /authenticators/admin/sms/{id}/ | AuthenticatorsApi | authenticators_admin_static_create | POST /authenticators/admin/static/ | AuthenticatorsApi | authenticators_admin_static_destroy | DELETE /authenticators/admin/static/{id}/ | AuthenticatorsApi | authenticators_admin_static_list | GET /authenticators/admin/static/ | AuthenticatorsApi | authenticators_admin_static_partial_update | PATCH /authenticators/admin/static/{id}/ | AuthenticatorsApi | authenticators_admin_static_retrieve | GET /authenticators/admin/static/{id}/ | AuthenticatorsApi | authenticators_admin_static_update | PUT /authenticators/admin/static/{id}/ | AuthenticatorsApi | authenticators_admin_totp_create | POST /authenticators/admin/totp/ | AuthenticatorsApi | authenticators_admin_totp_destroy | DELETE /authenticators/admin/totp/{id}/ | AuthenticatorsApi | authenticators_admin_totp_list | GET /authenticators/admin/totp/ | AuthenticatorsApi | authenticators_admin_totp_partial_update | PATCH /authenticators/admin/totp/{id}/ | AuthenticatorsApi | authenticators_admin_totp_retrieve | GET /authenticators/admin/totp/{id}/ | AuthenticatorsApi | authenticators_admin_totp_update | PUT /authenticators/admin/totp/{id}/ | AuthenticatorsApi | authenticators_admin_webauthn_create | POST /authenticators/admin/webauthn/ | AuthenticatorsApi | authenticators_admin_webauthn_destroy | DELETE /authenticators/admin/webauthn/{id}/ | AuthenticatorsApi | authenticators_admin_webauthn_list | GET /authenticators/admin/webauthn/ | AuthenticatorsApi | authenticators_admin_webauthn_partial_update | PATCH /authenticators/admin/webauthn/{id}/ | AuthenticatorsApi | authenticators_admin_webauthn_retrieve | GET /authenticators/admin/webauthn/{id}/ | AuthenticatorsApi | authenticators_admin_webauthn_update | PUT /authenticators/admin/webauthn/{id}/ | AuthenticatorsApi | authenticators_all_list | GET /authenticators/all/ | AuthenticatorsApi | authenticators_duo_destroy | DELETE /authenticators/duo/{id}/ | AuthenticatorsApi | authenticators_duo_list | GET /authenticators/duo/ | AuthenticatorsApi | authenticators_duo_partial_update | PATCH /authenticators/duo/{id}/ | AuthenticatorsApi | authenticators_duo_retrieve | GET /authenticators/duo/{id}/ | AuthenticatorsApi | authenticators_duo_update | PUT /authenticators/duo/{id}/ | AuthenticatorsApi | authenticators_duo_used_by_list | GET /authenticators/duo/{id}/used_by/ | AuthenticatorsApi | authenticators_sms_destroy | DELETE /authenticators/sms/{id}/ | AuthenticatorsApi | authenticators_sms_list | GET /authenticators/sms/ | AuthenticatorsApi | authenticators_sms_partial_update | PATCH /authenticators/sms/{id}/ | AuthenticatorsApi | authenticators_sms_retrieve | GET /authenticators/sms/{id}/ | AuthenticatorsApi | authenticators_sms_update | PUT /authenticators/sms/{id}/ | AuthenticatorsApi | authenticators_sms_used_by_list | GET /authenticators/sms/{id}/used_by/ | AuthenticatorsApi | authenticators_static_destroy | DELETE /authenticators/static/{id}/ | AuthenticatorsApi | authenticators_static_list | GET /authenticators/static/ | AuthenticatorsApi | authenticators_static_partial_update | PATCH /authenticators/static/{id}/ | AuthenticatorsApi | authenticators_static_retrieve | GET /authenticators/static/{id}/ | AuthenticatorsApi | authenticators_static_update | PUT /authenticators/static/{id}/ | AuthenticatorsApi | authenticators_static_used_by_list | GET /authenticators/static/{id}/used_by/ | AuthenticatorsApi | authenticators_totp_destroy | DELETE /authenticators/totp/{id}/ | AuthenticatorsApi | authenticators_totp_list | GET /authenticators/totp/ | AuthenticatorsApi | authenticators_totp_partial_update | PATCH /authenticators/totp/{id}/ | AuthenticatorsApi | authenticators_totp_retrieve | GET /authenticators/totp/{id}/ | AuthenticatorsApi | authenticators_totp_update | PUT /authenticators/totp/{id}/ | AuthenticatorsApi | authenticators_totp_used_by_list | GET /authenticators/totp/{id}/used_by/ | AuthenticatorsApi | authenticators_webauthn_destroy | DELETE /authenticators/webauthn/{id}/ | AuthenticatorsApi | authenticators_webauthn_list | GET /authenticators/webauthn/ | AuthenticatorsApi | authenticators_webauthn_partial_update | PATCH /authenticators/webauthn/{id}/ | AuthenticatorsApi | authenticators_webauthn_retrieve | GET /authenticators/webauthn/{id}/ | AuthenticatorsApi | authenticators_webauthn_update | PUT /authenticators/webauthn/{id}/ | AuthenticatorsApi | authenticators_webauthn_used_by_list | GET /authenticators/webauthn/{id}/used_by/ | CoreApi | core_applications_check_access_retrieve | GET /core/applications/{slug}/check_access/ | CoreApi | core_applications_create | POST /core/applications/ | CoreApi | core_applications_destroy | DELETE /core/applications/{slug}/ | CoreApi | core_applications_list | GET /core/applications/ | CoreApi | core_applications_metrics_list | GET /core/applications/{slug}/metrics/ | CoreApi | core_applications_partial_update | PATCH /core/applications/{slug}/ | CoreApi | core_applications_retrieve | GET /core/applications/{slug}/ | CoreApi | core_applications_set_icon_create | POST /core/applications/{slug}/set_icon/ | CoreApi | core_applications_set_icon_url_create | POST /core/applications/{slug}/set_icon_url/ | CoreApi | core_applications_update | PUT /core/applications/{slug}/ | CoreApi | core_applications_used_by_list | GET /core/applications/{slug}/used_by/ | CoreApi | core_authenticated_sessions_destroy | DELETE /core/authenticated_sessions/{uuid}/ | CoreApi | core_authenticated_sessions_list | GET /core/authenticated_sessions/ | CoreApi | core_authenticated_sessions_retrieve | GET /core/authenticated_sessions/{uuid}/ | CoreApi | core_authenticated_sessions_used_by_list | GET /core/authenticated_sessions/{uuid}/used_by/ | CoreApi | core_brands_create | POST /core/brands/ | CoreApi | core_brands_current_retrieve | GET /core/brands/current/ | CoreApi | core_brands_destroy | DELETE /core/brands/{brand_uuid}/ | CoreApi | core_brands_list | GET /core/brands/ | CoreApi | core_brands_partial_update | PATCH /core/brands/{brand_uuid}/ | CoreApi | core_brands_retrieve | GET /core/brands/{brand_uuid}/ | CoreApi | core_brands_update | PUT /core/brands/{brand_uuid}/ | CoreApi | core_brands_used_by_list | GET /core/brands/{brand_uuid}/used_by/ | CoreApi | core_groups_add_user_create | POST /core/groups/{group_uuid}/add_user/ | CoreApi | core_groups_create | POST /core/groups/ | CoreApi | core_groups_destroy | DELETE /core/groups/{group_uuid}/ | CoreApi | core_groups_list | GET /core/groups/ | CoreApi | core_groups_partial_update | PATCH /core/groups/{group_uuid}/ | CoreApi | core_groups_remove_user_create | POST /core/groups/{group_uuid}/remove_user/ | CoreApi | core_groups_retrieve | GET /core/groups/{group_uuid}/ | CoreApi | core_groups_update | PUT /core/groups/{group_uuid}/ | CoreApi | core_groups_used_by_list | GET /core/groups/{group_uuid}/used_by/ | CoreApi | core_tokens_create | POST /core/tokens/ | CoreApi | core_tokens_destroy | DELETE /core/tokens/{identifier}/ | CoreApi | core_tokens_list | GET /core/tokens/ | CoreApi | core_tokens_partial_update | PATCH /core/tokens/{identifier}/ | CoreApi | core_tokens_retrieve | GET /core/tokens/{identifier}/ | CoreApi | core_tokens_set_key_create | POST /core/tokens/{identifier}/set_key/ | CoreApi | core_tokens_update | PUT /core/tokens/{identifier}/ | CoreApi | core_tokens_used_by_list | GET /core/tokens/{identifier}/used_by/ | CoreApi | core_tokens_view_key_retrieve | GET /core/tokens/{identifier}/view_key/ | CoreApi | core_transactional_applications_update | PUT /core/transactional/applications/ | CoreApi | core_user_consent_destroy | DELETE /core/user_consent/{id}/ | CoreApi | core_user_consent_list | GET /core/user_consent/ | CoreApi | core_user_consent_retrieve | GET /core/user_consent/{id}/ | CoreApi | core_user_consent_used_by_list | GET /core/user_consent/{id}/used_by/ | CoreApi | core_users_create | POST /core/users/ | CoreApi | core_users_destroy | DELETE /core/users/{id}/ | CoreApi | core_users_impersonate_create | POST /core/users/{id}/impersonate/ | CoreApi | core_users_impersonate_end_retrieve | GET /core/users/impersonate_end/ | CoreApi | core_users_list | GET /core/users/ | CoreApi | core_users_me_retrieve | GET /core/users/me/ | CoreApi | core_users_metrics_retrieve | GET /core/users/{id}/metrics/ | CoreApi | core_users_partial_update | PATCH /core/users/{id}/ | CoreApi | core_users_paths_retrieve | GET /core/users/paths/ | CoreApi | core_users_recovery_create | POST /core/users/{id}/recovery/ | CoreApi | core_users_recovery_email_create | POST /core/users/{id}/recovery_email/ | CoreApi | core_users_retrieve | GET /core/users/{id}/ | CoreApi | core_users_service_account_create | POST /core/users/service_account/ | CoreApi | core_users_set_password_create | POST /core/users/{id}/set_password/ | CoreApi | core_users_update | PUT /core/users/{id}/ | CoreApi | core_users_used_by_list | GET /core/users/{id}/used_by/ | CryptoApi | crypto_certificatekeypairs_create | POST /crypto/certificatekeypairs/ | CryptoApi | crypto_certificatekeypairs_destroy | DELETE /crypto/certificatekeypairs/{kp_uuid}/ | CryptoApi | crypto_certificatekeypairs_generate_create | POST /crypto/certificatekeypairs/generate/ | CryptoApi | crypto_certificatekeypairs_list | GET /crypto/certificatekeypairs/ | CryptoApi | crypto_certificatekeypairs_partial_update | PATCH /crypto/certificatekeypairs/{kp_uuid}/ | CryptoApi | crypto_certificatekeypairs_retrieve | GET /crypto/certificatekeypairs/{kp_uuid}/ | CryptoApi | crypto_certificatekeypairs_update | PUT /crypto/certificatekeypairs/{kp_uuid}/ | CryptoApi | crypto_certificatekeypairs_used_by_list | GET /crypto/certificatekeypairs/{kp_uuid}/used_by/ | CryptoApi | crypto_certificatekeypairs_view_certificate_retrieve | GET /crypto/certificatekeypairs/{kp_uuid}/view_certificate/ | CryptoApi | crypto_certificatekeypairs_view_private_key_retrieve | GET /crypto/certificatekeypairs/{kp_uuid}/view_private_key/ | EnterpriseApi | enterprise_license_create | POST /enterprise/license/ | EnterpriseApi | enterprise_license_destroy | DELETE /enterprise/license/{license_uuid}/ | EnterpriseApi | enterprise_license_forecast_retrieve | GET /enterprise/license/forecast/ | EnterpriseApi | enterprise_license_get_install_id_retrieve | GET /enterprise/license/get_install_id/ | EnterpriseApi | enterprise_license_list | GET /enterprise/license/ | EnterpriseApi | enterprise_license_partial_update | PATCH /enterprise/license/{license_uuid}/ | EnterpriseApi | enterprise_license_retrieve | GET /enterprise/license/{license_uuid}/ | EnterpriseApi | enterprise_license_summary_retrieve | GET /enterprise/license/summary/ | EnterpriseApi | enterprise_license_update | PUT /enterprise/license/{license_uuid}/ | EnterpriseApi | enterprise_license_used_by_list | GET /enterprise/license/{license_uuid}/used_by/ | EventsApi | events_events_actions_list | GET /events/events/actions/ | EventsApi | events_events_create | POST /events/events/ | EventsApi | events_events_destroy | DELETE /events/events/{event_uuid}/ | EventsApi | events_events_list | GET /events/events/ | EventsApi | events_events_partial_update | PATCH /events/events/{event_uuid}/ | EventsApi | events_events_per_month_list | GET /events/events/per_month/ | EventsApi | events_events_retrieve | GET /events/events/{event_uuid}/ | EventsApi | events_events_top_per_user_list | GET /events/events/top_per_user/ | EventsApi | events_events_update | PUT /events/events/{event_uuid}/ | EventsApi | events_events_volume_list | GET /events/events/volume/ | EventsApi | events_notifications_destroy | DELETE /events/notifications/{uuid}/ | EventsApi | events_notifications_list | GET /events/notifications/ | EventsApi | events_notifications_mark_all_seen_create | POST /events/notifications/mark_all_seen/ | EventsApi | events_notifications_partial_update | PATCH /events/notifications/{uuid}/ | EventsApi | events_notifications_retrieve | GET /events/notifications/{uuid}/ | EventsApi | events_notifications_update | PUT /events/notifications/{uuid}/ | EventsApi | events_notifications_used_by_list | GET /events/notifications/{uuid}/used_by/ | EventsApi | events_rules_create | POST /events/rules/ | EventsApi | events_rules_destroy | DELETE /events/rules/{pbm_uuid}/ | EventsApi | events_rules_list | GET /events/rules/ | EventsApi | events_rules_partial_update | PATCH /events/rules/{pbm_uuid}/ | EventsApi | events_rules_retrieve | GET /events/rules/{pbm_uuid}/ | EventsApi | events_rules_update | PUT /events/rules/{pbm_uuid}/ | EventsApi | events_rules_used_by_list | GET /events/rules/{pbm_uuid}/used_by/ | EventsApi | events_system_tasks_list | GET /events/system_tasks/ | EventsApi | events_system_tasks_retrieve | GET /events/system_tasks/{uuid}/ | EventsApi | events_system_tasks_run_create | POST /events/system_tasks/{uuid}/run/ | EventsApi | events_transports_create | POST /events/transports/ | EventsApi | events_transports_destroy | DELETE /events/transports/{uuid}/ | EventsApi | events_transports_list | GET /events/transports/ | EventsApi | events_transports_partial_update | PATCH /events/transports/{uuid}/ | EventsApi | events_transports_retrieve | GET /events/transports/{uuid}/ | EventsApi | events_transports_test_create | POST /events/transports/{uuid}/test/ | EventsApi | events_transports_update | PUT /events/transports/{uuid}/ | EventsApi | events_transports_used_by_list | GET /events/transports/{uuid}/used_by/ | FlowsApi | flows_bindings_create | POST /flows/bindings/ | FlowsApi | flows_bindings_destroy | DELETE /flows/bindings/{fsb_uuid}/ | FlowsApi | flows_bindings_list | GET /flows/bindings/ | FlowsApi | flows_bindings_partial_update | PATCH /flows/bindings/{fsb_uuid}/ | FlowsApi | flows_bindings_retrieve | GET /flows/bindings/{fsb_uuid}/ | FlowsApi | flows_bindings_update | PUT /flows/bindings/{fsb_uuid}/ | FlowsApi | flows_bindings_used_by_list | GET /flows/bindings/{fsb_uuid}/used_by/ | FlowsApi | flows_executor_get | GET /flows/executor/{flow_slug}/ | FlowsApi | flows_executor_solve | POST /flows/executor/{flow_slug}/ | FlowsApi | flows_inspector_get | GET /flows/inspector/{flow_slug}/ | FlowsApi | flows_instances_cache_clear_create | POST /flows/instances/cache_clear/ | FlowsApi | flows_instances_cache_info_retrieve | GET /flows/instances/cache_info/ | FlowsApi | flows_instances_create | POST /flows/instances/ | FlowsApi | flows_instances_destroy | DELETE /flows/instances/{slug}/ | FlowsApi | flows_instances_diagram_retrieve | GET /flows/instances/{slug}/diagram/ | FlowsApi | flows_instances_execute_retrieve | GET /flows/instances/{slug}/execute/ | FlowsApi | flows_instances_export_retrieve | GET /flows/instances/{slug}/export/ | FlowsApi | flows_instances_import_create | POST /flows/instances/import/ | FlowsApi | flows_instances_list | GET /flows/instances/ | FlowsApi | flows_instances_partial_update | PATCH /flows/instances/{slug}/ | FlowsApi | flows_instances_retrieve | GET /flows/instances/{slug}/ | FlowsApi | flows_instances_set_background_create | POST /flows/instances/{slug}/set_background/ | FlowsApi | flows_instances_set_background_url_create | POST /flows/instances/{slug}/set_background_url/ | FlowsApi | flows_instances_update | PUT /flows/instances/{slug}/ | FlowsApi | flows_instances_used_by_list | GET /flows/instances/{slug}/used_by/ | ManagedApi | managed_blueprints_apply_create | POST /managed/blueprints/{instance_uuid}/apply/ | ManagedApi | managed_blueprints_available_list | GET /managed/blueprints/available/ | ManagedApi | managed_blueprints_create | POST /managed/blueprints/ | ManagedApi | managed_blueprints_destroy | DELETE /managed/blueprints/{instance_uuid}/ | ManagedApi | managed_blueprints_list | GET /managed/blueprints/ | ManagedApi | managed_blueprints_partial_update | PATCH /managed/blueprints/{instance_uuid}/ | ManagedApi | managed_blueprints_retrieve | GET /managed/blueprints/{instance_uuid}/ | ManagedApi | managed_blueprints_update | PUT /managed/blueprints/{instance_uuid}/ | ManagedApi | managed_blueprints_used_by_list | GET /managed/blueprints/{instance_uuid}/used_by/ | Oauth2Api | oauth2_access_tokens_destroy | DELETE /oauth2/access_tokens/{id}/ | Oauth2Api | oauth2_access_tokens_list | GET /oauth2/access_tokens/ | Oauth2Api | oauth2_access_tokens_retrieve | GET /oauth2/access_tokens/{id}/ | Oauth2Api | oauth2_access_tokens_used_by_list | GET /oauth2/access_tokens/{id}/used_by/ | Oauth2Api | oauth2_authorization_codes_destroy | DELETE /oauth2/authorization_codes/{id}/ | Oauth2Api | oauth2_authorization_codes_list | GET /oauth2/authorization_codes/ | Oauth2Api | oauth2_authorization_codes_retrieve | GET /oauth2/authorization_codes/{id}/ | Oauth2Api | oauth2_authorization_codes_used_by_list | GET /oauth2/authorization_codes/{id}/used_by/ | Oauth2Api | oauth2_refresh_tokens_destroy | DELETE /oauth2/refresh_tokens/{id}/ | Oauth2Api | oauth2_refresh_tokens_list | GET /oauth2/refresh_tokens/ | Oauth2Api | oauth2_refresh_tokens_retrieve | GET /oauth2/refresh_tokens/{id}/ | Oauth2Api | oauth2_refresh_tokens_used_by_list | GET /oauth2/refresh_tokens/{id}/used_by/ | OutpostsApi | outposts_instances_create | POST /outposts/instances/ | OutpostsApi | outposts_instances_default_settings_retrieve | GET /outposts/instances/default_settings/ | OutpostsApi | outposts_instances_destroy | DELETE /outposts/instances/{uuid}/ | OutpostsApi | outposts_instances_health_list | GET /outposts/instances/{uuid}/health/ | OutpostsApi | outposts_instances_list | GET /outposts/instances/ | OutpostsApi | outposts_instances_partial_update | PATCH /outposts/instances/{uuid}/ | OutpostsApi | outposts_instances_retrieve | GET /outposts/instances/{uuid}/ | OutpostsApi | outposts_instances_update | PUT /outposts/instances/{uuid}/ | OutpostsApi | outposts_instances_used_by_list | GET /outposts/instances/{uuid}/used_by/ | OutpostsApi | outposts_ldap_list | GET /outposts/ldap/ | OutpostsApi | outposts_ldap_retrieve | GET /outposts/ldap/{id}/ | OutpostsApi | outposts_proxy_list | GET /outposts/proxy/ | OutpostsApi | outposts_proxy_retrieve | GET /outposts/proxy/{id}/ | OutpostsApi | outposts_radius_list | GET /outposts/radius/ | OutpostsApi | outposts_radius_retrieve | GET /outposts/radius/{id}/ | OutpostsApi | outposts_service_connections_all_destroy | DELETE /outposts/service_connections/all/{uuid}/ | OutpostsApi | outposts_service_connections_all_list | GET /outposts/service_connections/all/ | OutpostsApi | outposts_service_connections_all_retrieve | GET /outposts/service_connections/all/{uuid}/ | OutpostsApi | outposts_service_connections_all_state_retrieve | GET /outposts/service_connections/all/{uuid}/state/ | OutpostsApi | outposts_service_connections_all_types_list | GET /outposts/service_connections/all/types/ | OutpostsApi | outposts_service_connections_all_used_by_list | GET /outposts/service_connections/all/{uuid}/used_by/ | OutpostsApi | outposts_service_connections_docker_create | POST /outposts/service_connections/docker/ | OutpostsApi | outposts_service_connections_docker_destroy | DELETE /outposts/service_connections/docker/{uuid}/ | OutpostsApi | outposts_service_connections_docker_list | GET /outposts/service_connections/docker/ | OutpostsApi | outposts_service_connections_docker_partial_update | PATCH /outposts/service_connections/docker/{uuid}/ | OutpostsApi | outposts_service_connections_docker_retrieve | GET /outposts/service_connections/docker/{uuid}/ | OutpostsApi | outposts_service_connections_docker_update | PUT /outposts/service_connections/docker/{uuid}/ | OutpostsApi | outposts_service_connections_docker_used_by_list | GET /outposts/service_connections/docker/{uuid}/used_by/ | OutpostsApi | outposts_service_connections_kubernetes_create | POST /outposts/service_connections/kubernetes/ | OutpostsApi | outposts_service_connections_kubernetes_destroy | DELETE /outposts/service_connections/kubernetes/{uuid}/ | OutpostsApi | outposts_service_connections_kubernetes_list | GET /outposts/service_connections/kubernetes/ | OutpostsApi | outposts_service_connections_kubernetes_partial_update | PATCH /outposts/service_connections/kubernetes/{uuid}/ | OutpostsApi | outposts_service_connections_kubernetes_retrieve | GET /outposts/service_connections/kubernetes/{uuid}/ | OutpostsApi | outposts_service_connections_kubernetes_update | PUT /outposts/service_connections/kubernetes/{uuid}/ | OutpostsApi | outposts_service_connections_kubernetes_used_by_list | GET /outposts/service_connections/kubernetes/{uuid}/used_by/ | PoliciesApi | policies_all_cache_clear_create | POST /policies/all/cache_clear/ | PoliciesApi | policies_all_cache_info_retrieve | GET /policies/all/cache_info/ | PoliciesApi | policies_all_destroy | DELETE /policies/all/{policy_uuid}/ | PoliciesApi | policies_all_list | GET /policies/all/ | PoliciesApi | policies_all_retrieve | GET /policies/all/{policy_uuid}/ | PoliciesApi | policies_all_test_create | POST /policies/all/{policy_uuid}/test/ | PoliciesApi | policies_all_types_list | GET /policies/all/types/ | PoliciesApi | policies_all_used_by_list | GET /policies/all/{policy_uuid}/used_by/ | PoliciesApi | policies_bindings_create | POST /policies/bindings/ | PoliciesApi | policies_bindings_destroy | DELETE /policies/bindings/{policy_binding_uuid}/ | PoliciesApi | policies_bindings_list | GET /policies/bindings/ | PoliciesApi | policies_bindings_partial_update | PATCH /policies/bindings/{policy_binding_uuid}/ | PoliciesApi | policies_bindings_retrieve | GET /policies/bindings/{policy_binding_uuid}/ | PoliciesApi | policies_bindings_update | PUT /policies/bindings/{policy_binding_uuid}/ | PoliciesApi | policies_bindings_used_by_list | GET /policies/bindings/{policy_binding_uuid}/used_by/ | PoliciesApi | policies_dummy_create | POST /policies/dummy/ | PoliciesApi | policies_dummy_destroy | DELETE /policies/dummy/{policy_uuid}/ | PoliciesApi | policies_dummy_list | GET /policies/dummy/ | PoliciesApi | policies_dummy_partial_update | PATCH /policies/dummy/{policy_uuid}/ | PoliciesApi | policies_dummy_retrieve | GET /policies/dummy/{policy_uuid}/ | PoliciesApi | policies_dummy_update | PUT /policies/dummy/{policy_uuid}/ | PoliciesApi | policies_dummy_used_by_list | GET /policies/dummy/{policy_uuid}/used_by/ | PoliciesApi | policies_event_matcher_create | POST /policies/event_matcher/ | PoliciesApi | policies_event_matcher_destroy | DELETE /policies/event_matcher/{policy_uuid}/ | PoliciesApi | policies_event_matcher_list | GET /policies/event_matcher/ | PoliciesApi | policies_event_matcher_partial_update | PATCH /policies/event_matcher/{policy_uuid}/ | PoliciesApi | policies_event_matcher_retrieve | GET /policies/event_matcher/{policy_uuid}/ | PoliciesApi | policies_event_matcher_update | PUT /policies/event_matcher/{policy_uuid}/ | PoliciesApi | policies_event_matcher_used_by_list | GET /policies/event_matcher/{policy_uuid}/used_by/ | PoliciesApi | policies_expression_create | POST /policies/expression/ | PoliciesApi | policies_expression_destroy | DELETE /policies/expression/{policy_uuid}/ | PoliciesApi | policies_expression_list | GET /policies/expression/ | PoliciesApi | policies_expression_partial_update | PATCH /policies/expression/{policy_uuid}/ | PoliciesApi | policies_expression_retrieve | GET /policies/expression/{policy_uuid}/ | PoliciesApi | policies_expression_update | PUT /policies/expression/{policy_uuid}/ | PoliciesApi | policies_expression_used_by_list | GET /policies/expression/{policy_uuid}/used_by/ | PoliciesApi | policies_password_create | POST /policies/password/ | PoliciesApi | policies_password_destroy | DELETE /policies/password/{policy_uuid}/ | PoliciesApi | policies_password_expiry_create | POST /policies/password_expiry/ | PoliciesApi | policies_password_expiry_destroy | DELETE /policies/password_expiry/{policy_uuid}/ | PoliciesApi | policies_password_expiry_list | GET /policies/password_expiry/ | PoliciesApi | policies_password_expiry_partial_update | PATCH /policies/password_expiry/{policy_uuid}/ | PoliciesApi | policies_password_expiry_retrieve | GET /policies/password_expiry/{policy_uuid}/ | PoliciesApi | policies_password_expiry_update | PUT /policies/password_expiry/{policy_uuid}/ | PoliciesApi | policies_password_expiry_used_by_list | GET /policies/password_expiry/{policy_uuid}/used_by/ | PoliciesApi | policies_password_list | GET /policies/password/ | PoliciesApi | policies_password_partial_update | PATCH /policies/password/{policy_uuid}/ | PoliciesApi | policies_password_retrieve | GET /policies/password/{policy_uuid}/ | PoliciesApi | policies_password_update | PUT /policies/password/{policy_uuid}/ | PoliciesApi | policies_password_used_by_list | GET /policies/password/{policy_uuid}/used_by/ | PoliciesApi | policies_reputation_create | POST /policies/reputation/ | PoliciesApi | policies_reputation_destroy | DELETE /policies/reputation/{policy_uuid}/ | PoliciesApi | policies_reputation_list | GET /policies/reputation/ | PoliciesApi | policies_reputation_partial_update | PATCH /policies/reputation/{policy_uuid}/ | PoliciesApi | policies_reputation_retrieve | GET /policies/reputation/{policy_uuid}/ | PoliciesApi | policies_reputation_scores_destroy | DELETE /policies/reputation/scores/{reputation_uuid}/ | PoliciesApi | policies_reputation_scores_list | GET /policies/reputation/scores/ | PoliciesApi | policies_reputation_scores_retrieve | GET /policies/reputation/scores/{reputation_uuid}/ | PoliciesApi | policies_reputation_scores_used_by_list | GET /policies/reputation/scores/{reputation_uuid}/used_by/ | PoliciesApi | policies_reputation_update | PUT /policies/reputation/{policy_uuid}/ | PoliciesApi | policies_reputation_used_by_list | GET /policies/reputation/{policy_uuid}/used_by/ | PropertymappingsApi | propertymappings_all_destroy | DELETE /propertymappings/all/{pm_uuid}/ | PropertymappingsApi | propertymappings_all_list | GET /propertymappings/all/ | PropertymappingsApi | propertymappings_all_retrieve | GET /propertymappings/all/{pm_uuid}/ | PropertymappingsApi | propertymappings_all_test_create | POST /propertymappings/all/{pm_uuid}/test/ | PropertymappingsApi | propertymappings_all_types_list | GET /propertymappings/all/types/ | PropertymappingsApi | propertymappings_all_used_by_list | GET /propertymappings/all/{pm_uuid}/used_by/ | PropertymappingsApi | propertymappings_ldap_create | POST /propertymappings/ldap/ | PropertymappingsApi | propertymappings_ldap_destroy | DELETE /propertymappings/ldap/{pm_uuid}/ | PropertymappingsApi | propertymappings_ldap_list | GET /propertymappings/ldap/ | PropertymappingsApi | propertymappings_ldap_partial_update | PATCH /propertymappings/ldap/{pm_uuid}/ | PropertymappingsApi | propertymappings_ldap_retrieve | GET /propertymappings/ldap/{pm_uuid}/ | PropertymappingsApi | propertymappings_ldap_update | PUT /propertymappings/ldap/{pm_uuid}/ | PropertymappingsApi | propertymappings_ldap_used_by_list | GET /propertymappings/ldap/{pm_uuid}/used_by/ | PropertymappingsApi | propertymappings_notification_create | POST /propertymappings/notification/ | PropertymappingsApi | propertymappings_notification_destroy | DELETE /propertymappings/notification/{pm_uuid}/ | PropertymappingsApi | propertymappings_notification_list | GET /propertymappings/notification/ | PropertymappingsApi | propertymappings_notification_partial_update | PATCH /propertymappings/notification/{pm_uuid}/ | PropertymappingsApi | propertymappings_notification_retrieve | GET /propertymappings/notification/{pm_uuid}/ | PropertymappingsApi | propertymappings_notification_update | PUT /propertymappings/notification/{pm_uuid}/ | PropertymappingsApi | propertymappings_notification_used_by_list | GET /propertymappings/notification/{pm_uuid}/used_by/ | PropertymappingsApi | propertymappings_rac_create | POST /propertymappings/rac/ | PropertymappingsApi | propertymappings_rac_destroy | DELETE /propertymappings/rac/{pm_uuid}/ | PropertymappingsApi | propertymappings_rac_list | GET /propertymappings/rac/ | PropertymappingsApi | propertymappings_rac_partial_update | PATCH /propertymappings/rac/{pm_uuid}/ | PropertymappingsApi | propertymappings_rac_retrieve | GET /propertymappings/rac/{pm_uuid}/ | PropertymappingsApi | propertymappings_rac_update | PUT /propertymappings/rac/{pm_uuid}/ | PropertymappingsApi | propertymappings_rac_used_by_list | GET /propertymappings/rac/{pm_uuid}/used_by/ | PropertymappingsApi | propertymappings_saml_create | POST /propertymappings/saml/ | PropertymappingsApi | propertymappings_saml_destroy | DELETE /propertymappings/saml/{pm_uuid}/ | PropertymappingsApi | propertymappings_saml_list | GET /propertymappings/saml/ | PropertymappingsApi | propertymappings_saml_partial_update | PATCH /propertymappings/saml/{pm_uuid}/ | PropertymappingsApi | propertymappings_saml_retrieve | GET /propertymappings/saml/{pm_uuid}/ | PropertymappingsApi | propertymappings_saml_update | PUT /propertymappings/saml/{pm_uuid}/ | PropertymappingsApi | propertymappings_saml_used_by_list | GET /propertymappings/saml/{pm_uuid}/used_by/ | PropertymappingsApi | propertymappings_scim_create | POST /propertymappings/scim/ | PropertymappingsApi | propertymappings_scim_destroy | DELETE /propertymappings/scim/{pm_uuid}/ | PropertymappingsApi | propertymappings_scim_list | GET /propertymappings/scim/ | PropertymappingsApi | propertymappings_scim_partial_update | PATCH /propertymappings/scim/{pm_uuid}/ | PropertymappingsApi | propertymappings_scim_retrieve | GET /propertymappings/scim/{pm_uuid}/ | PropertymappingsApi | propertymappings_scim_update | PUT /propertymappings/scim/{pm_uuid}/ | PropertymappingsApi | propertymappings_scim_used_by_list | GET /propertymappings/scim/{pm_uuid}/used_by/ | PropertymappingsApi | propertymappings_scope_create | POST /propertymappings/scope/ | PropertymappingsApi | propertymappings_scope_destroy | DELETE /propertymappings/scope/{pm_uuid}/ | PropertymappingsApi | propertymappings_scope_list | GET /propertymappings/scope/ | PropertymappingsApi | propertymappings_scope_partial_update | PATCH /propertymappings/scope/{pm_uuid}/ | PropertymappingsApi | propertymappings_scope_retrieve | GET /propertymappings/scope/{pm_uuid}/ | PropertymappingsApi | propertymappings_scope_update | PUT /propertymappings/scope/{pm_uuid}/ | PropertymappingsApi | propertymappings_scope_used_by_list | GET /propertymappings/scope/{pm_uuid}/used_by/ | ProvidersApi | providers_all_destroy | DELETE /providers/all/{id}/ | ProvidersApi | providers_all_list | GET /providers/all/ | ProvidersApi | providers_all_retrieve | GET /providers/all/{id}/ | ProvidersApi | providers_all_types_list | GET /providers/all/types/ | ProvidersApi | providers_all_used_by_list | GET /providers/all/{id}/used_by/ | ProvidersApi | providers_ldap_create | POST /providers/ldap/ | ProvidersApi | providers_ldap_destroy | DELETE /providers/ldap/{id}/ | ProvidersApi | providers_ldap_list | GET /providers/ldap/ | ProvidersApi | providers_ldap_partial_update | PATCH /providers/ldap/{id}/ | ProvidersApi | providers_ldap_retrieve | GET /providers/ldap/{id}/ | ProvidersApi | providers_ldap_update | PUT /providers/ldap/{id}/ | ProvidersApi | providers_ldap_used_by_list | GET /providers/ldap/{id}/used_by/ | ProvidersApi | providers_oauth2_create | POST /providers/oauth2/ | ProvidersApi | providers_oauth2_destroy | DELETE /providers/oauth2/{id}/ | ProvidersApi | providers_oauth2_list | GET /providers/oauth2/ | ProvidersApi | providers_oauth2_partial_update | PATCH /providers/oauth2/{id}/ | ProvidersApi | providers_oauth2_preview_user_retrieve | GET /providers/oauth2/{id}/preview_user/ | ProvidersApi | providers_oauth2_retrieve | GET /providers/oauth2/{id}/ | ProvidersApi | providers_oauth2_setup_urls_retrieve | GET /providers/oauth2/{id}/setup_urls/ | ProvidersApi | providers_oauth2_update | PUT /providers/oauth2/{id}/ | ProvidersApi | providers_oauth2_used_by_list | GET /providers/oauth2/{id}/used_by/ | ProvidersApi | providers_proxy_create | POST /providers/proxy/ | ProvidersApi | providers_proxy_destroy | DELETE /providers/proxy/{id}/ | ProvidersApi | providers_proxy_list | GET /providers/proxy/ | ProvidersApi | providers_proxy_partial_update | PATCH /providers/proxy/{id}/ | ProvidersApi | providers_proxy_retrieve | GET /providers/proxy/{id}/ | ProvidersApi | providers_proxy_update | PUT /providers/proxy/{id}/ | ProvidersApi | providers_proxy_used_by_list | GET /providers/proxy/{id}/used_by/ | ProvidersApi | providers_rac_create | POST /providers/rac/ | ProvidersApi | providers_rac_destroy | DELETE /providers/rac/{id}/ | ProvidersApi | providers_rac_list | GET /providers/rac/ | ProvidersApi | providers_rac_partial_update | PATCH /providers/rac/{id}/ | ProvidersApi | providers_rac_retrieve | GET /providers/rac/{id}/ | ProvidersApi | providers_rac_update | PUT /providers/rac/{id}/ | ProvidersApi | providers_rac_used_by_list | GET /providers/rac/{id}/used_by/ | ProvidersApi | providers_radius_create | POST /providers/radius/ | ProvidersApi | providers_radius_destroy | DELETE /providers/radius/{id}/ | ProvidersApi | providers_radius_list | GET /providers/radius/ | ProvidersApi | providers_radius_partial_update | PATCH /providers/radius/{id}/ | ProvidersApi | providers_radius_retrieve | GET /providers/radius/{id}/ | ProvidersApi | providers_radius_update | PUT /providers/radius/{id}/ | ProvidersApi | providers_radius_used_by_list | GET /providers/radius/{id}/used_by/ | ProvidersApi | providers_saml_create | POST /providers/saml/ | ProvidersApi | providers_saml_destroy | DELETE /providers/saml/{id}/ | ProvidersApi | providers_saml_import_metadata_create | POST /providers/saml/import_metadata/ | ProvidersApi | providers_saml_list | GET /providers/saml/ | ProvidersApi | providers_saml_metadata_retrieve | GET /providers/saml/{id}/metadata/ | ProvidersApi | providers_saml_partial_update | PATCH /providers/saml/{id}/ | ProvidersApi | providers_saml_preview_user_retrieve | GET /providers/saml/{id}/preview_user/ | ProvidersApi | providers_saml_retrieve | GET /providers/saml/{id}/ | ProvidersApi | providers_saml_update | PUT /providers/saml/{id}/ | ProvidersApi | providers_saml_used_by_list | GET /providers/saml/{id}/used_by/ | ProvidersApi | providers_scim_create | POST /providers/scim/ | ProvidersApi | providers_scim_destroy | DELETE /providers/scim/{id}/ | ProvidersApi | providers_scim_list | GET /providers/scim/ | ProvidersApi | providers_scim_partial_update | PATCH /providers/scim/{id}/ | ProvidersApi | providers_scim_retrieve | GET /providers/scim/{id}/ | ProvidersApi | providers_scim_sync_status_retrieve | GET /providers/scim/{id}/sync_status/ | ProvidersApi | providers_scim_update | PUT /providers/scim/{id}/ | ProvidersApi | providers_scim_used_by_list | GET /providers/scim/{id}/used_by/ | RacApi | rac_connection_tokens_destroy | DELETE /rac/connection_tokens/{connection_token_uuid}/ | RacApi | rac_connection_tokens_list | GET /rac/connection_tokens/ | RacApi | rac_connection_tokens_partial_update | PATCH /rac/connection_tokens/{connection_token_uuid}/ | RacApi | rac_connection_tokens_retrieve | GET /rac/connection_tokens/{connection_token_uuid}/ | RacApi | rac_connection_tokens_update | PUT /rac/connection_tokens/{connection_token_uuid}/ | RacApi | rac_connection_tokens_used_by_list | GET /rac/connection_tokens/{connection_token_uuid}/used_by/ | RacApi | rac_endpoints_create | POST /rac/endpoints/ | RacApi | rac_endpoints_destroy | DELETE /rac/endpoints/{pbm_uuid}/ | RacApi | rac_endpoints_list | GET /rac/endpoints/ | RacApi | rac_endpoints_partial_update | PATCH /rac/endpoints/{pbm_uuid}/ | RacApi | rac_endpoints_retrieve | GET /rac/endpoints/{pbm_uuid}/ | RacApi | rac_endpoints_update | PUT /rac/endpoints/{pbm_uuid}/ | RacApi | rac_endpoints_used_by_list | GET /rac/endpoints/{pbm_uuid}/used_by/ | RbacApi | rbac_permissions_assigned_by_roles_assign_create | POST /rbac/permissions/assigned_by_roles/{uuid}/assign/ | RbacApi | rbac_permissions_assigned_by_roles_list | GET /rbac/permissions/assigned_by_roles/ | RbacApi | rbac_permissions_assigned_by_roles_unassign_partial_update | PATCH /rbac/permissions/assigned_by_roles/{uuid}/unassign/ | RbacApi | rbac_permissions_assigned_by_users_assign_create | POST /rbac/permissions/assigned_by_users/{id}/assign/ | RbacApi | rbac_permissions_assigned_by_users_list | GET /rbac/permissions/assigned_by_users/ | RbacApi | rbac_permissions_assigned_by_users_unassign_partial_update | PATCH /rbac/permissions/assigned_by_users/{id}/unassign/ | RbacApi | rbac_permissions_list | GET /rbac/permissions/ | RbacApi | rbac_permissions_retrieve | GET /rbac/permissions/{id}/ | RbacApi | rbac_permissions_roles_list | GET /rbac/permissions/roles/ | RbacApi | rbac_permissions_users_list | GET /rbac/permissions/users/ | RbacApi | rbac_roles_create | POST /rbac/roles/ | RbacApi | rbac_roles_destroy | DELETE /rbac/roles/{uuid}/ | RbacApi | rbac_roles_list | GET /rbac/roles/ | RbacApi | rbac_roles_partial_update | PATCH /rbac/roles/{uuid}/ | RbacApi | rbac_roles_retrieve | GET /rbac/roles/{uuid}/ | RbacApi | rbac_roles_update | PUT /rbac/roles/{uuid}/ | RbacApi | rbac_roles_used_by_list | GET /rbac/roles/{uuid}/used_by/ | RootApi | root_config_retrieve | GET /root/config/ | SchemaApi | schema_retrieve | GET /schema/ | SourcesApi | sources_all_destroy | DELETE /sources/all/{slug}/ | SourcesApi | sources_all_list | GET /sources/all/ | SourcesApi | sources_all_retrieve | GET /sources/all/{slug}/ | SourcesApi | sources_all_set_icon_create | POST /sources/all/{slug}/set_icon/ | SourcesApi | sources_all_set_icon_url_create | POST /sources/all/{slug}/set_icon_url/ | SourcesApi | sources_all_types_list | GET /sources/all/types/ | SourcesApi | sources_all_used_by_list | GET /sources/all/{slug}/used_by/ | SourcesApi | sources_all_user_settings_list | GET /sources/all/user_settings/ | SourcesApi | sources_ldap_create | POST /sources/ldap/ | SourcesApi | sources_ldap_debug_retrieve | GET /sources/ldap/{slug}/debug/ | SourcesApi | sources_ldap_destroy | DELETE /sources/ldap/{slug}/ | SourcesApi | sources_ldap_list | GET /sources/ldap/ | SourcesApi | sources_ldap_partial_update | PATCH /sources/ldap/{slug}/ | SourcesApi | sources_ldap_retrieve | GET /sources/ldap/{slug}/ | SourcesApi | sources_ldap_sync_status_retrieve | GET /sources/ldap/{slug}/sync_status/ | SourcesApi | sources_ldap_update | PUT /sources/ldap/{slug}/ | SourcesApi | sources_ldap_used_by_list | GET /sources/ldap/{slug}/used_by/ | SourcesApi | sources_oauth_create | POST /sources/oauth/ | SourcesApi | sources_oauth_destroy | DELETE /sources/oauth/{slug}/ | SourcesApi | sources_oauth_list | GET /sources/oauth/ | SourcesApi | sources_oauth_partial_update | PATCH /sources/oauth/{slug}/ | SourcesApi | sources_oauth_retrieve | GET /sources/oauth/{slug}/ | SourcesApi | sources_oauth_source_types_list | GET /sources/oauth/source_types/ | SourcesApi | sources_oauth_update | PUT /sources/oauth/{slug}/ | SourcesApi | sources_oauth_used_by_list | GET /sources/oauth/{slug}/used_by/ | SourcesApi | sources_plex_create | POST /sources/plex/ | SourcesApi | sources_plex_destroy | DELETE /sources/plex/{slug}/ | SourcesApi | sources_plex_list | GET /sources/plex/ | SourcesApi | sources_plex_partial_update | PATCH /sources/plex/{slug}/ | SourcesApi | sources_plex_redeem_token_authenticated_create | POST /sources/plex/redeem_token_authenticated/ | SourcesApi | sources_plex_redeem_token_create | POST /sources/plex/redeem_token/ | SourcesApi | sources_plex_retrieve | GET /sources/plex/{slug}/ | SourcesApi | sources_plex_update | PUT /sources/plex/{slug}/ | SourcesApi | sources_plex_used_by_list | GET /sources/plex/{slug}/used_by/ | SourcesApi | sources_saml_create | POST /sources/saml/ | SourcesApi | sources_saml_destroy | DELETE /sources/saml/{slug}/ | SourcesApi | sources_saml_list | GET /sources/saml/ | SourcesApi | sources_saml_metadata_retrieve | GET /sources/saml/{slug}/metadata/ | SourcesApi | sources_saml_partial_update | PATCH /sources/saml/{slug}/ | SourcesApi | sources_saml_retrieve | GET /sources/saml/{slug}/ | SourcesApi | sources_saml_update | PUT /sources/saml/{slug}/ | SourcesApi | sources_saml_used_by_list | GET /sources/saml/{slug}/used_by/ | SourcesApi | sources_user_connections_all_destroy | DELETE /sources/user_connections/all/{id}/ | SourcesApi | sources_user_connections_all_list | GET /sources/user_connections/all/ | SourcesApi | sources_user_connections_all_partial_update | PATCH /sources/user_connections/all/{id}/ | SourcesApi | sources_user_connections_all_retrieve | GET /sources/user_connections/all/{id}/ | SourcesApi | sources_user_connections_all_update | PUT /sources/user_connections/all/{id}/ | SourcesApi | sources_user_connections_all_used_by_list | GET /sources/user_connections/all/{id}/used_by/ | SourcesApi | sources_user_connections_oauth_create | POST /sources/user_connections/oauth/ | SourcesApi | sources_user_connections_oauth_destroy | DELETE /sources/user_connections/oauth/{id}/ | SourcesApi | sources_user_connections_oauth_list | GET /sources/user_connections/oauth/ | SourcesApi | sources_user_connections_oauth_partial_update | PATCH /sources/user_connections/oauth/{id}/ | SourcesApi | sources_user_connections_oauth_retrieve | GET /sources/user_connections/oauth/{id}/ | SourcesApi | sources_user_connections_oauth_update | PUT /sources/user_connections/oauth/{id}/ | SourcesApi | sources_user_connections_oauth_used_by_list | GET /sources/user_connections/oauth/{id}/used_by/ | SourcesApi | sources_user_connections_plex_create | POST /sources/user_connections/plex/ | SourcesApi | sources_user_connections_plex_destroy | DELETE /sources/user_connections/plex/{id}/ | SourcesApi | sources_user_connections_plex_list | GET /sources/user_connections/plex/ | SourcesApi | sources_user_connections_plex_partial_update | PATCH /sources/user_connections/plex/{id}/ | SourcesApi | sources_user_connections_plex_retrieve | GET /sources/user_connections/plex/{id}/ | SourcesApi | sources_user_connections_plex_update | PUT /sources/user_connections/plex/{id}/ | SourcesApi | sources_user_connections_plex_used_by_list | GET /sources/user_connections/plex/{id}/used_by/ | SourcesApi | sources_user_connections_saml_create | POST /sources/user_connections/saml/ | SourcesApi | sources_user_connections_saml_destroy | DELETE /sources/user_connections/saml/{id}/ | SourcesApi | sources_user_connections_saml_list | GET /sources/user_connections/saml/ | SourcesApi | sources_user_connections_saml_partial_update | PATCH /sources/user_connections/saml/{id}/ | SourcesApi | sources_user_connections_saml_retrieve | GET /sources/user_connections/saml/{id}/ | SourcesApi | sources_user_connections_saml_update | PUT /sources/user_connections/saml/{id}/ | SourcesApi | sources_user_connections_saml_used_by_list | GET /sources/user_connections/saml/{id}/used_by/ | StagesApi | stages_all_destroy | DELETE /stages/all/{stage_uuid}/ | StagesApi | stages_all_list | GET /stages/all/ | StagesApi | stages_all_retrieve | GET /stages/all/{stage_uuid}/ | StagesApi | stages_all_types_list | GET /stages/all/types/ | StagesApi | stages_all_used_by_list | GET /stages/all/{stage_uuid}/used_by/ | StagesApi | stages_all_user_settings_list | GET /stages/all/user_settings/ | StagesApi | stages_authenticator_duo_create | POST /stages/authenticator/duo/ | StagesApi | stages_authenticator_duo_destroy | DELETE /stages/authenticator/duo/{stage_uuid}/ | StagesApi | stages_authenticator_duo_enrollment_status_create | POST /stages/authenticator/duo/{stage_uuid}/enrollment_status/ | StagesApi | stages_authenticator_duo_import_device_manual_create | POST /stages/authenticator/duo/{stage_uuid}/import_device_manual/ | StagesApi | stages_authenticator_duo_import_devices_automatic_create | POST /stages/authenticator/duo/{stage_uuid}/import_devices_automatic/ | StagesApi | stages_authenticator_duo_list | GET /stages/authenticator/duo/ | StagesApi | stages_authenticator_duo_partial_update | PATCH /stages/authenticator/duo/{stage_uuid}/ | StagesApi | stages_authenticator_duo_retrieve | GET /stages/authenticator/duo/{stage_uuid}/ | StagesApi | stages_authenticator_duo_update | PUT /stages/authenticator/duo/{stage_uuid}/ | StagesApi | stages_authenticator_duo_used_by_list | GET /stages/authenticator/duo/{stage_uuid}/used_by/ | StagesApi | stages_authenticator_sms_create | POST /stages/authenticator/sms/ | StagesApi | stages_authenticator_sms_destroy | DELETE /stages/authenticator/sms/{stage_uuid}/ | StagesApi | stages_authenticator_sms_list | GET /stages/authenticator/sms/ | StagesApi | stages_authenticator_sms_partial_update | PATCH /stages/authenticator/sms/{stage_uuid}/ | StagesApi | stages_authenticator_sms_retrieve | GET /stages/authenticator/sms/{stage_uuid}/ | StagesApi | stages_authenticator_sms_update | PUT /stages/authenticator/sms/{stage_uuid}/ | StagesApi | stages_authenticator_sms_used_by_list | GET /stages/authenticator/sms/{stage_uuid}/used_by/ | StagesApi | stages_authenticator_static_create | POST /stages/authenticator/static/ | StagesApi | stages_authenticator_static_destroy | DELETE /stages/authenticator/static/{stage_uuid}/ | StagesApi | stages_authenticator_static_list | GET /stages/authenticator/static/ | StagesApi | stages_authenticator_static_partial_update | PATCH /stages/authenticator/static/{stage_uuid}/ | StagesApi | stages_authenticator_static_retrieve | GET /stages/authenticator/static/{stage_uuid}/ | StagesApi | stages_authenticator_static_update | PUT /stages/authenticator/static/{stage_uuid}/ | StagesApi | stages_authenticator_static_used_by_list | GET /stages/authenticator/static/{stage_uuid}/used_by/ | StagesApi | stages_authenticator_totp_create | POST /stages/authenticator/totp/ | StagesApi | stages_authenticator_totp_destroy | DELETE /stages/authenticator/totp/{stage_uuid}/ | StagesApi | stages_authenticator_totp_list | GET /stages/authenticator/totp/ | StagesApi | stages_authenticator_totp_partial_update | PATCH /stages/authenticator/totp/{stage_uuid}/ | StagesApi | stages_authenticator_totp_retrieve | GET /stages/authenticator/totp/{stage_uuid}/ | StagesApi | stages_authenticator_totp_update | PUT /stages/authenticator/totp/{stage_uuid}/ | StagesApi | stages_authenticator_totp_used_by_list | GET /stages/authenticator/totp/{stage_uuid}/used_by/ | StagesApi | stages_authenticator_validate_create | POST /stages/authenticator/validate/ | StagesApi | stages_authenticator_validate_destroy | DELETE /stages/authenticator/validate/{stage_uuid}/ | StagesApi | stages_authenticator_validate_list | GET /stages/authenticator/validate/ | StagesApi | stages_authenticator_validate_partial_update | PATCH /stages/authenticator/validate/{stage_uuid}/ | StagesApi | stages_authenticator_validate_retrieve | GET /stages/authenticator/validate/{stage_uuid}/ | StagesApi | stages_authenticator_validate_update | PUT /stages/authenticator/validate/{stage_uuid}/ | StagesApi | stages_authenticator_validate_used_by_list | GET /stages/authenticator/validate/{stage_uuid}/used_by/ | StagesApi | stages_authenticator_webauthn_create | POST /stages/authenticator/webauthn/ | StagesApi | stages_authenticator_webauthn_destroy | DELETE /stages/authenticator/webauthn/{stage_uuid}/ | StagesApi | stages_authenticator_webauthn_list | GET /stages/authenticator/webauthn/ | StagesApi | stages_authenticator_webauthn_partial_update | PATCH /stages/authenticator/webauthn/{stage_uuid}/ | StagesApi | stages_authenticator_webauthn_retrieve | GET /stages/authenticator/webauthn/{stage_uuid}/ | StagesApi | stages_authenticator_webauthn_update | PUT /stages/authenticator/webauthn/{stage_uuid}/ | StagesApi | stages_authenticator_webauthn_used_by_list | GET /stages/authenticator/webauthn/{stage_uuid}/used_by/ | StagesApi | stages_captcha_create | POST /stages/captcha/ | StagesApi | stages_captcha_destroy | DELETE /stages/captcha/{stage_uuid}/ | StagesApi | stages_captcha_list | GET /stages/captcha/ | StagesApi | stages_captcha_partial_update | PATCH /stages/captcha/{stage_uuid}/ | StagesApi | stages_captcha_retrieve | GET /stages/captcha/{stage_uuid}/ | StagesApi | stages_captcha_update | PUT /stages/captcha/{stage_uuid}/ | StagesApi | stages_captcha_used_by_list | GET /stages/captcha/{stage_uuid}/used_by/ | StagesApi | stages_consent_create | POST /stages/consent/ | StagesApi | stages_consent_destroy | DELETE /stages/consent/{stage_uuid}/ | StagesApi | stages_consent_list | GET /stages/consent/ | StagesApi | stages_consent_partial_update | PATCH /stages/consent/{stage_uuid}/ | StagesApi | stages_consent_retrieve | GET /stages/consent/{stage_uuid}/ | StagesApi | stages_consent_update | PUT /stages/consent/{stage_uuid}/ | StagesApi | stages_consent_used_by_list | GET /stages/consent/{stage_uuid}/used_by/ | StagesApi | stages_deny_create | POST /stages/deny/ | StagesApi | stages_deny_destroy | DELETE /stages/deny/{stage_uuid}/ | StagesApi | stages_deny_list | GET /stages/deny/ | StagesApi | stages_deny_partial_update | PATCH /stages/deny/{stage_uuid}/ | StagesApi | stages_deny_retrieve | GET /stages/deny/{stage_uuid}/ | StagesApi | stages_deny_update | PUT /stages/deny/{stage_uuid}/ | StagesApi | stages_deny_used_by_list | GET /stages/deny/{stage_uuid}/used_by/ | StagesApi | stages_dummy_create | POST /stages/dummy/ | StagesApi | stages_dummy_destroy | DELETE /stages/dummy/{stage_uuid}/ | StagesApi | stages_dummy_list | GET /stages/dummy/ | StagesApi | stages_dummy_partial_update | PATCH /stages/dummy/{stage_uuid}/ | StagesApi | stages_dummy_retrieve | GET /stages/dummy/{stage_uuid}/ | StagesApi | stages_dummy_update | PUT /stages/dummy/{stage_uuid}/ | StagesApi | stages_dummy_used_by_list | GET /stages/dummy/{stage_uuid}/used_by/ | StagesApi | stages_email_create | POST /stages/email/ | StagesApi | stages_email_destroy | DELETE /stages/email/{stage_uuid}/ | StagesApi | stages_email_list | GET /stages/email/ | StagesApi | stages_email_partial_update | PATCH /stages/email/{stage_uuid}/ | StagesApi | stages_email_retrieve | GET /stages/email/{stage_uuid}/ | StagesApi | stages_email_templates_list | GET /stages/email/templates/ | StagesApi | stages_email_update | PUT /stages/email/{stage_uuid}/ | StagesApi | stages_email_used_by_list | GET /stages/email/{stage_uuid}/used_by/ | StagesApi | stages_identification_create | POST /stages/identification/ | StagesApi | stages_identification_destroy | DELETE /stages/identification/{stage_uuid}/ | StagesApi | stages_identification_list | GET /stages/identification/ | StagesApi | stages_identification_partial_update | PATCH /stages/identification/{stage_uuid}/ | StagesApi | stages_identification_retrieve | GET /stages/identification/{stage_uuid}/ | StagesApi | stages_identification_update | PUT /stages/identification/{stage_uuid}/ | StagesApi | stages_identification_used_by_list | GET /stages/identification/{stage_uuid}/used_by/ | StagesApi | stages_invitation_invitations_create | POST /stages/invitation/invitations/ | StagesApi | stages_invitation_invitations_destroy | DELETE /stages/invitation/invitations/{invite_uuid}/ | StagesApi | stages_invitation_invitations_list | GET /stages/invitation/invitations/ | StagesApi | stages_invitation_invitations_partial_update | PATCH /stages/invitation/invitations/{invite_uuid}/ | StagesApi | stages_invitation_invitations_retrieve | GET /stages/invitation/invitations/{invite_uuid}/ | StagesApi | stages_invitation_invitations_update | PUT /stages/invitation/invitations/{invite_uuid}/ | StagesApi | stages_invitation_invitations_used_by_list | GET /stages/invitation/invitations/{invite_uuid}/used_by/ | StagesApi | stages_invitation_stages_create | POST /stages/invitation/stages/ | StagesApi | stages_invitation_stages_destroy | DELETE /stages/invitation/stages/{stage_uuid}/ | StagesApi | stages_invitation_stages_list | GET /stages/invitation/stages/ | StagesApi | stages_invitation_stages_partial_update | PATCH /stages/invitation/stages/{stage_uuid}/ | StagesApi | stages_invitation_stages_retrieve | GET /stages/invitation/stages/{stage_uuid}/ | StagesApi | stages_invitation_stages_update | PUT /stages/invitation/stages/{stage_uuid}/ | StagesApi | stages_invitation_stages_used_by_list | GET /stages/invitation/stages/{stage_uuid}/used_by/ | StagesApi | stages_password_create | POST /stages/password/ | StagesApi | stages_password_destroy | DELETE /stages/password/{stage_uuid}/ | StagesApi | stages_password_list | GET /stages/password/ | StagesApi | stages_password_partial_update | PATCH /stages/password/{stage_uuid}/ | StagesApi | stages_password_retrieve | GET /stages/password/{stage_uuid}/ | StagesApi | stages_password_update | PUT /stages/password/{stage_uuid}/ | StagesApi | stages_password_used_by_list | GET /stages/password/{stage_uuid}/used_by/ | StagesApi | stages_prompt_prompts_create | POST /stages/prompt/prompts/ | StagesApi | stages_prompt_prompts_destroy | DELETE /stages/prompt/prompts/{prompt_uuid}/ | StagesApi | stages_prompt_prompts_list | GET /stages/prompt/prompts/ | StagesApi | stages_prompt_prompts_partial_update | PATCH /stages/prompt/prompts/{prompt_uuid}/ | StagesApi | stages_prompt_prompts_preview_create | POST /stages/prompt/prompts/preview/ | StagesApi | stages_prompt_prompts_retrieve | GET /stages/prompt/prompts/{prompt_uuid}/ | StagesApi | stages_prompt_prompts_update | PUT /stages/prompt/prompts/{prompt_uuid}/ | StagesApi | stages_prompt_prompts_used_by_list | GET /stages/prompt/prompts/{prompt_uuid}/used_by/ | StagesApi | stages_prompt_stages_create | POST /stages/prompt/stages/ | StagesApi | stages_prompt_stages_destroy | DELETE /stages/prompt/stages/{stage_uuid}/ | StagesApi | stages_prompt_stages_list | GET /stages/prompt/stages/ | StagesApi | stages_prompt_stages_partial_update | PATCH /stages/prompt/stages/{stage_uuid}/ | StagesApi | stages_prompt_stages_retrieve | GET /stages/prompt/stages/{stage_uuid}/ | StagesApi | stages_prompt_stages_update | PUT /stages/prompt/stages/{stage_uuid}/ | StagesApi | stages_prompt_stages_used_by_list | GET /stages/prompt/stages/{stage_uuid}/used_by/ | StagesApi | stages_user_delete_create | POST /stages/user_delete/ | StagesApi | stages_user_delete_destroy | DELETE /stages/user_delete/{stage_uuid}/ | StagesApi | stages_user_delete_list | GET /stages/user_delete/ | StagesApi | stages_user_delete_partial_update | PATCH /stages/user_delete/{stage_uuid}/ | StagesApi | stages_user_delete_retrieve | GET /stages/user_delete/{stage_uuid}/ | StagesApi | stages_user_delete_update | PUT /stages/user_delete/{stage_uuid}/ | StagesApi | stages_user_delete_used_by_list | GET /stages/user_delete/{stage_uuid}/used_by/ | StagesApi | stages_user_login_create | POST /stages/user_login/ | StagesApi | stages_user_login_destroy | DELETE /stages/user_login/{stage_uuid}/ | StagesApi | stages_user_login_list | GET /stages/user_login/ | StagesApi | stages_user_login_partial_update | PATCH /stages/user_login/{stage_uuid}/ | StagesApi | stages_user_login_retrieve | GET /stages/user_login/{stage_uuid}/ | StagesApi | stages_user_login_update | PUT /stages/user_login/{stage_uuid}/ | StagesApi | stages_user_login_used_by_list | GET /stages/user_login/{stage_uuid}/used_by/ | StagesApi | stages_user_logout_create | POST /stages/user_logout/ | StagesApi | stages_user_logout_destroy | DELETE /stages/user_logout/{stage_uuid}/ | StagesApi | stages_user_logout_list | GET /stages/user_logout/ | StagesApi | stages_user_logout_partial_update | PATCH /stages/user_logout/{stage_uuid}/ | StagesApi | stages_user_logout_retrieve | GET /stages/user_logout/{stage_uuid}/ | StagesApi | stages_user_logout_update | PUT /stages/user_logout/{stage_uuid}/ | StagesApi | stages_user_logout_used_by_list | GET /stages/user_logout/{stage_uuid}/used_by/ | StagesApi | stages_user_write_create | POST /stages/user_write/ | StagesApi | stages_user_write_destroy | DELETE /stages/user_write/{stage_uuid}/ | StagesApi | stages_user_write_list | GET /stages/user_write/ | StagesApi | stages_user_write_partial_update | PATCH /stages/user_write/{stage_uuid}/ | StagesApi | stages_user_write_retrieve | GET /stages/user_write/{stage_uuid}/ | StagesApi | stages_user_write_update | PUT /stages/user_write/{stage_uuid}/ | StagesApi | stages_user_write_used_by_list | GET /stages/user_write/{stage_uuid}/used_by/ | TenantsApi | tenants_domains_create | POST /tenants/domains/ | TenantsApi | tenants_domains_destroy | DELETE /tenants/domains/{id}/ | TenantsApi | tenants_domains_list | GET /tenants/domains/ | TenantsApi | tenants_domains_partial_update | PATCH /tenants/domains/{id}/ | TenantsApi | tenants_domains_retrieve | GET /tenants/domains/{id}/ | TenantsApi | tenants_domains_update | PUT /tenants/domains/{id}/ | TenantsApi | tenants_tenants_create | POST /tenants/tenants/ | TenantsApi | tenants_tenants_create_admin_group_create | POST /tenants/tenants/{tenant_uuid}/create_admin_group/ | TenantsApi | tenants_tenants_create_recovery_key_create | POST /tenants/tenants/{tenant_uuid}/create_recovery_key/ | TenantsApi | tenants_tenants_destroy | DELETE /tenants/tenants/{tenant_uuid}/ | TenantsApi | tenants_tenants_list | GET /tenants/tenants/ | TenantsApi | tenants_tenants_partial_update | PATCH /tenants/tenants/{tenant_uuid}/ | TenantsApi | tenants_tenants_retrieve | GET /tenants/tenants/{tenant_uuid}/ | TenantsApi | tenants_tenants_update | PUT /tenants/tenants/{tenant_uuid}/ |

Documentation For Models

To get access to the crate's generated documentation, use:

cargo doc --open

Author

hello@goauthentik.io

Commit count: 4

cargo fmt