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
|
|
|
@@ -128,7 +128,7 @@ class PropertymappingsApi:
|
|
|
128
128
|
PropertyMapping Viewset
|
|
129
129
|
|
|
130
130
|
:param pm_uuid: A UUID string identifying this Property Mapping. (required)
|
|
131
|
-
:type pm_uuid:
|
|
131
|
+
:type pm_uuid: UUID
|
|
132
132
|
:param _request_timeout: timeout setting for this request. If one
|
|
133
133
|
number provided, it will be total request
|
|
134
134
|
timeout. It can also be a pair (tuple) of
|
|
@@ -197,7 +197,7 @@ class PropertymappingsApi:
|
|
|
197
197
|
PropertyMapping Viewset
|
|
198
198
|
|
|
199
199
|
:param pm_uuid: A UUID string identifying this Property Mapping. (required)
|
|
200
|
-
:type pm_uuid:
|
|
200
|
+
:type pm_uuid: UUID
|
|
201
201
|
:param _request_timeout: timeout setting for this request. If one
|
|
202
202
|
number provided, it will be total request
|
|
203
203
|
timeout. It can also be a pair (tuple) of
|
|
@@ -266,7 +266,7 @@ class PropertymappingsApi:
|
|
|
266
266
|
PropertyMapping Viewset
|
|
267
267
|
|
|
268
268
|
:param pm_uuid: A UUID string identifying this Property Mapping. (required)
|
|
269
|
-
:type pm_uuid:
|
|
269
|
+
:type pm_uuid: UUID
|
|
270
270
|
:param _request_timeout: timeout setting for this request. If one
|
|
271
271
|
number provided, it will be total request
|
|
272
272
|
timeout. It can also be a pair (tuple) of
|
|
@@ -767,7 +767,7 @@ class PropertymappingsApi:
|
|
|
767
767
|
PropertyMapping Viewset
|
|
768
768
|
|
|
769
769
|
:param pm_uuid: A UUID string identifying this Property Mapping. (required)
|
|
770
|
-
:type pm_uuid:
|
|
770
|
+
:type pm_uuid: UUID
|
|
771
771
|
:param _request_timeout: timeout setting for this request. If one
|
|
772
772
|
number provided, it will be total request
|
|
773
773
|
timeout. It can also be a pair (tuple) of
|
|
@@ -836,7 +836,7 @@ class PropertymappingsApi:
|
|
|
836
836
|
PropertyMapping Viewset
|
|
837
837
|
|
|
838
838
|
:param pm_uuid: A UUID string identifying this Property Mapping. (required)
|
|
839
|
-
:type pm_uuid:
|
|
839
|
+
:type pm_uuid: UUID
|
|
840
840
|
:param _request_timeout: timeout setting for this request. If one
|
|
841
841
|
number provided, it will be total request
|
|
842
842
|
timeout. It can also be a pair (tuple) of
|
|
@@ -905,7 +905,7 @@ class PropertymappingsApi:
|
|
|
905
905
|
PropertyMapping Viewset
|
|
906
906
|
|
|
907
907
|
:param pm_uuid: A UUID string identifying this Property Mapping. (required)
|
|
908
|
-
:type pm_uuid:
|
|
908
|
+
:type pm_uuid: UUID
|
|
909
909
|
:param _request_timeout: timeout setting for this request. If one
|
|
910
910
|
number provided, it will be total request
|
|
911
911
|
timeout. It can also be a pair (tuple) of
|
|
@@ -1036,7 +1036,7 @@ class PropertymappingsApi:
|
|
|
1036
1036
|
Test Property Mapping
|
|
1037
1037
|
|
|
1038
1038
|
:param pm_uuid: A UUID string identifying this Property Mapping. (required)
|
|
1039
|
-
:type pm_uuid:
|
|
1039
|
+
:type pm_uuid: UUID
|
|
1040
1040
|
:param format_result:
|
|
1041
1041
|
:type format_result: bool
|
|
1042
1042
|
:param property_mapping_test_request:
|
|
@@ -1113,7 +1113,7 @@ class PropertymappingsApi:
|
|
|
1113
1113
|
Test Property Mapping
|
|
1114
1114
|
|
|
1115
1115
|
:param pm_uuid: A UUID string identifying this Property Mapping. (required)
|
|
1116
|
-
:type pm_uuid:
|
|
1116
|
+
:type pm_uuid: UUID
|
|
1117
1117
|
:param format_result:
|
|
1118
1118
|
:type format_result: bool
|
|
1119
1119
|
:param property_mapping_test_request:
|
|
@@ -1190,7 +1190,7 @@ class PropertymappingsApi:
|
|
|
1190
1190
|
Test Property Mapping
|
|
1191
1191
|
|
|
1192
1192
|
:param pm_uuid: A UUID string identifying this Property Mapping. (required)
|
|
1193
|
-
:type pm_uuid:
|
|
1193
|
+
:type pm_uuid: UUID
|
|
1194
1194
|
:param format_result:
|
|
1195
1195
|
:type format_result: bool
|
|
1196
1196
|
:param property_mapping_test_request:
|
|
@@ -1598,7 +1598,7 @@ class PropertymappingsApi:
|
|
|
1598
1598
|
Get a list of all objects that use this object
|
|
1599
1599
|
|
|
1600
1600
|
:param pm_uuid: A UUID string identifying this Property Mapping. (required)
|
|
1601
|
-
:type pm_uuid:
|
|
1601
|
+
:type pm_uuid: UUID
|
|
1602
1602
|
:param _request_timeout: timeout setting for this request. If one
|
|
1603
1603
|
number provided, it will be total request
|
|
1604
1604
|
timeout. It can also be a pair (tuple) of
|
|
@@ -1667,7 +1667,7 @@ class PropertymappingsApi:
|
|
|
1667
1667
|
Get a list of all objects that use this object
|
|
1668
1668
|
|
|
1669
1669
|
:param pm_uuid: A UUID string identifying this Property Mapping. (required)
|
|
1670
|
-
:type pm_uuid:
|
|
1670
|
+
:type pm_uuid: UUID
|
|
1671
1671
|
:param _request_timeout: timeout setting for this request. If one
|
|
1672
1672
|
number provided, it will be total request
|
|
1673
1673
|
timeout. It can also be a pair (tuple) of
|
|
@@ -1736,7 +1736,7 @@ class PropertymappingsApi:
|
|
|
1736
1736
|
Get a list of all objects that use this object
|
|
1737
1737
|
|
|
1738
1738
|
:param pm_uuid: A UUID string identifying this Property Mapping. (required)
|
|
1739
|
-
:type pm_uuid:
|
|
1739
|
+
:type pm_uuid: UUID
|
|
1740
1740
|
:param _request_timeout: timeout setting for this request. If one
|
|
1741
1741
|
number provided, it will be total request
|
|
1742
1742
|
timeout. It can also be a pair (tuple) of
|
|
@@ -2145,7 +2145,7 @@ class PropertymappingsApi:
|
|
|
2145
2145
|
NotificationWebhookMapping Viewset
|
|
2146
2146
|
|
|
2147
2147
|
:param pm_uuid: A UUID string identifying this Webhook Mapping. (required)
|
|
2148
|
-
:type pm_uuid:
|
|
2148
|
+
:type pm_uuid: UUID
|
|
2149
2149
|
:param _request_timeout: timeout setting for this request. If one
|
|
2150
2150
|
number provided, it will be total request
|
|
2151
2151
|
timeout. It can also be a pair (tuple) of
|
|
@@ -2214,7 +2214,7 @@ class PropertymappingsApi:
|
|
|
2214
2214
|
NotificationWebhookMapping Viewset
|
|
2215
2215
|
|
|
2216
2216
|
:param pm_uuid: A UUID string identifying this Webhook Mapping. (required)
|
|
2217
|
-
:type pm_uuid:
|
|
2217
|
+
:type pm_uuid: UUID
|
|
2218
2218
|
:param _request_timeout: timeout setting for this request. If one
|
|
2219
2219
|
number provided, it will be total request
|
|
2220
2220
|
timeout. It can also be a pair (tuple) of
|
|
@@ -2283,7 +2283,7 @@ class PropertymappingsApi:
|
|
|
2283
2283
|
NotificationWebhookMapping Viewset
|
|
2284
2284
|
|
|
2285
2285
|
:param pm_uuid: A UUID string identifying this Webhook Mapping. (required)
|
|
2286
|
-
:type pm_uuid:
|
|
2286
|
+
:type pm_uuid: UUID
|
|
2287
2287
|
:param _request_timeout: timeout setting for this request. If one
|
|
2288
2288
|
number provided, it will be total request
|
|
2289
2289
|
timeout. It can also be a pair (tuple) of
|
|
@@ -2750,7 +2750,7 @@ class PropertymappingsApi:
|
|
|
2750
2750
|
NotificationWebhookMapping Viewset
|
|
2751
2751
|
|
|
2752
2752
|
:param pm_uuid: A UUID string identifying this Webhook Mapping. (required)
|
|
2753
|
-
:type pm_uuid:
|
|
2753
|
+
:type pm_uuid: UUID
|
|
2754
2754
|
:param patched_notification_webhook_mapping_request:
|
|
2755
2755
|
:type patched_notification_webhook_mapping_request: PatchedNotificationWebhookMappingRequest
|
|
2756
2756
|
:param _request_timeout: timeout setting for this request. If one
|
|
@@ -2823,7 +2823,7 @@ class PropertymappingsApi:
|
|
|
2823
2823
|
NotificationWebhookMapping Viewset
|
|
2824
2824
|
|
|
2825
2825
|
:param pm_uuid: A UUID string identifying this Webhook Mapping. (required)
|
|
2826
|
-
:type pm_uuid:
|
|
2826
|
+
:type pm_uuid: UUID
|
|
2827
2827
|
:param patched_notification_webhook_mapping_request:
|
|
2828
2828
|
:type patched_notification_webhook_mapping_request: PatchedNotificationWebhookMappingRequest
|
|
2829
2829
|
:param _request_timeout: timeout setting for this request. If one
|
|
@@ -2896,7 +2896,7 @@ class PropertymappingsApi:
|
|
|
2896
2896
|
NotificationWebhookMapping Viewset
|
|
2897
2897
|
|
|
2898
2898
|
:param pm_uuid: A UUID string identifying this Webhook Mapping. (required)
|
|
2899
|
-
:type pm_uuid:
|
|
2899
|
+
:type pm_uuid: UUID
|
|
2900
2900
|
:param patched_notification_webhook_mapping_request:
|
|
2901
2901
|
:type patched_notification_webhook_mapping_request: PatchedNotificationWebhookMappingRequest
|
|
2902
2902
|
:param _request_timeout: timeout setting for this request. If one
|
|
@@ -3044,7 +3044,7 @@ class PropertymappingsApi:
|
|
|
3044
3044
|
NotificationWebhookMapping Viewset
|
|
3045
3045
|
|
|
3046
3046
|
:param pm_uuid: A UUID string identifying this Webhook Mapping. (required)
|
|
3047
|
-
:type pm_uuid:
|
|
3047
|
+
:type pm_uuid: UUID
|
|
3048
3048
|
:param _request_timeout: timeout setting for this request. If one
|
|
3049
3049
|
number provided, it will be total request
|
|
3050
3050
|
timeout. It can also be a pair (tuple) of
|
|
@@ -3113,7 +3113,7 @@ class PropertymappingsApi:
|
|
|
3113
3113
|
NotificationWebhookMapping Viewset
|
|
3114
3114
|
|
|
3115
3115
|
:param pm_uuid: A UUID string identifying this Webhook Mapping. (required)
|
|
3116
|
-
:type pm_uuid:
|
|
3116
|
+
:type pm_uuid: UUID
|
|
3117
3117
|
:param _request_timeout: timeout setting for this request. If one
|
|
3118
3118
|
number provided, it will be total request
|
|
3119
3119
|
timeout. It can also be a pair (tuple) of
|
|
@@ -3182,7 +3182,7 @@ class PropertymappingsApi:
|
|
|
3182
3182
|
NotificationWebhookMapping Viewset
|
|
3183
3183
|
|
|
3184
3184
|
:param pm_uuid: A UUID string identifying this Webhook Mapping. (required)
|
|
3185
|
-
:type pm_uuid:
|
|
3185
|
+
:type pm_uuid: UUID
|
|
3186
3186
|
:param _request_timeout: timeout setting for this request. If one
|
|
3187
3187
|
number provided, it will be total request
|
|
3188
3188
|
timeout. It can also be a pair (tuple) of
|
|
@@ -3312,7 +3312,7 @@ class PropertymappingsApi:
|
|
|
3312
3312
|
NotificationWebhookMapping Viewset
|
|
3313
3313
|
|
|
3314
3314
|
:param pm_uuid: A UUID string identifying this Webhook Mapping. (required)
|
|
3315
|
-
:type pm_uuid:
|
|
3315
|
+
:type pm_uuid: UUID
|
|
3316
3316
|
:param notification_webhook_mapping_request: (required)
|
|
3317
3317
|
:type notification_webhook_mapping_request: NotificationWebhookMappingRequest
|
|
3318
3318
|
:param _request_timeout: timeout setting for this request. If one
|
|
@@ -3385,7 +3385,7 @@ class PropertymappingsApi:
|
|
|
3385
3385
|
NotificationWebhookMapping Viewset
|
|
3386
3386
|
|
|
3387
3387
|
:param pm_uuid: A UUID string identifying this Webhook Mapping. (required)
|
|
3388
|
-
:type pm_uuid:
|
|
3388
|
+
:type pm_uuid: UUID
|
|
3389
3389
|
:param notification_webhook_mapping_request: (required)
|
|
3390
3390
|
:type notification_webhook_mapping_request: NotificationWebhookMappingRequest
|
|
3391
3391
|
:param _request_timeout: timeout setting for this request. If one
|
|
@@ -3458,7 +3458,7 @@ class PropertymappingsApi:
|
|
|
3458
3458
|
NotificationWebhookMapping Viewset
|
|
3459
3459
|
|
|
3460
3460
|
:param pm_uuid: A UUID string identifying this Webhook Mapping. (required)
|
|
3461
|
-
:type pm_uuid:
|
|
3461
|
+
:type pm_uuid: UUID
|
|
3462
3462
|
:param notification_webhook_mapping_request: (required)
|
|
3463
3463
|
:type notification_webhook_mapping_request: NotificationWebhookMappingRequest
|
|
3464
3464
|
:param _request_timeout: timeout setting for this request. If one
|
|
@@ -3606,7 +3606,7 @@ class PropertymappingsApi:
|
|
|
3606
3606
|
Get a list of all objects that use this object
|
|
3607
3607
|
|
|
3608
3608
|
:param pm_uuid: A UUID string identifying this Webhook Mapping. (required)
|
|
3609
|
-
:type pm_uuid:
|
|
3609
|
+
:type pm_uuid: UUID
|
|
3610
3610
|
:param _request_timeout: timeout setting for this request. If one
|
|
3611
3611
|
number provided, it will be total request
|
|
3612
3612
|
timeout. It can also be a pair (tuple) of
|
|
@@ -3675,7 +3675,7 @@ class PropertymappingsApi:
|
|
|
3675
3675
|
Get a list of all objects that use this object
|
|
3676
3676
|
|
|
3677
3677
|
:param pm_uuid: A UUID string identifying this Webhook Mapping. (required)
|
|
3678
|
-
:type pm_uuid:
|
|
3678
|
+
:type pm_uuid: UUID
|
|
3679
3679
|
:param _request_timeout: timeout setting for this request. If one
|
|
3680
3680
|
number provided, it will be total request
|
|
3681
3681
|
timeout. It can also be a pair (tuple) of
|
|
@@ -3744,7 +3744,7 @@ class PropertymappingsApi:
|
|
|
3744
3744
|
Get a list of all objects that use this object
|
|
3745
3745
|
|
|
3746
3746
|
:param pm_uuid: A UUID string identifying this Webhook Mapping. (required)
|
|
3747
|
-
:type pm_uuid:
|
|
3747
|
+
:type pm_uuid: UUID
|
|
3748
3748
|
:param _request_timeout: timeout setting for this request. If one
|
|
3749
3749
|
number provided, it will be total request
|
|
3750
3750
|
timeout. It can also be a pair (tuple) of
|
|
@@ -4153,7 +4153,7 @@ class PropertymappingsApi:
|
|
|
4153
4153
|
GoogleWorkspaceProviderMapping Viewset
|
|
4154
4154
|
|
|
4155
4155
|
:param pm_uuid: A UUID string identifying this Google Workspace Provider Mapping. (required)
|
|
4156
|
-
:type pm_uuid:
|
|
4156
|
+
:type pm_uuid: UUID
|
|
4157
4157
|
:param _request_timeout: timeout setting for this request. If one
|
|
4158
4158
|
number provided, it will be total request
|
|
4159
4159
|
timeout. It can also be a pair (tuple) of
|
|
@@ -4222,7 +4222,7 @@ class PropertymappingsApi:
|
|
|
4222
4222
|
GoogleWorkspaceProviderMapping Viewset
|
|
4223
4223
|
|
|
4224
4224
|
:param pm_uuid: A UUID string identifying this Google Workspace Provider Mapping. (required)
|
|
4225
|
-
:type pm_uuid:
|
|
4225
|
+
:type pm_uuid: UUID
|
|
4226
4226
|
:param _request_timeout: timeout setting for this request. If one
|
|
4227
4227
|
number provided, it will be total request
|
|
4228
4228
|
timeout. It can also be a pair (tuple) of
|
|
@@ -4291,7 +4291,7 @@ class PropertymappingsApi:
|
|
|
4291
4291
|
GoogleWorkspaceProviderMapping Viewset
|
|
4292
4292
|
|
|
4293
4293
|
:param pm_uuid: A UUID string identifying this Google Workspace Provider Mapping. (required)
|
|
4294
|
-
:type pm_uuid:
|
|
4294
|
+
:type pm_uuid: UUID
|
|
4295
4295
|
:param _request_timeout: timeout setting for this request. If one
|
|
4296
4296
|
number provided, it will be total request
|
|
4297
4297
|
timeout. It can also be a pair (tuple) of
|
|
@@ -4439,7 +4439,7 @@ class PropertymappingsApi:
|
|
|
4439
4439
|
:param page_size: Number of results to return per page.
|
|
4440
4440
|
:type page_size: int
|
|
4441
4441
|
:param pm_uuid:
|
|
4442
|
-
:type pm_uuid:
|
|
4442
|
+
:type pm_uuid: UUID
|
|
4443
4443
|
:param search: A search term.
|
|
4444
4444
|
:type search: str
|
|
4445
4445
|
:param _request_timeout: timeout setting for this request. If one
|
|
@@ -4536,7 +4536,7 @@ class PropertymappingsApi:
|
|
|
4536
4536
|
:param page_size: Number of results to return per page.
|
|
4537
4537
|
:type page_size: int
|
|
4538
4538
|
:param pm_uuid:
|
|
4539
|
-
:type pm_uuid:
|
|
4539
|
+
:type pm_uuid: UUID
|
|
4540
4540
|
:param search: A search term.
|
|
4541
4541
|
:type search: str
|
|
4542
4542
|
:param _request_timeout: timeout setting for this request. If one
|
|
@@ -4633,7 +4633,7 @@ class PropertymappingsApi:
|
|
|
4633
4633
|
:param page_size: Number of results to return per page.
|
|
4634
4634
|
:type page_size: int
|
|
4635
4635
|
:param pm_uuid:
|
|
4636
|
-
:type pm_uuid:
|
|
4636
|
+
:type pm_uuid: UUID
|
|
4637
4637
|
:param search: A search term.
|
|
4638
4638
|
:type search: str
|
|
4639
4639
|
:param _request_timeout: timeout setting for this request. If one
|
|
@@ -4810,7 +4810,7 @@ class PropertymappingsApi:
|
|
|
4810
4810
|
GoogleWorkspaceProviderMapping Viewset
|
|
4811
4811
|
|
|
4812
4812
|
:param pm_uuid: A UUID string identifying this Google Workspace Provider Mapping. (required)
|
|
4813
|
-
:type pm_uuid:
|
|
4813
|
+
:type pm_uuid: UUID
|
|
4814
4814
|
:param patched_google_workspace_provider_mapping_request:
|
|
4815
4815
|
:type patched_google_workspace_provider_mapping_request: PatchedGoogleWorkspaceProviderMappingRequest
|
|
4816
4816
|
:param _request_timeout: timeout setting for this request. If one
|
|
@@ -4883,7 +4883,7 @@ class PropertymappingsApi:
|
|
|
4883
4883
|
GoogleWorkspaceProviderMapping Viewset
|
|
4884
4884
|
|
|
4885
4885
|
:param pm_uuid: A UUID string identifying this Google Workspace Provider Mapping. (required)
|
|
4886
|
-
:type pm_uuid:
|
|
4886
|
+
:type pm_uuid: UUID
|
|
4887
4887
|
:param patched_google_workspace_provider_mapping_request:
|
|
4888
4888
|
:type patched_google_workspace_provider_mapping_request: PatchedGoogleWorkspaceProviderMappingRequest
|
|
4889
4889
|
:param _request_timeout: timeout setting for this request. If one
|
|
@@ -4956,7 +4956,7 @@ class PropertymappingsApi:
|
|
|
4956
4956
|
GoogleWorkspaceProviderMapping Viewset
|
|
4957
4957
|
|
|
4958
4958
|
:param pm_uuid: A UUID string identifying this Google Workspace Provider Mapping. (required)
|
|
4959
|
-
:type pm_uuid:
|
|
4959
|
+
:type pm_uuid: UUID
|
|
4960
4960
|
:param patched_google_workspace_provider_mapping_request:
|
|
4961
4961
|
:type patched_google_workspace_provider_mapping_request: PatchedGoogleWorkspaceProviderMappingRequest
|
|
4962
4962
|
:param _request_timeout: timeout setting for this request. If one
|
|
@@ -5104,7 +5104,7 @@ class PropertymappingsApi:
|
|
|
5104
5104
|
GoogleWorkspaceProviderMapping Viewset
|
|
5105
5105
|
|
|
5106
5106
|
:param pm_uuid: A UUID string identifying this Google Workspace Provider Mapping. (required)
|
|
5107
|
-
:type pm_uuid:
|
|
5107
|
+
:type pm_uuid: UUID
|
|
5108
5108
|
:param _request_timeout: timeout setting for this request. If one
|
|
5109
5109
|
number provided, it will be total request
|
|
5110
5110
|
timeout. It can also be a pair (tuple) of
|
|
@@ -5173,7 +5173,7 @@ class PropertymappingsApi:
|
|
|
5173
5173
|
GoogleWorkspaceProviderMapping Viewset
|
|
5174
5174
|
|
|
5175
5175
|
:param pm_uuid: A UUID string identifying this Google Workspace Provider Mapping. (required)
|
|
5176
|
-
:type pm_uuid:
|
|
5176
|
+
:type pm_uuid: UUID
|
|
5177
5177
|
:param _request_timeout: timeout setting for this request. If one
|
|
5178
5178
|
number provided, it will be total request
|
|
5179
5179
|
timeout. It can also be a pair (tuple) of
|
|
@@ -5242,7 +5242,7 @@ class PropertymappingsApi:
|
|
|
5242
5242
|
GoogleWorkspaceProviderMapping Viewset
|
|
5243
5243
|
|
|
5244
5244
|
:param pm_uuid: A UUID string identifying this Google Workspace Provider Mapping. (required)
|
|
5245
|
-
:type pm_uuid:
|
|
5245
|
+
:type pm_uuid: UUID
|
|
5246
5246
|
:param _request_timeout: timeout setting for this request. If one
|
|
5247
5247
|
number provided, it will be total request
|
|
5248
5248
|
timeout. It can also be a pair (tuple) of
|
|
@@ -5372,7 +5372,7 @@ class PropertymappingsApi:
|
|
|
5372
5372
|
GoogleWorkspaceProviderMapping Viewset
|
|
5373
5373
|
|
|
5374
5374
|
:param pm_uuid: A UUID string identifying this Google Workspace Provider Mapping. (required)
|
|
5375
|
-
:type pm_uuid:
|
|
5375
|
+
:type pm_uuid: UUID
|
|
5376
5376
|
:param google_workspace_provider_mapping_request: (required)
|
|
5377
5377
|
:type google_workspace_provider_mapping_request: GoogleWorkspaceProviderMappingRequest
|
|
5378
5378
|
:param _request_timeout: timeout setting for this request. If one
|
|
@@ -5445,7 +5445,7 @@ class PropertymappingsApi:
|
|
|
5445
5445
|
GoogleWorkspaceProviderMapping Viewset
|
|
5446
5446
|
|
|
5447
5447
|
:param pm_uuid: A UUID string identifying this Google Workspace Provider Mapping. (required)
|
|
5448
|
-
:type pm_uuid:
|
|
5448
|
+
:type pm_uuid: UUID
|
|
5449
5449
|
:param google_workspace_provider_mapping_request: (required)
|
|
5450
5450
|
:type google_workspace_provider_mapping_request: GoogleWorkspaceProviderMappingRequest
|
|
5451
5451
|
:param _request_timeout: timeout setting for this request. If one
|
|
@@ -5518,7 +5518,7 @@ class PropertymappingsApi:
|
|
|
5518
5518
|
GoogleWorkspaceProviderMapping Viewset
|
|
5519
5519
|
|
|
5520
5520
|
:param pm_uuid: A UUID string identifying this Google Workspace Provider Mapping. (required)
|
|
5521
|
-
:type pm_uuid:
|
|
5521
|
+
:type pm_uuid: UUID
|
|
5522
5522
|
:param google_workspace_provider_mapping_request: (required)
|
|
5523
5523
|
:type google_workspace_provider_mapping_request: GoogleWorkspaceProviderMappingRequest
|
|
5524
5524
|
:param _request_timeout: timeout setting for this request. If one
|
|
@@ -5666,7 +5666,7 @@ class PropertymappingsApi:
|
|
|
5666
5666
|
Get a list of all objects that use this object
|
|
5667
5667
|
|
|
5668
5668
|
:param pm_uuid: A UUID string identifying this Google Workspace Provider Mapping. (required)
|
|
5669
|
-
:type pm_uuid:
|
|
5669
|
+
:type pm_uuid: UUID
|
|
5670
5670
|
:param _request_timeout: timeout setting for this request. If one
|
|
5671
5671
|
number provided, it will be total request
|
|
5672
5672
|
timeout. It can also be a pair (tuple) of
|
|
@@ -5735,7 +5735,7 @@ class PropertymappingsApi:
|
|
|
5735
5735
|
Get a list of all objects that use this object
|
|
5736
5736
|
|
|
5737
5737
|
:param pm_uuid: A UUID string identifying this Google Workspace Provider Mapping. (required)
|
|
5738
|
-
:type pm_uuid:
|
|
5738
|
+
:type pm_uuid: UUID
|
|
5739
5739
|
:param _request_timeout: timeout setting for this request. If one
|
|
5740
5740
|
number provided, it will be total request
|
|
5741
5741
|
timeout. It can also be a pair (tuple) of
|
|
@@ -5804,7 +5804,7 @@ class PropertymappingsApi:
|
|
|
5804
5804
|
Get a list of all objects that use this object
|
|
5805
5805
|
|
|
5806
5806
|
:param pm_uuid: A UUID string identifying this Google Workspace Provider Mapping. (required)
|
|
5807
|
-
:type pm_uuid:
|
|
5807
|
+
:type pm_uuid: UUID
|
|
5808
5808
|
:param _request_timeout: timeout setting for this request. If one
|
|
5809
5809
|
number provided, it will be total request
|
|
5810
5810
|
timeout. It can also be a pair (tuple) of
|
|
@@ -6213,7 +6213,7 @@ class PropertymappingsApi:
|
|
|
6213
6213
|
MicrosoftEntraProviderMapping Viewset
|
|
6214
6214
|
|
|
6215
6215
|
:param pm_uuid: A UUID string identifying this Microsoft Entra Provider Mapping. (required)
|
|
6216
|
-
:type pm_uuid:
|
|
6216
|
+
:type pm_uuid: UUID
|
|
6217
6217
|
:param _request_timeout: timeout setting for this request. If one
|
|
6218
6218
|
number provided, it will be total request
|
|
6219
6219
|
timeout. It can also be a pair (tuple) of
|
|
@@ -6282,7 +6282,7 @@ class PropertymappingsApi:
|
|
|
6282
6282
|
MicrosoftEntraProviderMapping Viewset
|
|
6283
6283
|
|
|
6284
6284
|
:param pm_uuid: A UUID string identifying this Microsoft Entra Provider Mapping. (required)
|
|
6285
|
-
:type pm_uuid:
|
|
6285
|
+
:type pm_uuid: UUID
|
|
6286
6286
|
:param _request_timeout: timeout setting for this request. If one
|
|
6287
6287
|
number provided, it will be total request
|
|
6288
6288
|
timeout. It can also be a pair (tuple) of
|
|
@@ -6351,7 +6351,7 @@ class PropertymappingsApi:
|
|
|
6351
6351
|
MicrosoftEntraProviderMapping Viewset
|
|
6352
6352
|
|
|
6353
6353
|
:param pm_uuid: A UUID string identifying this Microsoft Entra Provider Mapping. (required)
|
|
6354
|
-
:type pm_uuid:
|
|
6354
|
+
:type pm_uuid: UUID
|
|
6355
6355
|
:param _request_timeout: timeout setting for this request. If one
|
|
6356
6356
|
number provided, it will be total request
|
|
6357
6357
|
timeout. It can also be a pair (tuple) of
|
|
@@ -6499,7 +6499,7 @@ class PropertymappingsApi:
|
|
|
6499
6499
|
:param page_size: Number of results to return per page.
|
|
6500
6500
|
:type page_size: int
|
|
6501
6501
|
:param pm_uuid:
|
|
6502
|
-
:type pm_uuid:
|
|
6502
|
+
:type pm_uuid: UUID
|
|
6503
6503
|
:param search: A search term.
|
|
6504
6504
|
:type search: str
|
|
6505
6505
|
:param _request_timeout: timeout setting for this request. If one
|
|
@@ -6596,7 +6596,7 @@ class PropertymappingsApi:
|
|
|
6596
6596
|
:param page_size: Number of results to return per page.
|
|
6597
6597
|
:type page_size: int
|
|
6598
6598
|
:param pm_uuid:
|
|
6599
|
-
:type pm_uuid:
|
|
6599
|
+
:type pm_uuid: UUID
|
|
6600
6600
|
:param search: A search term.
|
|
6601
6601
|
:type search: str
|
|
6602
6602
|
:param _request_timeout: timeout setting for this request. If one
|
|
@@ -6693,7 +6693,7 @@ class PropertymappingsApi:
|
|
|
6693
6693
|
:param page_size: Number of results to return per page.
|
|
6694
6694
|
:type page_size: int
|
|
6695
6695
|
:param pm_uuid:
|
|
6696
|
-
:type pm_uuid:
|
|
6696
|
+
:type pm_uuid: UUID
|
|
6697
6697
|
:param search: A search term.
|
|
6698
6698
|
:type search: str
|
|
6699
6699
|
:param _request_timeout: timeout setting for this request. If one
|
|
@@ -6870,7 +6870,7 @@ class PropertymappingsApi:
|
|
|
6870
6870
|
MicrosoftEntraProviderMapping Viewset
|
|
6871
6871
|
|
|
6872
6872
|
:param pm_uuid: A UUID string identifying this Microsoft Entra Provider Mapping. (required)
|
|
6873
|
-
:type pm_uuid:
|
|
6873
|
+
:type pm_uuid: UUID
|
|
6874
6874
|
:param patched_microsoft_entra_provider_mapping_request:
|
|
6875
6875
|
:type patched_microsoft_entra_provider_mapping_request: PatchedMicrosoftEntraProviderMappingRequest
|
|
6876
6876
|
:param _request_timeout: timeout setting for this request. If one
|
|
@@ -6943,7 +6943,7 @@ class PropertymappingsApi:
|
|
|
6943
6943
|
MicrosoftEntraProviderMapping Viewset
|
|
6944
6944
|
|
|
6945
6945
|
:param pm_uuid: A UUID string identifying this Microsoft Entra Provider Mapping. (required)
|
|
6946
|
-
:type pm_uuid:
|
|
6946
|
+
:type pm_uuid: UUID
|
|
6947
6947
|
:param patched_microsoft_entra_provider_mapping_request:
|
|
6948
6948
|
:type patched_microsoft_entra_provider_mapping_request: PatchedMicrosoftEntraProviderMappingRequest
|
|
6949
6949
|
:param _request_timeout: timeout setting for this request. If one
|
|
@@ -7016,7 +7016,7 @@ class PropertymappingsApi:
|
|
|
7016
7016
|
MicrosoftEntraProviderMapping Viewset
|
|
7017
7017
|
|
|
7018
7018
|
:param pm_uuid: A UUID string identifying this Microsoft Entra Provider Mapping. (required)
|
|
7019
|
-
:type pm_uuid:
|
|
7019
|
+
:type pm_uuid: UUID
|
|
7020
7020
|
:param patched_microsoft_entra_provider_mapping_request:
|
|
7021
7021
|
:type patched_microsoft_entra_provider_mapping_request: PatchedMicrosoftEntraProviderMappingRequest
|
|
7022
7022
|
:param _request_timeout: timeout setting for this request. If one
|
|
@@ -7164,7 +7164,7 @@ class PropertymappingsApi:
|
|
|
7164
7164
|
MicrosoftEntraProviderMapping Viewset
|
|
7165
7165
|
|
|
7166
7166
|
:param pm_uuid: A UUID string identifying this Microsoft Entra Provider Mapping. (required)
|
|
7167
|
-
:type pm_uuid:
|
|
7167
|
+
:type pm_uuid: UUID
|
|
7168
7168
|
:param _request_timeout: timeout setting for this request. If one
|
|
7169
7169
|
number provided, it will be total request
|
|
7170
7170
|
timeout. It can also be a pair (tuple) of
|
|
@@ -7233,7 +7233,7 @@ class PropertymappingsApi:
|
|
|
7233
7233
|
MicrosoftEntraProviderMapping Viewset
|
|
7234
7234
|
|
|
7235
7235
|
:param pm_uuid: A UUID string identifying this Microsoft Entra Provider Mapping. (required)
|
|
7236
|
-
:type pm_uuid:
|
|
7236
|
+
:type pm_uuid: UUID
|
|
7237
7237
|
:param _request_timeout: timeout setting for this request. If one
|
|
7238
7238
|
number provided, it will be total request
|
|
7239
7239
|
timeout. It can also be a pair (tuple) of
|
|
@@ -7302,7 +7302,7 @@ class PropertymappingsApi:
|
|
|
7302
7302
|
MicrosoftEntraProviderMapping Viewset
|
|
7303
7303
|
|
|
7304
7304
|
:param pm_uuid: A UUID string identifying this Microsoft Entra Provider Mapping. (required)
|
|
7305
|
-
:type pm_uuid:
|
|
7305
|
+
:type pm_uuid: UUID
|
|
7306
7306
|
:param _request_timeout: timeout setting for this request. If one
|
|
7307
7307
|
number provided, it will be total request
|
|
7308
7308
|
timeout. It can also be a pair (tuple) of
|
|
@@ -7432,7 +7432,7 @@ class PropertymappingsApi:
|
|
|
7432
7432
|
MicrosoftEntraProviderMapping Viewset
|
|
7433
7433
|
|
|
7434
7434
|
:param pm_uuid: A UUID string identifying this Microsoft Entra Provider Mapping. (required)
|
|
7435
|
-
:type pm_uuid:
|
|
7435
|
+
:type pm_uuid: UUID
|
|
7436
7436
|
:param microsoft_entra_provider_mapping_request: (required)
|
|
7437
7437
|
:type microsoft_entra_provider_mapping_request: MicrosoftEntraProviderMappingRequest
|
|
7438
7438
|
:param _request_timeout: timeout setting for this request. If one
|
|
@@ -7505,7 +7505,7 @@ class PropertymappingsApi:
|
|
|
7505
7505
|
MicrosoftEntraProviderMapping Viewset
|
|
7506
7506
|
|
|
7507
7507
|
:param pm_uuid: A UUID string identifying this Microsoft Entra Provider Mapping. (required)
|
|
7508
|
-
:type pm_uuid:
|
|
7508
|
+
:type pm_uuid: UUID
|
|
7509
7509
|
:param microsoft_entra_provider_mapping_request: (required)
|
|
7510
7510
|
:type microsoft_entra_provider_mapping_request: MicrosoftEntraProviderMappingRequest
|
|
7511
7511
|
:param _request_timeout: timeout setting for this request. If one
|
|
@@ -7578,7 +7578,7 @@ class PropertymappingsApi:
|
|
|
7578
7578
|
MicrosoftEntraProviderMapping Viewset
|
|
7579
7579
|
|
|
7580
7580
|
:param pm_uuid: A UUID string identifying this Microsoft Entra Provider Mapping. (required)
|
|
7581
|
-
:type pm_uuid:
|
|
7581
|
+
:type pm_uuid: UUID
|
|
7582
7582
|
:param microsoft_entra_provider_mapping_request: (required)
|
|
7583
7583
|
:type microsoft_entra_provider_mapping_request: MicrosoftEntraProviderMappingRequest
|
|
7584
7584
|
:param _request_timeout: timeout setting for this request. If one
|
|
@@ -7726,7 +7726,7 @@ class PropertymappingsApi:
|
|
|
7726
7726
|
Get a list of all objects that use this object
|
|
7727
7727
|
|
|
7728
7728
|
:param pm_uuid: A UUID string identifying this Microsoft Entra Provider Mapping. (required)
|
|
7729
|
-
:type pm_uuid:
|
|
7729
|
+
:type pm_uuid: UUID
|
|
7730
7730
|
:param _request_timeout: timeout setting for this request. If one
|
|
7731
7731
|
number provided, it will be total request
|
|
7732
7732
|
timeout. It can also be a pair (tuple) of
|
|
@@ -7795,7 +7795,7 @@ class PropertymappingsApi:
|
|
|
7795
7795
|
Get a list of all objects that use this object
|
|
7796
7796
|
|
|
7797
7797
|
:param pm_uuid: A UUID string identifying this Microsoft Entra Provider Mapping. (required)
|
|
7798
|
-
:type pm_uuid:
|
|
7798
|
+
:type pm_uuid: UUID
|
|
7799
7799
|
:param _request_timeout: timeout setting for this request. If one
|
|
7800
7800
|
number provided, it will be total request
|
|
7801
7801
|
timeout. It can also be a pair (tuple) of
|
|
@@ -7864,7 +7864,7 @@ class PropertymappingsApi:
|
|
|
7864
7864
|
Get a list of all objects that use this object
|
|
7865
7865
|
|
|
7866
7866
|
:param pm_uuid: A UUID string identifying this Microsoft Entra Provider Mapping. (required)
|
|
7867
|
-
:type pm_uuid:
|
|
7867
|
+
:type pm_uuid: UUID
|
|
7868
7868
|
:param _request_timeout: timeout setting for this request. If one
|
|
7869
7869
|
number provided, it will be total request
|
|
7870
7870
|
timeout. It can also be a pair (tuple) of
|
|
@@ -8273,7 +8273,7 @@ class PropertymappingsApi:
|
|
|
8273
8273
|
RACPropertyMapping Viewset
|
|
8274
8274
|
|
|
8275
8275
|
:param pm_uuid: A UUID string identifying this RAC Provider Property Mapping. (required)
|
|
8276
|
-
:type pm_uuid:
|
|
8276
|
+
:type pm_uuid: UUID
|
|
8277
8277
|
:param _request_timeout: timeout setting for this request. If one
|
|
8278
8278
|
number provided, it will be total request
|
|
8279
8279
|
timeout. It can also be a pair (tuple) of
|
|
@@ -8342,7 +8342,7 @@ class PropertymappingsApi:
|
|
|
8342
8342
|
RACPropertyMapping Viewset
|
|
8343
8343
|
|
|
8344
8344
|
:param pm_uuid: A UUID string identifying this RAC Provider Property Mapping. (required)
|
|
8345
|
-
:type pm_uuid:
|
|
8345
|
+
:type pm_uuid: UUID
|
|
8346
8346
|
:param _request_timeout: timeout setting for this request. If one
|
|
8347
8347
|
number provided, it will be total request
|
|
8348
8348
|
timeout. It can also be a pair (tuple) of
|
|
@@ -8411,7 +8411,7 @@ class PropertymappingsApi:
|
|
|
8411
8411
|
RACPropertyMapping Viewset
|
|
8412
8412
|
|
|
8413
8413
|
:param pm_uuid: A UUID string identifying this RAC Provider Property Mapping. (required)
|
|
8414
|
-
:type pm_uuid:
|
|
8414
|
+
:type pm_uuid: UUID
|
|
8415
8415
|
:param _request_timeout: timeout setting for this request. If one
|
|
8416
8416
|
number provided, it will be total request
|
|
8417
8417
|
timeout. It can also be a pair (tuple) of
|
|
@@ -8896,7 +8896,7 @@ class PropertymappingsApi:
|
|
|
8896
8896
|
RACPropertyMapping Viewset
|
|
8897
8897
|
|
|
8898
8898
|
:param pm_uuid: A UUID string identifying this RAC Provider Property Mapping. (required)
|
|
8899
|
-
:type pm_uuid:
|
|
8899
|
+
:type pm_uuid: UUID
|
|
8900
8900
|
:param patched_rac_property_mapping_request:
|
|
8901
8901
|
:type patched_rac_property_mapping_request: PatchedRACPropertyMappingRequest
|
|
8902
8902
|
:param _request_timeout: timeout setting for this request. If one
|
|
@@ -8969,7 +8969,7 @@ class PropertymappingsApi:
|
|
|
8969
8969
|
RACPropertyMapping Viewset
|
|
8970
8970
|
|
|
8971
8971
|
:param pm_uuid: A UUID string identifying this RAC Provider Property Mapping. (required)
|
|
8972
|
-
:type pm_uuid:
|
|
8972
|
+
:type pm_uuid: UUID
|
|
8973
8973
|
:param patched_rac_property_mapping_request:
|
|
8974
8974
|
:type patched_rac_property_mapping_request: PatchedRACPropertyMappingRequest
|
|
8975
8975
|
:param _request_timeout: timeout setting for this request. If one
|
|
@@ -9042,7 +9042,7 @@ class PropertymappingsApi:
|
|
|
9042
9042
|
RACPropertyMapping Viewset
|
|
9043
9043
|
|
|
9044
9044
|
:param pm_uuid: A UUID string identifying this RAC Provider Property Mapping. (required)
|
|
9045
|
-
:type pm_uuid:
|
|
9045
|
+
:type pm_uuid: UUID
|
|
9046
9046
|
:param patched_rac_property_mapping_request:
|
|
9047
9047
|
:type patched_rac_property_mapping_request: PatchedRACPropertyMappingRequest
|
|
9048
9048
|
:param _request_timeout: timeout setting for this request. If one
|
|
@@ -9190,7 +9190,7 @@ class PropertymappingsApi:
|
|
|
9190
9190
|
RACPropertyMapping Viewset
|
|
9191
9191
|
|
|
9192
9192
|
:param pm_uuid: A UUID string identifying this RAC Provider Property Mapping. (required)
|
|
9193
|
-
:type pm_uuid:
|
|
9193
|
+
:type pm_uuid: UUID
|
|
9194
9194
|
:param _request_timeout: timeout setting for this request. If one
|
|
9195
9195
|
number provided, it will be total request
|
|
9196
9196
|
timeout. It can also be a pair (tuple) of
|
|
@@ -9259,7 +9259,7 @@ class PropertymappingsApi:
|
|
|
9259
9259
|
RACPropertyMapping Viewset
|
|
9260
9260
|
|
|
9261
9261
|
:param pm_uuid: A UUID string identifying this RAC Provider Property Mapping. (required)
|
|
9262
|
-
:type pm_uuid:
|
|
9262
|
+
:type pm_uuid: UUID
|
|
9263
9263
|
:param _request_timeout: timeout setting for this request. If one
|
|
9264
9264
|
number provided, it will be total request
|
|
9265
9265
|
timeout. It can also be a pair (tuple) of
|
|
@@ -9328,7 +9328,7 @@ class PropertymappingsApi:
|
|
|
9328
9328
|
RACPropertyMapping Viewset
|
|
9329
9329
|
|
|
9330
9330
|
:param pm_uuid: A UUID string identifying this RAC Provider Property Mapping. (required)
|
|
9331
|
-
:type pm_uuid:
|
|
9331
|
+
:type pm_uuid: UUID
|
|
9332
9332
|
:param _request_timeout: timeout setting for this request. If one
|
|
9333
9333
|
number provided, it will be total request
|
|
9334
9334
|
timeout. It can also be a pair (tuple) of
|
|
@@ -9458,7 +9458,7 @@ class PropertymappingsApi:
|
|
|
9458
9458
|
RACPropertyMapping Viewset
|
|
9459
9459
|
|
|
9460
9460
|
:param pm_uuid: A UUID string identifying this RAC Provider Property Mapping. (required)
|
|
9461
|
-
:type pm_uuid:
|
|
9461
|
+
:type pm_uuid: UUID
|
|
9462
9462
|
:param rac_property_mapping_request: (required)
|
|
9463
9463
|
:type rac_property_mapping_request: RACPropertyMappingRequest
|
|
9464
9464
|
:param _request_timeout: timeout setting for this request. If one
|
|
@@ -9531,7 +9531,7 @@ class PropertymappingsApi:
|
|
|
9531
9531
|
RACPropertyMapping Viewset
|
|
9532
9532
|
|
|
9533
9533
|
:param pm_uuid: A UUID string identifying this RAC Provider Property Mapping. (required)
|
|
9534
|
-
:type pm_uuid:
|
|
9534
|
+
:type pm_uuid: UUID
|
|
9535
9535
|
:param rac_property_mapping_request: (required)
|
|
9536
9536
|
:type rac_property_mapping_request: RACPropertyMappingRequest
|
|
9537
9537
|
:param _request_timeout: timeout setting for this request. If one
|
|
@@ -9604,7 +9604,7 @@ class PropertymappingsApi:
|
|
|
9604
9604
|
RACPropertyMapping Viewset
|
|
9605
9605
|
|
|
9606
9606
|
:param pm_uuid: A UUID string identifying this RAC Provider Property Mapping. (required)
|
|
9607
|
-
:type pm_uuid:
|
|
9607
|
+
:type pm_uuid: UUID
|
|
9608
9608
|
:param rac_property_mapping_request: (required)
|
|
9609
9609
|
:type rac_property_mapping_request: RACPropertyMappingRequest
|
|
9610
9610
|
:param _request_timeout: timeout setting for this request. If one
|
|
@@ -9752,7 +9752,7 @@ class PropertymappingsApi:
|
|
|
9752
9752
|
Get a list of all objects that use this object
|
|
9753
9753
|
|
|
9754
9754
|
:param pm_uuid: A UUID string identifying this RAC Provider Property Mapping. (required)
|
|
9755
|
-
:type pm_uuid:
|
|
9755
|
+
:type pm_uuid: UUID
|
|
9756
9756
|
:param _request_timeout: timeout setting for this request. If one
|
|
9757
9757
|
number provided, it will be total request
|
|
9758
9758
|
timeout. It can also be a pair (tuple) of
|
|
@@ -9821,7 +9821,7 @@ class PropertymappingsApi:
|
|
|
9821
9821
|
Get a list of all objects that use this object
|
|
9822
9822
|
|
|
9823
9823
|
:param pm_uuid: A UUID string identifying this RAC Provider Property Mapping. (required)
|
|
9824
|
-
:type pm_uuid:
|
|
9824
|
+
:type pm_uuid: UUID
|
|
9825
9825
|
:param _request_timeout: timeout setting for this request. If one
|
|
9826
9826
|
number provided, it will be total request
|
|
9827
9827
|
timeout. It can also be a pair (tuple) of
|
|
@@ -9890,7 +9890,7 @@ class PropertymappingsApi:
|
|
|
9890
9890
|
Get a list of all objects that use this object
|
|
9891
9891
|
|
|
9892
9892
|
:param pm_uuid: A UUID string identifying this RAC Provider Property Mapping. (required)
|
|
9893
|
-
:type pm_uuid:
|
|
9893
|
+
:type pm_uuid: UUID
|
|
9894
9894
|
:param _request_timeout: timeout setting for this request. If one
|
|
9895
9895
|
number provided, it will be total request
|
|
9896
9896
|
timeout. It can also be a pair (tuple) of
|
|
@@ -10299,7 +10299,7 @@ class PropertymappingsApi:
|
|
|
10299
10299
|
RadiusProviderPropertyMapping Viewset
|
|
10300
10300
|
|
|
10301
10301
|
:param pm_uuid: A UUID string identifying this Radius Provider Property Mapping. (required)
|
|
10302
|
-
:type pm_uuid:
|
|
10302
|
+
:type pm_uuid: UUID
|
|
10303
10303
|
:param _request_timeout: timeout setting for this request. If one
|
|
10304
10304
|
number provided, it will be total request
|
|
10305
10305
|
timeout. It can also be a pair (tuple) of
|
|
@@ -10368,7 +10368,7 @@ class PropertymappingsApi:
|
|
|
10368
10368
|
RadiusProviderPropertyMapping Viewset
|
|
10369
10369
|
|
|
10370
10370
|
:param pm_uuid: A UUID string identifying this Radius Provider Property Mapping. (required)
|
|
10371
|
-
:type pm_uuid:
|
|
10371
|
+
:type pm_uuid: UUID
|
|
10372
10372
|
:param _request_timeout: timeout setting for this request. If one
|
|
10373
10373
|
number provided, it will be total request
|
|
10374
10374
|
timeout. It can also be a pair (tuple) of
|
|
@@ -10437,7 +10437,7 @@ class PropertymappingsApi:
|
|
|
10437
10437
|
RadiusProviderPropertyMapping Viewset
|
|
10438
10438
|
|
|
10439
10439
|
:param pm_uuid: A UUID string identifying this Radius Provider Property Mapping. (required)
|
|
10440
|
-
:type pm_uuid:
|
|
10440
|
+
:type pm_uuid: UUID
|
|
10441
10441
|
:param _request_timeout: timeout setting for this request. If one
|
|
10442
10442
|
number provided, it will be total request
|
|
10443
10443
|
timeout. It can also be a pair (tuple) of
|
|
@@ -10939,7 +10939,7 @@ class PropertymappingsApi:
|
|
|
10939
10939
|
RadiusProviderPropertyMapping Viewset
|
|
10940
10940
|
|
|
10941
10941
|
:param pm_uuid: A UUID string identifying this Radius Provider Property Mapping. (required)
|
|
10942
|
-
:type pm_uuid:
|
|
10942
|
+
:type pm_uuid: UUID
|
|
10943
10943
|
:param patched_radius_provider_property_mapping_request:
|
|
10944
10944
|
:type patched_radius_provider_property_mapping_request: PatchedRadiusProviderPropertyMappingRequest
|
|
10945
10945
|
:param _request_timeout: timeout setting for this request. If one
|
|
@@ -11012,7 +11012,7 @@ class PropertymappingsApi:
|
|
|
11012
11012
|
RadiusProviderPropertyMapping Viewset
|
|
11013
11013
|
|
|
11014
11014
|
:param pm_uuid: A UUID string identifying this Radius Provider Property Mapping. (required)
|
|
11015
|
-
:type pm_uuid:
|
|
11015
|
+
:type pm_uuid: UUID
|
|
11016
11016
|
:param patched_radius_provider_property_mapping_request:
|
|
11017
11017
|
:type patched_radius_provider_property_mapping_request: PatchedRadiusProviderPropertyMappingRequest
|
|
11018
11018
|
:param _request_timeout: timeout setting for this request. If one
|
|
@@ -11085,7 +11085,7 @@ class PropertymappingsApi:
|
|
|
11085
11085
|
RadiusProviderPropertyMapping Viewset
|
|
11086
11086
|
|
|
11087
11087
|
:param pm_uuid: A UUID string identifying this Radius Provider Property Mapping. (required)
|
|
11088
|
-
:type pm_uuid:
|
|
11088
|
+
:type pm_uuid: UUID
|
|
11089
11089
|
:param patched_radius_provider_property_mapping_request:
|
|
11090
11090
|
:type patched_radius_provider_property_mapping_request: PatchedRadiusProviderPropertyMappingRequest
|
|
11091
11091
|
:param _request_timeout: timeout setting for this request. If one
|
|
@@ -11233,7 +11233,7 @@ class PropertymappingsApi:
|
|
|
11233
11233
|
RadiusProviderPropertyMapping Viewset
|
|
11234
11234
|
|
|
11235
11235
|
:param pm_uuid: A UUID string identifying this Radius Provider Property Mapping. (required)
|
|
11236
|
-
:type pm_uuid:
|
|
11236
|
+
:type pm_uuid: UUID
|
|
11237
11237
|
:param _request_timeout: timeout setting for this request. If one
|
|
11238
11238
|
number provided, it will be total request
|
|
11239
11239
|
timeout. It can also be a pair (tuple) of
|
|
@@ -11302,7 +11302,7 @@ class PropertymappingsApi:
|
|
|
11302
11302
|
RadiusProviderPropertyMapping Viewset
|
|
11303
11303
|
|
|
11304
11304
|
:param pm_uuid: A UUID string identifying this Radius Provider Property Mapping. (required)
|
|
11305
|
-
:type pm_uuid:
|
|
11305
|
+
:type pm_uuid: UUID
|
|
11306
11306
|
:param _request_timeout: timeout setting for this request. If one
|
|
11307
11307
|
number provided, it will be total request
|
|
11308
11308
|
timeout. It can also be a pair (tuple) of
|
|
@@ -11371,7 +11371,7 @@ class PropertymappingsApi:
|
|
|
11371
11371
|
RadiusProviderPropertyMapping Viewset
|
|
11372
11372
|
|
|
11373
11373
|
:param pm_uuid: A UUID string identifying this Radius Provider Property Mapping. (required)
|
|
11374
|
-
:type pm_uuid:
|
|
11374
|
+
:type pm_uuid: UUID
|
|
11375
11375
|
:param _request_timeout: timeout setting for this request. If one
|
|
11376
11376
|
number provided, it will be total request
|
|
11377
11377
|
timeout. It can also be a pair (tuple) of
|
|
@@ -11501,7 +11501,7 @@ class PropertymappingsApi:
|
|
|
11501
11501
|
RadiusProviderPropertyMapping Viewset
|
|
11502
11502
|
|
|
11503
11503
|
:param pm_uuid: A UUID string identifying this Radius Provider Property Mapping. (required)
|
|
11504
|
-
:type pm_uuid:
|
|
11504
|
+
:type pm_uuid: UUID
|
|
11505
11505
|
:param radius_provider_property_mapping_request: (required)
|
|
11506
11506
|
:type radius_provider_property_mapping_request: RadiusProviderPropertyMappingRequest
|
|
11507
11507
|
:param _request_timeout: timeout setting for this request. If one
|
|
@@ -11574,7 +11574,7 @@ class PropertymappingsApi:
|
|
|
11574
11574
|
RadiusProviderPropertyMapping Viewset
|
|
11575
11575
|
|
|
11576
11576
|
:param pm_uuid: A UUID string identifying this Radius Provider Property Mapping. (required)
|
|
11577
|
-
:type pm_uuid:
|
|
11577
|
+
:type pm_uuid: UUID
|
|
11578
11578
|
:param radius_provider_property_mapping_request: (required)
|
|
11579
11579
|
:type radius_provider_property_mapping_request: RadiusProviderPropertyMappingRequest
|
|
11580
11580
|
:param _request_timeout: timeout setting for this request. If one
|
|
@@ -11647,7 +11647,7 @@ class PropertymappingsApi:
|
|
|
11647
11647
|
RadiusProviderPropertyMapping Viewset
|
|
11648
11648
|
|
|
11649
11649
|
:param pm_uuid: A UUID string identifying this Radius Provider Property Mapping. (required)
|
|
11650
|
-
:type pm_uuid:
|
|
11650
|
+
:type pm_uuid: UUID
|
|
11651
11651
|
:param radius_provider_property_mapping_request: (required)
|
|
11652
11652
|
:type radius_provider_property_mapping_request: RadiusProviderPropertyMappingRequest
|
|
11653
11653
|
:param _request_timeout: timeout setting for this request. If one
|
|
@@ -11795,7 +11795,7 @@ class PropertymappingsApi:
|
|
|
11795
11795
|
Get a list of all objects that use this object
|
|
11796
11796
|
|
|
11797
11797
|
:param pm_uuid: A UUID string identifying this Radius Provider Property Mapping. (required)
|
|
11798
|
-
:type pm_uuid:
|
|
11798
|
+
:type pm_uuid: UUID
|
|
11799
11799
|
:param _request_timeout: timeout setting for this request. If one
|
|
11800
11800
|
number provided, it will be total request
|
|
11801
11801
|
timeout. It can also be a pair (tuple) of
|
|
@@ -11864,7 +11864,7 @@ class PropertymappingsApi:
|
|
|
11864
11864
|
Get a list of all objects that use this object
|
|
11865
11865
|
|
|
11866
11866
|
:param pm_uuid: A UUID string identifying this Radius Provider Property Mapping. (required)
|
|
11867
|
-
:type pm_uuid:
|
|
11867
|
+
:type pm_uuid: UUID
|
|
11868
11868
|
:param _request_timeout: timeout setting for this request. If one
|
|
11869
11869
|
number provided, it will be total request
|
|
11870
11870
|
timeout. It can also be a pair (tuple) of
|
|
@@ -11933,7 +11933,7 @@ class PropertymappingsApi:
|
|
|
11933
11933
|
Get a list of all objects that use this object
|
|
11934
11934
|
|
|
11935
11935
|
:param pm_uuid: A UUID string identifying this Radius Provider Property Mapping. (required)
|
|
11936
|
-
:type pm_uuid:
|
|
11936
|
+
:type pm_uuid: UUID
|
|
11937
11937
|
:param _request_timeout: timeout setting for this request. If one
|
|
11938
11938
|
number provided, it will be total request
|
|
11939
11939
|
timeout. It can also be a pair (tuple) of
|
|
@@ -12342,7 +12342,7 @@ class PropertymappingsApi:
|
|
|
12342
12342
|
SAMLPropertyMapping Viewset
|
|
12343
12343
|
|
|
12344
12344
|
:param pm_uuid: A UUID string identifying this SAML Provider Property Mapping. (required)
|
|
12345
|
-
:type pm_uuid:
|
|
12345
|
+
:type pm_uuid: UUID
|
|
12346
12346
|
:param _request_timeout: timeout setting for this request. If one
|
|
12347
12347
|
number provided, it will be total request
|
|
12348
12348
|
timeout. It can also be a pair (tuple) of
|
|
@@ -12411,7 +12411,7 @@ class PropertymappingsApi:
|
|
|
12411
12411
|
SAMLPropertyMapping Viewset
|
|
12412
12412
|
|
|
12413
12413
|
:param pm_uuid: A UUID string identifying this SAML Provider Property Mapping. (required)
|
|
12414
|
-
:type pm_uuid:
|
|
12414
|
+
:type pm_uuid: UUID
|
|
12415
12415
|
:param _request_timeout: timeout setting for this request. If one
|
|
12416
12416
|
number provided, it will be total request
|
|
12417
12417
|
timeout. It can also be a pair (tuple) of
|
|
@@ -12480,7 +12480,7 @@ class PropertymappingsApi:
|
|
|
12480
12480
|
SAMLPropertyMapping Viewset
|
|
12481
12481
|
|
|
12482
12482
|
:param pm_uuid: A UUID string identifying this SAML Provider Property Mapping. (required)
|
|
12483
|
-
:type pm_uuid:
|
|
12483
|
+
:type pm_uuid: UUID
|
|
12484
12484
|
:param _request_timeout: timeout setting for this request. If one
|
|
12485
12485
|
number provided, it will be total request
|
|
12486
12486
|
timeout. It can also be a pair (tuple) of
|
|
@@ -13016,7 +13016,7 @@ class PropertymappingsApi:
|
|
|
13016
13016
|
SAMLPropertyMapping Viewset
|
|
13017
13017
|
|
|
13018
13018
|
:param pm_uuid: A UUID string identifying this SAML Provider Property Mapping. (required)
|
|
13019
|
-
:type pm_uuid:
|
|
13019
|
+
:type pm_uuid: UUID
|
|
13020
13020
|
:param patched_saml_property_mapping_request:
|
|
13021
13021
|
:type patched_saml_property_mapping_request: PatchedSAMLPropertyMappingRequest
|
|
13022
13022
|
:param _request_timeout: timeout setting for this request. If one
|
|
@@ -13089,7 +13089,7 @@ class PropertymappingsApi:
|
|
|
13089
13089
|
SAMLPropertyMapping Viewset
|
|
13090
13090
|
|
|
13091
13091
|
:param pm_uuid: A UUID string identifying this SAML Provider Property Mapping. (required)
|
|
13092
|
-
:type pm_uuid:
|
|
13092
|
+
:type pm_uuid: UUID
|
|
13093
13093
|
:param patched_saml_property_mapping_request:
|
|
13094
13094
|
:type patched_saml_property_mapping_request: PatchedSAMLPropertyMappingRequest
|
|
13095
13095
|
:param _request_timeout: timeout setting for this request. If one
|
|
@@ -13162,7 +13162,7 @@ class PropertymappingsApi:
|
|
|
13162
13162
|
SAMLPropertyMapping Viewset
|
|
13163
13163
|
|
|
13164
13164
|
:param pm_uuid: A UUID string identifying this SAML Provider Property Mapping. (required)
|
|
13165
|
-
:type pm_uuid:
|
|
13165
|
+
:type pm_uuid: UUID
|
|
13166
13166
|
:param patched_saml_property_mapping_request:
|
|
13167
13167
|
:type patched_saml_property_mapping_request: PatchedSAMLPropertyMappingRequest
|
|
13168
13168
|
:param _request_timeout: timeout setting for this request. If one
|
|
@@ -13310,7 +13310,7 @@ class PropertymappingsApi:
|
|
|
13310
13310
|
SAMLPropertyMapping Viewset
|
|
13311
13311
|
|
|
13312
13312
|
:param pm_uuid: A UUID string identifying this SAML Provider Property Mapping. (required)
|
|
13313
|
-
:type pm_uuid:
|
|
13313
|
+
:type pm_uuid: UUID
|
|
13314
13314
|
:param _request_timeout: timeout setting for this request. If one
|
|
13315
13315
|
number provided, it will be total request
|
|
13316
13316
|
timeout. It can also be a pair (tuple) of
|
|
@@ -13379,7 +13379,7 @@ class PropertymappingsApi:
|
|
|
13379
13379
|
SAMLPropertyMapping Viewset
|
|
13380
13380
|
|
|
13381
13381
|
:param pm_uuid: A UUID string identifying this SAML Provider Property Mapping. (required)
|
|
13382
|
-
:type pm_uuid:
|
|
13382
|
+
:type pm_uuid: UUID
|
|
13383
13383
|
:param _request_timeout: timeout setting for this request. If one
|
|
13384
13384
|
number provided, it will be total request
|
|
13385
13385
|
timeout. It can also be a pair (tuple) of
|
|
@@ -13448,7 +13448,7 @@ class PropertymappingsApi:
|
|
|
13448
13448
|
SAMLPropertyMapping Viewset
|
|
13449
13449
|
|
|
13450
13450
|
:param pm_uuid: A UUID string identifying this SAML Provider Property Mapping. (required)
|
|
13451
|
-
:type pm_uuid:
|
|
13451
|
+
:type pm_uuid: UUID
|
|
13452
13452
|
:param _request_timeout: timeout setting for this request. If one
|
|
13453
13453
|
number provided, it will be total request
|
|
13454
13454
|
timeout. It can also be a pair (tuple) of
|
|
@@ -13578,7 +13578,7 @@ class PropertymappingsApi:
|
|
|
13578
13578
|
SAMLPropertyMapping Viewset
|
|
13579
13579
|
|
|
13580
13580
|
:param pm_uuid: A UUID string identifying this SAML Provider Property Mapping. (required)
|
|
13581
|
-
:type pm_uuid:
|
|
13581
|
+
:type pm_uuid: UUID
|
|
13582
13582
|
:param saml_property_mapping_request: (required)
|
|
13583
13583
|
:type saml_property_mapping_request: SAMLPropertyMappingRequest
|
|
13584
13584
|
:param _request_timeout: timeout setting for this request. If one
|
|
@@ -13651,7 +13651,7 @@ class PropertymappingsApi:
|
|
|
13651
13651
|
SAMLPropertyMapping Viewset
|
|
13652
13652
|
|
|
13653
13653
|
:param pm_uuid: A UUID string identifying this SAML Provider Property Mapping. (required)
|
|
13654
|
-
:type pm_uuid:
|
|
13654
|
+
:type pm_uuid: UUID
|
|
13655
13655
|
:param saml_property_mapping_request: (required)
|
|
13656
13656
|
:type saml_property_mapping_request: SAMLPropertyMappingRequest
|
|
13657
13657
|
:param _request_timeout: timeout setting for this request. If one
|
|
@@ -13724,7 +13724,7 @@ class PropertymappingsApi:
|
|
|
13724
13724
|
SAMLPropertyMapping Viewset
|
|
13725
13725
|
|
|
13726
13726
|
:param pm_uuid: A UUID string identifying this SAML Provider Property Mapping. (required)
|
|
13727
|
-
:type pm_uuid:
|
|
13727
|
+
:type pm_uuid: UUID
|
|
13728
13728
|
:param saml_property_mapping_request: (required)
|
|
13729
13729
|
:type saml_property_mapping_request: SAMLPropertyMappingRequest
|
|
13730
13730
|
:param _request_timeout: timeout setting for this request. If one
|
|
@@ -13872,7 +13872,7 @@ class PropertymappingsApi:
|
|
|
13872
13872
|
Get a list of all objects that use this object
|
|
13873
13873
|
|
|
13874
13874
|
:param pm_uuid: A UUID string identifying this SAML Provider Property Mapping. (required)
|
|
13875
|
-
:type pm_uuid:
|
|
13875
|
+
:type pm_uuid: UUID
|
|
13876
13876
|
:param _request_timeout: timeout setting for this request. If one
|
|
13877
13877
|
number provided, it will be total request
|
|
13878
13878
|
timeout. It can also be a pair (tuple) of
|
|
@@ -13941,7 +13941,7 @@ class PropertymappingsApi:
|
|
|
13941
13941
|
Get a list of all objects that use this object
|
|
13942
13942
|
|
|
13943
13943
|
:param pm_uuid: A UUID string identifying this SAML Provider Property Mapping. (required)
|
|
13944
|
-
:type pm_uuid:
|
|
13944
|
+
:type pm_uuid: UUID
|
|
13945
13945
|
:param _request_timeout: timeout setting for this request. If one
|
|
13946
13946
|
number provided, it will be total request
|
|
13947
13947
|
timeout. It can also be a pair (tuple) of
|
|
@@ -14010,7 +14010,7 @@ class PropertymappingsApi:
|
|
|
14010
14010
|
Get a list of all objects that use this object
|
|
14011
14011
|
|
|
14012
14012
|
:param pm_uuid: A UUID string identifying this SAML Provider Property Mapping. (required)
|
|
14013
|
-
:type pm_uuid:
|
|
14013
|
+
:type pm_uuid: UUID
|
|
14014
14014
|
:param _request_timeout: timeout setting for this request. If one
|
|
14015
14015
|
number provided, it will be total request
|
|
14016
14016
|
timeout. It can also be a pair (tuple) of
|
|
@@ -14419,7 +14419,7 @@ class PropertymappingsApi:
|
|
|
14419
14419
|
SCIMMapping Viewset
|
|
14420
14420
|
|
|
14421
14421
|
:param pm_uuid: A UUID string identifying this SCIM Provider Mapping. (required)
|
|
14422
|
-
:type pm_uuid:
|
|
14422
|
+
:type pm_uuid: UUID
|
|
14423
14423
|
:param _request_timeout: timeout setting for this request. If one
|
|
14424
14424
|
number provided, it will be total request
|
|
14425
14425
|
timeout. It can also be a pair (tuple) of
|
|
@@ -14488,7 +14488,7 @@ class PropertymappingsApi:
|
|
|
14488
14488
|
SCIMMapping Viewset
|
|
14489
14489
|
|
|
14490
14490
|
:param pm_uuid: A UUID string identifying this SCIM Provider Mapping. (required)
|
|
14491
|
-
:type pm_uuid:
|
|
14491
|
+
:type pm_uuid: UUID
|
|
14492
14492
|
:param _request_timeout: timeout setting for this request. If one
|
|
14493
14493
|
number provided, it will be total request
|
|
14494
14494
|
timeout. It can also be a pair (tuple) of
|
|
@@ -14557,7 +14557,7 @@ class PropertymappingsApi:
|
|
|
14557
14557
|
SCIMMapping Viewset
|
|
14558
14558
|
|
|
14559
14559
|
:param pm_uuid: A UUID string identifying this SCIM Provider Mapping. (required)
|
|
14560
|
-
:type pm_uuid:
|
|
14560
|
+
:type pm_uuid: UUID
|
|
14561
14561
|
:param _request_timeout: timeout setting for this request. If one
|
|
14562
14562
|
number provided, it will be total request
|
|
14563
14563
|
timeout. It can also be a pair (tuple) of
|
|
@@ -15059,7 +15059,7 @@ class PropertymappingsApi:
|
|
|
15059
15059
|
SCIMMapping Viewset
|
|
15060
15060
|
|
|
15061
15061
|
:param pm_uuid: A UUID string identifying this SCIM Provider Mapping. (required)
|
|
15062
|
-
:type pm_uuid:
|
|
15062
|
+
:type pm_uuid: UUID
|
|
15063
15063
|
:param patched_scim_mapping_request:
|
|
15064
15064
|
:type patched_scim_mapping_request: PatchedSCIMMappingRequest
|
|
15065
15065
|
:param _request_timeout: timeout setting for this request. If one
|
|
@@ -15132,7 +15132,7 @@ class PropertymappingsApi:
|
|
|
15132
15132
|
SCIMMapping Viewset
|
|
15133
15133
|
|
|
15134
15134
|
:param pm_uuid: A UUID string identifying this SCIM Provider Mapping. (required)
|
|
15135
|
-
:type pm_uuid:
|
|
15135
|
+
:type pm_uuid: UUID
|
|
15136
15136
|
:param patched_scim_mapping_request:
|
|
15137
15137
|
:type patched_scim_mapping_request: PatchedSCIMMappingRequest
|
|
15138
15138
|
:param _request_timeout: timeout setting for this request. If one
|
|
@@ -15205,7 +15205,7 @@ class PropertymappingsApi:
|
|
|
15205
15205
|
SCIMMapping Viewset
|
|
15206
15206
|
|
|
15207
15207
|
:param pm_uuid: A UUID string identifying this SCIM Provider Mapping. (required)
|
|
15208
|
-
:type pm_uuid:
|
|
15208
|
+
:type pm_uuid: UUID
|
|
15209
15209
|
:param patched_scim_mapping_request:
|
|
15210
15210
|
:type patched_scim_mapping_request: PatchedSCIMMappingRequest
|
|
15211
15211
|
:param _request_timeout: timeout setting for this request. If one
|
|
@@ -15353,7 +15353,7 @@ class PropertymappingsApi:
|
|
|
15353
15353
|
SCIMMapping Viewset
|
|
15354
15354
|
|
|
15355
15355
|
:param pm_uuid: A UUID string identifying this SCIM Provider Mapping. (required)
|
|
15356
|
-
:type pm_uuid:
|
|
15356
|
+
:type pm_uuid: UUID
|
|
15357
15357
|
:param _request_timeout: timeout setting for this request. If one
|
|
15358
15358
|
number provided, it will be total request
|
|
15359
15359
|
timeout. It can also be a pair (tuple) of
|
|
@@ -15422,7 +15422,7 @@ class PropertymappingsApi:
|
|
|
15422
15422
|
SCIMMapping Viewset
|
|
15423
15423
|
|
|
15424
15424
|
:param pm_uuid: A UUID string identifying this SCIM Provider Mapping. (required)
|
|
15425
|
-
:type pm_uuid:
|
|
15425
|
+
:type pm_uuid: UUID
|
|
15426
15426
|
:param _request_timeout: timeout setting for this request. If one
|
|
15427
15427
|
number provided, it will be total request
|
|
15428
15428
|
timeout. It can also be a pair (tuple) of
|
|
@@ -15491,7 +15491,7 @@ class PropertymappingsApi:
|
|
|
15491
15491
|
SCIMMapping Viewset
|
|
15492
15492
|
|
|
15493
15493
|
:param pm_uuid: A UUID string identifying this SCIM Provider Mapping. (required)
|
|
15494
|
-
:type pm_uuid:
|
|
15494
|
+
:type pm_uuid: UUID
|
|
15495
15495
|
:param _request_timeout: timeout setting for this request. If one
|
|
15496
15496
|
number provided, it will be total request
|
|
15497
15497
|
timeout. It can also be a pair (tuple) of
|
|
@@ -15621,7 +15621,7 @@ class PropertymappingsApi:
|
|
|
15621
15621
|
SCIMMapping Viewset
|
|
15622
15622
|
|
|
15623
15623
|
:param pm_uuid: A UUID string identifying this SCIM Provider Mapping. (required)
|
|
15624
|
-
:type pm_uuid:
|
|
15624
|
+
:type pm_uuid: UUID
|
|
15625
15625
|
:param scim_mapping_request: (required)
|
|
15626
15626
|
:type scim_mapping_request: SCIMMappingRequest
|
|
15627
15627
|
:param _request_timeout: timeout setting for this request. If one
|
|
@@ -15694,7 +15694,7 @@ class PropertymappingsApi:
|
|
|
15694
15694
|
SCIMMapping Viewset
|
|
15695
15695
|
|
|
15696
15696
|
:param pm_uuid: A UUID string identifying this SCIM Provider Mapping. (required)
|
|
15697
|
-
:type pm_uuid:
|
|
15697
|
+
:type pm_uuid: UUID
|
|
15698
15698
|
:param scim_mapping_request: (required)
|
|
15699
15699
|
:type scim_mapping_request: SCIMMappingRequest
|
|
15700
15700
|
:param _request_timeout: timeout setting for this request. If one
|
|
@@ -15767,7 +15767,7 @@ class PropertymappingsApi:
|
|
|
15767
15767
|
SCIMMapping Viewset
|
|
15768
15768
|
|
|
15769
15769
|
:param pm_uuid: A UUID string identifying this SCIM Provider Mapping. (required)
|
|
15770
|
-
:type pm_uuid:
|
|
15770
|
+
:type pm_uuid: UUID
|
|
15771
15771
|
:param scim_mapping_request: (required)
|
|
15772
15772
|
:type scim_mapping_request: SCIMMappingRequest
|
|
15773
15773
|
:param _request_timeout: timeout setting for this request. If one
|
|
@@ -15915,7 +15915,7 @@ class PropertymappingsApi:
|
|
|
15915
15915
|
Get a list of all objects that use this object
|
|
15916
15916
|
|
|
15917
15917
|
:param pm_uuid: A UUID string identifying this SCIM Provider Mapping. (required)
|
|
15918
|
-
:type pm_uuid:
|
|
15918
|
+
:type pm_uuid: UUID
|
|
15919
15919
|
:param _request_timeout: timeout setting for this request. If one
|
|
15920
15920
|
number provided, it will be total request
|
|
15921
15921
|
timeout. It can also be a pair (tuple) of
|
|
@@ -15984,7 +15984,7 @@ class PropertymappingsApi:
|
|
|
15984
15984
|
Get a list of all objects that use this object
|
|
15985
15985
|
|
|
15986
15986
|
:param pm_uuid: A UUID string identifying this SCIM Provider Mapping. (required)
|
|
15987
|
-
:type pm_uuid:
|
|
15987
|
+
:type pm_uuid: UUID
|
|
15988
15988
|
:param _request_timeout: timeout setting for this request. If one
|
|
15989
15989
|
number provided, it will be total request
|
|
15990
15990
|
timeout. It can also be a pair (tuple) of
|
|
@@ -16053,7 +16053,7 @@ class PropertymappingsApi:
|
|
|
16053
16053
|
Get a list of all objects that use this object
|
|
16054
16054
|
|
|
16055
16055
|
:param pm_uuid: A UUID string identifying this SCIM Provider Mapping. (required)
|
|
16056
|
-
:type pm_uuid:
|
|
16056
|
+
:type pm_uuid: UUID
|
|
16057
16057
|
:param _request_timeout: timeout setting for this request. If one
|
|
16058
16058
|
number provided, it will be total request
|
|
16059
16059
|
timeout. It can also be a pair (tuple) of
|
|
@@ -16462,7 +16462,7 @@ class PropertymappingsApi:
|
|
|
16462
16462
|
ScopeMapping Viewset
|
|
16463
16463
|
|
|
16464
16464
|
:param pm_uuid: A UUID string identifying this Scope Mapping. (required)
|
|
16465
|
-
:type pm_uuid:
|
|
16465
|
+
:type pm_uuid: UUID
|
|
16466
16466
|
:param _request_timeout: timeout setting for this request. If one
|
|
16467
16467
|
number provided, it will be total request
|
|
16468
16468
|
timeout. It can also be a pair (tuple) of
|
|
@@ -16531,7 +16531,7 @@ class PropertymappingsApi:
|
|
|
16531
16531
|
ScopeMapping Viewset
|
|
16532
16532
|
|
|
16533
16533
|
:param pm_uuid: A UUID string identifying this Scope Mapping. (required)
|
|
16534
|
-
:type pm_uuid:
|
|
16534
|
+
:type pm_uuid: UUID
|
|
16535
16535
|
:param _request_timeout: timeout setting for this request. If one
|
|
16536
16536
|
number provided, it will be total request
|
|
16537
16537
|
timeout. It can also be a pair (tuple) of
|
|
@@ -16600,7 +16600,7 @@ class PropertymappingsApi:
|
|
|
16600
16600
|
ScopeMapping Viewset
|
|
16601
16601
|
|
|
16602
16602
|
:param pm_uuid: A UUID string identifying this Scope Mapping. (required)
|
|
16603
|
-
:type pm_uuid:
|
|
16603
|
+
:type pm_uuid: UUID
|
|
16604
16604
|
:param _request_timeout: timeout setting for this request. If one
|
|
16605
16605
|
number provided, it will be total request
|
|
16606
16606
|
timeout. It can also be a pair (tuple) of
|
|
@@ -17119,7 +17119,7 @@ class PropertymappingsApi:
|
|
|
17119
17119
|
ScopeMapping Viewset
|
|
17120
17120
|
|
|
17121
17121
|
:param pm_uuid: A UUID string identifying this Scope Mapping. (required)
|
|
17122
|
-
:type pm_uuid:
|
|
17122
|
+
:type pm_uuid: UUID
|
|
17123
17123
|
:param patched_scope_mapping_request:
|
|
17124
17124
|
:type patched_scope_mapping_request: PatchedScopeMappingRequest
|
|
17125
17125
|
:param _request_timeout: timeout setting for this request. If one
|
|
@@ -17192,7 +17192,7 @@ class PropertymappingsApi:
|
|
|
17192
17192
|
ScopeMapping Viewset
|
|
17193
17193
|
|
|
17194
17194
|
:param pm_uuid: A UUID string identifying this Scope Mapping. (required)
|
|
17195
|
-
:type pm_uuid:
|
|
17195
|
+
:type pm_uuid: UUID
|
|
17196
17196
|
:param patched_scope_mapping_request:
|
|
17197
17197
|
:type patched_scope_mapping_request: PatchedScopeMappingRequest
|
|
17198
17198
|
:param _request_timeout: timeout setting for this request. If one
|
|
@@ -17265,7 +17265,7 @@ class PropertymappingsApi:
|
|
|
17265
17265
|
ScopeMapping Viewset
|
|
17266
17266
|
|
|
17267
17267
|
:param pm_uuid: A UUID string identifying this Scope Mapping. (required)
|
|
17268
|
-
:type pm_uuid:
|
|
17268
|
+
:type pm_uuid: UUID
|
|
17269
17269
|
:param patched_scope_mapping_request:
|
|
17270
17270
|
:type patched_scope_mapping_request: PatchedScopeMappingRequest
|
|
17271
17271
|
:param _request_timeout: timeout setting for this request. If one
|
|
@@ -17413,7 +17413,7 @@ class PropertymappingsApi:
|
|
|
17413
17413
|
ScopeMapping Viewset
|
|
17414
17414
|
|
|
17415
17415
|
:param pm_uuid: A UUID string identifying this Scope Mapping. (required)
|
|
17416
|
-
:type pm_uuid:
|
|
17416
|
+
:type pm_uuid: UUID
|
|
17417
17417
|
:param _request_timeout: timeout setting for this request. If one
|
|
17418
17418
|
number provided, it will be total request
|
|
17419
17419
|
timeout. It can also be a pair (tuple) of
|
|
@@ -17482,7 +17482,7 @@ class PropertymappingsApi:
|
|
|
17482
17482
|
ScopeMapping Viewset
|
|
17483
17483
|
|
|
17484
17484
|
:param pm_uuid: A UUID string identifying this Scope Mapping. (required)
|
|
17485
|
-
:type pm_uuid:
|
|
17485
|
+
:type pm_uuid: UUID
|
|
17486
17486
|
:param _request_timeout: timeout setting for this request. If one
|
|
17487
17487
|
number provided, it will be total request
|
|
17488
17488
|
timeout. It can also be a pair (tuple) of
|
|
@@ -17551,7 +17551,7 @@ class PropertymappingsApi:
|
|
|
17551
17551
|
ScopeMapping Viewset
|
|
17552
17552
|
|
|
17553
17553
|
:param pm_uuid: A UUID string identifying this Scope Mapping. (required)
|
|
17554
|
-
:type pm_uuid:
|
|
17554
|
+
:type pm_uuid: UUID
|
|
17555
17555
|
:param _request_timeout: timeout setting for this request. If one
|
|
17556
17556
|
number provided, it will be total request
|
|
17557
17557
|
timeout. It can also be a pair (tuple) of
|
|
@@ -17681,7 +17681,7 @@ class PropertymappingsApi:
|
|
|
17681
17681
|
ScopeMapping Viewset
|
|
17682
17682
|
|
|
17683
17683
|
:param pm_uuid: A UUID string identifying this Scope Mapping. (required)
|
|
17684
|
-
:type pm_uuid:
|
|
17684
|
+
:type pm_uuid: UUID
|
|
17685
17685
|
:param scope_mapping_request: (required)
|
|
17686
17686
|
:type scope_mapping_request: ScopeMappingRequest
|
|
17687
17687
|
:param _request_timeout: timeout setting for this request. If one
|
|
@@ -17754,7 +17754,7 @@ class PropertymappingsApi:
|
|
|
17754
17754
|
ScopeMapping Viewset
|
|
17755
17755
|
|
|
17756
17756
|
:param pm_uuid: A UUID string identifying this Scope Mapping. (required)
|
|
17757
|
-
:type pm_uuid:
|
|
17757
|
+
:type pm_uuid: UUID
|
|
17758
17758
|
:param scope_mapping_request: (required)
|
|
17759
17759
|
:type scope_mapping_request: ScopeMappingRequest
|
|
17760
17760
|
:param _request_timeout: timeout setting for this request. If one
|
|
@@ -17827,7 +17827,7 @@ class PropertymappingsApi:
|
|
|
17827
17827
|
ScopeMapping Viewset
|
|
17828
17828
|
|
|
17829
17829
|
:param pm_uuid: A UUID string identifying this Scope Mapping. (required)
|
|
17830
|
-
:type pm_uuid:
|
|
17830
|
+
:type pm_uuid: UUID
|
|
17831
17831
|
:param scope_mapping_request: (required)
|
|
17832
17832
|
:type scope_mapping_request: ScopeMappingRequest
|
|
17833
17833
|
:param _request_timeout: timeout setting for this request. If one
|
|
@@ -17975,7 +17975,7 @@ class PropertymappingsApi:
|
|
|
17975
17975
|
Get a list of all objects that use this object
|
|
17976
17976
|
|
|
17977
17977
|
:param pm_uuid: A UUID string identifying this Scope Mapping. (required)
|
|
17978
|
-
:type pm_uuid:
|
|
17978
|
+
:type pm_uuid: UUID
|
|
17979
17979
|
:param _request_timeout: timeout setting for this request. If one
|
|
17980
17980
|
number provided, it will be total request
|
|
17981
17981
|
timeout. It can also be a pair (tuple) of
|
|
@@ -18044,7 +18044,7 @@ class PropertymappingsApi:
|
|
|
18044
18044
|
Get a list of all objects that use this object
|
|
18045
18045
|
|
|
18046
18046
|
:param pm_uuid: A UUID string identifying this Scope Mapping. (required)
|
|
18047
|
-
:type pm_uuid:
|
|
18047
|
+
:type pm_uuid: UUID
|
|
18048
18048
|
:param _request_timeout: timeout setting for this request. If one
|
|
18049
18049
|
number provided, it will be total request
|
|
18050
18050
|
timeout. It can also be a pair (tuple) of
|
|
@@ -18113,7 +18113,7 @@ class PropertymappingsApi:
|
|
|
18113
18113
|
Get a list of all objects that use this object
|
|
18114
18114
|
|
|
18115
18115
|
:param pm_uuid: A UUID string identifying this Scope Mapping. (required)
|
|
18116
|
-
:type pm_uuid:
|
|
18116
|
+
:type pm_uuid: UUID
|
|
18117
18117
|
:param _request_timeout: timeout setting for this request. If one
|
|
18118
18118
|
number provided, it will be total request
|
|
18119
18119
|
timeout. It can also be a pair (tuple) of
|
|
@@ -18522,7 +18522,7 @@ class PropertymappingsApi:
|
|
|
18522
18522
|
KerberosSource PropertyMapping Viewset
|
|
18523
18523
|
|
|
18524
18524
|
:param pm_uuid: A UUID string identifying this Kerberos Source Property Mapping. (required)
|
|
18525
|
-
:type pm_uuid:
|
|
18525
|
+
:type pm_uuid: UUID
|
|
18526
18526
|
:param _request_timeout: timeout setting for this request. If one
|
|
18527
18527
|
number provided, it will be total request
|
|
18528
18528
|
timeout. It can also be a pair (tuple) of
|
|
@@ -18591,7 +18591,7 @@ class PropertymappingsApi:
|
|
|
18591
18591
|
KerberosSource PropertyMapping Viewset
|
|
18592
18592
|
|
|
18593
18593
|
:param pm_uuid: A UUID string identifying this Kerberos Source Property Mapping. (required)
|
|
18594
|
-
:type pm_uuid:
|
|
18594
|
+
:type pm_uuid: UUID
|
|
18595
18595
|
:param _request_timeout: timeout setting for this request. If one
|
|
18596
18596
|
number provided, it will be total request
|
|
18597
18597
|
timeout. It can also be a pair (tuple) of
|
|
@@ -18660,7 +18660,7 @@ class PropertymappingsApi:
|
|
|
18660
18660
|
KerberosSource PropertyMapping Viewset
|
|
18661
18661
|
|
|
18662
18662
|
:param pm_uuid: A UUID string identifying this Kerberos Source Property Mapping. (required)
|
|
18663
|
-
:type pm_uuid:
|
|
18663
|
+
:type pm_uuid: UUID
|
|
18664
18664
|
:param _request_timeout: timeout setting for this request. If one
|
|
18665
18665
|
number provided, it will be total request
|
|
18666
18666
|
timeout. It can also be a pair (tuple) of
|
|
@@ -19162,7 +19162,7 @@ class PropertymappingsApi:
|
|
|
19162
19162
|
KerberosSource PropertyMapping Viewset
|
|
19163
19163
|
|
|
19164
19164
|
:param pm_uuid: A UUID string identifying this Kerberos Source Property Mapping. (required)
|
|
19165
|
-
:type pm_uuid:
|
|
19165
|
+
:type pm_uuid: UUID
|
|
19166
19166
|
:param patched_kerberos_source_property_mapping_request:
|
|
19167
19167
|
:type patched_kerberos_source_property_mapping_request: PatchedKerberosSourcePropertyMappingRequest
|
|
19168
19168
|
:param _request_timeout: timeout setting for this request. If one
|
|
@@ -19235,7 +19235,7 @@ class PropertymappingsApi:
|
|
|
19235
19235
|
KerberosSource PropertyMapping Viewset
|
|
19236
19236
|
|
|
19237
19237
|
:param pm_uuid: A UUID string identifying this Kerberos Source Property Mapping. (required)
|
|
19238
|
-
:type pm_uuid:
|
|
19238
|
+
:type pm_uuid: UUID
|
|
19239
19239
|
:param patched_kerberos_source_property_mapping_request:
|
|
19240
19240
|
:type patched_kerberos_source_property_mapping_request: PatchedKerberosSourcePropertyMappingRequest
|
|
19241
19241
|
:param _request_timeout: timeout setting for this request. If one
|
|
@@ -19308,7 +19308,7 @@ class PropertymappingsApi:
|
|
|
19308
19308
|
KerberosSource PropertyMapping Viewset
|
|
19309
19309
|
|
|
19310
19310
|
:param pm_uuid: A UUID string identifying this Kerberos Source Property Mapping. (required)
|
|
19311
|
-
:type pm_uuid:
|
|
19311
|
+
:type pm_uuid: UUID
|
|
19312
19312
|
:param patched_kerberos_source_property_mapping_request:
|
|
19313
19313
|
:type patched_kerberos_source_property_mapping_request: PatchedKerberosSourcePropertyMappingRequest
|
|
19314
19314
|
:param _request_timeout: timeout setting for this request. If one
|
|
@@ -19456,7 +19456,7 @@ class PropertymappingsApi:
|
|
|
19456
19456
|
KerberosSource PropertyMapping Viewset
|
|
19457
19457
|
|
|
19458
19458
|
:param pm_uuid: A UUID string identifying this Kerberos Source Property Mapping. (required)
|
|
19459
|
-
:type pm_uuid:
|
|
19459
|
+
:type pm_uuid: UUID
|
|
19460
19460
|
:param _request_timeout: timeout setting for this request. If one
|
|
19461
19461
|
number provided, it will be total request
|
|
19462
19462
|
timeout. It can also be a pair (tuple) of
|
|
@@ -19525,7 +19525,7 @@ class PropertymappingsApi:
|
|
|
19525
19525
|
KerberosSource PropertyMapping Viewset
|
|
19526
19526
|
|
|
19527
19527
|
:param pm_uuid: A UUID string identifying this Kerberos Source Property Mapping. (required)
|
|
19528
|
-
:type pm_uuid:
|
|
19528
|
+
:type pm_uuid: UUID
|
|
19529
19529
|
:param _request_timeout: timeout setting for this request. If one
|
|
19530
19530
|
number provided, it will be total request
|
|
19531
19531
|
timeout. It can also be a pair (tuple) of
|
|
@@ -19594,7 +19594,7 @@ class PropertymappingsApi:
|
|
|
19594
19594
|
KerberosSource PropertyMapping Viewset
|
|
19595
19595
|
|
|
19596
19596
|
:param pm_uuid: A UUID string identifying this Kerberos Source Property Mapping. (required)
|
|
19597
|
-
:type pm_uuid:
|
|
19597
|
+
:type pm_uuid: UUID
|
|
19598
19598
|
:param _request_timeout: timeout setting for this request. If one
|
|
19599
19599
|
number provided, it will be total request
|
|
19600
19600
|
timeout. It can also be a pair (tuple) of
|
|
@@ -19724,7 +19724,7 @@ class PropertymappingsApi:
|
|
|
19724
19724
|
KerberosSource PropertyMapping Viewset
|
|
19725
19725
|
|
|
19726
19726
|
:param pm_uuid: A UUID string identifying this Kerberos Source Property Mapping. (required)
|
|
19727
|
-
:type pm_uuid:
|
|
19727
|
+
:type pm_uuid: UUID
|
|
19728
19728
|
:param kerberos_source_property_mapping_request: (required)
|
|
19729
19729
|
:type kerberos_source_property_mapping_request: KerberosSourcePropertyMappingRequest
|
|
19730
19730
|
:param _request_timeout: timeout setting for this request. If one
|
|
@@ -19797,7 +19797,7 @@ class PropertymappingsApi:
|
|
|
19797
19797
|
KerberosSource PropertyMapping Viewset
|
|
19798
19798
|
|
|
19799
19799
|
:param pm_uuid: A UUID string identifying this Kerberos Source Property Mapping. (required)
|
|
19800
|
-
:type pm_uuid:
|
|
19800
|
+
:type pm_uuid: UUID
|
|
19801
19801
|
:param kerberos_source_property_mapping_request: (required)
|
|
19802
19802
|
:type kerberos_source_property_mapping_request: KerberosSourcePropertyMappingRequest
|
|
19803
19803
|
:param _request_timeout: timeout setting for this request. If one
|
|
@@ -19870,7 +19870,7 @@ class PropertymappingsApi:
|
|
|
19870
19870
|
KerberosSource PropertyMapping Viewset
|
|
19871
19871
|
|
|
19872
19872
|
:param pm_uuid: A UUID string identifying this Kerberos Source Property Mapping. (required)
|
|
19873
|
-
:type pm_uuid:
|
|
19873
|
+
:type pm_uuid: UUID
|
|
19874
19874
|
:param kerberos_source_property_mapping_request: (required)
|
|
19875
19875
|
:type kerberos_source_property_mapping_request: KerberosSourcePropertyMappingRequest
|
|
19876
19876
|
:param _request_timeout: timeout setting for this request. If one
|
|
@@ -20018,7 +20018,7 @@ class PropertymappingsApi:
|
|
|
20018
20018
|
Get a list of all objects that use this object
|
|
20019
20019
|
|
|
20020
20020
|
:param pm_uuid: A UUID string identifying this Kerberos Source Property Mapping. (required)
|
|
20021
|
-
:type pm_uuid:
|
|
20021
|
+
:type pm_uuid: UUID
|
|
20022
20022
|
:param _request_timeout: timeout setting for this request. If one
|
|
20023
20023
|
number provided, it will be total request
|
|
20024
20024
|
timeout. It can also be a pair (tuple) of
|
|
@@ -20087,7 +20087,7 @@ class PropertymappingsApi:
|
|
|
20087
20087
|
Get a list of all objects that use this object
|
|
20088
20088
|
|
|
20089
20089
|
:param pm_uuid: A UUID string identifying this Kerberos Source Property Mapping. (required)
|
|
20090
|
-
:type pm_uuid:
|
|
20090
|
+
:type pm_uuid: UUID
|
|
20091
20091
|
:param _request_timeout: timeout setting for this request. If one
|
|
20092
20092
|
number provided, it will be total request
|
|
20093
20093
|
timeout. It can also be a pair (tuple) of
|
|
@@ -20156,7 +20156,7 @@ class PropertymappingsApi:
|
|
|
20156
20156
|
Get a list of all objects that use this object
|
|
20157
20157
|
|
|
20158
20158
|
:param pm_uuid: A UUID string identifying this Kerberos Source Property Mapping. (required)
|
|
20159
|
-
:type pm_uuid:
|
|
20159
|
+
:type pm_uuid: UUID
|
|
20160
20160
|
:param _request_timeout: timeout setting for this request. If one
|
|
20161
20161
|
number provided, it will be total request
|
|
20162
20162
|
timeout. It can also be a pair (tuple) of
|
|
@@ -20565,7 +20565,7 @@ class PropertymappingsApi:
|
|
|
20565
20565
|
LDAP PropertyMapping Viewset
|
|
20566
20566
|
|
|
20567
20567
|
:param pm_uuid: A UUID string identifying this LDAP Source Property Mapping. (required)
|
|
20568
|
-
:type pm_uuid:
|
|
20568
|
+
:type pm_uuid: UUID
|
|
20569
20569
|
:param _request_timeout: timeout setting for this request. If one
|
|
20570
20570
|
number provided, it will be total request
|
|
20571
20571
|
timeout. It can also be a pair (tuple) of
|
|
@@ -20634,7 +20634,7 @@ class PropertymappingsApi:
|
|
|
20634
20634
|
LDAP PropertyMapping Viewset
|
|
20635
20635
|
|
|
20636
20636
|
:param pm_uuid: A UUID string identifying this LDAP Source Property Mapping. (required)
|
|
20637
|
-
:type pm_uuid:
|
|
20637
|
+
:type pm_uuid: UUID
|
|
20638
20638
|
:param _request_timeout: timeout setting for this request. If one
|
|
20639
20639
|
number provided, it will be total request
|
|
20640
20640
|
timeout. It can also be a pair (tuple) of
|
|
@@ -20703,7 +20703,7 @@ class PropertymappingsApi:
|
|
|
20703
20703
|
LDAP PropertyMapping Viewset
|
|
20704
20704
|
|
|
20705
20705
|
:param pm_uuid: A UUID string identifying this LDAP Source Property Mapping. (required)
|
|
20706
|
-
:type pm_uuid:
|
|
20706
|
+
:type pm_uuid: UUID
|
|
20707
20707
|
:param _request_timeout: timeout setting for this request. If one
|
|
20708
20708
|
number provided, it will be total request
|
|
20709
20709
|
timeout. It can also be a pair (tuple) of
|
|
@@ -21205,7 +21205,7 @@ class PropertymappingsApi:
|
|
|
21205
21205
|
LDAP PropertyMapping Viewset
|
|
21206
21206
|
|
|
21207
21207
|
:param pm_uuid: A UUID string identifying this LDAP Source Property Mapping. (required)
|
|
21208
|
-
:type pm_uuid:
|
|
21208
|
+
:type pm_uuid: UUID
|
|
21209
21209
|
:param patched_ldap_source_property_mapping_request:
|
|
21210
21210
|
:type patched_ldap_source_property_mapping_request: PatchedLDAPSourcePropertyMappingRequest
|
|
21211
21211
|
:param _request_timeout: timeout setting for this request. If one
|
|
@@ -21278,7 +21278,7 @@ class PropertymappingsApi:
|
|
|
21278
21278
|
LDAP PropertyMapping Viewset
|
|
21279
21279
|
|
|
21280
21280
|
:param pm_uuid: A UUID string identifying this LDAP Source Property Mapping. (required)
|
|
21281
|
-
:type pm_uuid:
|
|
21281
|
+
:type pm_uuid: UUID
|
|
21282
21282
|
:param patched_ldap_source_property_mapping_request:
|
|
21283
21283
|
:type patched_ldap_source_property_mapping_request: PatchedLDAPSourcePropertyMappingRequest
|
|
21284
21284
|
:param _request_timeout: timeout setting for this request. If one
|
|
@@ -21351,7 +21351,7 @@ class PropertymappingsApi:
|
|
|
21351
21351
|
LDAP PropertyMapping Viewset
|
|
21352
21352
|
|
|
21353
21353
|
:param pm_uuid: A UUID string identifying this LDAP Source Property Mapping. (required)
|
|
21354
|
-
:type pm_uuid:
|
|
21354
|
+
:type pm_uuid: UUID
|
|
21355
21355
|
:param patched_ldap_source_property_mapping_request:
|
|
21356
21356
|
:type patched_ldap_source_property_mapping_request: PatchedLDAPSourcePropertyMappingRequest
|
|
21357
21357
|
:param _request_timeout: timeout setting for this request. If one
|
|
@@ -21499,7 +21499,7 @@ class PropertymappingsApi:
|
|
|
21499
21499
|
LDAP PropertyMapping Viewset
|
|
21500
21500
|
|
|
21501
21501
|
:param pm_uuid: A UUID string identifying this LDAP Source Property Mapping. (required)
|
|
21502
|
-
:type pm_uuid:
|
|
21502
|
+
:type pm_uuid: UUID
|
|
21503
21503
|
:param _request_timeout: timeout setting for this request. If one
|
|
21504
21504
|
number provided, it will be total request
|
|
21505
21505
|
timeout. It can also be a pair (tuple) of
|
|
@@ -21568,7 +21568,7 @@ class PropertymappingsApi:
|
|
|
21568
21568
|
LDAP PropertyMapping Viewset
|
|
21569
21569
|
|
|
21570
21570
|
:param pm_uuid: A UUID string identifying this LDAP Source Property Mapping. (required)
|
|
21571
|
-
:type pm_uuid:
|
|
21571
|
+
:type pm_uuid: UUID
|
|
21572
21572
|
:param _request_timeout: timeout setting for this request. If one
|
|
21573
21573
|
number provided, it will be total request
|
|
21574
21574
|
timeout. It can also be a pair (tuple) of
|
|
@@ -21637,7 +21637,7 @@ class PropertymappingsApi:
|
|
|
21637
21637
|
LDAP PropertyMapping Viewset
|
|
21638
21638
|
|
|
21639
21639
|
:param pm_uuid: A UUID string identifying this LDAP Source Property Mapping. (required)
|
|
21640
|
-
:type pm_uuid:
|
|
21640
|
+
:type pm_uuid: UUID
|
|
21641
21641
|
:param _request_timeout: timeout setting for this request. If one
|
|
21642
21642
|
number provided, it will be total request
|
|
21643
21643
|
timeout. It can also be a pair (tuple) of
|
|
@@ -21767,7 +21767,7 @@ class PropertymappingsApi:
|
|
|
21767
21767
|
LDAP PropertyMapping Viewset
|
|
21768
21768
|
|
|
21769
21769
|
:param pm_uuid: A UUID string identifying this LDAP Source Property Mapping. (required)
|
|
21770
|
-
:type pm_uuid:
|
|
21770
|
+
:type pm_uuid: UUID
|
|
21771
21771
|
:param ldap_source_property_mapping_request: (required)
|
|
21772
21772
|
:type ldap_source_property_mapping_request: LDAPSourcePropertyMappingRequest
|
|
21773
21773
|
:param _request_timeout: timeout setting for this request. If one
|
|
@@ -21840,7 +21840,7 @@ class PropertymappingsApi:
|
|
|
21840
21840
|
LDAP PropertyMapping Viewset
|
|
21841
21841
|
|
|
21842
21842
|
:param pm_uuid: A UUID string identifying this LDAP Source Property Mapping. (required)
|
|
21843
|
-
:type pm_uuid:
|
|
21843
|
+
:type pm_uuid: UUID
|
|
21844
21844
|
:param ldap_source_property_mapping_request: (required)
|
|
21845
21845
|
:type ldap_source_property_mapping_request: LDAPSourcePropertyMappingRequest
|
|
21846
21846
|
:param _request_timeout: timeout setting for this request. If one
|
|
@@ -21913,7 +21913,7 @@ class PropertymappingsApi:
|
|
|
21913
21913
|
LDAP PropertyMapping Viewset
|
|
21914
21914
|
|
|
21915
21915
|
:param pm_uuid: A UUID string identifying this LDAP Source Property Mapping. (required)
|
|
21916
|
-
:type pm_uuid:
|
|
21916
|
+
:type pm_uuid: UUID
|
|
21917
21917
|
:param ldap_source_property_mapping_request: (required)
|
|
21918
21918
|
:type ldap_source_property_mapping_request: LDAPSourcePropertyMappingRequest
|
|
21919
21919
|
:param _request_timeout: timeout setting for this request. If one
|
|
@@ -22061,7 +22061,7 @@ class PropertymappingsApi:
|
|
|
22061
22061
|
Get a list of all objects that use this object
|
|
22062
22062
|
|
|
22063
22063
|
:param pm_uuid: A UUID string identifying this LDAP Source Property Mapping. (required)
|
|
22064
|
-
:type pm_uuid:
|
|
22064
|
+
:type pm_uuid: UUID
|
|
22065
22065
|
:param _request_timeout: timeout setting for this request. If one
|
|
22066
22066
|
number provided, it will be total request
|
|
22067
22067
|
timeout. It can also be a pair (tuple) of
|
|
@@ -22130,7 +22130,7 @@ class PropertymappingsApi:
|
|
|
22130
22130
|
Get a list of all objects that use this object
|
|
22131
22131
|
|
|
22132
22132
|
:param pm_uuid: A UUID string identifying this LDAP Source Property Mapping. (required)
|
|
22133
|
-
:type pm_uuid:
|
|
22133
|
+
:type pm_uuid: UUID
|
|
22134
22134
|
:param _request_timeout: timeout setting for this request. If one
|
|
22135
22135
|
number provided, it will be total request
|
|
22136
22136
|
timeout. It can also be a pair (tuple) of
|
|
@@ -22199,7 +22199,7 @@ class PropertymappingsApi:
|
|
|
22199
22199
|
Get a list of all objects that use this object
|
|
22200
22200
|
|
|
22201
22201
|
:param pm_uuid: A UUID string identifying this LDAP Source Property Mapping. (required)
|
|
22202
|
-
:type pm_uuid:
|
|
22202
|
+
:type pm_uuid: UUID
|
|
22203
22203
|
:param _request_timeout: timeout setting for this request. If one
|
|
22204
22204
|
number provided, it will be total request
|
|
22205
22205
|
timeout. It can also be a pair (tuple) of
|
|
@@ -22608,7 +22608,7 @@ class PropertymappingsApi:
|
|
|
22608
22608
|
OAuthSourcePropertyMapping Viewset
|
|
22609
22609
|
|
|
22610
22610
|
:param pm_uuid: A UUID string identifying this OAuth Source Property Mapping. (required)
|
|
22611
|
-
:type pm_uuid:
|
|
22611
|
+
:type pm_uuid: UUID
|
|
22612
22612
|
:param _request_timeout: timeout setting for this request. If one
|
|
22613
22613
|
number provided, it will be total request
|
|
22614
22614
|
timeout. It can also be a pair (tuple) of
|
|
@@ -22677,7 +22677,7 @@ class PropertymappingsApi:
|
|
|
22677
22677
|
OAuthSourcePropertyMapping Viewset
|
|
22678
22678
|
|
|
22679
22679
|
:param pm_uuid: A UUID string identifying this OAuth Source Property Mapping. (required)
|
|
22680
|
-
:type pm_uuid:
|
|
22680
|
+
:type pm_uuid: UUID
|
|
22681
22681
|
:param _request_timeout: timeout setting for this request. If one
|
|
22682
22682
|
number provided, it will be total request
|
|
22683
22683
|
timeout. It can also be a pair (tuple) of
|
|
@@ -22746,7 +22746,7 @@ class PropertymappingsApi:
|
|
|
22746
22746
|
OAuthSourcePropertyMapping Viewset
|
|
22747
22747
|
|
|
22748
22748
|
:param pm_uuid: A UUID string identifying this OAuth Source Property Mapping. (required)
|
|
22749
|
-
:type pm_uuid:
|
|
22749
|
+
:type pm_uuid: UUID
|
|
22750
22750
|
:param _request_timeout: timeout setting for this request. If one
|
|
22751
22751
|
number provided, it will be total request
|
|
22752
22752
|
timeout. It can also be a pair (tuple) of
|
|
@@ -23248,7 +23248,7 @@ class PropertymappingsApi:
|
|
|
23248
23248
|
OAuthSourcePropertyMapping Viewset
|
|
23249
23249
|
|
|
23250
23250
|
:param pm_uuid: A UUID string identifying this OAuth Source Property Mapping. (required)
|
|
23251
|
-
:type pm_uuid:
|
|
23251
|
+
:type pm_uuid: UUID
|
|
23252
23252
|
:param patched_o_auth_source_property_mapping_request:
|
|
23253
23253
|
:type patched_o_auth_source_property_mapping_request: PatchedOAuthSourcePropertyMappingRequest
|
|
23254
23254
|
:param _request_timeout: timeout setting for this request. If one
|
|
@@ -23321,7 +23321,7 @@ class PropertymappingsApi:
|
|
|
23321
23321
|
OAuthSourcePropertyMapping Viewset
|
|
23322
23322
|
|
|
23323
23323
|
:param pm_uuid: A UUID string identifying this OAuth Source Property Mapping. (required)
|
|
23324
|
-
:type pm_uuid:
|
|
23324
|
+
:type pm_uuid: UUID
|
|
23325
23325
|
:param patched_o_auth_source_property_mapping_request:
|
|
23326
23326
|
:type patched_o_auth_source_property_mapping_request: PatchedOAuthSourcePropertyMappingRequest
|
|
23327
23327
|
:param _request_timeout: timeout setting for this request. If one
|
|
@@ -23394,7 +23394,7 @@ class PropertymappingsApi:
|
|
|
23394
23394
|
OAuthSourcePropertyMapping Viewset
|
|
23395
23395
|
|
|
23396
23396
|
:param pm_uuid: A UUID string identifying this OAuth Source Property Mapping. (required)
|
|
23397
|
-
:type pm_uuid:
|
|
23397
|
+
:type pm_uuid: UUID
|
|
23398
23398
|
:param patched_o_auth_source_property_mapping_request:
|
|
23399
23399
|
:type patched_o_auth_source_property_mapping_request: PatchedOAuthSourcePropertyMappingRequest
|
|
23400
23400
|
:param _request_timeout: timeout setting for this request. If one
|
|
@@ -23542,7 +23542,7 @@ class PropertymappingsApi:
|
|
|
23542
23542
|
OAuthSourcePropertyMapping Viewset
|
|
23543
23543
|
|
|
23544
23544
|
:param pm_uuid: A UUID string identifying this OAuth Source Property Mapping. (required)
|
|
23545
|
-
:type pm_uuid:
|
|
23545
|
+
:type pm_uuid: UUID
|
|
23546
23546
|
:param _request_timeout: timeout setting for this request. If one
|
|
23547
23547
|
number provided, it will be total request
|
|
23548
23548
|
timeout. It can also be a pair (tuple) of
|
|
@@ -23611,7 +23611,7 @@ class PropertymappingsApi:
|
|
|
23611
23611
|
OAuthSourcePropertyMapping Viewset
|
|
23612
23612
|
|
|
23613
23613
|
:param pm_uuid: A UUID string identifying this OAuth Source Property Mapping. (required)
|
|
23614
|
-
:type pm_uuid:
|
|
23614
|
+
:type pm_uuid: UUID
|
|
23615
23615
|
:param _request_timeout: timeout setting for this request. If one
|
|
23616
23616
|
number provided, it will be total request
|
|
23617
23617
|
timeout. It can also be a pair (tuple) of
|
|
@@ -23680,7 +23680,7 @@ class PropertymappingsApi:
|
|
|
23680
23680
|
OAuthSourcePropertyMapping Viewset
|
|
23681
23681
|
|
|
23682
23682
|
:param pm_uuid: A UUID string identifying this OAuth Source Property Mapping. (required)
|
|
23683
|
-
:type pm_uuid:
|
|
23683
|
+
:type pm_uuid: UUID
|
|
23684
23684
|
:param _request_timeout: timeout setting for this request. If one
|
|
23685
23685
|
number provided, it will be total request
|
|
23686
23686
|
timeout. It can also be a pair (tuple) of
|
|
@@ -23810,7 +23810,7 @@ class PropertymappingsApi:
|
|
|
23810
23810
|
OAuthSourcePropertyMapping Viewset
|
|
23811
23811
|
|
|
23812
23812
|
:param pm_uuid: A UUID string identifying this OAuth Source Property Mapping. (required)
|
|
23813
|
-
:type pm_uuid:
|
|
23813
|
+
:type pm_uuid: UUID
|
|
23814
23814
|
:param o_auth_source_property_mapping_request: (required)
|
|
23815
23815
|
:type o_auth_source_property_mapping_request: OAuthSourcePropertyMappingRequest
|
|
23816
23816
|
:param _request_timeout: timeout setting for this request. If one
|
|
@@ -23883,7 +23883,7 @@ class PropertymappingsApi:
|
|
|
23883
23883
|
OAuthSourcePropertyMapping Viewset
|
|
23884
23884
|
|
|
23885
23885
|
:param pm_uuid: A UUID string identifying this OAuth Source Property Mapping. (required)
|
|
23886
|
-
:type pm_uuid:
|
|
23886
|
+
:type pm_uuid: UUID
|
|
23887
23887
|
:param o_auth_source_property_mapping_request: (required)
|
|
23888
23888
|
:type o_auth_source_property_mapping_request: OAuthSourcePropertyMappingRequest
|
|
23889
23889
|
:param _request_timeout: timeout setting for this request. If one
|
|
@@ -23956,7 +23956,7 @@ class PropertymappingsApi:
|
|
|
23956
23956
|
OAuthSourcePropertyMapping Viewset
|
|
23957
23957
|
|
|
23958
23958
|
:param pm_uuid: A UUID string identifying this OAuth Source Property Mapping. (required)
|
|
23959
|
-
:type pm_uuid:
|
|
23959
|
+
:type pm_uuid: UUID
|
|
23960
23960
|
:param o_auth_source_property_mapping_request: (required)
|
|
23961
23961
|
:type o_auth_source_property_mapping_request: OAuthSourcePropertyMappingRequest
|
|
23962
23962
|
:param _request_timeout: timeout setting for this request. If one
|
|
@@ -24104,7 +24104,7 @@ class PropertymappingsApi:
|
|
|
24104
24104
|
Get a list of all objects that use this object
|
|
24105
24105
|
|
|
24106
24106
|
:param pm_uuid: A UUID string identifying this OAuth Source Property Mapping. (required)
|
|
24107
|
-
:type pm_uuid:
|
|
24107
|
+
:type pm_uuid: UUID
|
|
24108
24108
|
:param _request_timeout: timeout setting for this request. If one
|
|
24109
24109
|
number provided, it will be total request
|
|
24110
24110
|
timeout. It can also be a pair (tuple) of
|
|
@@ -24173,7 +24173,7 @@ class PropertymappingsApi:
|
|
|
24173
24173
|
Get a list of all objects that use this object
|
|
24174
24174
|
|
|
24175
24175
|
:param pm_uuid: A UUID string identifying this OAuth Source Property Mapping. (required)
|
|
24176
|
-
:type pm_uuid:
|
|
24176
|
+
:type pm_uuid: UUID
|
|
24177
24177
|
:param _request_timeout: timeout setting for this request. If one
|
|
24178
24178
|
number provided, it will be total request
|
|
24179
24179
|
timeout. It can also be a pair (tuple) of
|
|
@@ -24242,7 +24242,7 @@ class PropertymappingsApi:
|
|
|
24242
24242
|
Get a list of all objects that use this object
|
|
24243
24243
|
|
|
24244
24244
|
:param pm_uuid: A UUID string identifying this OAuth Source Property Mapping. (required)
|
|
24245
|
-
:type pm_uuid:
|
|
24245
|
+
:type pm_uuid: UUID
|
|
24246
24246
|
:param _request_timeout: timeout setting for this request. If one
|
|
24247
24247
|
number provided, it will be total request
|
|
24248
24248
|
timeout. It can also be a pair (tuple) of
|
|
@@ -24651,7 +24651,7 @@ class PropertymappingsApi:
|
|
|
24651
24651
|
PlexSourcePropertyMapping Viewset
|
|
24652
24652
|
|
|
24653
24653
|
:param pm_uuid: A UUID string identifying this Plex Source Property Mapping. (required)
|
|
24654
|
-
:type pm_uuid:
|
|
24654
|
+
:type pm_uuid: UUID
|
|
24655
24655
|
:param _request_timeout: timeout setting for this request. If one
|
|
24656
24656
|
number provided, it will be total request
|
|
24657
24657
|
timeout. It can also be a pair (tuple) of
|
|
@@ -24720,7 +24720,7 @@ class PropertymappingsApi:
|
|
|
24720
24720
|
PlexSourcePropertyMapping Viewset
|
|
24721
24721
|
|
|
24722
24722
|
:param pm_uuid: A UUID string identifying this Plex Source Property Mapping. (required)
|
|
24723
|
-
:type pm_uuid:
|
|
24723
|
+
:type pm_uuid: UUID
|
|
24724
24724
|
:param _request_timeout: timeout setting for this request. If one
|
|
24725
24725
|
number provided, it will be total request
|
|
24726
24726
|
timeout. It can also be a pair (tuple) of
|
|
@@ -24789,7 +24789,7 @@ class PropertymappingsApi:
|
|
|
24789
24789
|
PlexSourcePropertyMapping Viewset
|
|
24790
24790
|
|
|
24791
24791
|
:param pm_uuid: A UUID string identifying this Plex Source Property Mapping. (required)
|
|
24792
|
-
:type pm_uuid:
|
|
24792
|
+
:type pm_uuid: UUID
|
|
24793
24793
|
:param _request_timeout: timeout setting for this request. If one
|
|
24794
24794
|
number provided, it will be total request
|
|
24795
24795
|
timeout. It can also be a pair (tuple) of
|
|
@@ -25291,7 +25291,7 @@ class PropertymappingsApi:
|
|
|
25291
25291
|
PlexSourcePropertyMapping Viewset
|
|
25292
25292
|
|
|
25293
25293
|
:param pm_uuid: A UUID string identifying this Plex Source Property Mapping. (required)
|
|
25294
|
-
:type pm_uuid:
|
|
25294
|
+
:type pm_uuid: UUID
|
|
25295
25295
|
:param patched_plex_source_property_mapping_request:
|
|
25296
25296
|
:type patched_plex_source_property_mapping_request: PatchedPlexSourcePropertyMappingRequest
|
|
25297
25297
|
:param _request_timeout: timeout setting for this request. If one
|
|
@@ -25364,7 +25364,7 @@ class PropertymappingsApi:
|
|
|
25364
25364
|
PlexSourcePropertyMapping Viewset
|
|
25365
25365
|
|
|
25366
25366
|
:param pm_uuid: A UUID string identifying this Plex Source Property Mapping. (required)
|
|
25367
|
-
:type pm_uuid:
|
|
25367
|
+
:type pm_uuid: UUID
|
|
25368
25368
|
:param patched_plex_source_property_mapping_request:
|
|
25369
25369
|
:type patched_plex_source_property_mapping_request: PatchedPlexSourcePropertyMappingRequest
|
|
25370
25370
|
:param _request_timeout: timeout setting for this request. If one
|
|
@@ -25437,7 +25437,7 @@ class PropertymappingsApi:
|
|
|
25437
25437
|
PlexSourcePropertyMapping Viewset
|
|
25438
25438
|
|
|
25439
25439
|
:param pm_uuid: A UUID string identifying this Plex Source Property Mapping. (required)
|
|
25440
|
-
:type pm_uuid:
|
|
25440
|
+
:type pm_uuid: UUID
|
|
25441
25441
|
:param patched_plex_source_property_mapping_request:
|
|
25442
25442
|
:type patched_plex_source_property_mapping_request: PatchedPlexSourcePropertyMappingRequest
|
|
25443
25443
|
:param _request_timeout: timeout setting for this request. If one
|
|
@@ -25585,7 +25585,7 @@ class PropertymappingsApi:
|
|
|
25585
25585
|
PlexSourcePropertyMapping Viewset
|
|
25586
25586
|
|
|
25587
25587
|
:param pm_uuid: A UUID string identifying this Plex Source Property Mapping. (required)
|
|
25588
|
-
:type pm_uuid:
|
|
25588
|
+
:type pm_uuid: UUID
|
|
25589
25589
|
:param _request_timeout: timeout setting for this request. If one
|
|
25590
25590
|
number provided, it will be total request
|
|
25591
25591
|
timeout. It can also be a pair (tuple) of
|
|
@@ -25654,7 +25654,7 @@ class PropertymappingsApi:
|
|
|
25654
25654
|
PlexSourcePropertyMapping Viewset
|
|
25655
25655
|
|
|
25656
25656
|
:param pm_uuid: A UUID string identifying this Plex Source Property Mapping. (required)
|
|
25657
|
-
:type pm_uuid:
|
|
25657
|
+
:type pm_uuid: UUID
|
|
25658
25658
|
:param _request_timeout: timeout setting for this request. If one
|
|
25659
25659
|
number provided, it will be total request
|
|
25660
25660
|
timeout. It can also be a pair (tuple) of
|
|
@@ -25723,7 +25723,7 @@ class PropertymappingsApi:
|
|
|
25723
25723
|
PlexSourcePropertyMapping Viewset
|
|
25724
25724
|
|
|
25725
25725
|
:param pm_uuid: A UUID string identifying this Plex Source Property Mapping. (required)
|
|
25726
|
-
:type pm_uuid:
|
|
25726
|
+
:type pm_uuid: UUID
|
|
25727
25727
|
:param _request_timeout: timeout setting for this request. If one
|
|
25728
25728
|
number provided, it will be total request
|
|
25729
25729
|
timeout. It can also be a pair (tuple) of
|
|
@@ -25853,7 +25853,7 @@ class PropertymappingsApi:
|
|
|
25853
25853
|
PlexSourcePropertyMapping Viewset
|
|
25854
25854
|
|
|
25855
25855
|
:param pm_uuid: A UUID string identifying this Plex Source Property Mapping. (required)
|
|
25856
|
-
:type pm_uuid:
|
|
25856
|
+
:type pm_uuid: UUID
|
|
25857
25857
|
:param plex_source_property_mapping_request: (required)
|
|
25858
25858
|
:type plex_source_property_mapping_request: PlexSourcePropertyMappingRequest
|
|
25859
25859
|
:param _request_timeout: timeout setting for this request. If one
|
|
@@ -25926,7 +25926,7 @@ class PropertymappingsApi:
|
|
|
25926
25926
|
PlexSourcePropertyMapping Viewset
|
|
25927
25927
|
|
|
25928
25928
|
:param pm_uuid: A UUID string identifying this Plex Source Property Mapping. (required)
|
|
25929
|
-
:type pm_uuid:
|
|
25929
|
+
:type pm_uuid: UUID
|
|
25930
25930
|
:param plex_source_property_mapping_request: (required)
|
|
25931
25931
|
:type plex_source_property_mapping_request: PlexSourcePropertyMappingRequest
|
|
25932
25932
|
:param _request_timeout: timeout setting for this request. If one
|
|
@@ -25999,7 +25999,7 @@ class PropertymappingsApi:
|
|
|
25999
25999
|
PlexSourcePropertyMapping Viewset
|
|
26000
26000
|
|
|
26001
26001
|
:param pm_uuid: A UUID string identifying this Plex Source Property Mapping. (required)
|
|
26002
|
-
:type pm_uuid:
|
|
26002
|
+
:type pm_uuid: UUID
|
|
26003
26003
|
:param plex_source_property_mapping_request: (required)
|
|
26004
26004
|
:type plex_source_property_mapping_request: PlexSourcePropertyMappingRequest
|
|
26005
26005
|
:param _request_timeout: timeout setting for this request. If one
|
|
@@ -26147,7 +26147,7 @@ class PropertymappingsApi:
|
|
|
26147
26147
|
Get a list of all objects that use this object
|
|
26148
26148
|
|
|
26149
26149
|
:param pm_uuid: A UUID string identifying this Plex Source Property Mapping. (required)
|
|
26150
|
-
:type pm_uuid:
|
|
26150
|
+
:type pm_uuid: UUID
|
|
26151
26151
|
:param _request_timeout: timeout setting for this request. If one
|
|
26152
26152
|
number provided, it will be total request
|
|
26153
26153
|
timeout. It can also be a pair (tuple) of
|
|
@@ -26216,7 +26216,7 @@ class PropertymappingsApi:
|
|
|
26216
26216
|
Get a list of all objects that use this object
|
|
26217
26217
|
|
|
26218
26218
|
:param pm_uuid: A UUID string identifying this Plex Source Property Mapping. (required)
|
|
26219
|
-
:type pm_uuid:
|
|
26219
|
+
:type pm_uuid: UUID
|
|
26220
26220
|
:param _request_timeout: timeout setting for this request. If one
|
|
26221
26221
|
number provided, it will be total request
|
|
26222
26222
|
timeout. It can also be a pair (tuple) of
|
|
@@ -26285,7 +26285,7 @@ class PropertymappingsApi:
|
|
|
26285
26285
|
Get a list of all objects that use this object
|
|
26286
26286
|
|
|
26287
26287
|
:param pm_uuid: A UUID string identifying this Plex Source Property Mapping. (required)
|
|
26288
|
-
:type pm_uuid:
|
|
26288
|
+
:type pm_uuid: UUID
|
|
26289
26289
|
:param _request_timeout: timeout setting for this request. If one
|
|
26290
26290
|
number provided, it will be total request
|
|
26291
26291
|
timeout. It can also be a pair (tuple) of
|
|
@@ -26694,7 +26694,7 @@ class PropertymappingsApi:
|
|
|
26694
26694
|
SAMLSourcePropertyMapping Viewset
|
|
26695
26695
|
|
|
26696
26696
|
:param pm_uuid: A UUID string identifying this SAML Source Property Mapping. (required)
|
|
26697
|
-
:type pm_uuid:
|
|
26697
|
+
:type pm_uuid: UUID
|
|
26698
26698
|
:param _request_timeout: timeout setting for this request. If one
|
|
26699
26699
|
number provided, it will be total request
|
|
26700
26700
|
timeout. It can also be a pair (tuple) of
|
|
@@ -26763,7 +26763,7 @@ class PropertymappingsApi:
|
|
|
26763
26763
|
SAMLSourcePropertyMapping Viewset
|
|
26764
26764
|
|
|
26765
26765
|
:param pm_uuid: A UUID string identifying this SAML Source Property Mapping. (required)
|
|
26766
|
-
:type pm_uuid:
|
|
26766
|
+
:type pm_uuid: UUID
|
|
26767
26767
|
:param _request_timeout: timeout setting for this request. If one
|
|
26768
26768
|
number provided, it will be total request
|
|
26769
26769
|
timeout. It can also be a pair (tuple) of
|
|
@@ -26832,7 +26832,7 @@ class PropertymappingsApi:
|
|
|
26832
26832
|
SAMLSourcePropertyMapping Viewset
|
|
26833
26833
|
|
|
26834
26834
|
:param pm_uuid: A UUID string identifying this SAML Source Property Mapping. (required)
|
|
26835
|
-
:type pm_uuid:
|
|
26835
|
+
:type pm_uuid: UUID
|
|
26836
26836
|
:param _request_timeout: timeout setting for this request. If one
|
|
26837
26837
|
number provided, it will be total request
|
|
26838
26838
|
timeout. It can also be a pair (tuple) of
|
|
@@ -27334,7 +27334,7 @@ class PropertymappingsApi:
|
|
|
27334
27334
|
SAMLSourcePropertyMapping Viewset
|
|
27335
27335
|
|
|
27336
27336
|
:param pm_uuid: A UUID string identifying this SAML Source Property Mapping. (required)
|
|
27337
|
-
:type pm_uuid:
|
|
27337
|
+
:type pm_uuid: UUID
|
|
27338
27338
|
:param patched_saml_source_property_mapping_request:
|
|
27339
27339
|
:type patched_saml_source_property_mapping_request: PatchedSAMLSourcePropertyMappingRequest
|
|
27340
27340
|
:param _request_timeout: timeout setting for this request. If one
|
|
@@ -27407,7 +27407,7 @@ class PropertymappingsApi:
|
|
|
27407
27407
|
SAMLSourcePropertyMapping Viewset
|
|
27408
27408
|
|
|
27409
27409
|
:param pm_uuid: A UUID string identifying this SAML Source Property Mapping. (required)
|
|
27410
|
-
:type pm_uuid:
|
|
27410
|
+
:type pm_uuid: UUID
|
|
27411
27411
|
:param patched_saml_source_property_mapping_request:
|
|
27412
27412
|
:type patched_saml_source_property_mapping_request: PatchedSAMLSourcePropertyMappingRequest
|
|
27413
27413
|
:param _request_timeout: timeout setting for this request. If one
|
|
@@ -27480,7 +27480,7 @@ class PropertymappingsApi:
|
|
|
27480
27480
|
SAMLSourcePropertyMapping Viewset
|
|
27481
27481
|
|
|
27482
27482
|
:param pm_uuid: A UUID string identifying this SAML Source Property Mapping. (required)
|
|
27483
|
-
:type pm_uuid:
|
|
27483
|
+
:type pm_uuid: UUID
|
|
27484
27484
|
:param patched_saml_source_property_mapping_request:
|
|
27485
27485
|
:type patched_saml_source_property_mapping_request: PatchedSAMLSourcePropertyMappingRequest
|
|
27486
27486
|
:param _request_timeout: timeout setting for this request. If one
|
|
@@ -27628,7 +27628,7 @@ class PropertymappingsApi:
|
|
|
27628
27628
|
SAMLSourcePropertyMapping Viewset
|
|
27629
27629
|
|
|
27630
27630
|
:param pm_uuid: A UUID string identifying this SAML Source Property Mapping. (required)
|
|
27631
|
-
:type pm_uuid:
|
|
27631
|
+
:type pm_uuid: UUID
|
|
27632
27632
|
:param _request_timeout: timeout setting for this request. If one
|
|
27633
27633
|
number provided, it will be total request
|
|
27634
27634
|
timeout. It can also be a pair (tuple) of
|
|
@@ -27697,7 +27697,7 @@ class PropertymappingsApi:
|
|
|
27697
27697
|
SAMLSourcePropertyMapping Viewset
|
|
27698
27698
|
|
|
27699
27699
|
:param pm_uuid: A UUID string identifying this SAML Source Property Mapping. (required)
|
|
27700
|
-
:type pm_uuid:
|
|
27700
|
+
:type pm_uuid: UUID
|
|
27701
27701
|
:param _request_timeout: timeout setting for this request. If one
|
|
27702
27702
|
number provided, it will be total request
|
|
27703
27703
|
timeout. It can also be a pair (tuple) of
|
|
@@ -27766,7 +27766,7 @@ class PropertymappingsApi:
|
|
|
27766
27766
|
SAMLSourcePropertyMapping Viewset
|
|
27767
27767
|
|
|
27768
27768
|
:param pm_uuid: A UUID string identifying this SAML Source Property Mapping. (required)
|
|
27769
|
-
:type pm_uuid:
|
|
27769
|
+
:type pm_uuid: UUID
|
|
27770
27770
|
:param _request_timeout: timeout setting for this request. If one
|
|
27771
27771
|
number provided, it will be total request
|
|
27772
27772
|
timeout. It can also be a pair (tuple) of
|
|
@@ -27896,7 +27896,7 @@ class PropertymappingsApi:
|
|
|
27896
27896
|
SAMLSourcePropertyMapping Viewset
|
|
27897
27897
|
|
|
27898
27898
|
:param pm_uuid: A UUID string identifying this SAML Source Property Mapping. (required)
|
|
27899
|
-
:type pm_uuid:
|
|
27899
|
+
:type pm_uuid: UUID
|
|
27900
27900
|
:param saml_source_property_mapping_request: (required)
|
|
27901
27901
|
:type saml_source_property_mapping_request: SAMLSourcePropertyMappingRequest
|
|
27902
27902
|
:param _request_timeout: timeout setting for this request. If one
|
|
@@ -27969,7 +27969,7 @@ class PropertymappingsApi:
|
|
|
27969
27969
|
SAMLSourcePropertyMapping Viewset
|
|
27970
27970
|
|
|
27971
27971
|
:param pm_uuid: A UUID string identifying this SAML Source Property Mapping. (required)
|
|
27972
|
-
:type pm_uuid:
|
|
27972
|
+
:type pm_uuid: UUID
|
|
27973
27973
|
:param saml_source_property_mapping_request: (required)
|
|
27974
27974
|
:type saml_source_property_mapping_request: SAMLSourcePropertyMappingRequest
|
|
27975
27975
|
:param _request_timeout: timeout setting for this request. If one
|
|
@@ -28042,7 +28042,7 @@ class PropertymappingsApi:
|
|
|
28042
28042
|
SAMLSourcePropertyMapping Viewset
|
|
28043
28043
|
|
|
28044
28044
|
:param pm_uuid: A UUID string identifying this SAML Source Property Mapping. (required)
|
|
28045
|
-
:type pm_uuid:
|
|
28045
|
+
:type pm_uuid: UUID
|
|
28046
28046
|
:param saml_source_property_mapping_request: (required)
|
|
28047
28047
|
:type saml_source_property_mapping_request: SAMLSourcePropertyMappingRequest
|
|
28048
28048
|
:param _request_timeout: timeout setting for this request. If one
|
|
@@ -28190,7 +28190,7 @@ class PropertymappingsApi:
|
|
|
28190
28190
|
Get a list of all objects that use this object
|
|
28191
28191
|
|
|
28192
28192
|
:param pm_uuid: A UUID string identifying this SAML Source Property Mapping. (required)
|
|
28193
|
-
:type pm_uuid:
|
|
28193
|
+
:type pm_uuid: UUID
|
|
28194
28194
|
:param _request_timeout: timeout setting for this request. If one
|
|
28195
28195
|
number provided, it will be total request
|
|
28196
28196
|
timeout. It can also be a pair (tuple) of
|
|
@@ -28259,7 +28259,7 @@ class PropertymappingsApi:
|
|
|
28259
28259
|
Get a list of all objects that use this object
|
|
28260
28260
|
|
|
28261
28261
|
:param pm_uuid: A UUID string identifying this SAML Source Property Mapping. (required)
|
|
28262
|
-
:type pm_uuid:
|
|
28262
|
+
:type pm_uuid: UUID
|
|
28263
28263
|
:param _request_timeout: timeout setting for this request. If one
|
|
28264
28264
|
number provided, it will be total request
|
|
28265
28265
|
timeout. It can also be a pair (tuple) of
|
|
@@ -28328,7 +28328,7 @@ class PropertymappingsApi:
|
|
|
28328
28328
|
Get a list of all objects that use this object
|
|
28329
28329
|
|
|
28330
28330
|
:param pm_uuid: A UUID string identifying this SAML Source Property Mapping. (required)
|
|
28331
|
-
:type pm_uuid:
|
|
28331
|
+
:type pm_uuid: UUID
|
|
28332
28332
|
:param _request_timeout: timeout setting for this request. If one
|
|
28333
28333
|
number provided, it will be total request
|
|
28334
28334
|
timeout. It can also be a pair (tuple) of
|
|
@@ -28737,7 +28737,7 @@ class PropertymappingsApi:
|
|
|
28737
28737
|
SCIMSourcePropertyMapping Viewset
|
|
28738
28738
|
|
|
28739
28739
|
:param pm_uuid: A UUID string identifying this SCIM Source Property Mapping. (required)
|
|
28740
|
-
:type pm_uuid:
|
|
28740
|
+
:type pm_uuid: UUID
|
|
28741
28741
|
:param _request_timeout: timeout setting for this request. If one
|
|
28742
28742
|
number provided, it will be total request
|
|
28743
28743
|
timeout. It can also be a pair (tuple) of
|
|
@@ -28806,7 +28806,7 @@ class PropertymappingsApi:
|
|
|
28806
28806
|
SCIMSourcePropertyMapping Viewset
|
|
28807
28807
|
|
|
28808
28808
|
:param pm_uuid: A UUID string identifying this SCIM Source Property Mapping. (required)
|
|
28809
|
-
:type pm_uuid:
|
|
28809
|
+
:type pm_uuid: UUID
|
|
28810
28810
|
:param _request_timeout: timeout setting for this request. If one
|
|
28811
28811
|
number provided, it will be total request
|
|
28812
28812
|
timeout. It can also be a pair (tuple) of
|
|
@@ -28875,7 +28875,7 @@ class PropertymappingsApi:
|
|
|
28875
28875
|
SCIMSourcePropertyMapping Viewset
|
|
28876
28876
|
|
|
28877
28877
|
:param pm_uuid: A UUID string identifying this SCIM Source Property Mapping. (required)
|
|
28878
|
-
:type pm_uuid:
|
|
28878
|
+
:type pm_uuid: UUID
|
|
28879
28879
|
:param _request_timeout: timeout setting for this request. If one
|
|
28880
28880
|
number provided, it will be total request
|
|
28881
28881
|
timeout. It can also be a pair (tuple) of
|
|
@@ -29377,7 +29377,7 @@ class PropertymappingsApi:
|
|
|
29377
29377
|
SCIMSourcePropertyMapping Viewset
|
|
29378
29378
|
|
|
29379
29379
|
:param pm_uuid: A UUID string identifying this SCIM Source Property Mapping. (required)
|
|
29380
|
-
:type pm_uuid:
|
|
29380
|
+
:type pm_uuid: UUID
|
|
29381
29381
|
:param patched_scim_source_property_mapping_request:
|
|
29382
29382
|
:type patched_scim_source_property_mapping_request: PatchedSCIMSourcePropertyMappingRequest
|
|
29383
29383
|
:param _request_timeout: timeout setting for this request. If one
|
|
@@ -29450,7 +29450,7 @@ class PropertymappingsApi:
|
|
|
29450
29450
|
SCIMSourcePropertyMapping Viewset
|
|
29451
29451
|
|
|
29452
29452
|
:param pm_uuid: A UUID string identifying this SCIM Source Property Mapping. (required)
|
|
29453
|
-
:type pm_uuid:
|
|
29453
|
+
:type pm_uuid: UUID
|
|
29454
29454
|
:param patched_scim_source_property_mapping_request:
|
|
29455
29455
|
:type patched_scim_source_property_mapping_request: PatchedSCIMSourcePropertyMappingRequest
|
|
29456
29456
|
:param _request_timeout: timeout setting for this request. If one
|
|
@@ -29523,7 +29523,7 @@ class PropertymappingsApi:
|
|
|
29523
29523
|
SCIMSourcePropertyMapping Viewset
|
|
29524
29524
|
|
|
29525
29525
|
:param pm_uuid: A UUID string identifying this SCIM Source Property Mapping. (required)
|
|
29526
|
-
:type pm_uuid:
|
|
29526
|
+
:type pm_uuid: UUID
|
|
29527
29527
|
:param patched_scim_source_property_mapping_request:
|
|
29528
29528
|
:type patched_scim_source_property_mapping_request: PatchedSCIMSourcePropertyMappingRequest
|
|
29529
29529
|
:param _request_timeout: timeout setting for this request. If one
|
|
@@ -29671,7 +29671,7 @@ class PropertymappingsApi:
|
|
|
29671
29671
|
SCIMSourcePropertyMapping Viewset
|
|
29672
29672
|
|
|
29673
29673
|
:param pm_uuid: A UUID string identifying this SCIM Source Property Mapping. (required)
|
|
29674
|
-
:type pm_uuid:
|
|
29674
|
+
:type pm_uuid: UUID
|
|
29675
29675
|
:param _request_timeout: timeout setting for this request. If one
|
|
29676
29676
|
number provided, it will be total request
|
|
29677
29677
|
timeout. It can also be a pair (tuple) of
|
|
@@ -29740,7 +29740,7 @@ class PropertymappingsApi:
|
|
|
29740
29740
|
SCIMSourcePropertyMapping Viewset
|
|
29741
29741
|
|
|
29742
29742
|
:param pm_uuid: A UUID string identifying this SCIM Source Property Mapping. (required)
|
|
29743
|
-
:type pm_uuid:
|
|
29743
|
+
:type pm_uuid: UUID
|
|
29744
29744
|
:param _request_timeout: timeout setting for this request. If one
|
|
29745
29745
|
number provided, it will be total request
|
|
29746
29746
|
timeout. It can also be a pair (tuple) of
|
|
@@ -29809,7 +29809,7 @@ class PropertymappingsApi:
|
|
|
29809
29809
|
SCIMSourcePropertyMapping Viewset
|
|
29810
29810
|
|
|
29811
29811
|
:param pm_uuid: A UUID string identifying this SCIM Source Property Mapping. (required)
|
|
29812
|
-
:type pm_uuid:
|
|
29812
|
+
:type pm_uuid: UUID
|
|
29813
29813
|
:param _request_timeout: timeout setting for this request. If one
|
|
29814
29814
|
number provided, it will be total request
|
|
29815
29815
|
timeout. It can also be a pair (tuple) of
|
|
@@ -29939,7 +29939,7 @@ class PropertymappingsApi:
|
|
|
29939
29939
|
SCIMSourcePropertyMapping Viewset
|
|
29940
29940
|
|
|
29941
29941
|
:param pm_uuid: A UUID string identifying this SCIM Source Property Mapping. (required)
|
|
29942
|
-
:type pm_uuid:
|
|
29942
|
+
:type pm_uuid: UUID
|
|
29943
29943
|
:param scim_source_property_mapping_request: (required)
|
|
29944
29944
|
:type scim_source_property_mapping_request: SCIMSourcePropertyMappingRequest
|
|
29945
29945
|
:param _request_timeout: timeout setting for this request. If one
|
|
@@ -30012,7 +30012,7 @@ class PropertymappingsApi:
|
|
|
30012
30012
|
SCIMSourcePropertyMapping Viewset
|
|
30013
30013
|
|
|
30014
30014
|
:param pm_uuid: A UUID string identifying this SCIM Source Property Mapping. (required)
|
|
30015
|
-
:type pm_uuid:
|
|
30015
|
+
:type pm_uuid: UUID
|
|
30016
30016
|
:param scim_source_property_mapping_request: (required)
|
|
30017
30017
|
:type scim_source_property_mapping_request: SCIMSourcePropertyMappingRequest
|
|
30018
30018
|
:param _request_timeout: timeout setting for this request. If one
|
|
@@ -30085,7 +30085,7 @@ class PropertymappingsApi:
|
|
|
30085
30085
|
SCIMSourcePropertyMapping Viewset
|
|
30086
30086
|
|
|
30087
30087
|
:param pm_uuid: A UUID string identifying this SCIM Source Property Mapping. (required)
|
|
30088
|
-
:type pm_uuid:
|
|
30088
|
+
:type pm_uuid: UUID
|
|
30089
30089
|
:param scim_source_property_mapping_request: (required)
|
|
30090
30090
|
:type scim_source_property_mapping_request: SCIMSourcePropertyMappingRequest
|
|
30091
30091
|
:param _request_timeout: timeout setting for this request. If one
|
|
@@ -30233,7 +30233,7 @@ class PropertymappingsApi:
|
|
|
30233
30233
|
Get a list of all objects that use this object
|
|
30234
30234
|
|
|
30235
30235
|
:param pm_uuid: A UUID string identifying this SCIM Source Property Mapping. (required)
|
|
30236
|
-
:type pm_uuid:
|
|
30236
|
+
:type pm_uuid: UUID
|
|
30237
30237
|
:param _request_timeout: timeout setting for this request. If one
|
|
30238
30238
|
number provided, it will be total request
|
|
30239
30239
|
timeout. It can also be a pair (tuple) of
|
|
@@ -30302,7 +30302,7 @@ class PropertymappingsApi:
|
|
|
30302
30302
|
Get a list of all objects that use this object
|
|
30303
30303
|
|
|
30304
30304
|
:param pm_uuid: A UUID string identifying this SCIM Source Property Mapping. (required)
|
|
30305
|
-
:type pm_uuid:
|
|
30305
|
+
:type pm_uuid: UUID
|
|
30306
30306
|
:param _request_timeout: timeout setting for this request. If one
|
|
30307
30307
|
number provided, it will be total request
|
|
30308
30308
|
timeout. It can also be a pair (tuple) of
|
|
@@ -30371,7 +30371,7 @@ class PropertymappingsApi:
|
|
|
30371
30371
|
Get a list of all objects that use this object
|
|
30372
30372
|
|
|
30373
30373
|
:param pm_uuid: A UUID string identifying this SCIM Source Property Mapping. (required)
|
|
30374
|
-
:type pm_uuid:
|
|
30374
|
+
:type pm_uuid: UUID
|
|
30375
30375
|
:param _request_timeout: timeout setting for this request. If one
|
|
30376
30376
|
number provided, it will be total request
|
|
30377
30377
|
timeout. It can also be a pair (tuple) of
|
|
@@ -30780,7 +30780,7 @@ class PropertymappingsApi:
|
|
|
30780
30780
|
TelegramSourcePropertyMapping Viewset
|
|
30781
30781
|
|
|
30782
30782
|
:param pm_uuid: A UUID string identifying this Telegram Source Property Mapping. (required)
|
|
30783
|
-
:type pm_uuid:
|
|
30783
|
+
:type pm_uuid: UUID
|
|
30784
30784
|
:param _request_timeout: timeout setting for this request. If one
|
|
30785
30785
|
number provided, it will be total request
|
|
30786
30786
|
timeout. It can also be a pair (tuple) of
|
|
@@ -30849,7 +30849,7 @@ class PropertymappingsApi:
|
|
|
30849
30849
|
TelegramSourcePropertyMapping Viewset
|
|
30850
30850
|
|
|
30851
30851
|
:param pm_uuid: A UUID string identifying this Telegram Source Property Mapping. (required)
|
|
30852
|
-
:type pm_uuid:
|
|
30852
|
+
:type pm_uuid: UUID
|
|
30853
30853
|
:param _request_timeout: timeout setting for this request. If one
|
|
30854
30854
|
number provided, it will be total request
|
|
30855
30855
|
timeout. It can also be a pair (tuple) of
|
|
@@ -30918,7 +30918,7 @@ class PropertymappingsApi:
|
|
|
30918
30918
|
TelegramSourcePropertyMapping Viewset
|
|
30919
30919
|
|
|
30920
30920
|
:param pm_uuid: A UUID string identifying this Telegram Source Property Mapping. (required)
|
|
30921
|
-
:type pm_uuid:
|
|
30921
|
+
:type pm_uuid: UUID
|
|
30922
30922
|
:param _request_timeout: timeout setting for this request. If one
|
|
30923
30923
|
number provided, it will be total request
|
|
30924
30924
|
timeout. It can also be a pair (tuple) of
|
|
@@ -31420,7 +31420,7 @@ class PropertymappingsApi:
|
|
|
31420
31420
|
TelegramSourcePropertyMapping Viewset
|
|
31421
31421
|
|
|
31422
31422
|
:param pm_uuid: A UUID string identifying this Telegram Source Property Mapping. (required)
|
|
31423
|
-
:type pm_uuid:
|
|
31423
|
+
:type pm_uuid: UUID
|
|
31424
31424
|
:param patched_telegram_source_property_mapping_request:
|
|
31425
31425
|
:type patched_telegram_source_property_mapping_request: PatchedTelegramSourcePropertyMappingRequest
|
|
31426
31426
|
:param _request_timeout: timeout setting for this request. If one
|
|
@@ -31493,7 +31493,7 @@ class PropertymappingsApi:
|
|
|
31493
31493
|
TelegramSourcePropertyMapping Viewset
|
|
31494
31494
|
|
|
31495
31495
|
:param pm_uuid: A UUID string identifying this Telegram Source Property Mapping. (required)
|
|
31496
|
-
:type pm_uuid:
|
|
31496
|
+
:type pm_uuid: UUID
|
|
31497
31497
|
:param patched_telegram_source_property_mapping_request:
|
|
31498
31498
|
:type patched_telegram_source_property_mapping_request: PatchedTelegramSourcePropertyMappingRequest
|
|
31499
31499
|
:param _request_timeout: timeout setting for this request. If one
|
|
@@ -31566,7 +31566,7 @@ class PropertymappingsApi:
|
|
|
31566
31566
|
TelegramSourcePropertyMapping Viewset
|
|
31567
31567
|
|
|
31568
31568
|
:param pm_uuid: A UUID string identifying this Telegram Source Property Mapping. (required)
|
|
31569
|
-
:type pm_uuid:
|
|
31569
|
+
:type pm_uuid: UUID
|
|
31570
31570
|
:param patched_telegram_source_property_mapping_request:
|
|
31571
31571
|
:type patched_telegram_source_property_mapping_request: PatchedTelegramSourcePropertyMappingRequest
|
|
31572
31572
|
:param _request_timeout: timeout setting for this request. If one
|
|
@@ -31714,7 +31714,7 @@ class PropertymappingsApi:
|
|
|
31714
31714
|
TelegramSourcePropertyMapping Viewset
|
|
31715
31715
|
|
|
31716
31716
|
:param pm_uuid: A UUID string identifying this Telegram Source Property Mapping. (required)
|
|
31717
|
-
:type pm_uuid:
|
|
31717
|
+
:type pm_uuid: UUID
|
|
31718
31718
|
:param _request_timeout: timeout setting for this request. If one
|
|
31719
31719
|
number provided, it will be total request
|
|
31720
31720
|
timeout. It can also be a pair (tuple) of
|
|
@@ -31783,7 +31783,7 @@ class PropertymappingsApi:
|
|
|
31783
31783
|
TelegramSourcePropertyMapping Viewset
|
|
31784
31784
|
|
|
31785
31785
|
:param pm_uuid: A UUID string identifying this Telegram Source Property Mapping. (required)
|
|
31786
|
-
:type pm_uuid:
|
|
31786
|
+
:type pm_uuid: UUID
|
|
31787
31787
|
:param _request_timeout: timeout setting for this request. If one
|
|
31788
31788
|
number provided, it will be total request
|
|
31789
31789
|
timeout. It can also be a pair (tuple) of
|
|
@@ -31852,7 +31852,7 @@ class PropertymappingsApi:
|
|
|
31852
31852
|
TelegramSourcePropertyMapping Viewset
|
|
31853
31853
|
|
|
31854
31854
|
:param pm_uuid: A UUID string identifying this Telegram Source Property Mapping. (required)
|
|
31855
|
-
:type pm_uuid:
|
|
31855
|
+
:type pm_uuid: UUID
|
|
31856
31856
|
:param _request_timeout: timeout setting for this request. If one
|
|
31857
31857
|
number provided, it will be total request
|
|
31858
31858
|
timeout. It can also be a pair (tuple) of
|
|
@@ -31982,7 +31982,7 @@ class PropertymappingsApi:
|
|
|
31982
31982
|
TelegramSourcePropertyMapping Viewset
|
|
31983
31983
|
|
|
31984
31984
|
:param pm_uuid: A UUID string identifying this Telegram Source Property Mapping. (required)
|
|
31985
|
-
:type pm_uuid:
|
|
31985
|
+
:type pm_uuid: UUID
|
|
31986
31986
|
:param telegram_source_property_mapping_request: (required)
|
|
31987
31987
|
:type telegram_source_property_mapping_request: TelegramSourcePropertyMappingRequest
|
|
31988
31988
|
:param _request_timeout: timeout setting for this request. If one
|
|
@@ -32055,7 +32055,7 @@ class PropertymappingsApi:
|
|
|
32055
32055
|
TelegramSourcePropertyMapping Viewset
|
|
32056
32056
|
|
|
32057
32057
|
:param pm_uuid: A UUID string identifying this Telegram Source Property Mapping. (required)
|
|
32058
|
-
:type pm_uuid:
|
|
32058
|
+
:type pm_uuid: UUID
|
|
32059
32059
|
:param telegram_source_property_mapping_request: (required)
|
|
32060
32060
|
:type telegram_source_property_mapping_request: TelegramSourcePropertyMappingRequest
|
|
32061
32061
|
:param _request_timeout: timeout setting for this request. If one
|
|
@@ -32128,7 +32128,7 @@ class PropertymappingsApi:
|
|
|
32128
32128
|
TelegramSourcePropertyMapping Viewset
|
|
32129
32129
|
|
|
32130
32130
|
:param pm_uuid: A UUID string identifying this Telegram Source Property Mapping. (required)
|
|
32131
|
-
:type pm_uuid:
|
|
32131
|
+
:type pm_uuid: UUID
|
|
32132
32132
|
:param telegram_source_property_mapping_request: (required)
|
|
32133
32133
|
:type telegram_source_property_mapping_request: TelegramSourcePropertyMappingRequest
|
|
32134
32134
|
:param _request_timeout: timeout setting for this request. If one
|
|
@@ -32276,7 +32276,7 @@ class PropertymappingsApi:
|
|
|
32276
32276
|
Get a list of all objects that use this object
|
|
32277
32277
|
|
|
32278
32278
|
:param pm_uuid: A UUID string identifying this Telegram Source Property Mapping. (required)
|
|
32279
|
-
:type pm_uuid:
|
|
32279
|
+
:type pm_uuid: UUID
|
|
32280
32280
|
:param _request_timeout: timeout setting for this request. If one
|
|
32281
32281
|
number provided, it will be total request
|
|
32282
32282
|
timeout. It can also be a pair (tuple) of
|
|
@@ -32345,7 +32345,7 @@ class PropertymappingsApi:
|
|
|
32345
32345
|
Get a list of all objects that use this object
|
|
32346
32346
|
|
|
32347
32347
|
:param pm_uuid: A UUID string identifying this Telegram Source Property Mapping. (required)
|
|
32348
|
-
:type pm_uuid:
|
|
32348
|
+
:type pm_uuid: UUID
|
|
32349
32349
|
:param _request_timeout: timeout setting for this request. If one
|
|
32350
32350
|
number provided, it will be total request
|
|
32351
32351
|
timeout. It can also be a pair (tuple) of
|
|
@@ -32414,7 +32414,7 @@ class PropertymappingsApi:
|
|
|
32414
32414
|
Get a list of all objects that use this object
|
|
32415
32415
|
|
|
32416
32416
|
:param pm_uuid: A UUID string identifying this Telegram Source Property Mapping. (required)
|
|
32417
|
-
:type pm_uuid:
|
|
32417
|
+
:type pm_uuid: UUID
|
|
32418
32418
|
:param _request_timeout: timeout setting for this request. If one
|
|
32419
32419
|
number provided, it will be total request
|
|
32420
32420
|
timeout. It can also be a pair (tuple) of
|