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
|
|
|
@@ -613,7 +613,7 @@ class PoliciesApi:
|
|
|
613
613
|
Policy Viewset
|
|
614
614
|
|
|
615
615
|
:param policy_uuid: A UUID string identifying this Policy. (required)
|
|
616
|
-
:type policy_uuid:
|
|
616
|
+
:type policy_uuid: UUID
|
|
617
617
|
:param _request_timeout: timeout setting for this request. If one
|
|
618
618
|
number provided, it will be total request
|
|
619
619
|
timeout. It can also be a pair (tuple) of
|
|
@@ -682,7 +682,7 @@ class PoliciesApi:
|
|
|
682
682
|
Policy Viewset
|
|
683
683
|
|
|
684
684
|
:param policy_uuid: A UUID string identifying this Policy. (required)
|
|
685
|
-
:type policy_uuid:
|
|
685
|
+
:type policy_uuid: UUID
|
|
686
686
|
:param _request_timeout: timeout setting for this request. If one
|
|
687
687
|
number provided, it will be total request
|
|
688
688
|
timeout. It can also be a pair (tuple) of
|
|
@@ -751,7 +751,7 @@ class PoliciesApi:
|
|
|
751
751
|
Policy Viewset
|
|
752
752
|
|
|
753
753
|
:param policy_uuid: A UUID string identifying this Policy. (required)
|
|
754
|
-
:type policy_uuid:
|
|
754
|
+
:type policy_uuid: UUID
|
|
755
755
|
:param _request_timeout: timeout setting for this request. If one
|
|
756
756
|
number provided, it will be total request
|
|
757
757
|
timeout. It can also be a pair (tuple) of
|
|
@@ -1234,7 +1234,7 @@ class PoliciesApi:
|
|
|
1234
1234
|
Policy Viewset
|
|
1235
1235
|
|
|
1236
1236
|
:param policy_uuid: A UUID string identifying this Policy. (required)
|
|
1237
|
-
:type policy_uuid:
|
|
1237
|
+
:type policy_uuid: UUID
|
|
1238
1238
|
:param _request_timeout: timeout setting for this request. If one
|
|
1239
1239
|
number provided, it will be total request
|
|
1240
1240
|
timeout. It can also be a pair (tuple) of
|
|
@@ -1303,7 +1303,7 @@ class PoliciesApi:
|
|
|
1303
1303
|
Policy Viewset
|
|
1304
1304
|
|
|
1305
1305
|
:param policy_uuid: A UUID string identifying this Policy. (required)
|
|
1306
|
-
:type policy_uuid:
|
|
1306
|
+
:type policy_uuid: UUID
|
|
1307
1307
|
:param _request_timeout: timeout setting for this request. If one
|
|
1308
1308
|
number provided, it will be total request
|
|
1309
1309
|
timeout. It can also be a pair (tuple) of
|
|
@@ -1372,7 +1372,7 @@ class PoliciesApi:
|
|
|
1372
1372
|
Policy Viewset
|
|
1373
1373
|
|
|
1374
1374
|
:param policy_uuid: A UUID string identifying this Policy. (required)
|
|
1375
|
-
:type policy_uuid:
|
|
1375
|
+
:type policy_uuid: UUID
|
|
1376
1376
|
:param _request_timeout: timeout setting for this request. If one
|
|
1377
1377
|
number provided, it will be total request
|
|
1378
1378
|
timeout. It can also be a pair (tuple) of
|
|
@@ -1502,7 +1502,7 @@ class PoliciesApi:
|
|
|
1502
1502
|
Test policy
|
|
1503
1503
|
|
|
1504
1504
|
:param policy_uuid: A UUID string identifying this Policy. (required)
|
|
1505
|
-
:type policy_uuid:
|
|
1505
|
+
:type policy_uuid: UUID
|
|
1506
1506
|
:param policy_test_request: (required)
|
|
1507
1507
|
:type policy_test_request: PolicyTestRequest
|
|
1508
1508
|
:param _request_timeout: timeout setting for this request. If one
|
|
@@ -1575,7 +1575,7 @@ class PoliciesApi:
|
|
|
1575
1575
|
Test policy
|
|
1576
1576
|
|
|
1577
1577
|
:param policy_uuid: A UUID string identifying this Policy. (required)
|
|
1578
|
-
:type policy_uuid:
|
|
1578
|
+
:type policy_uuid: UUID
|
|
1579
1579
|
:param policy_test_request: (required)
|
|
1580
1580
|
:type policy_test_request: PolicyTestRequest
|
|
1581
1581
|
:param _request_timeout: timeout setting for this request. If one
|
|
@@ -1648,7 +1648,7 @@ class PoliciesApi:
|
|
|
1648
1648
|
Test policy
|
|
1649
1649
|
|
|
1650
1650
|
:param policy_uuid: A UUID string identifying this Policy. (required)
|
|
1651
|
-
:type policy_uuid:
|
|
1651
|
+
:type policy_uuid: UUID
|
|
1652
1652
|
:param policy_test_request: (required)
|
|
1653
1653
|
:type policy_test_request: PolicyTestRequest
|
|
1654
1654
|
:param _request_timeout: timeout setting for this request. If one
|
|
@@ -2048,7 +2048,7 @@ class PoliciesApi:
|
|
|
2048
2048
|
Get a list of all objects that use this object
|
|
2049
2049
|
|
|
2050
2050
|
:param policy_uuid: A UUID string identifying this Policy. (required)
|
|
2051
|
-
:type policy_uuid:
|
|
2051
|
+
:type policy_uuid: UUID
|
|
2052
2052
|
:param _request_timeout: timeout setting for this request. If one
|
|
2053
2053
|
number provided, it will be total request
|
|
2054
2054
|
timeout. It can also be a pair (tuple) of
|
|
@@ -2117,7 +2117,7 @@ class PoliciesApi:
|
|
|
2117
2117
|
Get a list of all objects that use this object
|
|
2118
2118
|
|
|
2119
2119
|
:param policy_uuid: A UUID string identifying this Policy. (required)
|
|
2120
|
-
:type policy_uuid:
|
|
2120
|
+
:type policy_uuid: UUID
|
|
2121
2121
|
:param _request_timeout: timeout setting for this request. If one
|
|
2122
2122
|
number provided, it will be total request
|
|
2123
2123
|
timeout. It can also be a pair (tuple) of
|
|
@@ -2186,7 +2186,7 @@ class PoliciesApi:
|
|
|
2186
2186
|
Get a list of all objects that use this object
|
|
2187
2187
|
|
|
2188
2188
|
:param policy_uuid: A UUID string identifying this Policy. (required)
|
|
2189
|
-
:type policy_uuid:
|
|
2189
|
+
:type policy_uuid: UUID
|
|
2190
2190
|
:param _request_timeout: timeout setting for this request. If one
|
|
2191
2191
|
number provided, it will be total request
|
|
2192
2192
|
timeout. It can also be a pair (tuple) of
|
|
@@ -2595,7 +2595,7 @@ class PoliciesApi:
|
|
|
2595
2595
|
PolicyBinding Viewset
|
|
2596
2596
|
|
|
2597
2597
|
:param policy_binding_uuid: A UUID string identifying this Policy Binding. (required)
|
|
2598
|
-
:type policy_binding_uuid:
|
|
2598
|
+
:type policy_binding_uuid: UUID
|
|
2599
2599
|
:param _request_timeout: timeout setting for this request. If one
|
|
2600
2600
|
number provided, it will be total request
|
|
2601
2601
|
timeout. It can also be a pair (tuple) of
|
|
@@ -2664,7 +2664,7 @@ class PoliciesApi:
|
|
|
2664
2664
|
PolicyBinding Viewset
|
|
2665
2665
|
|
|
2666
2666
|
:param policy_binding_uuid: A UUID string identifying this Policy Binding. (required)
|
|
2667
|
-
:type policy_binding_uuid:
|
|
2667
|
+
:type policy_binding_uuid: UUID
|
|
2668
2668
|
:param _request_timeout: timeout setting for this request. If one
|
|
2669
2669
|
number provided, it will be total request
|
|
2670
2670
|
timeout. It can also be a pair (tuple) of
|
|
@@ -2733,7 +2733,7 @@ class PoliciesApi:
|
|
|
2733
2733
|
PolicyBinding Viewset
|
|
2734
2734
|
|
|
2735
2735
|
:param policy_binding_uuid: A UUID string identifying this Policy Binding. (required)
|
|
2736
|
-
:type policy_binding_uuid:
|
|
2736
|
+
:type policy_binding_uuid: UUID
|
|
2737
2737
|
:param _request_timeout: timeout setting for this request. If one
|
|
2738
2738
|
number provided, it will be total request
|
|
2739
2739
|
timeout. It can also be a pair (tuple) of
|
|
@@ -2882,15 +2882,15 @@ class PoliciesApi:
|
|
|
2882
2882
|
:param page_size: Number of results to return per page.
|
|
2883
2883
|
:type page_size: int
|
|
2884
2884
|
:param policy:
|
|
2885
|
-
:type policy:
|
|
2885
|
+
:type policy: UUID
|
|
2886
2886
|
:param policy__isnull:
|
|
2887
2887
|
:type policy__isnull: bool
|
|
2888
2888
|
:param search: A search term.
|
|
2889
2889
|
:type search: str
|
|
2890
2890
|
:param target:
|
|
2891
|
-
:type target:
|
|
2891
|
+
:type target: UUID
|
|
2892
2892
|
:param target_in:
|
|
2893
|
-
:type target_in: List[
|
|
2893
|
+
:type target_in: List[UUID]
|
|
2894
2894
|
:param timeout:
|
|
2895
2895
|
:type timeout: int
|
|
2896
2896
|
:param _request_timeout: timeout setting for this request. If one
|
|
@@ -2991,15 +2991,15 @@ class PoliciesApi:
|
|
|
2991
2991
|
:param page_size: Number of results to return per page.
|
|
2992
2992
|
:type page_size: int
|
|
2993
2993
|
:param policy:
|
|
2994
|
-
:type policy:
|
|
2994
|
+
:type policy: UUID
|
|
2995
2995
|
:param policy__isnull:
|
|
2996
2996
|
:type policy__isnull: bool
|
|
2997
2997
|
:param search: A search term.
|
|
2998
2998
|
:type search: str
|
|
2999
2999
|
:param target:
|
|
3000
|
-
:type target:
|
|
3000
|
+
:type target: UUID
|
|
3001
3001
|
:param target_in:
|
|
3002
|
-
:type target_in: List[
|
|
3002
|
+
:type target_in: List[UUID]
|
|
3003
3003
|
:param timeout:
|
|
3004
3004
|
:type timeout: int
|
|
3005
3005
|
:param _request_timeout: timeout setting for this request. If one
|
|
@@ -3100,15 +3100,15 @@ class PoliciesApi:
|
|
|
3100
3100
|
:param page_size: Number of results to return per page.
|
|
3101
3101
|
:type page_size: int
|
|
3102
3102
|
:param policy:
|
|
3103
|
-
:type policy:
|
|
3103
|
+
:type policy: UUID
|
|
3104
3104
|
:param policy__isnull:
|
|
3105
3105
|
:type policy__isnull: bool
|
|
3106
3106
|
:param search: A search term.
|
|
3107
3107
|
:type search: str
|
|
3108
3108
|
:param target:
|
|
3109
|
-
:type target:
|
|
3109
|
+
:type target: UUID
|
|
3110
3110
|
:param target_in:
|
|
3111
|
-
:type target_in: List[
|
|
3111
|
+
:type target_in: List[UUID]
|
|
3112
3112
|
:param timeout:
|
|
3113
3113
|
:type timeout: int
|
|
3114
3114
|
:param _request_timeout: timeout setting for this request. If one
|
|
@@ -3303,7 +3303,7 @@ class PoliciesApi:
|
|
|
3303
3303
|
PolicyBinding Viewset
|
|
3304
3304
|
|
|
3305
3305
|
:param policy_binding_uuid: A UUID string identifying this Policy Binding. (required)
|
|
3306
|
-
:type policy_binding_uuid:
|
|
3306
|
+
:type policy_binding_uuid: UUID
|
|
3307
3307
|
:param patched_policy_binding_request:
|
|
3308
3308
|
:type patched_policy_binding_request: PatchedPolicyBindingRequest
|
|
3309
3309
|
:param _request_timeout: timeout setting for this request. If one
|
|
@@ -3376,7 +3376,7 @@ class PoliciesApi:
|
|
|
3376
3376
|
PolicyBinding Viewset
|
|
3377
3377
|
|
|
3378
3378
|
:param policy_binding_uuid: A UUID string identifying this Policy Binding. (required)
|
|
3379
|
-
:type policy_binding_uuid:
|
|
3379
|
+
:type policy_binding_uuid: UUID
|
|
3380
3380
|
:param patched_policy_binding_request:
|
|
3381
3381
|
:type patched_policy_binding_request: PatchedPolicyBindingRequest
|
|
3382
3382
|
:param _request_timeout: timeout setting for this request. If one
|
|
@@ -3449,7 +3449,7 @@ class PoliciesApi:
|
|
|
3449
3449
|
PolicyBinding Viewset
|
|
3450
3450
|
|
|
3451
3451
|
:param policy_binding_uuid: A UUID string identifying this Policy Binding. (required)
|
|
3452
|
-
:type policy_binding_uuid:
|
|
3452
|
+
:type policy_binding_uuid: UUID
|
|
3453
3453
|
:param patched_policy_binding_request:
|
|
3454
3454
|
:type patched_policy_binding_request: PatchedPolicyBindingRequest
|
|
3455
3455
|
:param _request_timeout: timeout setting for this request. If one
|
|
@@ -3597,7 +3597,7 @@ class PoliciesApi:
|
|
|
3597
3597
|
PolicyBinding Viewset
|
|
3598
3598
|
|
|
3599
3599
|
:param policy_binding_uuid: A UUID string identifying this Policy Binding. (required)
|
|
3600
|
-
:type policy_binding_uuid:
|
|
3600
|
+
:type policy_binding_uuid: UUID
|
|
3601
3601
|
:param _request_timeout: timeout setting for this request. If one
|
|
3602
3602
|
number provided, it will be total request
|
|
3603
3603
|
timeout. It can also be a pair (tuple) of
|
|
@@ -3666,7 +3666,7 @@ class PoliciesApi:
|
|
|
3666
3666
|
PolicyBinding Viewset
|
|
3667
3667
|
|
|
3668
3668
|
:param policy_binding_uuid: A UUID string identifying this Policy Binding. (required)
|
|
3669
|
-
:type policy_binding_uuid:
|
|
3669
|
+
:type policy_binding_uuid: UUID
|
|
3670
3670
|
:param _request_timeout: timeout setting for this request. If one
|
|
3671
3671
|
number provided, it will be total request
|
|
3672
3672
|
timeout. It can also be a pair (tuple) of
|
|
@@ -3735,7 +3735,7 @@ class PoliciesApi:
|
|
|
3735
3735
|
PolicyBinding Viewset
|
|
3736
3736
|
|
|
3737
3737
|
:param policy_binding_uuid: A UUID string identifying this Policy Binding. (required)
|
|
3738
|
-
:type policy_binding_uuid:
|
|
3738
|
+
:type policy_binding_uuid: UUID
|
|
3739
3739
|
:param _request_timeout: timeout setting for this request. If one
|
|
3740
3740
|
number provided, it will be total request
|
|
3741
3741
|
timeout. It can also be a pair (tuple) of
|
|
@@ -3865,7 +3865,7 @@ class PoliciesApi:
|
|
|
3865
3865
|
PolicyBinding Viewset
|
|
3866
3866
|
|
|
3867
3867
|
:param policy_binding_uuid: A UUID string identifying this Policy Binding. (required)
|
|
3868
|
-
:type policy_binding_uuid:
|
|
3868
|
+
:type policy_binding_uuid: UUID
|
|
3869
3869
|
:param policy_binding_request: (required)
|
|
3870
3870
|
:type policy_binding_request: PolicyBindingRequest
|
|
3871
3871
|
:param _request_timeout: timeout setting for this request. If one
|
|
@@ -3938,7 +3938,7 @@ class PoliciesApi:
|
|
|
3938
3938
|
PolicyBinding Viewset
|
|
3939
3939
|
|
|
3940
3940
|
:param policy_binding_uuid: A UUID string identifying this Policy Binding. (required)
|
|
3941
|
-
:type policy_binding_uuid:
|
|
3941
|
+
:type policy_binding_uuid: UUID
|
|
3942
3942
|
:param policy_binding_request: (required)
|
|
3943
3943
|
:type policy_binding_request: PolicyBindingRequest
|
|
3944
3944
|
:param _request_timeout: timeout setting for this request. If one
|
|
@@ -4011,7 +4011,7 @@ class PoliciesApi:
|
|
|
4011
4011
|
PolicyBinding Viewset
|
|
4012
4012
|
|
|
4013
4013
|
:param policy_binding_uuid: A UUID string identifying this Policy Binding. (required)
|
|
4014
|
-
:type policy_binding_uuid:
|
|
4014
|
+
:type policy_binding_uuid: UUID
|
|
4015
4015
|
:param policy_binding_request: (required)
|
|
4016
4016
|
:type policy_binding_request: PolicyBindingRequest
|
|
4017
4017
|
:param _request_timeout: timeout setting for this request. If one
|
|
@@ -4159,7 +4159,7 @@ class PoliciesApi:
|
|
|
4159
4159
|
Get a list of all objects that use this object
|
|
4160
4160
|
|
|
4161
4161
|
:param policy_binding_uuid: A UUID string identifying this Policy Binding. (required)
|
|
4162
|
-
:type policy_binding_uuid:
|
|
4162
|
+
:type policy_binding_uuid: UUID
|
|
4163
4163
|
:param _request_timeout: timeout setting for this request. If one
|
|
4164
4164
|
number provided, it will be total request
|
|
4165
4165
|
timeout. It can also be a pair (tuple) of
|
|
@@ -4228,7 +4228,7 @@ class PoliciesApi:
|
|
|
4228
4228
|
Get a list of all objects that use this object
|
|
4229
4229
|
|
|
4230
4230
|
:param policy_binding_uuid: A UUID string identifying this Policy Binding. (required)
|
|
4231
|
-
:type policy_binding_uuid:
|
|
4231
|
+
:type policy_binding_uuid: UUID
|
|
4232
4232
|
:param _request_timeout: timeout setting for this request. If one
|
|
4233
4233
|
number provided, it will be total request
|
|
4234
4234
|
timeout. It can also be a pair (tuple) of
|
|
@@ -4297,7 +4297,7 @@ class PoliciesApi:
|
|
|
4297
4297
|
Get a list of all objects that use this object
|
|
4298
4298
|
|
|
4299
4299
|
:param policy_binding_uuid: A UUID string identifying this Policy Binding. (required)
|
|
4300
|
-
:type policy_binding_uuid:
|
|
4300
|
+
:type policy_binding_uuid: UUID
|
|
4301
4301
|
:param _request_timeout: timeout setting for this request. If one
|
|
4302
4302
|
number provided, it will be total request
|
|
4303
4303
|
timeout. It can also be a pair (tuple) of
|
|
@@ -4706,7 +4706,7 @@ class PoliciesApi:
|
|
|
4706
4706
|
Dummy Viewset
|
|
4707
4707
|
|
|
4708
4708
|
:param policy_uuid: A UUID string identifying this Dummy Policy. (required)
|
|
4709
|
-
:type policy_uuid:
|
|
4709
|
+
:type policy_uuid: UUID
|
|
4710
4710
|
:param _request_timeout: timeout setting for this request. If one
|
|
4711
4711
|
number provided, it will be total request
|
|
4712
4712
|
timeout. It can also be a pair (tuple) of
|
|
@@ -4775,7 +4775,7 @@ class PoliciesApi:
|
|
|
4775
4775
|
Dummy Viewset
|
|
4776
4776
|
|
|
4777
4777
|
:param policy_uuid: A UUID string identifying this Dummy Policy. (required)
|
|
4778
|
-
:type policy_uuid:
|
|
4778
|
+
:type policy_uuid: UUID
|
|
4779
4779
|
:param _request_timeout: timeout setting for this request. If one
|
|
4780
4780
|
number provided, it will be total request
|
|
4781
4781
|
timeout. It can also be a pair (tuple) of
|
|
@@ -4844,7 +4844,7 @@ class PoliciesApi:
|
|
|
4844
4844
|
Dummy Viewset
|
|
4845
4845
|
|
|
4846
4846
|
:param policy_uuid: A UUID string identifying this Dummy Policy. (required)
|
|
4847
|
-
:type policy_uuid:
|
|
4847
|
+
:type policy_uuid: UUID
|
|
4848
4848
|
:param _request_timeout: timeout setting for this request. If one
|
|
4849
4849
|
number provided, it will be total request
|
|
4850
4850
|
timeout. It can also be a pair (tuple) of
|
|
@@ -4998,7 +4998,7 @@ class PoliciesApi:
|
|
|
4998
4998
|
:param page_size: Number of results to return per page.
|
|
4999
4999
|
:type page_size: int
|
|
5000
5000
|
:param policy_uuid:
|
|
5001
|
-
:type policy_uuid:
|
|
5001
|
+
:type policy_uuid: UUID
|
|
5002
5002
|
:param result:
|
|
5003
5003
|
:type result: bool
|
|
5004
5004
|
:param search: A search term.
|
|
@@ -5111,7 +5111,7 @@ class PoliciesApi:
|
|
|
5111
5111
|
:param page_size: Number of results to return per page.
|
|
5112
5112
|
:type page_size: int
|
|
5113
5113
|
:param policy_uuid:
|
|
5114
|
-
:type policy_uuid:
|
|
5114
|
+
:type policy_uuid: UUID
|
|
5115
5115
|
:param result:
|
|
5116
5116
|
:type result: bool
|
|
5117
5117
|
:param search: A search term.
|
|
@@ -5224,7 +5224,7 @@ class PoliciesApi:
|
|
|
5224
5224
|
:param page_size: Number of results to return per page.
|
|
5225
5225
|
:type page_size: int
|
|
5226
5226
|
:param policy_uuid:
|
|
5227
|
-
:type policy_uuid:
|
|
5227
|
+
:type policy_uuid: UUID
|
|
5228
5228
|
:param result:
|
|
5229
5229
|
:type result: bool
|
|
5230
5230
|
:param search: A search term.
|
|
@@ -5448,7 +5448,7 @@ class PoliciesApi:
|
|
|
5448
5448
|
Dummy Viewset
|
|
5449
5449
|
|
|
5450
5450
|
:param policy_uuid: A UUID string identifying this Dummy Policy. (required)
|
|
5451
|
-
:type policy_uuid:
|
|
5451
|
+
:type policy_uuid: UUID
|
|
5452
5452
|
:param patched_dummy_policy_request:
|
|
5453
5453
|
:type patched_dummy_policy_request: PatchedDummyPolicyRequest
|
|
5454
5454
|
:param _request_timeout: timeout setting for this request. If one
|
|
@@ -5521,7 +5521,7 @@ class PoliciesApi:
|
|
|
5521
5521
|
Dummy Viewset
|
|
5522
5522
|
|
|
5523
5523
|
:param policy_uuid: A UUID string identifying this Dummy Policy. (required)
|
|
5524
|
-
:type policy_uuid:
|
|
5524
|
+
:type policy_uuid: UUID
|
|
5525
5525
|
:param patched_dummy_policy_request:
|
|
5526
5526
|
:type patched_dummy_policy_request: PatchedDummyPolicyRequest
|
|
5527
5527
|
:param _request_timeout: timeout setting for this request. If one
|
|
@@ -5594,7 +5594,7 @@ class PoliciesApi:
|
|
|
5594
5594
|
Dummy Viewset
|
|
5595
5595
|
|
|
5596
5596
|
:param policy_uuid: A UUID string identifying this Dummy Policy. (required)
|
|
5597
|
-
:type policy_uuid:
|
|
5597
|
+
:type policy_uuid: UUID
|
|
5598
5598
|
:param patched_dummy_policy_request:
|
|
5599
5599
|
:type patched_dummy_policy_request: PatchedDummyPolicyRequest
|
|
5600
5600
|
:param _request_timeout: timeout setting for this request. If one
|
|
@@ -5742,7 +5742,7 @@ class PoliciesApi:
|
|
|
5742
5742
|
Dummy Viewset
|
|
5743
5743
|
|
|
5744
5744
|
:param policy_uuid: A UUID string identifying this Dummy Policy. (required)
|
|
5745
|
-
:type policy_uuid:
|
|
5745
|
+
:type policy_uuid: UUID
|
|
5746
5746
|
:param _request_timeout: timeout setting for this request. If one
|
|
5747
5747
|
number provided, it will be total request
|
|
5748
5748
|
timeout. It can also be a pair (tuple) of
|
|
@@ -5811,7 +5811,7 @@ class PoliciesApi:
|
|
|
5811
5811
|
Dummy Viewset
|
|
5812
5812
|
|
|
5813
5813
|
:param policy_uuid: A UUID string identifying this Dummy Policy. (required)
|
|
5814
|
-
:type policy_uuid:
|
|
5814
|
+
:type policy_uuid: UUID
|
|
5815
5815
|
:param _request_timeout: timeout setting for this request. If one
|
|
5816
5816
|
number provided, it will be total request
|
|
5817
5817
|
timeout. It can also be a pair (tuple) of
|
|
@@ -5880,7 +5880,7 @@ class PoliciesApi:
|
|
|
5880
5880
|
Dummy Viewset
|
|
5881
5881
|
|
|
5882
5882
|
:param policy_uuid: A UUID string identifying this Dummy Policy. (required)
|
|
5883
|
-
:type policy_uuid:
|
|
5883
|
+
:type policy_uuid: UUID
|
|
5884
5884
|
:param _request_timeout: timeout setting for this request. If one
|
|
5885
5885
|
number provided, it will be total request
|
|
5886
5886
|
timeout. It can also be a pair (tuple) of
|
|
@@ -6010,7 +6010,7 @@ class PoliciesApi:
|
|
|
6010
6010
|
Dummy Viewset
|
|
6011
6011
|
|
|
6012
6012
|
:param policy_uuid: A UUID string identifying this Dummy Policy. (required)
|
|
6013
|
-
:type policy_uuid:
|
|
6013
|
+
:type policy_uuid: UUID
|
|
6014
6014
|
:param dummy_policy_request: (required)
|
|
6015
6015
|
:type dummy_policy_request: DummyPolicyRequest
|
|
6016
6016
|
:param _request_timeout: timeout setting for this request. If one
|
|
@@ -6083,7 +6083,7 @@ class PoliciesApi:
|
|
|
6083
6083
|
Dummy Viewset
|
|
6084
6084
|
|
|
6085
6085
|
:param policy_uuid: A UUID string identifying this Dummy Policy. (required)
|
|
6086
|
-
:type policy_uuid:
|
|
6086
|
+
:type policy_uuid: UUID
|
|
6087
6087
|
:param dummy_policy_request: (required)
|
|
6088
6088
|
:type dummy_policy_request: DummyPolicyRequest
|
|
6089
6089
|
:param _request_timeout: timeout setting for this request. If one
|
|
@@ -6156,7 +6156,7 @@ class PoliciesApi:
|
|
|
6156
6156
|
Dummy Viewset
|
|
6157
6157
|
|
|
6158
6158
|
:param policy_uuid: A UUID string identifying this Dummy Policy. (required)
|
|
6159
|
-
:type policy_uuid:
|
|
6159
|
+
:type policy_uuid: UUID
|
|
6160
6160
|
:param dummy_policy_request: (required)
|
|
6161
6161
|
:type dummy_policy_request: DummyPolicyRequest
|
|
6162
6162
|
:param _request_timeout: timeout setting for this request. If one
|
|
@@ -6304,7 +6304,7 @@ class PoliciesApi:
|
|
|
6304
6304
|
Get a list of all objects that use this object
|
|
6305
6305
|
|
|
6306
6306
|
:param policy_uuid: A UUID string identifying this Dummy Policy. (required)
|
|
6307
|
-
:type policy_uuid:
|
|
6307
|
+
:type policy_uuid: UUID
|
|
6308
6308
|
:param _request_timeout: timeout setting for this request. If one
|
|
6309
6309
|
number provided, it will be total request
|
|
6310
6310
|
timeout. It can also be a pair (tuple) of
|
|
@@ -6373,7 +6373,7 @@ class PoliciesApi:
|
|
|
6373
6373
|
Get a list of all objects that use this object
|
|
6374
6374
|
|
|
6375
6375
|
:param policy_uuid: A UUID string identifying this Dummy Policy. (required)
|
|
6376
|
-
:type policy_uuid:
|
|
6376
|
+
:type policy_uuid: UUID
|
|
6377
6377
|
:param _request_timeout: timeout setting for this request. If one
|
|
6378
6378
|
number provided, it will be total request
|
|
6379
6379
|
timeout. It can also be a pair (tuple) of
|
|
@@ -6442,7 +6442,7 @@ class PoliciesApi:
|
|
|
6442
6442
|
Get a list of all objects that use this object
|
|
6443
6443
|
|
|
6444
6444
|
:param policy_uuid: A UUID string identifying this Dummy Policy. (required)
|
|
6445
|
-
:type policy_uuid:
|
|
6445
|
+
:type policy_uuid: UUID
|
|
6446
6446
|
:param _request_timeout: timeout setting for this request. If one
|
|
6447
6447
|
number provided, it will be total request
|
|
6448
6448
|
timeout. It can also be a pair (tuple) of
|
|
@@ -6851,7 +6851,7 @@ class PoliciesApi:
|
|
|
6851
6851
|
Event Matcher Policy Viewset
|
|
6852
6852
|
|
|
6853
6853
|
:param policy_uuid: A UUID string identifying this Event Matcher Policy. (required)
|
|
6854
|
-
:type policy_uuid:
|
|
6854
|
+
:type policy_uuid: UUID
|
|
6855
6855
|
:param _request_timeout: timeout setting for this request. If one
|
|
6856
6856
|
number provided, it will be total request
|
|
6857
6857
|
timeout. It can also be a pair (tuple) of
|
|
@@ -6920,7 +6920,7 @@ class PoliciesApi:
|
|
|
6920
6920
|
Event Matcher Policy Viewset
|
|
6921
6921
|
|
|
6922
6922
|
:param policy_uuid: A UUID string identifying this Event Matcher Policy. (required)
|
|
6923
|
-
:type policy_uuid:
|
|
6923
|
+
:type policy_uuid: UUID
|
|
6924
6924
|
:param _request_timeout: timeout setting for this request. If one
|
|
6925
6925
|
number provided, it will be total request
|
|
6926
6926
|
timeout. It can also be a pair (tuple) of
|
|
@@ -6989,7 +6989,7 @@ class PoliciesApi:
|
|
|
6989
6989
|
Event Matcher Policy Viewset
|
|
6990
6990
|
|
|
6991
6991
|
:param policy_uuid: A UUID string identifying this Event Matcher Policy. (required)
|
|
6992
|
-
:type policy_uuid:
|
|
6992
|
+
:type policy_uuid: UUID
|
|
6993
6993
|
:param _request_timeout: timeout setting for this request. If one
|
|
6994
6994
|
number provided, it will be total request
|
|
6995
6995
|
timeout. It can also be a pair (tuple) of
|
|
@@ -7152,7 +7152,7 @@ class PoliciesApi:
|
|
|
7152
7152
|
:param page_size: Number of results to return per page.
|
|
7153
7153
|
:type page_size: int
|
|
7154
7154
|
:param policy_uuid:
|
|
7155
|
-
:type policy_uuid:
|
|
7155
|
+
:type policy_uuid: UUID
|
|
7156
7156
|
:param search: A search term.
|
|
7157
7157
|
:type search: str
|
|
7158
7158
|
:param _request_timeout: timeout setting for this request. If one
|
|
@@ -7269,7 +7269,7 @@ class PoliciesApi:
|
|
|
7269
7269
|
:param page_size: Number of results to return per page.
|
|
7270
7270
|
:type page_size: int
|
|
7271
7271
|
:param policy_uuid:
|
|
7272
|
-
:type policy_uuid:
|
|
7272
|
+
:type policy_uuid: UUID
|
|
7273
7273
|
:param search: A search term.
|
|
7274
7274
|
:type search: str
|
|
7275
7275
|
:param _request_timeout: timeout setting for this request. If one
|
|
@@ -7386,7 +7386,7 @@ class PoliciesApi:
|
|
|
7386
7386
|
:param page_size: Number of results to return per page.
|
|
7387
7387
|
:type page_size: int
|
|
7388
7388
|
:param policy_uuid:
|
|
7389
|
-
:type policy_uuid:
|
|
7389
|
+
:type policy_uuid: UUID
|
|
7390
7390
|
:param search: A search term.
|
|
7391
7391
|
:type search: str
|
|
7392
7392
|
:param _request_timeout: timeout setting for this request. If one
|
|
@@ -7610,7 +7610,7 @@ class PoliciesApi:
|
|
|
7610
7610
|
Event Matcher Policy Viewset
|
|
7611
7611
|
|
|
7612
7612
|
:param policy_uuid: A UUID string identifying this Event Matcher Policy. (required)
|
|
7613
|
-
:type policy_uuid:
|
|
7613
|
+
:type policy_uuid: UUID
|
|
7614
7614
|
:param patched_event_matcher_policy_request:
|
|
7615
7615
|
:type patched_event_matcher_policy_request: PatchedEventMatcherPolicyRequest
|
|
7616
7616
|
:param _request_timeout: timeout setting for this request. If one
|
|
@@ -7683,7 +7683,7 @@ class PoliciesApi:
|
|
|
7683
7683
|
Event Matcher Policy Viewset
|
|
7684
7684
|
|
|
7685
7685
|
:param policy_uuid: A UUID string identifying this Event Matcher Policy. (required)
|
|
7686
|
-
:type policy_uuid:
|
|
7686
|
+
:type policy_uuid: UUID
|
|
7687
7687
|
:param patched_event_matcher_policy_request:
|
|
7688
7688
|
:type patched_event_matcher_policy_request: PatchedEventMatcherPolicyRequest
|
|
7689
7689
|
:param _request_timeout: timeout setting for this request. If one
|
|
@@ -7756,7 +7756,7 @@ class PoliciesApi:
|
|
|
7756
7756
|
Event Matcher Policy Viewset
|
|
7757
7757
|
|
|
7758
7758
|
:param policy_uuid: A UUID string identifying this Event Matcher Policy. (required)
|
|
7759
|
-
:type policy_uuid:
|
|
7759
|
+
:type policy_uuid: UUID
|
|
7760
7760
|
:param patched_event_matcher_policy_request:
|
|
7761
7761
|
:type patched_event_matcher_policy_request: PatchedEventMatcherPolicyRequest
|
|
7762
7762
|
:param _request_timeout: timeout setting for this request. If one
|
|
@@ -7904,7 +7904,7 @@ class PoliciesApi:
|
|
|
7904
7904
|
Event Matcher Policy Viewset
|
|
7905
7905
|
|
|
7906
7906
|
:param policy_uuid: A UUID string identifying this Event Matcher Policy. (required)
|
|
7907
|
-
:type policy_uuid:
|
|
7907
|
+
:type policy_uuid: UUID
|
|
7908
7908
|
:param _request_timeout: timeout setting for this request. If one
|
|
7909
7909
|
number provided, it will be total request
|
|
7910
7910
|
timeout. It can also be a pair (tuple) of
|
|
@@ -7973,7 +7973,7 @@ class PoliciesApi:
|
|
|
7973
7973
|
Event Matcher Policy Viewset
|
|
7974
7974
|
|
|
7975
7975
|
:param policy_uuid: A UUID string identifying this Event Matcher Policy. (required)
|
|
7976
|
-
:type policy_uuid:
|
|
7976
|
+
:type policy_uuid: UUID
|
|
7977
7977
|
:param _request_timeout: timeout setting for this request. If one
|
|
7978
7978
|
number provided, it will be total request
|
|
7979
7979
|
timeout. It can also be a pair (tuple) of
|
|
@@ -8042,7 +8042,7 @@ class PoliciesApi:
|
|
|
8042
8042
|
Event Matcher Policy Viewset
|
|
8043
8043
|
|
|
8044
8044
|
:param policy_uuid: A UUID string identifying this Event Matcher Policy. (required)
|
|
8045
|
-
:type policy_uuid:
|
|
8045
|
+
:type policy_uuid: UUID
|
|
8046
8046
|
:param _request_timeout: timeout setting for this request. If one
|
|
8047
8047
|
number provided, it will be total request
|
|
8048
8048
|
timeout. It can also be a pair (tuple) of
|
|
@@ -8172,7 +8172,7 @@ class PoliciesApi:
|
|
|
8172
8172
|
Event Matcher Policy Viewset
|
|
8173
8173
|
|
|
8174
8174
|
:param policy_uuid: A UUID string identifying this Event Matcher Policy. (required)
|
|
8175
|
-
:type policy_uuid:
|
|
8175
|
+
:type policy_uuid: UUID
|
|
8176
8176
|
:param event_matcher_policy_request: (required)
|
|
8177
8177
|
:type event_matcher_policy_request: EventMatcherPolicyRequest
|
|
8178
8178
|
:param _request_timeout: timeout setting for this request. If one
|
|
@@ -8245,7 +8245,7 @@ class PoliciesApi:
|
|
|
8245
8245
|
Event Matcher Policy Viewset
|
|
8246
8246
|
|
|
8247
8247
|
:param policy_uuid: A UUID string identifying this Event Matcher Policy. (required)
|
|
8248
|
-
:type policy_uuid:
|
|
8248
|
+
:type policy_uuid: UUID
|
|
8249
8249
|
:param event_matcher_policy_request: (required)
|
|
8250
8250
|
:type event_matcher_policy_request: EventMatcherPolicyRequest
|
|
8251
8251
|
:param _request_timeout: timeout setting for this request. If one
|
|
@@ -8318,7 +8318,7 @@ class PoliciesApi:
|
|
|
8318
8318
|
Event Matcher Policy Viewset
|
|
8319
8319
|
|
|
8320
8320
|
:param policy_uuid: A UUID string identifying this Event Matcher Policy. (required)
|
|
8321
|
-
:type policy_uuid:
|
|
8321
|
+
:type policy_uuid: UUID
|
|
8322
8322
|
:param event_matcher_policy_request: (required)
|
|
8323
8323
|
:type event_matcher_policy_request: EventMatcherPolicyRequest
|
|
8324
8324
|
:param _request_timeout: timeout setting for this request. If one
|
|
@@ -8466,7 +8466,7 @@ class PoliciesApi:
|
|
|
8466
8466
|
Get a list of all objects that use this object
|
|
8467
8467
|
|
|
8468
8468
|
:param policy_uuid: A UUID string identifying this Event Matcher Policy. (required)
|
|
8469
|
-
:type policy_uuid:
|
|
8469
|
+
:type policy_uuid: UUID
|
|
8470
8470
|
:param _request_timeout: timeout setting for this request. If one
|
|
8471
8471
|
number provided, it will be total request
|
|
8472
8472
|
timeout. It can also be a pair (tuple) of
|
|
@@ -8535,7 +8535,7 @@ class PoliciesApi:
|
|
|
8535
8535
|
Get a list of all objects that use this object
|
|
8536
8536
|
|
|
8537
8537
|
:param policy_uuid: A UUID string identifying this Event Matcher Policy. (required)
|
|
8538
|
-
:type policy_uuid:
|
|
8538
|
+
:type policy_uuid: UUID
|
|
8539
8539
|
:param _request_timeout: timeout setting for this request. If one
|
|
8540
8540
|
number provided, it will be total request
|
|
8541
8541
|
timeout. It can also be a pair (tuple) of
|
|
@@ -8604,7 +8604,7 @@ class PoliciesApi:
|
|
|
8604
8604
|
Get a list of all objects that use this object
|
|
8605
8605
|
|
|
8606
8606
|
:param policy_uuid: A UUID string identifying this Event Matcher Policy. (required)
|
|
8607
|
-
:type policy_uuid:
|
|
8607
|
+
:type policy_uuid: UUID
|
|
8608
8608
|
:param _request_timeout: timeout setting for this request. If one
|
|
8609
8609
|
number provided, it will be total request
|
|
8610
8610
|
timeout. It can also be a pair (tuple) of
|
|
@@ -9013,7 +9013,7 @@ class PoliciesApi:
|
|
|
9013
9013
|
Source Viewset
|
|
9014
9014
|
|
|
9015
9015
|
:param policy_uuid: A UUID string identifying this Expression Policy. (required)
|
|
9016
|
-
:type policy_uuid:
|
|
9016
|
+
:type policy_uuid: UUID
|
|
9017
9017
|
:param _request_timeout: timeout setting for this request. If one
|
|
9018
9018
|
number provided, it will be total request
|
|
9019
9019
|
timeout. It can also be a pair (tuple) of
|
|
@@ -9082,7 +9082,7 @@ class PoliciesApi:
|
|
|
9082
9082
|
Source Viewset
|
|
9083
9083
|
|
|
9084
9084
|
:param policy_uuid: A UUID string identifying this Expression Policy. (required)
|
|
9085
|
-
:type policy_uuid:
|
|
9085
|
+
:type policy_uuid: UUID
|
|
9086
9086
|
:param _request_timeout: timeout setting for this request. If one
|
|
9087
9087
|
number provided, it will be total request
|
|
9088
9088
|
timeout. It can also be a pair (tuple) of
|
|
@@ -9151,7 +9151,7 @@ class PoliciesApi:
|
|
|
9151
9151
|
Source Viewset
|
|
9152
9152
|
|
|
9153
9153
|
:param policy_uuid: A UUID string identifying this Expression Policy. (required)
|
|
9154
|
-
:type policy_uuid:
|
|
9154
|
+
:type policy_uuid: UUID
|
|
9155
9155
|
:param _request_timeout: timeout setting for this request. If one
|
|
9156
9156
|
number provided, it will be total request
|
|
9157
9157
|
timeout. It can also be a pair (tuple) of
|
|
@@ -9305,7 +9305,7 @@ class PoliciesApi:
|
|
|
9305
9305
|
:param page_size: Number of results to return per page.
|
|
9306
9306
|
:type page_size: int
|
|
9307
9307
|
:param policy_uuid:
|
|
9308
|
-
:type policy_uuid:
|
|
9308
|
+
:type policy_uuid: UUID
|
|
9309
9309
|
:param search: A search term.
|
|
9310
9310
|
:type search: str
|
|
9311
9311
|
:param _request_timeout: timeout setting for this request. If one
|
|
@@ -9410,7 +9410,7 @@ class PoliciesApi:
|
|
|
9410
9410
|
:param page_size: Number of results to return per page.
|
|
9411
9411
|
:type page_size: int
|
|
9412
9412
|
:param policy_uuid:
|
|
9413
|
-
:type policy_uuid:
|
|
9413
|
+
:type policy_uuid: UUID
|
|
9414
9414
|
:param search: A search term.
|
|
9415
9415
|
:type search: str
|
|
9416
9416
|
:param _request_timeout: timeout setting for this request. If one
|
|
@@ -9515,7 +9515,7 @@ class PoliciesApi:
|
|
|
9515
9515
|
:param page_size: Number of results to return per page.
|
|
9516
9516
|
:type page_size: int
|
|
9517
9517
|
:param policy_uuid:
|
|
9518
|
-
:type policy_uuid:
|
|
9518
|
+
:type policy_uuid: UUID
|
|
9519
9519
|
:param search: A search term.
|
|
9520
9520
|
:type search: str
|
|
9521
9521
|
:param _request_timeout: timeout setting for this request. If one
|
|
@@ -9721,7 +9721,7 @@ class PoliciesApi:
|
|
|
9721
9721
|
Source Viewset
|
|
9722
9722
|
|
|
9723
9723
|
:param policy_uuid: A UUID string identifying this Expression Policy. (required)
|
|
9724
|
-
:type policy_uuid:
|
|
9724
|
+
:type policy_uuid: UUID
|
|
9725
9725
|
:param patched_expression_policy_request:
|
|
9726
9726
|
:type patched_expression_policy_request: PatchedExpressionPolicyRequest
|
|
9727
9727
|
:param _request_timeout: timeout setting for this request. If one
|
|
@@ -9794,7 +9794,7 @@ class PoliciesApi:
|
|
|
9794
9794
|
Source Viewset
|
|
9795
9795
|
|
|
9796
9796
|
:param policy_uuid: A UUID string identifying this Expression Policy. (required)
|
|
9797
|
-
:type policy_uuid:
|
|
9797
|
+
:type policy_uuid: UUID
|
|
9798
9798
|
:param patched_expression_policy_request:
|
|
9799
9799
|
:type patched_expression_policy_request: PatchedExpressionPolicyRequest
|
|
9800
9800
|
:param _request_timeout: timeout setting for this request. If one
|
|
@@ -9867,7 +9867,7 @@ class PoliciesApi:
|
|
|
9867
9867
|
Source Viewset
|
|
9868
9868
|
|
|
9869
9869
|
:param policy_uuid: A UUID string identifying this Expression Policy. (required)
|
|
9870
|
-
:type policy_uuid:
|
|
9870
|
+
:type policy_uuid: UUID
|
|
9871
9871
|
:param patched_expression_policy_request:
|
|
9872
9872
|
:type patched_expression_policy_request: PatchedExpressionPolicyRequest
|
|
9873
9873
|
:param _request_timeout: timeout setting for this request. If one
|
|
@@ -10015,7 +10015,7 @@ class PoliciesApi:
|
|
|
10015
10015
|
Source Viewset
|
|
10016
10016
|
|
|
10017
10017
|
:param policy_uuid: A UUID string identifying this Expression Policy. (required)
|
|
10018
|
-
:type policy_uuid:
|
|
10018
|
+
:type policy_uuid: UUID
|
|
10019
10019
|
:param _request_timeout: timeout setting for this request. If one
|
|
10020
10020
|
number provided, it will be total request
|
|
10021
10021
|
timeout. It can also be a pair (tuple) of
|
|
@@ -10084,7 +10084,7 @@ class PoliciesApi:
|
|
|
10084
10084
|
Source Viewset
|
|
10085
10085
|
|
|
10086
10086
|
:param policy_uuid: A UUID string identifying this Expression Policy. (required)
|
|
10087
|
-
:type policy_uuid:
|
|
10087
|
+
:type policy_uuid: UUID
|
|
10088
10088
|
:param _request_timeout: timeout setting for this request. If one
|
|
10089
10089
|
number provided, it will be total request
|
|
10090
10090
|
timeout. It can also be a pair (tuple) of
|
|
@@ -10153,7 +10153,7 @@ class PoliciesApi:
|
|
|
10153
10153
|
Source Viewset
|
|
10154
10154
|
|
|
10155
10155
|
:param policy_uuid: A UUID string identifying this Expression Policy. (required)
|
|
10156
|
-
:type policy_uuid:
|
|
10156
|
+
:type policy_uuid: UUID
|
|
10157
10157
|
:param _request_timeout: timeout setting for this request. If one
|
|
10158
10158
|
number provided, it will be total request
|
|
10159
10159
|
timeout. It can also be a pair (tuple) of
|
|
@@ -10283,7 +10283,7 @@ class PoliciesApi:
|
|
|
10283
10283
|
Source Viewset
|
|
10284
10284
|
|
|
10285
10285
|
:param policy_uuid: A UUID string identifying this Expression Policy. (required)
|
|
10286
|
-
:type policy_uuid:
|
|
10286
|
+
:type policy_uuid: UUID
|
|
10287
10287
|
:param expression_policy_request: (required)
|
|
10288
10288
|
:type expression_policy_request: ExpressionPolicyRequest
|
|
10289
10289
|
:param _request_timeout: timeout setting for this request. If one
|
|
@@ -10356,7 +10356,7 @@ class PoliciesApi:
|
|
|
10356
10356
|
Source Viewset
|
|
10357
10357
|
|
|
10358
10358
|
:param policy_uuid: A UUID string identifying this Expression Policy. (required)
|
|
10359
|
-
:type policy_uuid:
|
|
10359
|
+
:type policy_uuid: UUID
|
|
10360
10360
|
:param expression_policy_request: (required)
|
|
10361
10361
|
:type expression_policy_request: ExpressionPolicyRequest
|
|
10362
10362
|
:param _request_timeout: timeout setting for this request. If one
|
|
@@ -10429,7 +10429,7 @@ class PoliciesApi:
|
|
|
10429
10429
|
Source Viewset
|
|
10430
10430
|
|
|
10431
10431
|
:param policy_uuid: A UUID string identifying this Expression Policy. (required)
|
|
10432
|
-
:type policy_uuid:
|
|
10432
|
+
:type policy_uuid: UUID
|
|
10433
10433
|
:param expression_policy_request: (required)
|
|
10434
10434
|
:type expression_policy_request: ExpressionPolicyRequest
|
|
10435
10435
|
:param _request_timeout: timeout setting for this request. If one
|
|
@@ -10577,7 +10577,7 @@ class PoliciesApi:
|
|
|
10577
10577
|
Get a list of all objects that use this object
|
|
10578
10578
|
|
|
10579
10579
|
:param policy_uuid: A UUID string identifying this Expression Policy. (required)
|
|
10580
|
-
:type policy_uuid:
|
|
10580
|
+
:type policy_uuid: UUID
|
|
10581
10581
|
:param _request_timeout: timeout setting for this request. If one
|
|
10582
10582
|
number provided, it will be total request
|
|
10583
10583
|
timeout. It can also be a pair (tuple) of
|
|
@@ -10646,7 +10646,7 @@ class PoliciesApi:
|
|
|
10646
10646
|
Get a list of all objects that use this object
|
|
10647
10647
|
|
|
10648
10648
|
:param policy_uuid: A UUID string identifying this Expression Policy. (required)
|
|
10649
|
-
:type policy_uuid:
|
|
10649
|
+
:type policy_uuid: UUID
|
|
10650
10650
|
:param _request_timeout: timeout setting for this request. If one
|
|
10651
10651
|
number provided, it will be total request
|
|
10652
10652
|
timeout. It can also be a pair (tuple) of
|
|
@@ -10715,7 +10715,7 @@ class PoliciesApi:
|
|
|
10715
10715
|
Get a list of all objects that use this object
|
|
10716
10716
|
|
|
10717
10717
|
:param policy_uuid: A UUID string identifying this Expression Policy. (required)
|
|
10718
|
-
:type policy_uuid:
|
|
10718
|
+
:type policy_uuid: UUID
|
|
10719
10719
|
:param _request_timeout: timeout setting for this request. If one
|
|
10720
10720
|
number provided, it will be total request
|
|
10721
10721
|
timeout. It can also be a pair (tuple) of
|
|
@@ -11124,7 +11124,7 @@ class PoliciesApi:
|
|
|
11124
11124
|
GeoIP Viewset
|
|
11125
11125
|
|
|
11126
11126
|
:param policy_uuid: A UUID string identifying this GeoIP Policy. (required)
|
|
11127
|
-
:type policy_uuid:
|
|
11127
|
+
:type policy_uuid: UUID
|
|
11128
11128
|
:param _request_timeout: timeout setting for this request. If one
|
|
11129
11129
|
number provided, it will be total request
|
|
11130
11130
|
timeout. It can also be a pair (tuple) of
|
|
@@ -11193,7 +11193,7 @@ class PoliciesApi:
|
|
|
11193
11193
|
GeoIP Viewset
|
|
11194
11194
|
|
|
11195
11195
|
:param policy_uuid: A UUID string identifying this GeoIP Policy. (required)
|
|
11196
|
-
:type policy_uuid:
|
|
11196
|
+
:type policy_uuid: UUID
|
|
11197
11197
|
:param _request_timeout: timeout setting for this request. If one
|
|
11198
11198
|
number provided, it will be total request
|
|
11199
11199
|
timeout. It can also be a pair (tuple) of
|
|
@@ -11262,7 +11262,7 @@ class PoliciesApi:
|
|
|
11262
11262
|
GeoIP Viewset
|
|
11263
11263
|
|
|
11264
11264
|
:param policy_uuid: A UUID string identifying this GeoIP Policy. (required)
|
|
11265
|
-
:type policy_uuid:
|
|
11265
|
+
:type policy_uuid: UUID
|
|
11266
11266
|
:param _request_timeout: timeout setting for this request. If one
|
|
11267
11267
|
number provided, it will be total request
|
|
11268
11268
|
timeout. It can also be a pair (tuple) of
|
|
@@ -11981,7 +11981,7 @@ class PoliciesApi:
|
|
|
11981
11981
|
GeoIP Viewset
|
|
11982
11982
|
|
|
11983
11983
|
:param policy_uuid: A UUID string identifying this GeoIP Policy. (required)
|
|
11984
|
-
:type policy_uuid:
|
|
11984
|
+
:type policy_uuid: UUID
|
|
11985
11985
|
:param patched_geo_ip_policy_request:
|
|
11986
11986
|
:type patched_geo_ip_policy_request: PatchedGeoIPPolicyRequest
|
|
11987
11987
|
:param _request_timeout: timeout setting for this request. If one
|
|
@@ -12054,7 +12054,7 @@ class PoliciesApi:
|
|
|
12054
12054
|
GeoIP Viewset
|
|
12055
12055
|
|
|
12056
12056
|
:param policy_uuid: A UUID string identifying this GeoIP Policy. (required)
|
|
12057
|
-
:type policy_uuid:
|
|
12057
|
+
:type policy_uuid: UUID
|
|
12058
12058
|
:param patched_geo_ip_policy_request:
|
|
12059
12059
|
:type patched_geo_ip_policy_request: PatchedGeoIPPolicyRequest
|
|
12060
12060
|
:param _request_timeout: timeout setting for this request. If one
|
|
@@ -12127,7 +12127,7 @@ class PoliciesApi:
|
|
|
12127
12127
|
GeoIP Viewset
|
|
12128
12128
|
|
|
12129
12129
|
:param policy_uuid: A UUID string identifying this GeoIP Policy. (required)
|
|
12130
|
-
:type policy_uuid:
|
|
12130
|
+
:type policy_uuid: UUID
|
|
12131
12131
|
:param patched_geo_ip_policy_request:
|
|
12132
12132
|
:type patched_geo_ip_policy_request: PatchedGeoIPPolicyRequest
|
|
12133
12133
|
:param _request_timeout: timeout setting for this request. If one
|
|
@@ -12275,7 +12275,7 @@ class PoliciesApi:
|
|
|
12275
12275
|
GeoIP Viewset
|
|
12276
12276
|
|
|
12277
12277
|
:param policy_uuid: A UUID string identifying this GeoIP Policy. (required)
|
|
12278
|
-
:type policy_uuid:
|
|
12278
|
+
:type policy_uuid: UUID
|
|
12279
12279
|
:param _request_timeout: timeout setting for this request. If one
|
|
12280
12280
|
number provided, it will be total request
|
|
12281
12281
|
timeout. It can also be a pair (tuple) of
|
|
@@ -12344,7 +12344,7 @@ class PoliciesApi:
|
|
|
12344
12344
|
GeoIP Viewset
|
|
12345
12345
|
|
|
12346
12346
|
:param policy_uuid: A UUID string identifying this GeoIP Policy. (required)
|
|
12347
|
-
:type policy_uuid:
|
|
12347
|
+
:type policy_uuid: UUID
|
|
12348
12348
|
:param _request_timeout: timeout setting for this request. If one
|
|
12349
12349
|
number provided, it will be total request
|
|
12350
12350
|
timeout. It can also be a pair (tuple) of
|
|
@@ -12413,7 +12413,7 @@ class PoliciesApi:
|
|
|
12413
12413
|
GeoIP Viewset
|
|
12414
12414
|
|
|
12415
12415
|
:param policy_uuid: A UUID string identifying this GeoIP Policy. (required)
|
|
12416
|
-
:type policy_uuid:
|
|
12416
|
+
:type policy_uuid: UUID
|
|
12417
12417
|
:param _request_timeout: timeout setting for this request. If one
|
|
12418
12418
|
number provided, it will be total request
|
|
12419
12419
|
timeout. It can also be a pair (tuple) of
|
|
@@ -12543,7 +12543,7 @@ class PoliciesApi:
|
|
|
12543
12543
|
GeoIP Viewset
|
|
12544
12544
|
|
|
12545
12545
|
:param policy_uuid: A UUID string identifying this GeoIP Policy. (required)
|
|
12546
|
-
:type policy_uuid:
|
|
12546
|
+
:type policy_uuid: UUID
|
|
12547
12547
|
:param geo_ip_policy_request: (required)
|
|
12548
12548
|
:type geo_ip_policy_request: GeoIPPolicyRequest
|
|
12549
12549
|
:param _request_timeout: timeout setting for this request. If one
|
|
@@ -12616,7 +12616,7 @@ class PoliciesApi:
|
|
|
12616
12616
|
GeoIP Viewset
|
|
12617
12617
|
|
|
12618
12618
|
:param policy_uuid: A UUID string identifying this GeoIP Policy. (required)
|
|
12619
|
-
:type policy_uuid:
|
|
12619
|
+
:type policy_uuid: UUID
|
|
12620
12620
|
:param geo_ip_policy_request: (required)
|
|
12621
12621
|
:type geo_ip_policy_request: GeoIPPolicyRequest
|
|
12622
12622
|
:param _request_timeout: timeout setting for this request. If one
|
|
@@ -12689,7 +12689,7 @@ class PoliciesApi:
|
|
|
12689
12689
|
GeoIP Viewset
|
|
12690
12690
|
|
|
12691
12691
|
:param policy_uuid: A UUID string identifying this GeoIP Policy. (required)
|
|
12692
|
-
:type policy_uuid:
|
|
12692
|
+
:type policy_uuid: UUID
|
|
12693
12693
|
:param geo_ip_policy_request: (required)
|
|
12694
12694
|
:type geo_ip_policy_request: GeoIPPolicyRequest
|
|
12695
12695
|
:param _request_timeout: timeout setting for this request. If one
|
|
@@ -12837,7 +12837,7 @@ class PoliciesApi:
|
|
|
12837
12837
|
Get a list of all objects that use this object
|
|
12838
12838
|
|
|
12839
12839
|
:param policy_uuid: A UUID string identifying this GeoIP Policy. (required)
|
|
12840
|
-
:type policy_uuid:
|
|
12840
|
+
:type policy_uuid: UUID
|
|
12841
12841
|
:param _request_timeout: timeout setting for this request. If one
|
|
12842
12842
|
number provided, it will be total request
|
|
12843
12843
|
timeout. It can also be a pair (tuple) of
|
|
@@ -12906,7 +12906,7 @@ class PoliciesApi:
|
|
|
12906
12906
|
Get a list of all objects that use this object
|
|
12907
12907
|
|
|
12908
12908
|
:param policy_uuid: A UUID string identifying this GeoIP Policy. (required)
|
|
12909
|
-
:type policy_uuid:
|
|
12909
|
+
:type policy_uuid: UUID
|
|
12910
12910
|
:param _request_timeout: timeout setting for this request. If one
|
|
12911
12911
|
number provided, it will be total request
|
|
12912
12912
|
timeout. It can also be a pair (tuple) of
|
|
@@ -12975,7 +12975,7 @@ class PoliciesApi:
|
|
|
12975
12975
|
Get a list of all objects that use this object
|
|
12976
12976
|
|
|
12977
12977
|
:param policy_uuid: A UUID string identifying this GeoIP Policy. (required)
|
|
12978
|
-
:type policy_uuid:
|
|
12978
|
+
:type policy_uuid: UUID
|
|
12979
12979
|
:param _request_timeout: timeout setting for this request. If one
|
|
12980
12980
|
number provided, it will be total request
|
|
12981
12981
|
timeout. It can also be a pair (tuple) of
|
|
@@ -13384,7 +13384,7 @@ class PoliciesApi:
|
|
|
13384
13384
|
Password Policy Viewset
|
|
13385
13385
|
|
|
13386
13386
|
:param policy_uuid: A UUID string identifying this Password Policy. (required)
|
|
13387
|
-
:type policy_uuid:
|
|
13387
|
+
:type policy_uuid: UUID
|
|
13388
13388
|
:param _request_timeout: timeout setting for this request. If one
|
|
13389
13389
|
number provided, it will be total request
|
|
13390
13390
|
timeout. It can also be a pair (tuple) of
|
|
@@ -13453,7 +13453,7 @@ class PoliciesApi:
|
|
|
13453
13453
|
Password Policy Viewset
|
|
13454
13454
|
|
|
13455
13455
|
:param policy_uuid: A UUID string identifying this Password Policy. (required)
|
|
13456
|
-
:type policy_uuid:
|
|
13456
|
+
:type policy_uuid: UUID
|
|
13457
13457
|
:param _request_timeout: timeout setting for this request. If one
|
|
13458
13458
|
number provided, it will be total request
|
|
13459
13459
|
timeout. It can also be a pair (tuple) of
|
|
@@ -13522,7 +13522,7 @@ class PoliciesApi:
|
|
|
13522
13522
|
Password Policy Viewset
|
|
13523
13523
|
|
|
13524
13524
|
:param policy_uuid: A UUID string identifying this Password Policy. (required)
|
|
13525
|
-
:type policy_uuid:
|
|
13525
|
+
:type policy_uuid: UUID
|
|
13526
13526
|
:param _request_timeout: timeout setting for this request. If one
|
|
13527
13527
|
number provided, it will be total request
|
|
13528
13528
|
timeout. It can also be a pair (tuple) of
|
|
@@ -13931,7 +13931,7 @@ class PoliciesApi:
|
|
|
13931
13931
|
Password Expiry Viewset
|
|
13932
13932
|
|
|
13933
13933
|
:param policy_uuid: A UUID string identifying this Password Expiry Policy. (required)
|
|
13934
|
-
:type policy_uuid:
|
|
13934
|
+
:type policy_uuid: UUID
|
|
13935
13935
|
:param _request_timeout: timeout setting for this request. If one
|
|
13936
13936
|
number provided, it will be total request
|
|
13937
13937
|
timeout. It can also be a pair (tuple) of
|
|
@@ -14000,7 +14000,7 @@ class PoliciesApi:
|
|
|
14000
14000
|
Password Expiry Viewset
|
|
14001
14001
|
|
|
14002
14002
|
:param policy_uuid: A UUID string identifying this Password Expiry Policy. (required)
|
|
14003
|
-
:type policy_uuid:
|
|
14003
|
+
:type policy_uuid: UUID
|
|
14004
14004
|
:param _request_timeout: timeout setting for this request. If one
|
|
14005
14005
|
number provided, it will be total request
|
|
14006
14006
|
timeout. It can also be a pair (tuple) of
|
|
@@ -14069,7 +14069,7 @@ class PoliciesApi:
|
|
|
14069
14069
|
Password Expiry Viewset
|
|
14070
14070
|
|
|
14071
14071
|
:param policy_uuid: A UUID string identifying this Password Expiry Policy. (required)
|
|
14072
|
-
:type policy_uuid:
|
|
14072
|
+
:type policy_uuid: UUID
|
|
14073
14073
|
:param _request_timeout: timeout setting for this request. If one
|
|
14074
14074
|
number provided, it will be total request
|
|
14075
14075
|
timeout. It can also be a pair (tuple) of
|
|
@@ -14226,7 +14226,7 @@ class PoliciesApi:
|
|
|
14226
14226
|
:param page_size: Number of results to return per page.
|
|
14227
14227
|
:type page_size: int
|
|
14228
14228
|
:param policy_uuid:
|
|
14229
|
-
:type policy_uuid:
|
|
14229
|
+
:type policy_uuid: UUID
|
|
14230
14230
|
:param search: A search term.
|
|
14231
14231
|
:type search: str
|
|
14232
14232
|
:param _request_timeout: timeout setting for this request. If one
|
|
@@ -14335,7 +14335,7 @@ class PoliciesApi:
|
|
|
14335
14335
|
:param page_size: Number of results to return per page.
|
|
14336
14336
|
:type page_size: int
|
|
14337
14337
|
:param policy_uuid:
|
|
14338
|
-
:type policy_uuid:
|
|
14338
|
+
:type policy_uuid: UUID
|
|
14339
14339
|
:param search: A search term.
|
|
14340
14340
|
:type search: str
|
|
14341
14341
|
:param _request_timeout: timeout setting for this request. If one
|
|
@@ -14444,7 +14444,7 @@ class PoliciesApi:
|
|
|
14444
14444
|
:param page_size: Number of results to return per page.
|
|
14445
14445
|
:type page_size: int
|
|
14446
14446
|
:param policy_uuid:
|
|
14447
|
-
:type policy_uuid:
|
|
14447
|
+
:type policy_uuid: UUID
|
|
14448
14448
|
:param search: A search term.
|
|
14449
14449
|
:type search: str
|
|
14450
14450
|
:param _request_timeout: timeout setting for this request. If one
|
|
@@ -14656,7 +14656,7 @@ class PoliciesApi:
|
|
|
14656
14656
|
Password Expiry Viewset
|
|
14657
14657
|
|
|
14658
14658
|
:param policy_uuid: A UUID string identifying this Password Expiry Policy. (required)
|
|
14659
|
-
:type policy_uuid:
|
|
14659
|
+
:type policy_uuid: UUID
|
|
14660
14660
|
:param patched_password_expiry_policy_request:
|
|
14661
14661
|
:type patched_password_expiry_policy_request: PatchedPasswordExpiryPolicyRequest
|
|
14662
14662
|
:param _request_timeout: timeout setting for this request. If one
|
|
@@ -14729,7 +14729,7 @@ class PoliciesApi:
|
|
|
14729
14729
|
Password Expiry Viewset
|
|
14730
14730
|
|
|
14731
14731
|
:param policy_uuid: A UUID string identifying this Password Expiry Policy. (required)
|
|
14732
|
-
:type policy_uuid:
|
|
14732
|
+
:type policy_uuid: UUID
|
|
14733
14733
|
:param patched_password_expiry_policy_request:
|
|
14734
14734
|
:type patched_password_expiry_policy_request: PatchedPasswordExpiryPolicyRequest
|
|
14735
14735
|
:param _request_timeout: timeout setting for this request. If one
|
|
@@ -14802,7 +14802,7 @@ class PoliciesApi:
|
|
|
14802
14802
|
Password Expiry Viewset
|
|
14803
14803
|
|
|
14804
14804
|
:param policy_uuid: A UUID string identifying this Password Expiry Policy. (required)
|
|
14805
|
-
:type policy_uuid:
|
|
14805
|
+
:type policy_uuid: UUID
|
|
14806
14806
|
:param patched_password_expiry_policy_request:
|
|
14807
14807
|
:type patched_password_expiry_policy_request: PatchedPasswordExpiryPolicyRequest
|
|
14808
14808
|
:param _request_timeout: timeout setting for this request. If one
|
|
@@ -14950,7 +14950,7 @@ class PoliciesApi:
|
|
|
14950
14950
|
Password Expiry Viewset
|
|
14951
14951
|
|
|
14952
14952
|
:param policy_uuid: A UUID string identifying this Password Expiry Policy. (required)
|
|
14953
|
-
:type policy_uuid:
|
|
14953
|
+
:type policy_uuid: UUID
|
|
14954
14954
|
:param _request_timeout: timeout setting for this request. If one
|
|
14955
14955
|
number provided, it will be total request
|
|
14956
14956
|
timeout. It can also be a pair (tuple) of
|
|
@@ -15019,7 +15019,7 @@ class PoliciesApi:
|
|
|
15019
15019
|
Password Expiry Viewset
|
|
15020
15020
|
|
|
15021
15021
|
:param policy_uuid: A UUID string identifying this Password Expiry Policy. (required)
|
|
15022
|
-
:type policy_uuid:
|
|
15022
|
+
:type policy_uuid: UUID
|
|
15023
15023
|
:param _request_timeout: timeout setting for this request. If one
|
|
15024
15024
|
number provided, it will be total request
|
|
15025
15025
|
timeout. It can also be a pair (tuple) of
|
|
@@ -15088,7 +15088,7 @@ class PoliciesApi:
|
|
|
15088
15088
|
Password Expiry Viewset
|
|
15089
15089
|
|
|
15090
15090
|
:param policy_uuid: A UUID string identifying this Password Expiry Policy. (required)
|
|
15091
|
-
:type policy_uuid:
|
|
15091
|
+
:type policy_uuid: UUID
|
|
15092
15092
|
:param _request_timeout: timeout setting for this request. If one
|
|
15093
15093
|
number provided, it will be total request
|
|
15094
15094
|
timeout. It can also be a pair (tuple) of
|
|
@@ -15218,7 +15218,7 @@ class PoliciesApi:
|
|
|
15218
15218
|
Password Expiry Viewset
|
|
15219
15219
|
|
|
15220
15220
|
:param policy_uuid: A UUID string identifying this Password Expiry Policy. (required)
|
|
15221
|
-
:type policy_uuid:
|
|
15221
|
+
:type policy_uuid: UUID
|
|
15222
15222
|
:param password_expiry_policy_request: (required)
|
|
15223
15223
|
:type password_expiry_policy_request: PasswordExpiryPolicyRequest
|
|
15224
15224
|
:param _request_timeout: timeout setting for this request. If one
|
|
@@ -15291,7 +15291,7 @@ class PoliciesApi:
|
|
|
15291
15291
|
Password Expiry Viewset
|
|
15292
15292
|
|
|
15293
15293
|
:param policy_uuid: A UUID string identifying this Password Expiry Policy. (required)
|
|
15294
|
-
:type policy_uuid:
|
|
15294
|
+
:type policy_uuid: UUID
|
|
15295
15295
|
:param password_expiry_policy_request: (required)
|
|
15296
15296
|
:type password_expiry_policy_request: PasswordExpiryPolicyRequest
|
|
15297
15297
|
:param _request_timeout: timeout setting for this request. If one
|
|
@@ -15364,7 +15364,7 @@ class PoliciesApi:
|
|
|
15364
15364
|
Password Expiry Viewset
|
|
15365
15365
|
|
|
15366
15366
|
:param policy_uuid: A UUID string identifying this Password Expiry Policy. (required)
|
|
15367
|
-
:type policy_uuid:
|
|
15367
|
+
:type policy_uuid: UUID
|
|
15368
15368
|
:param password_expiry_policy_request: (required)
|
|
15369
15369
|
:type password_expiry_policy_request: PasswordExpiryPolicyRequest
|
|
15370
15370
|
:param _request_timeout: timeout setting for this request. If one
|
|
@@ -15512,7 +15512,7 @@ class PoliciesApi:
|
|
|
15512
15512
|
Get a list of all objects that use this object
|
|
15513
15513
|
|
|
15514
15514
|
:param policy_uuid: A UUID string identifying this Password Expiry Policy. (required)
|
|
15515
|
-
:type policy_uuid:
|
|
15515
|
+
:type policy_uuid: UUID
|
|
15516
15516
|
:param _request_timeout: timeout setting for this request. If one
|
|
15517
15517
|
number provided, it will be total request
|
|
15518
15518
|
timeout. It can also be a pair (tuple) of
|
|
@@ -15581,7 +15581,7 @@ class PoliciesApi:
|
|
|
15581
15581
|
Get a list of all objects that use this object
|
|
15582
15582
|
|
|
15583
15583
|
:param policy_uuid: A UUID string identifying this Password Expiry Policy. (required)
|
|
15584
|
-
:type policy_uuid:
|
|
15584
|
+
:type policy_uuid: UUID
|
|
15585
15585
|
:param _request_timeout: timeout setting for this request. If one
|
|
15586
15586
|
number provided, it will be total request
|
|
15587
15587
|
timeout. It can also be a pair (tuple) of
|
|
@@ -15650,7 +15650,7 @@ class PoliciesApi:
|
|
|
15650
15650
|
Get a list of all objects that use this object
|
|
15651
15651
|
|
|
15652
15652
|
:param policy_uuid: A UUID string identifying this Password Expiry Policy. (required)
|
|
15653
|
-
:type policy_uuid:
|
|
15653
|
+
:type policy_uuid: UUID
|
|
15654
15654
|
:param _request_timeout: timeout setting for this request. If one
|
|
15655
15655
|
number provided, it will be total request
|
|
15656
15656
|
timeout. It can also be a pair (tuple) of
|
|
@@ -15836,7 +15836,7 @@ class PoliciesApi:
|
|
|
15836
15836
|
:param password_field:
|
|
15837
15837
|
:type password_field: str
|
|
15838
15838
|
:param policy_uuid:
|
|
15839
|
-
:type policy_uuid:
|
|
15839
|
+
:type policy_uuid: UUID
|
|
15840
15840
|
:param search: A search term.
|
|
15841
15841
|
:type search: str
|
|
15842
15842
|
:param symbol_charset:
|
|
@@ -15989,7 +15989,7 @@ class PoliciesApi:
|
|
|
15989
15989
|
:param password_field:
|
|
15990
15990
|
:type password_field: str
|
|
15991
15991
|
:param policy_uuid:
|
|
15992
|
-
:type policy_uuid:
|
|
15992
|
+
:type policy_uuid: UUID
|
|
15993
15993
|
:param search: A search term.
|
|
15994
15994
|
:type search: str
|
|
15995
15995
|
:param symbol_charset:
|
|
@@ -16142,7 +16142,7 @@ class PoliciesApi:
|
|
|
16142
16142
|
:param password_field:
|
|
16143
16143
|
:type password_field: str
|
|
16144
16144
|
:param policy_uuid:
|
|
16145
|
-
:type policy_uuid:
|
|
16145
|
+
:type policy_uuid: UUID
|
|
16146
16146
|
:param search: A search term.
|
|
16147
16147
|
:type search: str
|
|
16148
16148
|
:param symbol_charset:
|
|
@@ -16424,7 +16424,7 @@ class PoliciesApi:
|
|
|
16424
16424
|
Password Policy Viewset
|
|
16425
16425
|
|
|
16426
16426
|
:param policy_uuid: A UUID string identifying this Password Policy. (required)
|
|
16427
|
-
:type policy_uuid:
|
|
16427
|
+
:type policy_uuid: UUID
|
|
16428
16428
|
:param patched_password_policy_request:
|
|
16429
16429
|
:type patched_password_policy_request: PatchedPasswordPolicyRequest
|
|
16430
16430
|
:param _request_timeout: timeout setting for this request. If one
|
|
@@ -16497,7 +16497,7 @@ class PoliciesApi:
|
|
|
16497
16497
|
Password Policy Viewset
|
|
16498
16498
|
|
|
16499
16499
|
:param policy_uuid: A UUID string identifying this Password Policy. (required)
|
|
16500
|
-
:type policy_uuid:
|
|
16500
|
+
:type policy_uuid: UUID
|
|
16501
16501
|
:param patched_password_policy_request:
|
|
16502
16502
|
:type patched_password_policy_request: PatchedPasswordPolicyRequest
|
|
16503
16503
|
:param _request_timeout: timeout setting for this request. If one
|
|
@@ -16570,7 +16570,7 @@ class PoliciesApi:
|
|
|
16570
16570
|
Password Policy Viewset
|
|
16571
16571
|
|
|
16572
16572
|
:param policy_uuid: A UUID string identifying this Password Policy. (required)
|
|
16573
|
-
:type policy_uuid:
|
|
16573
|
+
:type policy_uuid: UUID
|
|
16574
16574
|
:param patched_password_policy_request:
|
|
16575
16575
|
:type patched_password_policy_request: PatchedPasswordPolicyRequest
|
|
16576
16576
|
:param _request_timeout: timeout setting for this request. If one
|
|
@@ -16718,7 +16718,7 @@ class PoliciesApi:
|
|
|
16718
16718
|
Password Policy Viewset
|
|
16719
16719
|
|
|
16720
16720
|
:param policy_uuid: A UUID string identifying this Password Policy. (required)
|
|
16721
|
-
:type policy_uuid:
|
|
16721
|
+
:type policy_uuid: UUID
|
|
16722
16722
|
:param _request_timeout: timeout setting for this request. If one
|
|
16723
16723
|
number provided, it will be total request
|
|
16724
16724
|
timeout. It can also be a pair (tuple) of
|
|
@@ -16787,7 +16787,7 @@ class PoliciesApi:
|
|
|
16787
16787
|
Password Policy Viewset
|
|
16788
16788
|
|
|
16789
16789
|
:param policy_uuid: A UUID string identifying this Password Policy. (required)
|
|
16790
|
-
:type policy_uuid:
|
|
16790
|
+
:type policy_uuid: UUID
|
|
16791
16791
|
:param _request_timeout: timeout setting for this request. If one
|
|
16792
16792
|
number provided, it will be total request
|
|
16793
16793
|
timeout. It can also be a pair (tuple) of
|
|
@@ -16856,7 +16856,7 @@ class PoliciesApi:
|
|
|
16856
16856
|
Password Policy Viewset
|
|
16857
16857
|
|
|
16858
16858
|
:param policy_uuid: A UUID string identifying this Password Policy. (required)
|
|
16859
|
-
:type policy_uuid:
|
|
16859
|
+
:type policy_uuid: UUID
|
|
16860
16860
|
:param _request_timeout: timeout setting for this request. If one
|
|
16861
16861
|
number provided, it will be total request
|
|
16862
16862
|
timeout. It can also be a pair (tuple) of
|
|
@@ -16986,7 +16986,7 @@ class PoliciesApi:
|
|
|
16986
16986
|
Password Policy Viewset
|
|
16987
16987
|
|
|
16988
16988
|
:param policy_uuid: A UUID string identifying this Password Policy. (required)
|
|
16989
|
-
:type policy_uuid:
|
|
16989
|
+
:type policy_uuid: UUID
|
|
16990
16990
|
:param password_policy_request: (required)
|
|
16991
16991
|
:type password_policy_request: PasswordPolicyRequest
|
|
16992
16992
|
:param _request_timeout: timeout setting for this request. If one
|
|
@@ -17059,7 +17059,7 @@ class PoliciesApi:
|
|
|
17059
17059
|
Password Policy Viewset
|
|
17060
17060
|
|
|
17061
17061
|
:param policy_uuid: A UUID string identifying this Password Policy. (required)
|
|
17062
|
-
:type policy_uuid:
|
|
17062
|
+
:type policy_uuid: UUID
|
|
17063
17063
|
:param password_policy_request: (required)
|
|
17064
17064
|
:type password_policy_request: PasswordPolicyRequest
|
|
17065
17065
|
:param _request_timeout: timeout setting for this request. If one
|
|
@@ -17132,7 +17132,7 @@ class PoliciesApi:
|
|
|
17132
17132
|
Password Policy Viewset
|
|
17133
17133
|
|
|
17134
17134
|
:param policy_uuid: A UUID string identifying this Password Policy. (required)
|
|
17135
|
-
:type policy_uuid:
|
|
17135
|
+
:type policy_uuid: UUID
|
|
17136
17136
|
:param password_policy_request: (required)
|
|
17137
17137
|
:type password_policy_request: PasswordPolicyRequest
|
|
17138
17138
|
:param _request_timeout: timeout setting for this request. If one
|
|
@@ -17280,7 +17280,7 @@ class PoliciesApi:
|
|
|
17280
17280
|
Get a list of all objects that use this object
|
|
17281
17281
|
|
|
17282
17282
|
:param policy_uuid: A UUID string identifying this Password Policy. (required)
|
|
17283
|
-
:type policy_uuid:
|
|
17283
|
+
:type policy_uuid: UUID
|
|
17284
17284
|
:param _request_timeout: timeout setting for this request. If one
|
|
17285
17285
|
number provided, it will be total request
|
|
17286
17286
|
timeout. It can also be a pair (tuple) of
|
|
@@ -17349,7 +17349,7 @@ class PoliciesApi:
|
|
|
17349
17349
|
Get a list of all objects that use this object
|
|
17350
17350
|
|
|
17351
17351
|
:param policy_uuid: A UUID string identifying this Password Policy. (required)
|
|
17352
|
-
:type policy_uuid:
|
|
17352
|
+
:type policy_uuid: UUID
|
|
17353
17353
|
:param _request_timeout: timeout setting for this request. If one
|
|
17354
17354
|
number provided, it will be total request
|
|
17355
17355
|
timeout. It can also be a pair (tuple) of
|
|
@@ -17418,7 +17418,7 @@ class PoliciesApi:
|
|
|
17418
17418
|
Get a list of all objects that use this object
|
|
17419
17419
|
|
|
17420
17420
|
:param policy_uuid: A UUID string identifying this Password Policy. (required)
|
|
17421
|
-
:type policy_uuid:
|
|
17421
|
+
:type policy_uuid: UUID
|
|
17422
17422
|
:param _request_timeout: timeout setting for this request. If one
|
|
17423
17423
|
number provided, it will be total request
|
|
17424
17424
|
timeout. It can also be a pair (tuple) of
|
|
@@ -17827,7 +17827,7 @@ class PoliciesApi:
|
|
|
17827
17827
|
Reputation Policy Viewset
|
|
17828
17828
|
|
|
17829
17829
|
:param policy_uuid: A UUID string identifying this Reputation Policy. (required)
|
|
17830
|
-
:type policy_uuid:
|
|
17830
|
+
:type policy_uuid: UUID
|
|
17831
17831
|
:param _request_timeout: timeout setting for this request. If one
|
|
17832
17832
|
number provided, it will be total request
|
|
17833
17833
|
timeout. It can also be a pair (tuple) of
|
|
@@ -17896,7 +17896,7 @@ class PoliciesApi:
|
|
|
17896
17896
|
Reputation Policy Viewset
|
|
17897
17897
|
|
|
17898
17898
|
:param policy_uuid: A UUID string identifying this Reputation Policy. (required)
|
|
17899
|
-
:type policy_uuid:
|
|
17899
|
+
:type policy_uuid: UUID
|
|
17900
17900
|
:param _request_timeout: timeout setting for this request. If one
|
|
17901
17901
|
number provided, it will be total request
|
|
17902
17902
|
timeout. It can also be a pair (tuple) of
|
|
@@ -17965,7 +17965,7 @@ class PoliciesApi:
|
|
|
17965
17965
|
Reputation Policy Viewset
|
|
17966
17966
|
|
|
17967
17967
|
:param policy_uuid: A UUID string identifying this Reputation Policy. (required)
|
|
17968
|
-
:type policy_uuid:
|
|
17968
|
+
:type policy_uuid: UUID
|
|
17969
17969
|
:param _request_timeout: timeout setting for this request. If one
|
|
17970
17970
|
number provided, it will be total request
|
|
17971
17971
|
timeout. It can also be a pair (tuple) of
|
|
@@ -18123,7 +18123,7 @@ class PoliciesApi:
|
|
|
18123
18123
|
:param page_size: Number of results to return per page.
|
|
18124
18124
|
:type page_size: int
|
|
18125
18125
|
:param policy_uuid:
|
|
18126
|
-
:type policy_uuid:
|
|
18126
|
+
:type policy_uuid: UUID
|
|
18127
18127
|
:param search: A search term.
|
|
18128
18128
|
:type search: str
|
|
18129
18129
|
:param threshold:
|
|
@@ -18236,7 +18236,7 @@ class PoliciesApi:
|
|
|
18236
18236
|
:param page_size: Number of results to return per page.
|
|
18237
18237
|
:type page_size: int
|
|
18238
18238
|
:param policy_uuid:
|
|
18239
|
-
:type policy_uuid:
|
|
18239
|
+
:type policy_uuid: UUID
|
|
18240
18240
|
:param search: A search term.
|
|
18241
18241
|
:type search: str
|
|
18242
18242
|
:param threshold:
|
|
@@ -18349,7 +18349,7 @@ class PoliciesApi:
|
|
|
18349
18349
|
:param page_size: Number of results to return per page.
|
|
18350
18350
|
:type page_size: int
|
|
18351
18351
|
:param policy_uuid:
|
|
18352
|
-
:type policy_uuid:
|
|
18352
|
+
:type policy_uuid: UUID
|
|
18353
18353
|
:param search: A search term.
|
|
18354
18354
|
:type search: str
|
|
18355
18355
|
:param threshold:
|
|
@@ -18569,7 +18569,7 @@ class PoliciesApi:
|
|
|
18569
18569
|
Reputation Policy Viewset
|
|
18570
18570
|
|
|
18571
18571
|
:param policy_uuid: A UUID string identifying this Reputation Policy. (required)
|
|
18572
|
-
:type policy_uuid:
|
|
18572
|
+
:type policy_uuid: UUID
|
|
18573
18573
|
:param patched_reputation_policy_request:
|
|
18574
18574
|
:type patched_reputation_policy_request: PatchedReputationPolicyRequest
|
|
18575
18575
|
:param _request_timeout: timeout setting for this request. If one
|
|
@@ -18642,7 +18642,7 @@ class PoliciesApi:
|
|
|
18642
18642
|
Reputation Policy Viewset
|
|
18643
18643
|
|
|
18644
18644
|
:param policy_uuid: A UUID string identifying this Reputation Policy. (required)
|
|
18645
|
-
:type policy_uuid:
|
|
18645
|
+
:type policy_uuid: UUID
|
|
18646
18646
|
:param patched_reputation_policy_request:
|
|
18647
18647
|
:type patched_reputation_policy_request: PatchedReputationPolicyRequest
|
|
18648
18648
|
:param _request_timeout: timeout setting for this request. If one
|
|
@@ -18715,7 +18715,7 @@ class PoliciesApi:
|
|
|
18715
18715
|
Reputation Policy Viewset
|
|
18716
18716
|
|
|
18717
18717
|
:param policy_uuid: A UUID string identifying this Reputation Policy. (required)
|
|
18718
|
-
:type policy_uuid:
|
|
18718
|
+
:type policy_uuid: UUID
|
|
18719
18719
|
:param patched_reputation_policy_request:
|
|
18720
18720
|
:type patched_reputation_policy_request: PatchedReputationPolicyRequest
|
|
18721
18721
|
:param _request_timeout: timeout setting for this request. If one
|
|
@@ -18863,7 +18863,7 @@ class PoliciesApi:
|
|
|
18863
18863
|
Reputation Policy Viewset
|
|
18864
18864
|
|
|
18865
18865
|
:param policy_uuid: A UUID string identifying this Reputation Policy. (required)
|
|
18866
|
-
:type policy_uuid:
|
|
18866
|
+
:type policy_uuid: UUID
|
|
18867
18867
|
:param _request_timeout: timeout setting for this request. If one
|
|
18868
18868
|
number provided, it will be total request
|
|
18869
18869
|
timeout. It can also be a pair (tuple) of
|
|
@@ -18932,7 +18932,7 @@ class PoliciesApi:
|
|
|
18932
18932
|
Reputation Policy Viewset
|
|
18933
18933
|
|
|
18934
18934
|
:param policy_uuid: A UUID string identifying this Reputation Policy. (required)
|
|
18935
|
-
:type policy_uuid:
|
|
18935
|
+
:type policy_uuid: UUID
|
|
18936
18936
|
:param _request_timeout: timeout setting for this request. If one
|
|
18937
18937
|
number provided, it will be total request
|
|
18938
18938
|
timeout. It can also be a pair (tuple) of
|
|
@@ -19001,7 +19001,7 @@ class PoliciesApi:
|
|
|
19001
19001
|
Reputation Policy Viewset
|
|
19002
19002
|
|
|
19003
19003
|
:param policy_uuid: A UUID string identifying this Reputation Policy. (required)
|
|
19004
|
-
:type policy_uuid:
|
|
19004
|
+
:type policy_uuid: UUID
|
|
19005
19005
|
:param _request_timeout: timeout setting for this request. If one
|
|
19006
19006
|
number provided, it will be total request
|
|
19007
19007
|
timeout. It can also be a pair (tuple) of
|
|
@@ -19130,7 +19130,7 @@ class PoliciesApi:
|
|
|
19130
19130
|
Reputation Viewset
|
|
19131
19131
|
|
|
19132
19132
|
:param reputation_uuid: A UUID string identifying this Reputation Score. (required)
|
|
19133
|
-
:type reputation_uuid:
|
|
19133
|
+
:type reputation_uuid: UUID
|
|
19134
19134
|
:param _request_timeout: timeout setting for this request. If one
|
|
19135
19135
|
number provided, it will be total request
|
|
19136
19136
|
timeout. It can also be a pair (tuple) of
|
|
@@ -19199,7 +19199,7 @@ class PoliciesApi:
|
|
|
19199
19199
|
Reputation Viewset
|
|
19200
19200
|
|
|
19201
19201
|
:param reputation_uuid: A UUID string identifying this Reputation Score. (required)
|
|
19202
|
-
:type reputation_uuid:
|
|
19202
|
+
:type reputation_uuid: UUID
|
|
19203
19203
|
:param _request_timeout: timeout setting for this request. If one
|
|
19204
19204
|
number provided, it will be total request
|
|
19205
19205
|
timeout. It can also be a pair (tuple) of
|
|
@@ -19268,7 +19268,7 @@ class PoliciesApi:
|
|
|
19268
19268
|
Reputation Viewset
|
|
19269
19269
|
|
|
19270
19270
|
:param reputation_uuid: A UUID string identifying this Reputation Score. (required)
|
|
19271
|
-
:type reputation_uuid:
|
|
19271
|
+
:type reputation_uuid: UUID
|
|
19272
19272
|
:param _request_timeout: timeout setting for this request. If one
|
|
19273
19273
|
number provided, it will be total request
|
|
19274
19274
|
timeout. It can also be a pair (tuple) of
|
|
@@ -19786,7 +19786,7 @@ class PoliciesApi:
|
|
|
19786
19786
|
Reputation Viewset
|
|
19787
19787
|
|
|
19788
19788
|
:param reputation_uuid: A UUID string identifying this Reputation Score. (required)
|
|
19789
|
-
:type reputation_uuid:
|
|
19789
|
+
:type reputation_uuid: UUID
|
|
19790
19790
|
:param _request_timeout: timeout setting for this request. If one
|
|
19791
19791
|
number provided, it will be total request
|
|
19792
19792
|
timeout. It can also be a pair (tuple) of
|
|
@@ -19855,7 +19855,7 @@ class PoliciesApi:
|
|
|
19855
19855
|
Reputation Viewset
|
|
19856
19856
|
|
|
19857
19857
|
:param reputation_uuid: A UUID string identifying this Reputation Score. (required)
|
|
19858
|
-
:type reputation_uuid:
|
|
19858
|
+
:type reputation_uuid: UUID
|
|
19859
19859
|
:param _request_timeout: timeout setting for this request. If one
|
|
19860
19860
|
number provided, it will be total request
|
|
19861
19861
|
timeout. It can also be a pair (tuple) of
|
|
@@ -19924,7 +19924,7 @@ class PoliciesApi:
|
|
|
19924
19924
|
Reputation Viewset
|
|
19925
19925
|
|
|
19926
19926
|
:param reputation_uuid: A UUID string identifying this Reputation Score. (required)
|
|
19927
|
-
:type reputation_uuid:
|
|
19927
|
+
:type reputation_uuid: UUID
|
|
19928
19928
|
:param _request_timeout: timeout setting for this request. If one
|
|
19929
19929
|
number provided, it will be total request
|
|
19930
19930
|
timeout. It can also be a pair (tuple) of
|
|
@@ -20053,7 +20053,7 @@ class PoliciesApi:
|
|
|
20053
20053
|
Get a list of all objects that use this object
|
|
20054
20054
|
|
|
20055
20055
|
:param reputation_uuid: A UUID string identifying this Reputation Score. (required)
|
|
20056
|
-
:type reputation_uuid:
|
|
20056
|
+
:type reputation_uuid: UUID
|
|
20057
20057
|
:param _request_timeout: timeout setting for this request. If one
|
|
20058
20058
|
number provided, it will be total request
|
|
20059
20059
|
timeout. It can also be a pair (tuple) of
|
|
@@ -20122,7 +20122,7 @@ class PoliciesApi:
|
|
|
20122
20122
|
Get a list of all objects that use this object
|
|
20123
20123
|
|
|
20124
20124
|
:param reputation_uuid: A UUID string identifying this Reputation Score. (required)
|
|
20125
|
-
:type reputation_uuid:
|
|
20125
|
+
:type reputation_uuid: UUID
|
|
20126
20126
|
:param _request_timeout: timeout setting for this request. If one
|
|
20127
20127
|
number provided, it will be total request
|
|
20128
20128
|
timeout. It can also be a pair (tuple) of
|
|
@@ -20191,7 +20191,7 @@ class PoliciesApi:
|
|
|
20191
20191
|
Get a list of all objects that use this object
|
|
20192
20192
|
|
|
20193
20193
|
:param reputation_uuid: A UUID string identifying this Reputation Score. (required)
|
|
20194
|
-
:type reputation_uuid:
|
|
20194
|
+
:type reputation_uuid: UUID
|
|
20195
20195
|
:param _request_timeout: timeout setting for this request. If one
|
|
20196
20196
|
number provided, it will be total request
|
|
20197
20197
|
timeout. It can also be a pair (tuple) of
|
|
@@ -20321,7 +20321,7 @@ class PoliciesApi:
|
|
|
20321
20321
|
Reputation Policy Viewset
|
|
20322
20322
|
|
|
20323
20323
|
:param policy_uuid: A UUID string identifying this Reputation Policy. (required)
|
|
20324
|
-
:type policy_uuid:
|
|
20324
|
+
:type policy_uuid: UUID
|
|
20325
20325
|
:param reputation_policy_request: (required)
|
|
20326
20326
|
:type reputation_policy_request: ReputationPolicyRequest
|
|
20327
20327
|
:param _request_timeout: timeout setting for this request. If one
|
|
@@ -20394,7 +20394,7 @@ class PoliciesApi:
|
|
|
20394
20394
|
Reputation Policy Viewset
|
|
20395
20395
|
|
|
20396
20396
|
:param policy_uuid: A UUID string identifying this Reputation Policy. (required)
|
|
20397
|
-
:type policy_uuid:
|
|
20397
|
+
:type policy_uuid: UUID
|
|
20398
20398
|
:param reputation_policy_request: (required)
|
|
20399
20399
|
:type reputation_policy_request: ReputationPolicyRequest
|
|
20400
20400
|
:param _request_timeout: timeout setting for this request. If one
|
|
@@ -20467,7 +20467,7 @@ class PoliciesApi:
|
|
|
20467
20467
|
Reputation Policy Viewset
|
|
20468
20468
|
|
|
20469
20469
|
:param policy_uuid: A UUID string identifying this Reputation Policy. (required)
|
|
20470
|
-
:type policy_uuid:
|
|
20470
|
+
:type policy_uuid: UUID
|
|
20471
20471
|
:param reputation_policy_request: (required)
|
|
20472
20472
|
:type reputation_policy_request: ReputationPolicyRequest
|
|
20473
20473
|
:param _request_timeout: timeout setting for this request. If one
|
|
@@ -20615,7 +20615,7 @@ class PoliciesApi:
|
|
|
20615
20615
|
Get a list of all objects that use this object
|
|
20616
20616
|
|
|
20617
20617
|
:param policy_uuid: A UUID string identifying this Reputation Policy. (required)
|
|
20618
|
-
:type policy_uuid:
|
|
20618
|
+
:type policy_uuid: UUID
|
|
20619
20619
|
:param _request_timeout: timeout setting for this request. If one
|
|
20620
20620
|
number provided, it will be total request
|
|
20621
20621
|
timeout. It can also be a pair (tuple) of
|
|
@@ -20684,7 +20684,7 @@ class PoliciesApi:
|
|
|
20684
20684
|
Get a list of all objects that use this object
|
|
20685
20685
|
|
|
20686
20686
|
:param policy_uuid: A UUID string identifying this Reputation Policy. (required)
|
|
20687
|
-
:type policy_uuid:
|
|
20687
|
+
:type policy_uuid: UUID
|
|
20688
20688
|
:param _request_timeout: timeout setting for this request. If one
|
|
20689
20689
|
number provided, it will be total request
|
|
20690
20690
|
timeout. It can also be a pair (tuple) of
|
|
@@ -20753,7 +20753,7 @@ class PoliciesApi:
|
|
|
20753
20753
|
Get a list of all objects that use this object
|
|
20754
20754
|
|
|
20755
20755
|
:param policy_uuid: A UUID string identifying this Reputation Policy. (required)
|
|
20756
|
-
:type policy_uuid:
|
|
20756
|
+
:type policy_uuid: UUID
|
|
20757
20757
|
:param _request_timeout: timeout setting for this request. If one
|
|
20758
20758
|
number provided, it will be total request
|
|
20759
20759
|
timeout. It can also be a pair (tuple) of
|
|
@@ -21162,7 +21162,7 @@ class PoliciesApi:
|
|
|
21162
21162
|
Password Uniqueness Policy Viewset
|
|
21163
21163
|
|
|
21164
21164
|
:param policy_uuid: A UUID string identifying this Password Uniqueness Policy. (required)
|
|
21165
|
-
:type policy_uuid:
|
|
21165
|
+
:type policy_uuid: UUID
|
|
21166
21166
|
:param _request_timeout: timeout setting for this request. If one
|
|
21167
21167
|
number provided, it will be total request
|
|
21168
21168
|
timeout. It can also be a pair (tuple) of
|
|
@@ -21231,7 +21231,7 @@ class PoliciesApi:
|
|
|
21231
21231
|
Password Uniqueness Policy Viewset
|
|
21232
21232
|
|
|
21233
21233
|
:param policy_uuid: A UUID string identifying this Password Uniqueness Policy. (required)
|
|
21234
|
-
:type policy_uuid:
|
|
21234
|
+
:type policy_uuid: UUID
|
|
21235
21235
|
:param _request_timeout: timeout setting for this request. If one
|
|
21236
21236
|
number provided, it will be total request
|
|
21237
21237
|
timeout. It can also be a pair (tuple) of
|
|
@@ -21300,7 +21300,7 @@ class PoliciesApi:
|
|
|
21300
21300
|
Password Uniqueness Policy Viewset
|
|
21301
21301
|
|
|
21302
21302
|
:param policy_uuid: A UUID string identifying this Password Uniqueness Policy. (required)
|
|
21303
|
-
:type policy_uuid:
|
|
21303
|
+
:type policy_uuid: UUID
|
|
21304
21304
|
:param _request_timeout: timeout setting for this request. If one
|
|
21305
21305
|
number provided, it will be total request
|
|
21306
21306
|
timeout. It can also be a pair (tuple) of
|
|
@@ -21457,7 +21457,7 @@ class PoliciesApi:
|
|
|
21457
21457
|
:param password_field:
|
|
21458
21458
|
:type password_field: str
|
|
21459
21459
|
:param policy_uuid:
|
|
21460
|
-
:type policy_uuid:
|
|
21460
|
+
:type policy_uuid: UUID
|
|
21461
21461
|
:param search: A search term.
|
|
21462
21462
|
:type search: str
|
|
21463
21463
|
:param _request_timeout: timeout setting for this request. If one
|
|
@@ -21566,7 +21566,7 @@ class PoliciesApi:
|
|
|
21566
21566
|
:param password_field:
|
|
21567
21567
|
:type password_field: str
|
|
21568
21568
|
:param policy_uuid:
|
|
21569
|
-
:type policy_uuid:
|
|
21569
|
+
:type policy_uuid: UUID
|
|
21570
21570
|
:param search: A search term.
|
|
21571
21571
|
:type search: str
|
|
21572
21572
|
:param _request_timeout: timeout setting for this request. If one
|
|
@@ -21675,7 +21675,7 @@ class PoliciesApi:
|
|
|
21675
21675
|
:param password_field:
|
|
21676
21676
|
:type password_field: str
|
|
21677
21677
|
:param policy_uuid:
|
|
21678
|
-
:type policy_uuid:
|
|
21678
|
+
:type policy_uuid: UUID
|
|
21679
21679
|
:param search: A search term.
|
|
21680
21680
|
:type search: str
|
|
21681
21681
|
:param _request_timeout: timeout setting for this request. If one
|
|
@@ -21887,7 +21887,7 @@ class PoliciesApi:
|
|
|
21887
21887
|
Password Uniqueness Policy Viewset
|
|
21888
21888
|
|
|
21889
21889
|
:param policy_uuid: A UUID string identifying this Password Uniqueness Policy. (required)
|
|
21890
|
-
:type policy_uuid:
|
|
21890
|
+
:type policy_uuid: UUID
|
|
21891
21891
|
:param patched_unique_password_policy_request:
|
|
21892
21892
|
:type patched_unique_password_policy_request: PatchedUniquePasswordPolicyRequest
|
|
21893
21893
|
:param _request_timeout: timeout setting for this request. If one
|
|
@@ -21960,7 +21960,7 @@ class PoliciesApi:
|
|
|
21960
21960
|
Password Uniqueness Policy Viewset
|
|
21961
21961
|
|
|
21962
21962
|
:param policy_uuid: A UUID string identifying this Password Uniqueness Policy. (required)
|
|
21963
|
-
:type policy_uuid:
|
|
21963
|
+
:type policy_uuid: UUID
|
|
21964
21964
|
:param patched_unique_password_policy_request:
|
|
21965
21965
|
:type patched_unique_password_policy_request: PatchedUniquePasswordPolicyRequest
|
|
21966
21966
|
:param _request_timeout: timeout setting for this request. If one
|
|
@@ -22033,7 +22033,7 @@ class PoliciesApi:
|
|
|
22033
22033
|
Password Uniqueness Policy Viewset
|
|
22034
22034
|
|
|
22035
22035
|
:param policy_uuid: A UUID string identifying this Password Uniqueness Policy. (required)
|
|
22036
|
-
:type policy_uuid:
|
|
22036
|
+
:type policy_uuid: UUID
|
|
22037
22037
|
:param patched_unique_password_policy_request:
|
|
22038
22038
|
:type patched_unique_password_policy_request: PatchedUniquePasswordPolicyRequest
|
|
22039
22039
|
:param _request_timeout: timeout setting for this request. If one
|
|
@@ -22181,7 +22181,7 @@ class PoliciesApi:
|
|
|
22181
22181
|
Password Uniqueness Policy Viewset
|
|
22182
22182
|
|
|
22183
22183
|
:param policy_uuid: A UUID string identifying this Password Uniqueness Policy. (required)
|
|
22184
|
-
:type policy_uuid:
|
|
22184
|
+
:type policy_uuid: UUID
|
|
22185
22185
|
:param _request_timeout: timeout setting for this request. If one
|
|
22186
22186
|
number provided, it will be total request
|
|
22187
22187
|
timeout. It can also be a pair (tuple) of
|
|
@@ -22250,7 +22250,7 @@ class PoliciesApi:
|
|
|
22250
22250
|
Password Uniqueness Policy Viewset
|
|
22251
22251
|
|
|
22252
22252
|
:param policy_uuid: A UUID string identifying this Password Uniqueness Policy. (required)
|
|
22253
|
-
:type policy_uuid:
|
|
22253
|
+
:type policy_uuid: UUID
|
|
22254
22254
|
:param _request_timeout: timeout setting for this request. If one
|
|
22255
22255
|
number provided, it will be total request
|
|
22256
22256
|
timeout. It can also be a pair (tuple) of
|
|
@@ -22319,7 +22319,7 @@ class PoliciesApi:
|
|
|
22319
22319
|
Password Uniqueness Policy Viewset
|
|
22320
22320
|
|
|
22321
22321
|
:param policy_uuid: A UUID string identifying this Password Uniqueness Policy. (required)
|
|
22322
|
-
:type policy_uuid:
|
|
22322
|
+
:type policy_uuid: UUID
|
|
22323
22323
|
:param _request_timeout: timeout setting for this request. If one
|
|
22324
22324
|
number provided, it will be total request
|
|
22325
22325
|
timeout. It can also be a pair (tuple) of
|
|
@@ -22449,7 +22449,7 @@ class PoliciesApi:
|
|
|
22449
22449
|
Password Uniqueness Policy Viewset
|
|
22450
22450
|
|
|
22451
22451
|
:param policy_uuid: A UUID string identifying this Password Uniqueness Policy. (required)
|
|
22452
|
-
:type policy_uuid:
|
|
22452
|
+
:type policy_uuid: UUID
|
|
22453
22453
|
:param unique_password_policy_request: (required)
|
|
22454
22454
|
:type unique_password_policy_request: UniquePasswordPolicyRequest
|
|
22455
22455
|
:param _request_timeout: timeout setting for this request. If one
|
|
@@ -22522,7 +22522,7 @@ class PoliciesApi:
|
|
|
22522
22522
|
Password Uniqueness Policy Viewset
|
|
22523
22523
|
|
|
22524
22524
|
:param policy_uuid: A UUID string identifying this Password Uniqueness Policy. (required)
|
|
22525
|
-
:type policy_uuid:
|
|
22525
|
+
:type policy_uuid: UUID
|
|
22526
22526
|
:param unique_password_policy_request: (required)
|
|
22527
22527
|
:type unique_password_policy_request: UniquePasswordPolicyRequest
|
|
22528
22528
|
:param _request_timeout: timeout setting for this request. If one
|
|
@@ -22595,7 +22595,7 @@ class PoliciesApi:
|
|
|
22595
22595
|
Password Uniqueness Policy Viewset
|
|
22596
22596
|
|
|
22597
22597
|
:param policy_uuid: A UUID string identifying this Password Uniqueness Policy. (required)
|
|
22598
|
-
:type policy_uuid:
|
|
22598
|
+
:type policy_uuid: UUID
|
|
22599
22599
|
:param unique_password_policy_request: (required)
|
|
22600
22600
|
:type unique_password_policy_request: UniquePasswordPolicyRequest
|
|
22601
22601
|
:param _request_timeout: timeout setting for this request. If one
|
|
@@ -22743,7 +22743,7 @@ class PoliciesApi:
|
|
|
22743
22743
|
Get a list of all objects that use this object
|
|
22744
22744
|
|
|
22745
22745
|
:param policy_uuid: A UUID string identifying this Password Uniqueness Policy. (required)
|
|
22746
|
-
:type policy_uuid:
|
|
22746
|
+
:type policy_uuid: UUID
|
|
22747
22747
|
:param _request_timeout: timeout setting for this request. If one
|
|
22748
22748
|
number provided, it will be total request
|
|
22749
22749
|
timeout. It can also be a pair (tuple) of
|
|
@@ -22812,7 +22812,7 @@ class PoliciesApi:
|
|
|
22812
22812
|
Get a list of all objects that use this object
|
|
22813
22813
|
|
|
22814
22814
|
:param policy_uuid: A UUID string identifying this Password Uniqueness Policy. (required)
|
|
22815
|
-
:type policy_uuid:
|
|
22815
|
+
:type policy_uuid: UUID
|
|
22816
22816
|
:param _request_timeout: timeout setting for this request. If one
|
|
22817
22817
|
number provided, it will be total request
|
|
22818
22818
|
timeout. It can also be a pair (tuple) of
|
|
@@ -22881,7 +22881,7 @@ class PoliciesApi:
|
|
|
22881
22881
|
Get a list of all objects that use this object
|
|
22882
22882
|
|
|
22883
22883
|
:param policy_uuid: A UUID string identifying this Password Uniqueness Policy. (required)
|
|
22884
|
-
:type policy_uuid:
|
|
22884
|
+
:type policy_uuid: UUID
|
|
22885
22885
|
:param _request_timeout: timeout setting for this request. If one
|
|
22886
22886
|
number provided, it will be total request
|
|
22887
22887
|
timeout. It can also be a pair (tuple) of
|