agilicus 1.199.0__py3-none-any.whl → 1.199.1__py3-none-any.whl
Sign up to get free protection for your applications and to get access to all the features.
- agilicus/.openapi-generator/FILES +9 -0
- agilicus/agilicus_api/__init__.py +4 -1
- agilicus/agilicus_api/api/application_services_api.py +130 -1
- agilicus/agilicus_api/api/application_services_api_mock.py +7 -0
- agilicus/agilicus_api/api/applications_api.py +1 -1
- agilicus/agilicus_api/api/audits_api.py +1 -1
- agilicus/agilicus_api/api/billing_api.py +1 -1
- agilicus/agilicus_api/api/catalogues_api.py +1 -1
- agilicus/agilicus_api/api/certificates_api.py +1 -1
- agilicus/agilicus_api/api/challenges_api.py +1 -1
- agilicus/agilicus_api/api/connectors_api.py +1 -1
- agilicus/agilicus_api/api/diagnostics_api.py +1 -1
- agilicus/agilicus_api/api/features_api.py +1 -1
- agilicus/agilicus_api/api/files_api.py +1 -1
- agilicus/agilicus_api/api/groups_api.py +1 -1
- agilicus/agilicus_api/api/issuers_api.py +1 -1
- agilicus/agilicus_api/api/launchers_api.py +1 -1
- agilicus/agilicus_api/api/lookups_api.py +1 -1
- agilicus/agilicus_api/api/messages_api.py +1 -1
- agilicus/agilicus_api/api/metrics_api.py +1 -1
- agilicus/agilicus_api/api/organisations_api.py +1 -1
- agilicus/agilicus_api/api/permissions_api.py +1 -1
- agilicus/agilicus_api/api/policy_api.py +1 -1
- agilicus/agilicus_api/api/regions_api.py +1 -1
- agilicus/agilicus_api/api/resources_api.py +1 -1
- agilicus/agilicus_api/api/tokens_api.py +1 -1
- agilicus/agilicus_api/api/users_api.py +1 -1
- agilicus/agilicus_api/api/whoami_api.py +1 -1
- agilicus/agilicus_api/api_client.py +2 -2
- agilicus/agilicus_api/configuration.py +3 -3
- agilicus/agilicus_api/docs/ApplicationServicesApi.md +99 -0
- agilicus/agilicus_api/docs/ConfigFileFormat.md +13 -0
- agilicus/agilicus_api/docs/DesktopServerConfiguration.md +15 -0
- agilicus/agilicus_api/docs/DesktopServerGeneratedConfiguration.md +16 -0
- agilicus/agilicus_api/exceptions.py +1 -1
- agilicus/agilicus_api/model/access_requests.py +1 -1
- agilicus/agilicus_api/model/access_requests_status.py +1 -1
- agilicus/agilicus_api/model/add_group_member_request.py +1 -1
- agilicus/agilicus_api/model/agent_connector.py +1 -1
- agilicus/agilicus_api/model/agent_connector_authz_stats.py +1 -1
- agilicus/agilicus_api/model/agent_connector_cloud_routing.py +1 -1
- agilicus/agilicus_api/model/agent_connector_connection_info.py +1 -1
- agilicus/agilicus_api/model/agent_connector_info.py +1 -1
- agilicus/agilicus_api/model/agent_connector_instance.py +1 -1
- agilicus/agilicus_api/model/agent_connector_instance_spec.py +1 -1
- agilicus/agilicus_api/model/agent_connector_instance_status.py +1 -1
- agilicus/agilicus_api/model/agent_connector_local_bind.py +1 -1
- agilicus/agilicus_api/model/agent_connector_local_bind_error.py +1 -1
- agilicus/agilicus_api/model/agent_connector_local_bind_stats.py +1 -1
- agilicus/agilicus_api/model/agent_connector_per_share_stats.py +1 -1
- agilicus/agilicus_api/model/agent_connector_per_user_stats.py +1 -1
- agilicus/agilicus_api/model/agent_connector_proxy_request_stats.py +1 -1
- agilicus/agilicus_api/model/agent_connector_proxy_request_stats_details.py +1 -1
- agilicus/agilicus_api/model/agent_connector_proxy_stats.py +1 -1
- agilicus/agilicus_api/model/agent_connector_queue.py +1 -1
- agilicus/agilicus_api/model/agent_connector_queue_response.py +1 -1
- agilicus/agilicus_api/model/agent_connector_queue_spec.py +1 -1
- agilicus/agilicus_api/model/agent_connector_queue_status.py +1 -1
- agilicus/agilicus_api/model/agent_connector_routing_stats.py +1 -1
- agilicus/agilicus_api/model/agent_connector_share_stats.py +1 -1
- agilicus/agilicus_api/model/agent_connector_spec.py +1 -1
- agilicus/agilicus_api/model/agent_connector_spec_provisioning.py +1 -1
- agilicus/agilicus_api/model/agent_connector_specific_stats.py +1 -1
- agilicus/agilicus_api/model/agent_connector_stats.py +1 -1
- agilicus/agilicus_api/model/agent_connector_status.py +1 -1
- agilicus/agilicus_api/model/agent_connector_system_stats.py +1 -1
- agilicus/agilicus_api/model/agent_connector_transport_stats.py +1 -1
- agilicus/agilicus_api/model/agent_connector_tunnel_info.py +1 -1
- agilicus/agilicus_api/model/agent_connector_tunneling.py +1 -1
- agilicus/agilicus_api/model/agent_connector_user_stats.py +1 -1
- agilicus/agilicus_api/model/agent_local_auth_info.py +1 -1
- agilicus/agilicus_api/model/allow_map_compiled.py +1 -1
- agilicus/agilicus_api/model/allow_rule_compiled.py +1 -1
- agilicus/agilicus_api/model/alternate_mode_setting.py +1 -1
- agilicus/agilicus_api/model/alternate_mode_status.py +1 -1
- agilicus/agilicus_api/model/api_key.py +1 -1
- agilicus/agilicus_api/model/api_key_introspect.py +1 -1
- agilicus/agilicus_api/model/api_key_introspect_authorization_info.py +1 -1
- agilicus/agilicus_api/model/api_key_introspect_response.py +1 -1
- agilicus/agilicus_api/model/api_key_op_status.py +1 -1
- agilicus/agilicus_api/model/api_key_spec.py +1 -1
- agilicus/agilicus_api/model/api_key_status.py +1 -1
- agilicus/agilicus_api/model/application.py +1 -1
- agilicus/agilicus_api/model/application_additional_context.py +1 -1
- agilicus/agilicus_api/model/application_assignment.py +1 -1
- agilicus/agilicus_api/model/application_authentication_config.py +1 -1
- agilicus/agilicus_api/model/application_config.py +1 -1
- agilicus/agilicus_api/model/application_dynamic_config.py +1 -1
- agilicus/agilicus_api/model/application_monitoring_config.py +1 -1
- agilicus/agilicus_api/model/application_security.py +1 -1
- agilicus/agilicus_api/model/application_service.py +1 -1
- agilicus/agilicus_api/model/application_service_assignment.py +1 -1
- agilicus/agilicus_api/model/application_service_load_balancing.py +1 -1
- agilicus/agilicus_api/model/application_service_location.py +1 -1
- agilicus/agilicus_api/model/application_service_route.py +1 -1
- agilicus/agilicus_api/model/application_service_routing_info.py +1 -1
- agilicus/agilicus_api/model/application_service_stats.py +1 -1
- agilicus/agilicus_api/model/application_service_stats_group.py +1 -1
- agilicus/agilicus_api/model/application_service_status.py +1 -1
- agilicus/agilicus_api/model/application_state_selector.py +1 -1
- agilicus/agilicus_api/model/application_stats.py +1 -1
- agilicus/agilicus_api/model/application_stats_list.py +1 -1
- agilicus/agilicus_api/model/application_summary.py +1 -1
- agilicus/agilicus_api/model/application_summary_status.py +1 -1
- agilicus/agilicus_api/model/application_upstream_config.py +1 -1
- agilicus/agilicus_api/model/application_upstream_form_info.py +1 -1
- agilicus/agilicus_api/model/application_upstream_identity_provider.py +1 -1
- agilicus/agilicus_api/model/application_upstream_validation.py +1 -1
- agilicus/agilicus_api/model/audit.py +1 -1
- agilicus/agilicus_api/model/audit_attribute.py +1 -1
- agilicus/agilicus_api/model/audit_destination.py +1 -1
- agilicus/agilicus_api/model/audit_destination_authentication.py +1 -1
- agilicus/agilicus_api/model/audit_destination_filter.py +1 -1
- agilicus/agilicus_api/model/audit_destination_spec.py +1 -1
- agilicus/agilicus_api/model/audit_event.py +1 -1
- agilicus/agilicus_api/model/audit_event_response.py +1 -1
- agilicus/agilicus_api/model/audit_webhook_bulk_event.py +1 -1
- agilicus/agilicus_api/model/audit_webhook_events_processed.py +1 -1
- agilicus/agilicus_api/model/auth_audits.py +1 -1
- agilicus/agilicus_api/model/authentication_attribute.py +1 -1
- agilicus/agilicus_api/model/authentication_document.py +1 -1
- agilicus/agilicus_api/model/authentication_document_spec.py +1 -1
- agilicus/agilicus_api/model/authentication_document_status.py +1 -1
- agilicus/agilicus_api/model/auto_create_status.py +1 -1
- agilicus/agilicus_api/model/base_upstream.py +1 -1
- agilicus/agilicus_api/model/base_upstreams.py +1 -1
- agilicus/agilicus_api/model/billing_account.py +1 -1
- agilicus/agilicus_api/model/billing_account_spec.py +1 -1
- agilicus/agilicus_api/model/billing_account_status.py +1 -1
- agilicus/agilicus_api/model/billing_customer.py +1 -1
- agilicus/agilicus_api/model/billing_org.py +1 -1
- agilicus/agilicus_api/model/billing_org_subscription.py +1 -1
- agilicus/agilicus_api/model/billing_org_subscription_spec.py +1 -1
- agilicus/agilicus_api/model/billing_org_subscription_status.py +1 -1
- agilicus/agilicus_api/model/billing_portal_link.py +1 -1
- agilicus/agilicus_api/model/billing_product.py +1 -1
- agilicus/agilicus_api/model/billing_product_price.py +1 -1
- agilicus/agilicus_api/model/billing_subscription.py +1 -1
- agilicus/agilicus_api/model/billing_subscription_usage_override_item.py +1 -1
- agilicus/agilicus_api/model/billing_usage_record.py +1 -1
- agilicus/agilicus_api/model/billing_usage_summary.py +1 -1
- agilicus/agilicus_api/model/bulk_session_operation_response.py +1 -1
- agilicus/agilicus_api/model/bulk_token_revoke.py +1 -1
- agilicus/agilicus_api/model/bulk_token_revoke_response.py +1 -1
- agilicus/agilicus_api/model/bulk_user_metadata.py +1 -1
- agilicus/agilicus_api/model/bulk_user_request_approval.py +1 -1
- agilicus/agilicus_api/model/catalogue.py +1 -1
- agilicus/agilicus_api/model/catalogue_entry.py +1 -1
- agilicus/agilicus_api/model/cert_signing_req.py +1 -1
- agilicus/agilicus_api/model/cert_signing_req_spec.py +1 -1
- agilicus/agilicus_api/model/cert_signing_req_status.py +1 -1
- agilicus/agilicus_api/model/certificate_transparency_settings.py +1 -1
- agilicus/agilicus_api/model/challenge.py +1 -1
- agilicus/agilicus_api/model/challenge_action.py +1 -1
- agilicus/agilicus_api/model/challenge_actor.py +1 -1
- agilicus/agilicus_api/model/challenge_answer.py +1 -1
- agilicus/agilicus_api/model/challenge_answer_spec.py +1 -1
- agilicus/agilicus_api/model/challenge_endpoint.py +1 -1
- agilicus/agilicus_api/model/challenge_spec.py +1 -1
- agilicus/agilicus_api/model/challenge_status.py +1 -1
- agilicus/agilicus_api/model/cipher_diffie_hellman_group.py +1 -1
- agilicus/agilicus_api/model/cipher_encryption_algorithm.py +1 -1
- agilicus/agilicus_api/model/cipher_integrity_algorithm.py +1 -1
- agilicus/agilicus_api/model/clear_file_association_request.py +1 -1
- agilicus/agilicus_api/model/clear_file_association_response.py +1 -1
- agilicus/agilicus_api/model/combined_resource_rules.py +1 -1
- agilicus/agilicus_api/model/combined_resource_rules_status.py +1 -1
- agilicus/agilicus_api/model/combined_rules.py +1 -1
- agilicus/agilicus_api/model/combined_rules_status.py +1 -1
- agilicus/agilicus_api/model/combined_user_detail.py +1 -1
- agilicus/agilicus_api/model/combined_user_detail_status.py +1 -1
- agilicus/agilicus_api/model/common_metadata.py +1 -1
- agilicus/agilicus_api/model/compound_rule_condition.py +1 -1
- agilicus/agilicus_api/model/config_file_format.py +297 -0
- agilicus/agilicus_api/model/connector.py +1 -1
- agilicus/agilicus_api/model/connector_cloud_routing.py +1 -1
- agilicus/agilicus_api/model/connector_diagnostic_stats.py +1 -1
- agilicus/agilicus_api/model/connector_instance.py +1 -1
- agilicus/agilicus_api/model/connector_instance_spec.py +1 -1
- agilicus/agilicus_api/model/connector_instance_status.py +1 -1
- agilicus/agilicus_api/model/connector_route.py +1 -1
- agilicus/agilicus_api/model/connector_secure_transfer.py +1 -1
- agilicus/agilicus_api/model/connector_secure_transfer_spec.py +1 -1
- agilicus/agilicus_api/model/connector_secure_transfer_status.py +1 -1
- agilicus/agilicus_api/model/connector_spec.py +1 -1
- agilicus/agilicus_api/model/connector_stats.py +1 -1
- agilicus/agilicus_api/model/connector_stats_metadata.py +1 -1
- agilicus/agilicus_api/model/connector_status.py +1 -1
- agilicus/agilicus_api/model/connector_system_stats.py +1 -1
- agilicus/agilicus_api/model/content_type_options_settings.py +1 -1
- agilicus/agilicus_api/model/cors_origin.py +1 -1
- agilicus/agilicus_api/model/cors_settings.py +1 -1
- agilicus/agilicus_api/model/create_billing_usage_records.py +1 -1
- agilicus/agilicus_api/model/create_session_and_token_request.py +1 -1
- agilicus/agilicus_api/model/create_session_and_token_response.py +1 -1
- agilicus/agilicus_api/model/create_token_request.py +1 -1
- agilicus/agilicus_api/model/create_user_data_token_request.py +1 -1
- agilicus/agilicus_api/model/cross_origin_embedder_policy_settings.py +1 -1
- agilicus/agilicus_api/model/cross_origin_opener_policy_settings.py +1 -1
- agilicus/agilicus_api/model/cross_origin_resource_policy_settings.py +1 -1
- agilicus/agilicus_api/model/csp_directive.py +1 -1
- agilicus/agilicus_api/model/csp_settings.py +1 -1
- agilicus/agilicus_api/model/csr_reason_enum.py +1 -1
- agilicus/agilicus_api/model/custom_desktop_client_config.py +1 -1
- agilicus/agilicus_api/model/definition.py +1 -1
- agilicus/agilicus_api/model/desktop_client_config_item.py +1 -1
- agilicus/agilicus_api/model/desktop_client_configuration.py +1 -1
- agilicus/agilicus_api/model/desktop_client_generated_configuration.py +1 -1
- agilicus/agilicus_api/model/desktop_connection_info.py +1 -1
- agilicus/agilicus_api/model/desktop_remote_app.py +1 -1
- agilicus/agilicus_api/model/desktop_resource.py +1 -1
- agilicus/agilicus_api/model/desktop_resource_spec.py +1 -1
- agilicus/agilicus_api/model/desktop_resource_stats.py +1 -1
- agilicus/agilicus_api/model/desktop_resource_status.py +1 -1
- agilicus/agilicus_api/model/desktop_server_configuration.py +309 -0
- agilicus/agilicus_api/model/desktop_server_generated_configuration.py +323 -0
- agilicus/agilicus_api/model/display_info.py +1 -1
- agilicus/agilicus_api/model/domain.py +1 -1
- agilicus/agilicus_api/model/email.py +1 -1
- agilicus/agilicus_api/model/encrypted_data.py +1 -1
- agilicus/agilicus_api/model/environment.py +1 -1
- agilicus/agilicus_api/model/environment_config.py +1 -1
- agilicus/agilicus_api/model/environment_config_var.py +1 -1
- agilicus/agilicus_api/model/environment_status.py +1 -1
- agilicus/agilicus_api/model/error_message.py +1 -1
- agilicus/agilicus_api/model/feature_flag.py +1 -1
- agilicus/agilicus_api/model/feature_tag.py +1 -1
- agilicus/agilicus_api/model/feature_tag_name.py +1 -1
- agilicus/agilicus_api/model/feature_tag_spec.py +1 -1
- agilicus/agilicus_api/model/file.py +1 -1
- agilicus/agilicus_api/model/file_association.py +1 -1
- agilicus/agilicus_api/model/file_association_spec.py +1 -1
- agilicus/agilicus_api/model/file_association_status.py +1 -1
- agilicus/agilicus_api/model/file_name.py +1 -1
- agilicus/agilicus_api/model/file_share_client_config.py +1 -1
- agilicus/agilicus_api/model/file_share_client_config_linux_config.py +1 -1
- agilicus/agilicus_api/model/file_share_client_config_mac_config.py +1 -1
- agilicus/agilicus_api/model/file_share_client_config_windows_config.py +1 -1
- agilicus/agilicus_api/model/file_share_service.py +1 -1
- agilicus/agilicus_api/model/file_share_service_spec.py +1 -1
- agilicus/agilicus_api/model/file_share_service_stats.py +1 -1
- agilicus/agilicus_api/model/file_share_service_stats_group.py +1 -1
- agilicus/agilicus_api/model/file_share_service_status.py +1 -1
- agilicus/agilicus_api/model/file_summary.py +1 -1
- agilicus/agilicus_api/model/file_visibility.py +1 -1
- agilicus/agilicus_api/model/frame_options_settings.py +1 -1
- agilicus/agilicus_api/model/generic_float_metric.py +1 -1
- agilicus/agilicus_api/model/generic_int_metric.py +1 -1
- agilicus/agilicus_api/model/group.py +1 -1
- agilicus/agilicus_api/model/group_data.py +1 -1
- agilicus/agilicus_api/model/group_member.py +1 -1
- agilicus/agilicus_api/model/group_reconcile_record.py +1 -1
- agilicus/agilicus_api/model/guid_metadata.py +1 -1
- agilicus/agilicus_api/model/host_permissions.py +1 -1
- agilicus/agilicus_api/model/hsts_settings.py +1 -1
- agilicus/agilicus_api/model/http_basic_auth.py +1 -1
- agilicus/agilicus_api/model/http_bearer_auth.py +1 -1
- agilicus/agilicus_api/model/http_challenge_action.py +1 -1
- agilicus/agilicus_api/model/http_request_extractor.py +1 -1
- agilicus/agilicus_api/model/http_request_extractor_source.py +1 -1
- agilicus/agilicus_api/model/http_rule.py +1 -1
- agilicus/agilicus_api/model/http_rule_condition.py +1 -1
- agilicus/agilicus_api/model/http_rule_condition_type.py +1 -1
- agilicus/agilicus_api/model/http_security_settings.py +1 -1
- agilicus/agilicus_api/model/icon.py +1 -1
- agilicus/agilicus_api/model/icon_dimensions.py +1 -1
- agilicus/agilicus_api/model/icon_purpose.py +1 -1
- agilicus/agilicus_api/model/identity_assertion.py +1 -1
- agilicus/agilicus_api/model/identity_assertion_response.py +1 -1
- agilicus/agilicus_api/model/inbox_item.py +1 -1
- agilicus/agilicus_api/model/inbox_item_metadata.py +1 -1
- agilicus/agilicus_api/model/inbox_item_spec.py +1 -1
- agilicus/agilicus_api/model/inbox_item_status.py +1 -1
- agilicus/agilicus_api/model/included_role.py +1 -1
- agilicus/agilicus_api/model/inheritable_user_config.py +1 -1
- agilicus/agilicus_api/model/inline_response200.py +1 -1
- agilicus/agilicus_api/model/interceptor_command.py +1 -1
- agilicus/agilicus_api/model/interceptor_config.py +1 -1
- agilicus/agilicus_api/model/ipsec_connection.py +1 -1
- agilicus/agilicus_api/model/ipsec_connection_ipv4_block.py +1 -1
- agilicus/agilicus_api/model/ipsec_connection_spec.py +1 -1
- agilicus/agilicus_api/model/ipsec_connector.py +1 -1
- agilicus/agilicus_api/model/ipsec_connector_spec.py +1 -1
- agilicus/agilicus_api/model/ipsec_connector_status.py +1 -1
- agilicus/agilicus_api/model/ipsec_gateway_interface.py +1 -1
- agilicus/agilicus_api/model/issuer.py +1 -1
- agilicus/agilicus_api/model/issuer_client.py +1 -1
- agilicus/agilicus_api/model/issuer_upstream.py +1 -1
- agilicus/agilicus_api/model/js_inject.py +1 -1
- agilicus/agilicus_api/model/json_body_constraint.py +1 -1
- agilicus/agilicus_api/model/jwks.py +1 -1
- agilicus/agilicus_api/model/k8s_slug.py +1 -1
- agilicus/agilicus_api/model/kerberos_upstream_config.py +1 -1
- agilicus/agilicus_api/model/kerberos_upstream_identity_provider.py +1 -1
- agilicus/agilicus_api/model/kerberos_upstream_status.py +1 -1
- agilicus/agilicus_api/model/kerberos_upstream_status_key_tab_entries.py +1 -1
- agilicus/agilicus_api/model/launcher.py +1 -1
- agilicus/agilicus_api/model/launcher_config.py +1 -1
- agilicus/agilicus_api/model/launcher_spec.py +1 -1
- agilicus/agilicus_api/model/launcher_status.py +1 -1
- agilicus/agilicus_api/model/learning_mode_spec.py +1 -1
- agilicus/agilicus_api/model/list_access_requests_response.py +1 -1
- agilicus/agilicus_api/model/list_active_users_response.py +1 -1
- agilicus/agilicus_api/model/list_agent_connector_instance_response.py +1 -1
- agilicus/agilicus_api/model/list_agent_connector_instance_stats_response.py +1 -1
- agilicus/agilicus_api/model/list_agent_connector_response.py +1 -1
- agilicus/agilicus_api/model/list_api_keys_response.py +1 -1
- agilicus/agilicus_api/model/list_application_services_response.py +1 -1
- agilicus/agilicus_api/model/list_application_summary_response.py +1 -1
- agilicus/agilicus_api/model/list_applications_response.py +1 -1
- agilicus/agilicus_api/model/list_audit_destinations_response.py +1 -1
- agilicus/agilicus_api/model/list_audits_response.py +1 -1
- agilicus/agilicus_api/model/list_auth_audits_response.py +1 -1
- agilicus/agilicus_api/model/list_authentication_document_response.py +1 -1
- agilicus/agilicus_api/model/list_billing_accounts_response.py +1 -1
- agilicus/agilicus_api/model/list_billing_org_subscriptions_response.py +1 -1
- agilicus/agilicus_api/model/list_billing_usage_records_response.py +1 -1
- agilicus/agilicus_api/model/list_catalogue_entries_response.py +1 -1
- agilicus/agilicus_api/model/list_catalogues_response.py +1 -1
- agilicus/agilicus_api/model/list_cert_signing_req_response.py +1 -1
- agilicus/agilicus_api/model/list_combined_resource_rules_response.py +1 -1
- agilicus/agilicus_api/model/list_combined_rules_response.py +1 -1
- agilicus/agilicus_api/model/list_combined_user_details_response.py +1 -1
- agilicus/agilicus_api/model/list_configs_response.py +1 -1
- agilicus/agilicus_api/model/list_connector_response.py +1 -1
- agilicus/agilicus_api/model/list_connector_secure_transfer_response.py +1 -1
- agilicus/agilicus_api/model/list_desktop_resources_response.py +1 -1
- agilicus/agilicus_api/model/list_domains_response.py +1 -1
- agilicus/agilicus_api/model/list_elevated_user_roles.py +1 -1
- agilicus/agilicus_api/model/list_environment_configs_response.py +1 -1
- agilicus/agilicus_api/model/list_feature_tags_response.py +1 -1
- agilicus/agilicus_api/model/list_file_associations_response.py +1 -1
- agilicus/agilicus_api/model/list_file_share_services_response.py +1 -1
- agilicus/agilicus_api/model/list_files_response.py +1 -1
- agilicus/agilicus_api/model/list_groups_response.py +1 -1
- agilicus/agilicus_api/model/list_guid_metadata_response.py +1 -1
- agilicus/agilicus_api/model/list_inbox_items_response.py +1 -1
- agilicus/agilicus_api/model/list_inbox_items_summary.py +1 -1
- agilicus/agilicus_api/model/list_ipsec_connector_response.py +1 -1
- agilicus/agilicus_api/model/list_issuer_clients_response.py +1 -1
- agilicus/agilicus_api/model/list_issuer_extensions_response.py +1 -1
- agilicus/agilicus_api/model/list_issuer_roots_response.py +1 -1
- agilicus/agilicus_api/model/list_issuer_upstreams.py +1 -1
- agilicus/agilicus_api/model/list_jwks.py +1 -1
- agilicus/agilicus_api/model/list_launchers_response.py +1 -1
- agilicus/agilicus_api/model/list_logs_response.py +1 -1
- agilicus/agilicus_api/model/list_message_endpoints_response.py +1 -1
- agilicus/agilicus_api/model/list_mfa_challenge_methods.py +1 -1
- agilicus/agilicus_api/model/list_orgs_response.py +1 -1
- agilicus/agilicus_api/model/list_point_of_presences_response.py +1 -1
- agilicus/agilicus_api/model/list_policies_response.py +1 -1
- agilicus/agilicus_api/model/list_policy_rules_response.py +1 -1
- agilicus/agilicus_api/model/list_products_response.py +1 -1
- agilicus/agilicus_api/model/list_resource_permissions_response.py +1 -1
- agilicus/agilicus_api/model/list_resource_roles_response.py +1 -1
- agilicus/agilicus_api/model/list_resources_response.py +1 -1
- agilicus/agilicus_api/model/list_role_to_rule_entries.py +1 -1
- agilicus/agilicus_api/model/list_roles.py +1 -1
- agilicus/agilicus_api/model/list_rules.py +1 -1
- agilicus/agilicus_api/model/list_secure_agent_response.py +1 -1
- agilicus/agilicus_api/model/list_service_account_response.py +1 -1
- agilicus/agilicus_api/model/list_service_forwarders_response.py +1 -1
- agilicus/agilicus_api/model/list_sessions_response.py +1 -1
- agilicus/agilicus_api/model/list_ssh_resources_response.py +1 -1
- agilicus/agilicus_api/model/list_tokens_response.py +1 -1
- agilicus/agilicus_api/model/list_top_users_response.py +1 -1
- agilicus/agilicus_api/model/list_totp_enrollment_response.py +1 -1
- agilicus/agilicus_api/model/list_upstream_aliases.py +1 -1
- agilicus/agilicus_api/model/list_upstream_group_mapping.py +1 -1
- agilicus/agilicus_api/model/list_upstream_user_identities_response.py +1 -1
- agilicus/agilicus_api/model/list_user_application_access_info_response.py +1 -1
- agilicus/agilicus_api/model/list_user_desktop_access_info_response.py +1 -1
- agilicus/agilicus_api/model/list_user_file_share_access_info_response.py +1 -1
- agilicus/agilicus_api/model/list_user_guids_response.py +1 -1
- agilicus/agilicus_api/model/list_user_launcher_access_info_response.py +1 -1
- agilicus/agilicus_api/model/list_user_metadata_response.py +1 -1
- agilicus/agilicus_api/model/list_user_request_info_response.py +1 -1
- agilicus/agilicus_api/model/list_user_resource_access_info_response.py +1 -1
- agilicus/agilicus_api/model/list_user_roles_for_an_org.py +1 -1
- agilicus/agilicus_api/model/list_user_ssh_access_info_response.py +1 -1
- agilicus/agilicus_api/model/list_users_response.py +1 -1
- agilicus/agilicus_api/model/list_web_auth_n_enrollment_response.py +1 -1
- agilicus/agilicus_api/model/list_well_known_issuer_info.py +1 -1
- agilicus/agilicus_api/model/list_x509_certificate_response.py +1 -1
- agilicus/agilicus_api/model/local_auth_upstream_config.py +1 -1
- agilicus/agilicus_api/model/local_auth_upstream_identity_provider.py +1 -1
- agilicus/agilicus_api/model/log.py +1 -1
- agilicus/agilicus_api/model/login_session.py +1 -1
- agilicus/agilicus_api/model/lookup_request.py +1 -1
- agilicus/agilicus_api/model/managed_upstream_identity_provider.py +1 -1
- agilicus/agilicus_api/model/many_org_token_introspect_response.py +1 -1
- agilicus/agilicus_api/model/map_attributes_answer.py +1 -1
- agilicus/agilicus_api/model/map_attributes_answer_result.py +1 -1
- agilicus/agilicus_api/model/map_attributes_question.py +1 -1
- agilicus/agilicus_api/model/map_attributes_question_input.py +1 -1
- agilicus/agilicus_api/model/map_attributes_question_login_info.py +1 -1
- agilicus/agilicus_api/model/mapped_attributes.py +1 -1
- agilicus/agilicus_api/model/message.py +1 -1
- agilicus/agilicus_api/model/message_action.py +1 -1
- agilicus/agilicus_api/model/message_address.py +1 -1
- agilicus/agilicus_api/model/message_class.py +1 -1
- agilicus/agilicus_api/model/message_endpoint.py +1 -1
- agilicus/agilicus_api/model/message_endpoint_metadata.py +1 -1
- agilicus/agilicus_api/model/message_endpoint_spec.py +1 -1
- agilicus/agilicus_api/model/message_endpoint_type.py +1 -1
- agilicus/agilicus_api/model/message_endpoint_type_web_push.py +1 -1
- agilicus/agilicus_api/model/message_endpoints_config.py +1 -1
- agilicus/agilicus_api/model/message_send_item.py +1 -1
- agilicus/agilicus_api/model/message_send_request.py +1 -1
- agilicus/agilicus_api/model/message_send_response.py +1 -1
- agilicus/agilicus_api/model/message_send_response_item.py +1 -1
- agilicus/agilicus_api/model/message_type.py +1 -1
- agilicus/agilicus_api/model/metadata_with_id.py +1 -1
- agilicus/agilicus_api/model/metadata_with_id_all_of.py +1 -1
- agilicus/agilicus_api/model/metadata_with_only_id.py +1 -1
- agilicus/agilicus_api/model/mfa_challenge_answer.py +1 -1
- agilicus/agilicus_api/model/mfa_challenge_answer_result.py +1 -1
- agilicus/agilicus_api/model/mfa_challenge_method.py +1 -1
- agilicus/agilicus_api/model/mfa_challenge_method_spec.py +1 -1
- agilicus/agilicus_api/model/mfa_challenge_question.py +1 -1
- agilicus/agilicus_api/model/mfa_challenge_question_input.py +1 -1
- agilicus/agilicus_api/model/mfa_challenge_question_login_info.py +1 -1
- agilicus/agilicus_api/model/mfa_enrollment_answer.py +1 -1
- agilicus/agilicus_api/model/mfa_enrollment_answer_result.py +1 -1
- agilicus/agilicus_api/model/mfa_enrollment_question.py +1 -1
- agilicus/agilicus_api/model/mfa_enrollment_question_input.py +1 -1
- agilicus/agilicus_api/model/mfa_enrollment_question_login_info.py +1 -1
- agilicus/agilicus_api/model/network_mount_rule_config.py +1 -1
- agilicus/agilicus_api/model/network_port.py +1 -1
- agilicus/agilicus_api/model/network_port_range.py +1 -1
- agilicus/agilicus_api/model/network_service_config.py +1 -1
- agilicus/agilicus_api/model/next_page_email.py +1 -1
- agilicus/agilicus_api/model/object_oper_status.py +1 -1
- agilicus/agilicus_api/model/oidc_auth_config.py +1 -1
- agilicus/agilicus_api/model/oidc_auth_path_config.py +1 -1
- agilicus/agilicus_api/model/oidc_auth_uri.py +1 -1
- agilicus/agilicus_api/model/oidc_content_type.py +1 -1
- agilicus/agilicus_api/model/oidc_proxy_config.py +1 -1
- agilicus/agilicus_api/model/oidc_proxy_content_manipulation.py +1 -1
- agilicus/agilicus_api/model/oidc_proxy_domain_mapping.py +1 -1
- agilicus/agilicus_api/model/oidc_proxy_domain_name_mapping.py +1 -1
- agilicus/agilicus_api/model/oidc_proxy_domain_substitution.py +1 -1
- agilicus/agilicus_api/model/oidc_proxy_header.py +1 -1
- agilicus/agilicus_api/model/oidc_proxy_header_mapping.py +1 -1
- agilicus/agilicus_api/model/oidc_proxy_header_match.py +1 -1
- agilicus/agilicus_api/model/oidc_proxy_header_name.py +1 -1
- agilicus/agilicus_api/model/oidc_proxy_header_override.py +1 -1
- agilicus/agilicus_api/model/oidc_proxy_header_rewrite_filter.py +1 -1
- agilicus/agilicus_api/model/oidc_proxy_header_user_config.py +1 -1
- agilicus/agilicus_api/model/oidc_proxy_scope.py +1 -1
- agilicus/agilicus_api/model/oidc_proxy_standard_header.py +1 -1
- agilicus/agilicus_api/model/oidc_proxy_upstream_authentication.py +1 -1
- agilicus/agilicus_api/model/oidc_proxy_upstream_config.py +1 -1
- agilicus/agilicus_api/model/oidc_proxy_upstream_ntlm.py +1 -1
- agilicus/agilicus_api/model/oidc_upstream_identity_provider.py +1 -1
- agilicus/agilicus_api/model/one_time_use_action_challenge.py +1 -1
- agilicus/agilicus_api/model/one_time_use_action_challenge_answer_detail.py +1 -1
- agilicus/agilicus_api/model/one_time_use_action_challenge_response.py +1 -1
- agilicus/agilicus_api/model/one_time_use_action_challenge_spec.py +1 -1
- agilicus/agilicus_api/model/operational_status.py +1 -1
- agilicus/agilicus_api/model/org_info.py +1 -1
- agilicus/agilicus_api/model/org_scope_patch_document.py +1 -1
- agilicus/agilicus_api/model/organisation.py +1 -1
- agilicus/agilicus_api/model/organisation_admin.py +1 -1
- agilicus/agilicus_api/model/organisation_capabilities.py +1 -1
- agilicus/agilicus_api/model/organisation_owner_config.py +1 -1
- agilicus/agilicus_api/model/organisation_state_selector.py +1 -1
- agilicus/agilicus_api/model/organisation_state_status.py +1 -1
- agilicus/agilicus_api/model/organisation_status.py +1 -1
- agilicus/agilicus_api/model/permitted_cross_domain_policies_settings.py +1 -1
- agilicus/agilicus_api/model/point_of_presence.py +1 -1
- agilicus/agilicus_api/model/point_of_presence_routing.py +1 -1
- agilicus/agilicus_api/model/point_of_presence_spec.py +1 -1
- agilicus/agilicus_api/model/policy.py +1 -1
- agilicus/agilicus_api/model/policy_condition.py +1 -1
- agilicus/agilicus_api/model/policy_group.py +1 -1
- agilicus/agilicus_api/model/policy_group_spec.py +1 -1
- agilicus/agilicus_api/model/policy_rule.py +1 -1
- agilicus/agilicus_api/model/policy_rule_spec.py +1 -1
- agilicus/agilicus_api/model/policy_spec.py +1 -1
- agilicus/agilicus_api/model/previous_page_email.py +1 -1
- agilicus/agilicus_api/model/product.py +1 -1
- agilicus/agilicus_api/model/product_spec.py +1 -1
- agilicus/agilicus_api/model/product_status.py +1 -1
- agilicus/agilicus_api/model/raw_token.py +1 -1
- agilicus/agilicus_api/model/referrer_policy_settings.py +1 -1
- agilicus/agilicus_api/model/remote_app_access_info.py +1 -1
- agilicus/agilicus_api/model/rendered_query_parameter.py +1 -1
- agilicus/agilicus_api/model/rendered_resource_permissions.py +1 -1
- agilicus/agilicus_api/model/rendered_rule.py +1 -1
- agilicus/agilicus_api/model/rendered_rule_body.py +1 -1
- agilicus/agilicus_api/model/replace_user_role_request.py +1 -1
- agilicus/agilicus_api/model/reset_mfa_challenge_method.py +1 -1
- agilicus/agilicus_api/model/reset_policy_request.py +1 -1
- agilicus/agilicus_api/model/reset_user_identity_request.py +1 -1
- agilicus/agilicus_api/model/resource.py +1 -1
- agilicus/agilicus_api/model/resource_config.py +1 -1
- agilicus/agilicus_api/model/resource_info.py +1 -1
- agilicus/agilicus_api/model/resource_member.py +1 -1
- agilicus/agilicus_api/model/resource_permission.py +1 -1
- agilicus/agilicus_api/model/resource_permission_spec.py +1 -1
- agilicus/agilicus_api/model/resource_role.py +1 -1
- agilicus/agilicus_api/model/resource_role_spec.py +1 -1
- agilicus/agilicus_api/model/resource_rule_group.py +1 -1
- agilicus/agilicus_api/model/resource_session_stats.py +1 -1
- agilicus/agilicus_api/model/resource_spec.py +1 -1
- agilicus/agilicus_api/model/resource_stats.py +1 -1
- agilicus/agilicus_api/model/resource_stats_metadata.py +1 -1
- agilicus/agilicus_api/model/resource_status.py +1 -1
- agilicus/agilicus_api/model/resource_type_enum.py +1 -1
- agilicus/agilicus_api/model/role.py +1 -1
- agilicus/agilicus_api/model/role_config.py +1 -1
- agilicus/agilicus_api/model/role_list.py +1 -1
- agilicus/agilicus_api/model/role_spec.py +1 -1
- agilicus/agilicus_api/model/role_to_rule_entry.py +1 -1
- agilicus/agilicus_api/model/role_to_rule_entry_spec.py +1 -1
- agilicus/agilicus_api/model/role_v2.py +1 -1
- agilicus/agilicus_api/model/roles.py +1 -1
- agilicus/agilicus_api/model/roles_config.py +1 -1
- agilicus/agilicus_api/model/rule.py +1 -1
- agilicus/agilicus_api/model/rule_action.py +1 -1
- agilicus/agilicus_api/model/rule_condition.py +1 -1
- agilicus/agilicus_api/model/rule_condition_base.py +1 -1
- agilicus/agilicus_api/model/rule_config.py +1 -1
- agilicus/agilicus_api/model/rule_match_criteria.py +1 -1
- agilicus/agilicus_api/model/rule_matcher.py +1 -1
- agilicus/agilicus_api/model/rule_matcher_list.py +1 -1
- agilicus/agilicus_api/model/rule_query_body.py +1 -1
- agilicus/agilicus_api/model/rule_query_body_json.py +1 -1
- agilicus/agilicus_api/model/rule_query_parameter.py +1 -1
- agilicus/agilicus_api/model/rule_scope_enum.py +1 -1
- agilicus/agilicus_api/model/rule_set.py +1 -1
- agilicus/agilicus_api/model/rule_set_component.py +1 -1
- agilicus/agilicus_api/model/rule_set_node.py +1 -1
- agilicus/agilicus_api/model/rule_spec.py +1 -1
- agilicus/agilicus_api/model/rule_v2.py +1 -1
- agilicus/agilicus_api/model/rules_config.py +1 -1
- agilicus/agilicus_api/model/runtime_status.py +1 -1
- agilicus/agilicus_api/model/secure_agent.py +1 -1
- agilicus/agilicus_api/model/secure_agent_connector.py +1 -1
- agilicus/agilicus_api/model/secure_agent_connector_info.py +1 -1
- agilicus/agilicus_api/model/secure_agent_spec.py +1 -1
- agilicus/agilicus_api/model/secure_agent_status.py +1 -1
- agilicus/agilicus_api/model/selector_tag.py +1 -1
- agilicus/agilicus_api/model/service_account.py +1 -1
- agilicus/agilicus_api/model/service_account_reset_body.py +1 -1
- agilicus/agilicus_api/model/service_account_spec.py +1 -1
- agilicus/agilicus_api/model/service_account_status.py +1 -1
- agilicus/agilicus_api/model/service_expose_config.py +1 -1
- agilicus/agilicus_api/model/service_forwarder.py +1 -1
- agilicus/agilicus_api/model/service_forwarder_spec.py +1 -1
- agilicus/agilicus_api/model/service_forwarder_stats.py +1 -1
- agilicus/agilicus_api/model/service_forwarder_stats_group.py +1 -1
- agilicus/agilicus_api/model/service_forwarder_status.py +1 -1
- agilicus/agilicus_api/model/service_http_config.py +1 -1
- agilicus/agilicus_api/model/service_protocol_config.py +1 -1
- agilicus/agilicus_api/model/session.py +1 -1
- agilicus/agilicus_api/model/sessions_spec.py +1 -1
- agilicus/agilicus_api/model/source_iso_country_code_condition.py +1 -1
- agilicus/agilicus_api/model/ssh_resource.py +1 -1
- agilicus/agilicus_api/model/ssh_resource_spec.py +1 -1
- agilicus/agilicus_api/model/ssh_resource_stats.py +1 -1
- agilicus/agilicus_api/model/ssh_resource_status.py +1 -1
- agilicus/agilicus_api/model/storage_region.py +1 -1
- agilicus/agilicus_api/model/template_extraction.py +1 -1
- agilicus/agilicus_api/model/template_path.py +1 -1
- agilicus/agilicus_api/model/time_interval_metrics.py +1 -1
- agilicus/agilicus_api/model/time_validity.py +1 -1
- agilicus/agilicus_api/model/token.py +1 -1
- agilicus/agilicus_api/model/token_introspect.py +1 -1
- agilicus/agilicus_api/model/token_introspect_options.py +1 -1
- agilicus/agilicus_api/model/token_reissue_request.py +1 -1
- agilicus/agilicus_api/model/token_revoke.py +1 -1
- agilicus/agilicus_api/model/token_scope.py +1 -1
- agilicus/agilicus_api/model/token_validity.py +1 -1
- agilicus/agilicus_api/model/totp_enrollment.py +1 -1
- agilicus/agilicus_api/model/totp_enrollment_answer.py +1 -1
- agilicus/agilicus_api/model/totp_enrollment_spec.py +1 -1
- agilicus/agilicus_api/model/totp_enrollment_status.py +1 -1
- agilicus/agilicus_api/model/upstream_alias.py +1 -1
- agilicus/agilicus_api/model/upstream_alias_mapping.py +1 -1
- agilicus/agilicus_api/model/upstream_alias_spec.py +1 -1
- agilicus/agilicus_api/model/upstream_group_excluded_entry.py +1 -1
- agilicus/agilicus_api/model/upstream_group_mapping.py +1 -1
- agilicus/agilicus_api/model/upstream_group_mapping_entry.py +1 -1
- agilicus/agilicus_api/model/upstream_group_mapping_spec.py +1 -1
- agilicus/agilicus_api/model/upstream_group_reconcile.py +1 -1
- agilicus/agilicus_api/model/upstream_group_reconcile_response.py +1 -1
- agilicus/agilicus_api/model/upstream_user_identity.py +1 -1
- agilicus/agilicus_api/model/upstream_user_identity_spec.py +1 -1
- agilicus/agilicus_api/model/uri_parameter_rewrite_filter.py +1 -1
- agilicus/agilicus_api/model/usage_measurement.py +1 -1
- agilicus/agilicus_api/model/usage_metric.py +1 -1
- agilicus/agilicus_api/model/usage_metrics.py +1 -1
- agilicus/agilicus_api/model/user.py +1 -1
- agilicus/agilicus_api/model/user_application_access_info.py +1 -1
- agilicus/agilicus_api/model/user_application_access_info_status.py +1 -1
- agilicus/agilicus_api/model/user_attribute.py +1 -1
- agilicus/agilicus_api/model/user_attributes.py +1 -1
- agilicus/agilicus_api/model/user_desktop_access_info.py +1 -1
- agilicus/agilicus_api/model/user_desktop_access_info_status.py +1 -1
- agilicus/agilicus_api/model/user_file_share_access_info.py +1 -1
- agilicus/agilicus_api/model/user_file_share_access_info_status.py +1 -1
- agilicus/agilicus_api/model/user_identity.py +1 -1
- agilicus/agilicus_api/model/user_identity_update.py +1 -1
- agilicus/agilicus_api/model/user_identity_update_spec.py +1 -1
- agilicus/agilicus_api/model/user_info.py +1 -1
- agilicus/agilicus_api/model/user_launcher_access_info.py +1 -1
- agilicus/agilicus_api/model/user_member_of.py +1 -1
- agilicus/agilicus_api/model/user_metadata.py +1 -1
- agilicus/agilicus_api/model/user_metadata_spec.py +1 -1
- agilicus/agilicus_api/model/user_metrics.py +1 -1
- agilicus/agilicus_api/model/user_request_info.py +1 -1
- agilicus/agilicus_api/model/user_request_info_spec.py +1 -1
- agilicus/agilicus_api/model/user_request_info_status.py +1 -1
- agilicus/agilicus_api/model/user_request_user_update.py +1 -1
- agilicus/agilicus_api/model/user_resource_access_info.py +1 -1
- agilicus/agilicus_api/model/user_resource_access_info_status.py +1 -1
- agilicus/agilicus_api/model/user_roles.py +1 -1
- agilicus/agilicus_api/model/user_roles_for_an_org.py +1 -1
- agilicus/agilicus_api/model/user_session_identifiers.py +1 -1
- agilicus/agilicus_api/model/user_ssh_access_info.py +1 -1
- agilicus/agilicus_api/model/user_ssh_access_info_status.py +1 -1
- agilicus/agilicus_api/model/user_status_enum.py +1 -1
- agilicus/agilicus_api/model/user_summary.py +1 -1
- agilicus/agilicus_api/model/vnc_connection_info.py +1 -1
- agilicus/agilicus_api/model/vnc_password_authentication.py +1 -1
- agilicus/agilicus_api/model/web_auth_n_enrollment.py +1 -1
- agilicus/agilicus_api/model/web_auth_n_enrollment_answer.py +1 -1
- agilicus/agilicus_api/model/web_auth_n_enrollment_spec.py +1 -1
- agilicus/agilicus_api/model/web_auth_n_enrollment_status.py +1 -1
- agilicus/agilicus_api/model/well_known_issuer_info.py +1 -1
- agilicus/agilicus_api/model/whoami_request.py +1 -1
- agilicus/agilicus_api/model/whoami_response.py +1 -1
- agilicus/agilicus_api/model/workload_configuration.py +1 -1
- agilicus/agilicus_api/model/x509_certificate.py +1 -1
- agilicus/agilicus_api/model/x509_certificate_spec.py +1 -1
- agilicus/agilicus_api/model/x509_certificate_status.py +1 -1
- agilicus/agilicus_api/model/x509_root_certificate.py +1 -1
- agilicus/agilicus_api/model/x509_root_certificate_spec.py +1 -1
- agilicus/agilicus_api/model/x509_root_certificate_status.py +1 -1
- agilicus/agilicus_api/model/xss_settings.py +1 -1
- agilicus/agilicus_api/model_utils.py +1 -1
- agilicus/agilicus_api/models/__init__.py +3 -0
- agilicus/agilicus_api/rest.py +1 -1
- agilicus/agilicus_api/test/test_access_requests.py +1 -1
- agilicus/agilicus_api/test/test_access_requests_status.py +1 -1
- agilicus/agilicus_api/test/test_add_group_member_request.py +1 -1
- agilicus/agilicus_api/test/test_agent_connector.py +1 -1
- agilicus/agilicus_api/test/test_agent_connector_authz_stats.py +1 -1
- agilicus/agilicus_api/test/test_agent_connector_cloud_routing.py +1 -1
- agilicus/agilicus_api/test/test_agent_connector_connection_info.py +1 -1
- agilicus/agilicus_api/test/test_agent_connector_info.py +1 -1
- agilicus/agilicus_api/test/test_agent_connector_instance.py +1 -1
- agilicus/agilicus_api/test/test_agent_connector_instance_spec.py +1 -1
- agilicus/agilicus_api/test/test_agent_connector_instance_status.py +1 -1
- agilicus/agilicus_api/test/test_agent_connector_local_bind.py +1 -1
- agilicus/agilicus_api/test/test_agent_connector_local_bind_error.py +1 -1
- agilicus/agilicus_api/test/test_agent_connector_local_bind_stats.py +1 -1
- agilicus/agilicus_api/test/test_agent_connector_per_share_stats.py +1 -1
- agilicus/agilicus_api/test/test_agent_connector_per_user_stats.py +1 -1
- agilicus/agilicus_api/test/test_agent_connector_proxy_request_stats.py +1 -1
- agilicus/agilicus_api/test/test_agent_connector_proxy_request_stats_details.py +1 -1
- agilicus/agilicus_api/test/test_agent_connector_proxy_stats.py +1 -1
- agilicus/agilicus_api/test/test_agent_connector_queue.py +1 -1
- agilicus/agilicus_api/test/test_agent_connector_queue_response.py +1 -1
- agilicus/agilicus_api/test/test_agent_connector_queue_spec.py +1 -1
- agilicus/agilicus_api/test/test_agent_connector_queue_status.py +1 -1
- agilicus/agilicus_api/test/test_agent_connector_routing_stats.py +1 -1
- agilicus/agilicus_api/test/test_agent_connector_share_stats.py +1 -1
- agilicus/agilicus_api/test/test_agent_connector_spec.py +1 -1
- agilicus/agilicus_api/test/test_agent_connector_spec_provisioning.py +1 -1
- agilicus/agilicus_api/test/test_agent_connector_specific_stats.py +1 -1
- agilicus/agilicus_api/test/test_agent_connector_stats.py +1 -1
- agilicus/agilicus_api/test/test_agent_connector_status.py +1 -1
- agilicus/agilicus_api/test/test_agent_connector_system_stats.py +1 -1
- agilicus/agilicus_api/test/test_agent_connector_transport_stats.py +1 -1
- agilicus/agilicus_api/test/test_agent_connector_tunnel_info.py +1 -1
- agilicus/agilicus_api/test/test_agent_connector_tunneling.py +1 -1
- agilicus/agilicus_api/test/test_agent_connector_user_stats.py +1 -1
- agilicus/agilicus_api/test/test_agent_local_auth_info.py +1 -1
- agilicus/agilicus_api/test/test_allow_map_compiled.py +1 -1
- agilicus/agilicus_api/test/test_allow_rule_compiled.py +1 -1
- agilicus/agilicus_api/test/test_alternate_mode_setting.py +1 -1
- agilicus/agilicus_api/test/test_alternate_mode_status.py +1 -1
- agilicus/agilicus_api/test/test_api_key.py +1 -1
- agilicus/agilicus_api/test/test_api_key_introspect.py +1 -1
- agilicus/agilicus_api/test/test_api_key_introspect_authorization_info.py +1 -1
- agilicus/agilicus_api/test/test_api_key_introspect_response.py +1 -1
- agilicus/agilicus_api/test/test_api_key_op_status.py +1 -1
- agilicus/agilicus_api/test/test_api_key_spec.py +1 -1
- agilicus/agilicus_api/test/test_api_key_status.py +1 -1
- agilicus/agilicus_api/test/test_application.py +1 -1
- agilicus/agilicus_api/test/test_application_additional_context.py +1 -1
- agilicus/agilicus_api/test/test_application_assignment.py +1 -1
- agilicus/agilicus_api/test/test_application_authentication_config.py +1 -1
- agilicus/agilicus_api/test/test_application_config.py +1 -1
- agilicus/agilicus_api/test/test_application_dynamic_config.py +1 -1
- agilicus/agilicus_api/test/test_application_monitoring_config.py +1 -1
- agilicus/agilicus_api/test/test_application_security.py +1 -1
- agilicus/agilicus_api/test/test_application_service.py +1 -1
- agilicus/agilicus_api/test/test_application_service_assignment.py +1 -1
- agilicus/agilicus_api/test/test_application_service_load_balancing.py +1 -1
- agilicus/agilicus_api/test/test_application_service_location.py +1 -1
- agilicus/agilicus_api/test/test_application_service_route.py +1 -1
- agilicus/agilicus_api/test/test_application_service_routing_info.py +1 -1
- agilicus/agilicus_api/test/test_application_service_stats.py +1 -1
- agilicus/agilicus_api/test/test_application_service_stats_group.py +1 -1
- agilicus/agilicus_api/test/test_application_service_status.py +1 -1
- agilicus/agilicus_api/test/test_application_services_api.py +8 -1
- agilicus/agilicus_api/test/test_application_state_selector.py +1 -1
- agilicus/agilicus_api/test/test_application_stats.py +1 -1
- agilicus/agilicus_api/test/test_application_stats_list.py +1 -1
- agilicus/agilicus_api/test/test_application_summary.py +1 -1
- agilicus/agilicus_api/test/test_application_summary_status.py +1 -1
- agilicus/agilicus_api/test/test_application_upstream_config.py +1 -1
- agilicus/agilicus_api/test/test_application_upstream_form_info.py +1 -1
- agilicus/agilicus_api/test/test_application_upstream_identity_provider.py +1 -1
- agilicus/agilicus_api/test/test_application_upstream_validation.py +1 -1
- agilicus/agilicus_api/test/test_applications_api.py +1 -1
- agilicus/agilicus_api/test/test_audit.py +1 -1
- agilicus/agilicus_api/test/test_audit_attribute.py +1 -1
- agilicus/agilicus_api/test/test_audit_destination.py +1 -1
- agilicus/agilicus_api/test/test_audit_destination_authentication.py +1 -1
- agilicus/agilicus_api/test/test_audit_destination_filter.py +1 -1
- agilicus/agilicus_api/test/test_audit_destination_spec.py +1 -1
- agilicus/agilicus_api/test/test_audit_event.py +1 -1
- agilicus/agilicus_api/test/test_audit_event_response.py +1 -1
- agilicus/agilicus_api/test/test_audit_webhook_bulk_event.py +1 -1
- agilicus/agilicus_api/test/test_audit_webhook_events_processed.py +1 -1
- agilicus/agilicus_api/test/test_audits_api.py +1 -1
- agilicus/agilicus_api/test/test_auth_audits.py +1 -1
- agilicus/agilicus_api/test/test_authentication_attribute.py +1 -1
- agilicus/agilicus_api/test/test_authentication_document.py +1 -1
- agilicus/agilicus_api/test/test_authentication_document_spec.py +1 -1
- agilicus/agilicus_api/test/test_authentication_document_status.py +1 -1
- agilicus/agilicus_api/test/test_auto_create_status.py +1 -1
- agilicus/agilicus_api/test/test_base_upstream.py +1 -1
- agilicus/agilicus_api/test/test_base_upstreams.py +1 -1
- agilicus/agilicus_api/test/test_billing_account.py +1 -1
- agilicus/agilicus_api/test/test_billing_account_spec.py +1 -1
- agilicus/agilicus_api/test/test_billing_account_status.py +1 -1
- agilicus/agilicus_api/test/test_billing_api.py +1 -1
- agilicus/agilicus_api/test/test_billing_customer.py +1 -1
- agilicus/agilicus_api/test/test_billing_org.py +1 -1
- agilicus/agilicus_api/test/test_billing_org_subscription.py +1 -1
- agilicus/agilicus_api/test/test_billing_org_subscription_spec.py +1 -1
- agilicus/agilicus_api/test/test_billing_org_subscription_status.py +1 -1
- agilicus/agilicus_api/test/test_billing_portal_link.py +1 -1
- agilicus/agilicus_api/test/test_billing_product.py +1 -1
- agilicus/agilicus_api/test/test_billing_product_price.py +1 -1
- agilicus/agilicus_api/test/test_billing_subscription.py +1 -1
- agilicus/agilicus_api/test/test_billing_subscription_usage_override_item.py +1 -1
- agilicus/agilicus_api/test/test_billing_usage_record.py +1 -1
- agilicus/agilicus_api/test/test_billing_usage_summary.py +1 -1
- agilicus/agilicus_api/test/test_bulk_session_operation_response.py +1 -1
- agilicus/agilicus_api/test/test_bulk_token_revoke.py +1 -1
- agilicus/agilicus_api/test/test_bulk_token_revoke_response.py +1 -1
- agilicus/agilicus_api/test/test_bulk_user_metadata.py +1 -1
- agilicus/agilicus_api/test/test_bulk_user_request_approval.py +1 -1
- agilicus/agilicus_api/test/test_catalogue.py +1 -1
- agilicus/agilicus_api/test/test_catalogue_entry.py +1 -1
- agilicus/agilicus_api/test/test_catalogues_api.py +1 -1
- agilicus/agilicus_api/test/test_cert_signing_req.py +1 -1
- agilicus/agilicus_api/test/test_cert_signing_req_spec.py +1 -1
- agilicus/agilicus_api/test/test_cert_signing_req_status.py +1 -1
- agilicus/agilicus_api/test/test_certificate_transparency_settings.py +1 -1
- agilicus/agilicus_api/test/test_certificates_api.py +1 -1
- agilicus/agilicus_api/test/test_challenge.py +1 -1
- agilicus/agilicus_api/test/test_challenge_action.py +1 -1
- agilicus/agilicus_api/test/test_challenge_actor.py +1 -1
- agilicus/agilicus_api/test/test_challenge_answer.py +1 -1
- agilicus/agilicus_api/test/test_challenge_answer_spec.py +1 -1
- agilicus/agilicus_api/test/test_challenge_endpoint.py +1 -1
- agilicus/agilicus_api/test/test_challenge_spec.py +1 -1
- agilicus/agilicus_api/test/test_challenge_status.py +1 -1
- agilicus/agilicus_api/test/test_challenges_api.py +1 -1
- agilicus/agilicus_api/test/test_cipher_diffie_hellman_group.py +1 -1
- agilicus/agilicus_api/test/test_cipher_encryption_algorithm.py +1 -1
- agilicus/agilicus_api/test/test_cipher_integrity_algorithm.py +1 -1
- agilicus/agilicus_api/test/test_clear_file_association_request.py +1 -1
- agilicus/agilicus_api/test/test_clear_file_association_response.py +1 -1
- agilicus/agilicus_api/test/test_combined_resource_rules.py +1 -1
- agilicus/agilicus_api/test/test_combined_resource_rules_status.py +1 -1
- agilicus/agilicus_api/test/test_combined_rules.py +1 -1
- agilicus/agilicus_api/test/test_combined_rules_status.py +1 -1
- agilicus/agilicus_api/test/test_combined_user_detail.py +1 -1
- agilicus/agilicus_api/test/test_combined_user_detail_status.py +1 -1
- agilicus/agilicus_api/test/test_common_metadata.py +1 -1
- agilicus/agilicus_api/test/test_compound_rule_condition.py +1 -1
- agilicus/agilicus_api/test/test_config_file_format.py +36 -0
- agilicus/agilicus_api/test/test_connector.py +1 -1
- agilicus/agilicus_api/test/test_connector_cloud_routing.py +1 -1
- agilicus/agilicus_api/test/test_connector_diagnostic_stats.py +1 -1
- agilicus/agilicus_api/test/test_connector_instance.py +1 -1
- agilicus/agilicus_api/test/test_connector_instance_spec.py +1 -1
- agilicus/agilicus_api/test/test_connector_instance_status.py +1 -1
- agilicus/agilicus_api/test/test_connector_route.py +1 -1
- agilicus/agilicus_api/test/test_connector_secure_transfer.py +1 -1
- agilicus/agilicus_api/test/test_connector_secure_transfer_spec.py +1 -1
- agilicus/agilicus_api/test/test_connector_secure_transfer_status.py +1 -1
- agilicus/agilicus_api/test/test_connector_spec.py +1 -1
- agilicus/agilicus_api/test/test_connector_stats.py +1 -1
- agilicus/agilicus_api/test/test_connector_stats_metadata.py +1 -1
- agilicus/agilicus_api/test/test_connector_status.py +1 -1
- agilicus/agilicus_api/test/test_connector_system_stats.py +1 -1
- agilicus/agilicus_api/test/test_connectors_api.py +1 -1
- agilicus/agilicus_api/test/test_content_type_options_settings.py +1 -1
- agilicus/agilicus_api/test/test_cors_origin.py +1 -1
- agilicus/agilicus_api/test/test_cors_settings.py +1 -1
- agilicus/agilicus_api/test/test_create_billing_usage_records.py +1 -1
- agilicus/agilicus_api/test/test_create_session_and_token_request.py +1 -1
- agilicus/agilicus_api/test/test_create_session_and_token_response.py +1 -1
- agilicus/agilicus_api/test/test_create_token_request.py +1 -1
- agilicus/agilicus_api/test/test_create_user_data_token_request.py +1 -1
- agilicus/agilicus_api/test/test_cross_origin_embedder_policy_settings.py +1 -1
- agilicus/agilicus_api/test/test_cross_origin_opener_policy_settings.py +1 -1
- agilicus/agilicus_api/test/test_cross_origin_resource_policy_settings.py +1 -1
- agilicus/agilicus_api/test/test_csp_directive.py +1 -1
- agilicus/agilicus_api/test/test_csp_settings.py +1 -1
- agilicus/agilicus_api/test/test_csr_reason_enum.py +1 -1
- agilicus/agilicus_api/test/test_custom_desktop_client_config.py +1 -1
- agilicus/agilicus_api/test/test_definition.py +1 -1
- agilicus/agilicus_api/test/test_desktop_client_config_item.py +1 -1
- agilicus/agilicus_api/test/test_desktop_client_configuration.py +1 -1
- agilicus/agilicus_api/test/test_desktop_client_generated_configuration.py +1 -1
- agilicus/agilicus_api/test/test_desktop_connection_info.py +1 -1
- agilicus/agilicus_api/test/test_desktop_remote_app.py +1 -1
- agilicus/agilicus_api/test/test_desktop_resource.py +1 -1
- agilicus/agilicus_api/test/test_desktop_resource_spec.py +1 -1
- agilicus/agilicus_api/test/test_desktop_resource_stats.py +1 -1
- agilicus/agilicus_api/test/test_desktop_resource_status.py +1 -1
- agilicus/agilicus_api/test/test_desktop_server_configuration.py +40 -0
- agilicus/agilicus_api/test/test_desktop_server_generated_configuration.py +38 -0
- agilicus/agilicus_api/test/test_diagnostics_api.py +1 -1
- agilicus/agilicus_api/test/test_display_info.py +1 -1
- agilicus/agilicus_api/test/test_domain.py +1 -1
- agilicus/agilicus_api/test/test_email.py +1 -1
- agilicus/agilicus_api/test/test_encrypted_data.py +1 -1
- agilicus/agilicus_api/test/test_environment.py +1 -1
- agilicus/agilicus_api/test/test_environment_config.py +1 -1
- agilicus/agilicus_api/test/test_environment_config_var.py +1 -1
- agilicus/agilicus_api/test/test_environment_status.py +1 -1
- agilicus/agilicus_api/test/test_error_message.py +1 -1
- agilicus/agilicus_api/test/test_feature_flag.py +1 -1
- agilicus/agilicus_api/test/test_feature_tag.py +1 -1
- agilicus/agilicus_api/test/test_feature_tag_name.py +1 -1
- agilicus/agilicus_api/test/test_feature_tag_spec.py +1 -1
- agilicus/agilicus_api/test/test_features_api.py +1 -1
- agilicus/agilicus_api/test/test_file.py +1 -1
- agilicus/agilicus_api/test/test_file_association.py +1 -1
- agilicus/agilicus_api/test/test_file_association_spec.py +1 -1
- agilicus/agilicus_api/test/test_file_association_status.py +1 -1
- agilicus/agilicus_api/test/test_file_name.py +1 -1
- agilicus/agilicus_api/test/test_file_share_client_config.py +1 -1
- agilicus/agilicus_api/test/test_file_share_client_config_linux_config.py +1 -1
- agilicus/agilicus_api/test/test_file_share_client_config_mac_config.py +1 -1
- agilicus/agilicus_api/test/test_file_share_client_config_windows_config.py +1 -1
- agilicus/agilicus_api/test/test_file_share_service.py +1 -1
- agilicus/agilicus_api/test/test_file_share_service_spec.py +1 -1
- agilicus/agilicus_api/test/test_file_share_service_stats.py +1 -1
- agilicus/agilicus_api/test/test_file_share_service_stats_group.py +1 -1
- agilicus/agilicus_api/test/test_file_share_service_status.py +1 -1
- agilicus/agilicus_api/test/test_file_summary.py +1 -1
- agilicus/agilicus_api/test/test_file_visibility.py +1 -1
- agilicus/agilicus_api/test/test_files_api.py +1 -1
- agilicus/agilicus_api/test/test_frame_options_settings.py +1 -1
- agilicus/agilicus_api/test/test_generic_float_metric.py +1 -1
- agilicus/agilicus_api/test/test_generic_int_metric.py +1 -1
- agilicus/agilicus_api/test/test_group.py +1 -1
- agilicus/agilicus_api/test/test_group_data.py +1 -1
- agilicus/agilicus_api/test/test_group_member.py +1 -1
- agilicus/agilicus_api/test/test_group_reconcile_record.py +1 -1
- agilicus/agilicus_api/test/test_groups_api.py +1 -1
- agilicus/agilicus_api/test/test_guid_metadata.py +1 -1
- agilicus/agilicus_api/test/test_host_permissions.py +1 -1
- agilicus/agilicus_api/test/test_hsts_settings.py +1 -1
- agilicus/agilicus_api/test/test_http_basic_auth.py +1 -1
- agilicus/agilicus_api/test/test_http_bearer_auth.py +1 -1
- agilicus/agilicus_api/test/test_http_challenge_action.py +1 -1
- agilicus/agilicus_api/test/test_http_request_extractor.py +1 -1
- agilicus/agilicus_api/test/test_http_request_extractor_source.py +1 -1
- agilicus/agilicus_api/test/test_http_rule.py +1 -1
- agilicus/agilicus_api/test/test_http_rule_condition.py +1 -1
- agilicus/agilicus_api/test/test_http_rule_condition_type.py +1 -1
- agilicus/agilicus_api/test/test_http_security_settings.py +1 -1
- agilicus/agilicus_api/test/test_icon.py +1 -1
- agilicus/agilicus_api/test/test_icon_dimensions.py +1 -1
- agilicus/agilicus_api/test/test_icon_purpose.py +1 -1
- agilicus/agilicus_api/test/test_identity_assertion.py +1 -1
- agilicus/agilicus_api/test/test_identity_assertion_response.py +1 -1
- agilicus/agilicus_api/test/test_inbox_item.py +1 -1
- agilicus/agilicus_api/test/test_inbox_item_metadata.py +1 -1
- agilicus/agilicus_api/test/test_inbox_item_spec.py +1 -1
- agilicus/agilicus_api/test/test_inbox_item_status.py +1 -1
- agilicus/agilicus_api/test/test_included_role.py +1 -1
- agilicus/agilicus_api/test/test_inheritable_user_config.py +1 -1
- agilicus/agilicus_api/test/test_inline_response200.py +1 -1
- agilicus/agilicus_api/test/test_interceptor_command.py +1 -1
- agilicus/agilicus_api/test/test_interceptor_config.py +1 -1
- agilicus/agilicus_api/test/test_ipsec_connection.py +1 -1
- agilicus/agilicus_api/test/test_ipsec_connection_ipv4_block.py +1 -1
- agilicus/agilicus_api/test/test_ipsec_connection_spec.py +1 -1
- agilicus/agilicus_api/test/test_ipsec_connector.py +1 -1
- agilicus/agilicus_api/test/test_ipsec_connector_spec.py +1 -1
- agilicus/agilicus_api/test/test_ipsec_connector_status.py +1 -1
- agilicus/agilicus_api/test/test_ipsec_gateway_interface.py +1 -1
- agilicus/agilicus_api/test/test_issuer.py +1 -1
- agilicus/agilicus_api/test/test_issuer_client.py +1 -1
- agilicus/agilicus_api/test/test_issuer_upstream.py +1 -1
- agilicus/agilicus_api/test/test_issuers_api.py +1 -1
- agilicus/agilicus_api/test/test_js_inject.py +1 -1
- agilicus/agilicus_api/test/test_json_body_constraint.py +1 -1
- agilicus/agilicus_api/test/test_jwks.py +1 -1
- agilicus/agilicus_api/test/test_k8s_slug.py +1 -1
- agilicus/agilicus_api/test/test_kerberos_upstream_config.py +1 -1
- agilicus/agilicus_api/test/test_kerberos_upstream_identity_provider.py +1 -1
- agilicus/agilicus_api/test/test_kerberos_upstream_status.py +1 -1
- agilicus/agilicus_api/test/test_kerberos_upstream_status_key_tab_entries.py +1 -1
- agilicus/agilicus_api/test/test_launcher.py +1 -1
- agilicus/agilicus_api/test/test_launcher_config.py +1 -1
- agilicus/agilicus_api/test/test_launcher_spec.py +1 -1
- agilicus/agilicus_api/test/test_launcher_status.py +1 -1
- agilicus/agilicus_api/test/test_launchers_api.py +1 -1
- agilicus/agilicus_api/test/test_learning_mode_spec.py +1 -1
- agilicus/agilicus_api/test/test_list_access_requests_response.py +1 -1
- agilicus/agilicus_api/test/test_list_active_users_response.py +1 -1
- agilicus/agilicus_api/test/test_list_agent_connector_instance_response.py +1 -1
- agilicus/agilicus_api/test/test_list_agent_connector_instance_stats_response.py +1 -1
- agilicus/agilicus_api/test/test_list_agent_connector_response.py +1 -1
- agilicus/agilicus_api/test/test_list_api_keys_response.py +1 -1
- agilicus/agilicus_api/test/test_list_application_services_response.py +1 -1
- agilicus/agilicus_api/test/test_list_application_summary_response.py +1 -1
- agilicus/agilicus_api/test/test_list_applications_response.py +1 -1
- agilicus/agilicus_api/test/test_list_audit_destinations_response.py +1 -1
- agilicus/agilicus_api/test/test_list_audits_response.py +1 -1
- agilicus/agilicus_api/test/test_list_auth_audits_response.py +1 -1
- agilicus/agilicus_api/test/test_list_authentication_document_response.py +1 -1
- agilicus/agilicus_api/test/test_list_billing_accounts_response.py +1 -1
- agilicus/agilicus_api/test/test_list_billing_org_subscriptions_response.py +1 -1
- agilicus/agilicus_api/test/test_list_billing_usage_records_response.py +1 -1
- agilicus/agilicus_api/test/test_list_catalogue_entries_response.py +1 -1
- agilicus/agilicus_api/test/test_list_catalogues_response.py +1 -1
- agilicus/agilicus_api/test/test_list_cert_signing_req_response.py +1 -1
- agilicus/agilicus_api/test/test_list_combined_resource_rules_response.py +1 -1
- agilicus/agilicus_api/test/test_list_combined_rules_response.py +1 -1
- agilicus/agilicus_api/test/test_list_combined_user_details_response.py +1 -1
- agilicus/agilicus_api/test/test_list_configs_response.py +1 -1
- agilicus/agilicus_api/test/test_list_connector_response.py +1 -1
- agilicus/agilicus_api/test/test_list_connector_secure_transfer_response.py +1 -1
- agilicus/agilicus_api/test/test_list_desktop_resources_response.py +1 -1
- agilicus/agilicus_api/test/test_list_domains_response.py +1 -1
- agilicus/agilicus_api/test/test_list_elevated_user_roles.py +1 -1
- agilicus/agilicus_api/test/test_list_environment_configs_response.py +1 -1
- agilicus/agilicus_api/test/test_list_feature_tags_response.py +1 -1
- agilicus/agilicus_api/test/test_list_file_associations_response.py +1 -1
- agilicus/agilicus_api/test/test_list_file_share_services_response.py +1 -1
- agilicus/agilicus_api/test/test_list_files_response.py +1 -1
- agilicus/agilicus_api/test/test_list_groups_response.py +1 -1
- agilicus/agilicus_api/test/test_list_guid_metadata_response.py +1 -1
- agilicus/agilicus_api/test/test_list_inbox_items_response.py +1 -1
- agilicus/agilicus_api/test/test_list_inbox_items_summary.py +1 -1
- agilicus/agilicus_api/test/test_list_ipsec_connector_response.py +1 -1
- agilicus/agilicus_api/test/test_list_issuer_clients_response.py +1 -1
- agilicus/agilicus_api/test/test_list_issuer_extensions_response.py +1 -1
- agilicus/agilicus_api/test/test_list_issuer_roots_response.py +1 -1
- agilicus/agilicus_api/test/test_list_issuer_upstreams.py +1 -1
- agilicus/agilicus_api/test/test_list_jwks.py +1 -1
- agilicus/agilicus_api/test/test_list_launchers_response.py +1 -1
- agilicus/agilicus_api/test/test_list_logs_response.py +1 -1
- agilicus/agilicus_api/test/test_list_message_endpoints_response.py +1 -1
- agilicus/agilicus_api/test/test_list_mfa_challenge_methods.py +1 -1
- agilicus/agilicus_api/test/test_list_orgs_response.py +1 -1
- agilicus/agilicus_api/test/test_list_point_of_presences_response.py +1 -1
- agilicus/agilicus_api/test/test_list_policies_response.py +1 -1
- agilicus/agilicus_api/test/test_list_policy_rules_response.py +1 -1
- agilicus/agilicus_api/test/test_list_products_response.py +1 -1
- agilicus/agilicus_api/test/test_list_resource_permissions_response.py +1 -1
- agilicus/agilicus_api/test/test_list_resource_roles_response.py +1 -1
- agilicus/agilicus_api/test/test_list_resources_response.py +1 -1
- agilicus/agilicus_api/test/test_list_role_to_rule_entries.py +1 -1
- agilicus/agilicus_api/test/test_list_roles.py +1 -1
- agilicus/agilicus_api/test/test_list_rules.py +1 -1
- agilicus/agilicus_api/test/test_list_secure_agent_response.py +1 -1
- agilicus/agilicus_api/test/test_list_service_account_response.py +1 -1
- agilicus/agilicus_api/test/test_list_service_forwarders_response.py +1 -1
- agilicus/agilicus_api/test/test_list_sessions_response.py +1 -1
- agilicus/agilicus_api/test/test_list_ssh_resources_response.py +1 -1
- agilicus/agilicus_api/test/test_list_tokens_response.py +1 -1
- agilicus/agilicus_api/test/test_list_top_users_response.py +1 -1
- agilicus/agilicus_api/test/test_list_totp_enrollment_response.py +1 -1
- agilicus/agilicus_api/test/test_list_upstream_aliases.py +1 -1
- agilicus/agilicus_api/test/test_list_upstream_group_mapping.py +1 -1
- agilicus/agilicus_api/test/test_list_upstream_user_identities_response.py +1 -1
- agilicus/agilicus_api/test/test_list_user_application_access_info_response.py +1 -1
- agilicus/agilicus_api/test/test_list_user_desktop_access_info_response.py +1 -1
- agilicus/agilicus_api/test/test_list_user_file_share_access_info_response.py +1 -1
- agilicus/agilicus_api/test/test_list_user_guids_response.py +1 -1
- agilicus/agilicus_api/test/test_list_user_launcher_access_info_response.py +1 -1
- agilicus/agilicus_api/test/test_list_user_metadata_response.py +1 -1
- agilicus/agilicus_api/test/test_list_user_request_info_response.py +1 -1
- agilicus/agilicus_api/test/test_list_user_resource_access_info_response.py +1 -1
- agilicus/agilicus_api/test/test_list_user_roles_for_an_org.py +1 -1
- agilicus/agilicus_api/test/test_list_user_ssh_access_info_response.py +1 -1
- agilicus/agilicus_api/test/test_list_users_response.py +1 -1
- agilicus/agilicus_api/test/test_list_web_auth_n_enrollment_response.py +1 -1
- agilicus/agilicus_api/test/test_list_well_known_issuer_info.py +1 -1
- agilicus/agilicus_api/test/test_list_x509_certificate_response.py +1 -1
- agilicus/agilicus_api/test/test_local_auth_upstream_config.py +1 -1
- agilicus/agilicus_api/test/test_local_auth_upstream_identity_provider.py +1 -1
- agilicus/agilicus_api/test/test_log.py +1 -1
- agilicus/agilicus_api/test/test_login_session.py +1 -1
- agilicus/agilicus_api/test/test_lookup_request.py +1 -1
- agilicus/agilicus_api/test/test_lookups_api.py +1 -1
- agilicus/agilicus_api/test/test_managed_upstream_identity_provider.py +1 -1
- agilicus/agilicus_api/test/test_many_org_token_introspect_response.py +1 -1
- agilicus/agilicus_api/test/test_map_attributes_answer.py +1 -1
- agilicus/agilicus_api/test/test_map_attributes_answer_result.py +1 -1
- agilicus/agilicus_api/test/test_map_attributes_question.py +1 -1
- agilicus/agilicus_api/test/test_map_attributes_question_input.py +1 -1
- agilicus/agilicus_api/test/test_map_attributes_question_login_info.py +1 -1
- agilicus/agilicus_api/test/test_mapped_attributes.py +1 -1
- agilicus/agilicus_api/test/test_message.py +1 -1
- agilicus/agilicus_api/test/test_message_action.py +1 -1
- agilicus/agilicus_api/test/test_message_address.py +1 -1
- agilicus/agilicus_api/test/test_message_class.py +1 -1
- agilicus/agilicus_api/test/test_message_endpoint.py +1 -1
- agilicus/agilicus_api/test/test_message_endpoint_metadata.py +1 -1
- agilicus/agilicus_api/test/test_message_endpoint_spec.py +1 -1
- agilicus/agilicus_api/test/test_message_endpoint_type.py +1 -1
- agilicus/agilicus_api/test/test_message_endpoint_type_web_push.py +1 -1
- agilicus/agilicus_api/test/test_message_endpoints_config.py +1 -1
- agilicus/agilicus_api/test/test_message_send_item.py +1 -1
- agilicus/agilicus_api/test/test_message_send_request.py +1 -1
- agilicus/agilicus_api/test/test_message_send_response.py +1 -1
- agilicus/agilicus_api/test/test_message_send_response_item.py +1 -1
- agilicus/agilicus_api/test/test_message_type.py +1 -1
- agilicus/agilicus_api/test/test_messages_api.py +1 -1
- agilicus/agilicus_api/test/test_metadata_with_id.py +1 -1
- agilicus/agilicus_api/test/test_metadata_with_id_all_of.py +1 -1
- agilicus/agilicus_api/test/test_metadata_with_only_id.py +1 -1
- agilicus/agilicus_api/test/test_metrics_api.py +1 -1
- agilicus/agilicus_api/test/test_mfa_challenge_answer.py +1 -1
- agilicus/agilicus_api/test/test_mfa_challenge_answer_result.py +1 -1
- agilicus/agilicus_api/test/test_mfa_challenge_method.py +1 -1
- agilicus/agilicus_api/test/test_mfa_challenge_method_spec.py +1 -1
- agilicus/agilicus_api/test/test_mfa_challenge_question.py +1 -1
- agilicus/agilicus_api/test/test_mfa_challenge_question_input.py +1 -1
- agilicus/agilicus_api/test/test_mfa_challenge_question_login_info.py +1 -1
- agilicus/agilicus_api/test/test_mfa_enrollment_answer.py +1 -1
- agilicus/agilicus_api/test/test_mfa_enrollment_answer_result.py +1 -1
- agilicus/agilicus_api/test/test_mfa_enrollment_question.py +1 -1
- agilicus/agilicus_api/test/test_mfa_enrollment_question_input.py +1 -1
- agilicus/agilicus_api/test/test_mfa_enrollment_question_login_info.py +1 -1
- agilicus/agilicus_api/test/test_network_mount_rule_config.py +1 -1
- agilicus/agilicus_api/test/test_network_port.py +1 -1
- agilicus/agilicus_api/test/test_network_port_range.py +1 -1
- agilicus/agilicus_api/test/test_network_service_config.py +1 -1
- agilicus/agilicus_api/test/test_next_page_email.py +1 -1
- agilicus/agilicus_api/test/test_object_oper_status.py +1 -1
- agilicus/agilicus_api/test/test_oidc_auth_config.py +1 -1
- agilicus/agilicus_api/test/test_oidc_auth_path_config.py +1 -1
- agilicus/agilicus_api/test/test_oidc_auth_uri.py +1 -1
- agilicus/agilicus_api/test/test_oidc_content_type.py +1 -1
- agilicus/agilicus_api/test/test_oidc_proxy_config.py +1 -1
- agilicus/agilicus_api/test/test_oidc_proxy_content_manipulation.py +1 -1
- agilicus/agilicus_api/test/test_oidc_proxy_domain_mapping.py +1 -1
- agilicus/agilicus_api/test/test_oidc_proxy_domain_name_mapping.py +1 -1
- agilicus/agilicus_api/test/test_oidc_proxy_domain_substitution.py +1 -1
- agilicus/agilicus_api/test/test_oidc_proxy_header.py +1 -1
- agilicus/agilicus_api/test/test_oidc_proxy_header_mapping.py +1 -1
- agilicus/agilicus_api/test/test_oidc_proxy_header_match.py +1 -1
- agilicus/agilicus_api/test/test_oidc_proxy_header_name.py +1 -1
- agilicus/agilicus_api/test/test_oidc_proxy_header_override.py +1 -1
- agilicus/agilicus_api/test/test_oidc_proxy_header_rewrite_filter.py +1 -1
- agilicus/agilicus_api/test/test_oidc_proxy_header_user_config.py +1 -1
- agilicus/agilicus_api/test/test_oidc_proxy_scope.py +1 -1
- agilicus/agilicus_api/test/test_oidc_proxy_standard_header.py +1 -1
- agilicus/agilicus_api/test/test_oidc_proxy_upstream_authentication.py +1 -1
- agilicus/agilicus_api/test/test_oidc_proxy_upstream_config.py +1 -1
- agilicus/agilicus_api/test/test_oidc_proxy_upstream_ntlm.py +1 -1
- agilicus/agilicus_api/test/test_oidc_upstream_identity_provider.py +1 -1
- agilicus/agilicus_api/test/test_one_time_use_action_challenge.py +1 -1
- agilicus/agilicus_api/test/test_one_time_use_action_challenge_answer_detail.py +1 -1
- agilicus/agilicus_api/test/test_one_time_use_action_challenge_response.py +1 -1
- agilicus/agilicus_api/test/test_one_time_use_action_challenge_spec.py +1 -1
- agilicus/agilicus_api/test/test_operational_status.py +1 -1
- agilicus/agilicus_api/test/test_org_info.py +1 -1
- agilicus/agilicus_api/test/test_org_scope_patch_document.py +1 -1
- agilicus/agilicus_api/test/test_organisation.py +1 -1
- agilicus/agilicus_api/test/test_organisation_admin.py +1 -1
- agilicus/agilicus_api/test/test_organisation_capabilities.py +1 -1
- agilicus/agilicus_api/test/test_organisation_owner_config.py +1 -1
- agilicus/agilicus_api/test/test_organisation_state_selector.py +1 -1
- agilicus/agilicus_api/test/test_organisation_state_status.py +1 -1
- agilicus/agilicus_api/test/test_organisation_status.py +1 -1
- agilicus/agilicus_api/test/test_organisations_api.py +1 -1
- agilicus/agilicus_api/test/test_permissions_api.py +1 -1
- agilicus/agilicus_api/test/test_permitted_cross_domain_policies_settings.py +1 -1
- agilicus/agilicus_api/test/test_point_of_presence.py +1 -1
- agilicus/agilicus_api/test/test_point_of_presence_routing.py +1 -1
- agilicus/agilicus_api/test/test_point_of_presence_spec.py +1 -1
- agilicus/agilicus_api/test/test_policy.py +1 -1
- agilicus/agilicus_api/test/test_policy_api.py +1 -1
- agilicus/agilicus_api/test/test_policy_condition.py +1 -1
- agilicus/agilicus_api/test/test_policy_group.py +1 -1
- agilicus/agilicus_api/test/test_policy_group_spec.py +1 -1
- agilicus/agilicus_api/test/test_policy_rule.py +1 -1
- agilicus/agilicus_api/test/test_policy_rule_spec.py +1 -1
- agilicus/agilicus_api/test/test_policy_spec.py +1 -1
- agilicus/agilicus_api/test/test_previous_page_email.py +1 -1
- agilicus/agilicus_api/test/test_product.py +1 -1
- agilicus/agilicus_api/test/test_product_spec.py +1 -1
- agilicus/agilicus_api/test/test_product_status.py +1 -1
- agilicus/agilicus_api/test/test_raw_token.py +1 -1
- agilicus/agilicus_api/test/test_referrer_policy_settings.py +1 -1
- agilicus/agilicus_api/test/test_regions_api.py +1 -1
- agilicus/agilicus_api/test/test_remote_app_access_info.py +1 -1
- agilicus/agilicus_api/test/test_rendered_query_parameter.py +1 -1
- agilicus/agilicus_api/test/test_rendered_resource_permissions.py +1 -1
- agilicus/agilicus_api/test/test_rendered_rule.py +1 -1
- agilicus/agilicus_api/test/test_rendered_rule_body.py +1 -1
- agilicus/agilicus_api/test/test_replace_user_role_request.py +1 -1
- agilicus/agilicus_api/test/test_reset_mfa_challenge_method.py +1 -1
- agilicus/agilicus_api/test/test_reset_policy_request.py +1 -1
- agilicus/agilicus_api/test/test_reset_user_identity_request.py +1 -1
- agilicus/agilicus_api/test/test_resource.py +1 -1
- agilicus/agilicus_api/test/test_resource_config.py +1 -1
- agilicus/agilicus_api/test/test_resource_info.py +1 -1
- agilicus/agilicus_api/test/test_resource_member.py +1 -1
- agilicus/agilicus_api/test/test_resource_permission.py +1 -1
- agilicus/agilicus_api/test/test_resource_permission_spec.py +1 -1
- agilicus/agilicus_api/test/test_resource_role.py +1 -1
- agilicus/agilicus_api/test/test_resource_role_spec.py +1 -1
- agilicus/agilicus_api/test/test_resource_rule_group.py +1 -1
- agilicus/agilicus_api/test/test_resource_session_stats.py +1 -1
- agilicus/agilicus_api/test/test_resource_spec.py +1 -1
- agilicus/agilicus_api/test/test_resource_stats.py +1 -1
- agilicus/agilicus_api/test/test_resource_stats_metadata.py +1 -1
- agilicus/agilicus_api/test/test_resource_status.py +1 -1
- agilicus/agilicus_api/test/test_resource_type_enum.py +1 -1
- agilicus/agilicus_api/test/test_resources_api.py +1 -1
- agilicus/agilicus_api/test/test_role.py +1 -1
- agilicus/agilicus_api/test/test_role_config.py +1 -1
- agilicus/agilicus_api/test/test_role_list.py +1 -1
- agilicus/agilicus_api/test/test_role_spec.py +1 -1
- agilicus/agilicus_api/test/test_role_to_rule_entry.py +1 -1
- agilicus/agilicus_api/test/test_role_to_rule_entry_spec.py +1 -1
- agilicus/agilicus_api/test/test_role_v2.py +1 -1
- agilicus/agilicus_api/test/test_roles.py +1 -1
- agilicus/agilicus_api/test/test_roles_config.py +1 -1
- agilicus/agilicus_api/test/test_rule.py +1 -1
- agilicus/agilicus_api/test/test_rule_action.py +1 -1
- agilicus/agilicus_api/test/test_rule_condition.py +1 -1
- agilicus/agilicus_api/test/test_rule_condition_base.py +1 -1
- agilicus/agilicus_api/test/test_rule_config.py +1 -1
- agilicus/agilicus_api/test/test_rule_match_criteria.py +1 -1
- agilicus/agilicus_api/test/test_rule_matcher.py +1 -1
- agilicus/agilicus_api/test/test_rule_matcher_list.py +1 -1
- agilicus/agilicus_api/test/test_rule_query_body.py +1 -1
- agilicus/agilicus_api/test/test_rule_query_body_json.py +1 -1
- agilicus/agilicus_api/test/test_rule_query_parameter.py +1 -1
- agilicus/agilicus_api/test/test_rule_scope_enum.py +1 -1
- agilicus/agilicus_api/test/test_rule_set.py +1 -1
- agilicus/agilicus_api/test/test_rule_set_component.py +1 -1
- agilicus/agilicus_api/test/test_rule_set_node.py +1 -1
- agilicus/agilicus_api/test/test_rule_spec.py +1 -1
- agilicus/agilicus_api/test/test_rule_v2.py +1 -1
- agilicus/agilicus_api/test/test_rules_config.py +1 -1
- agilicus/agilicus_api/test/test_runtime_status.py +1 -1
- agilicus/agilicus_api/test/test_secure_agent.py +1 -1
- agilicus/agilicus_api/test/test_secure_agent_connector.py +1 -1
- agilicus/agilicus_api/test/test_secure_agent_connector_info.py +1 -1
- agilicus/agilicus_api/test/test_secure_agent_spec.py +1 -1
- agilicus/agilicus_api/test/test_secure_agent_status.py +1 -1
- agilicus/agilicus_api/test/test_selector_tag.py +1 -1
- agilicus/agilicus_api/test/test_service_account.py +1 -1
- agilicus/agilicus_api/test/test_service_account_reset_body.py +1 -1
- agilicus/agilicus_api/test/test_service_account_spec.py +1 -1
- agilicus/agilicus_api/test/test_service_account_status.py +1 -1
- agilicus/agilicus_api/test/test_service_expose_config.py +1 -1
- agilicus/agilicus_api/test/test_service_forwarder.py +1 -1
- agilicus/agilicus_api/test/test_service_forwarder_spec.py +1 -1
- agilicus/agilicus_api/test/test_service_forwarder_stats.py +1 -1
- agilicus/agilicus_api/test/test_service_forwarder_stats_group.py +1 -1
- agilicus/agilicus_api/test/test_service_forwarder_status.py +1 -1
- agilicus/agilicus_api/test/test_service_http_config.py +1 -1
- agilicus/agilicus_api/test/test_service_protocol_config.py +1 -1
- agilicus/agilicus_api/test/test_session.py +1 -1
- agilicus/agilicus_api/test/test_sessions_spec.py +1 -1
- agilicus/agilicus_api/test/test_source_iso_country_code_condition.py +1 -1
- agilicus/agilicus_api/test/test_ssh_resource.py +1 -1
- agilicus/agilicus_api/test/test_ssh_resource_spec.py +1 -1
- agilicus/agilicus_api/test/test_ssh_resource_stats.py +1 -1
- agilicus/agilicus_api/test/test_ssh_resource_status.py +1 -1
- agilicus/agilicus_api/test/test_storage_region.py +1 -1
- agilicus/agilicus_api/test/test_template_extraction.py +1 -1
- agilicus/agilicus_api/test/test_template_path.py +1 -1
- agilicus/agilicus_api/test/test_time_interval_metrics.py +1 -1
- agilicus/agilicus_api/test/test_time_validity.py +1 -1
- agilicus/agilicus_api/test/test_token.py +1 -1
- agilicus/agilicus_api/test/test_token_introspect.py +1 -1
- agilicus/agilicus_api/test/test_token_introspect_options.py +1 -1
- agilicus/agilicus_api/test/test_token_reissue_request.py +1 -1
- agilicus/agilicus_api/test/test_token_revoke.py +1 -1
- agilicus/agilicus_api/test/test_token_scope.py +1 -1
- agilicus/agilicus_api/test/test_token_validity.py +1 -1
- agilicus/agilicus_api/test/test_tokens_api.py +1 -1
- agilicus/agilicus_api/test/test_totp_enrollment.py +1 -1
- agilicus/agilicus_api/test/test_totp_enrollment_answer.py +1 -1
- agilicus/agilicus_api/test/test_totp_enrollment_spec.py +1 -1
- agilicus/agilicus_api/test/test_totp_enrollment_status.py +1 -1
- agilicus/agilicus_api/test/test_upstream_alias.py +1 -1
- agilicus/agilicus_api/test/test_upstream_alias_mapping.py +1 -1
- agilicus/agilicus_api/test/test_upstream_alias_spec.py +1 -1
- agilicus/agilicus_api/test/test_upstream_group_excluded_entry.py +1 -1
- agilicus/agilicus_api/test/test_upstream_group_mapping.py +1 -1
- agilicus/agilicus_api/test/test_upstream_group_mapping_entry.py +1 -1
- agilicus/agilicus_api/test/test_upstream_group_mapping_spec.py +1 -1
- agilicus/agilicus_api/test/test_upstream_group_reconcile.py +1 -1
- agilicus/agilicus_api/test/test_upstream_group_reconcile_response.py +1 -1
- agilicus/agilicus_api/test/test_upstream_user_identity.py +1 -1
- agilicus/agilicus_api/test/test_upstream_user_identity_spec.py +1 -1
- agilicus/agilicus_api/test/test_uri_parameter_rewrite_filter.py +1 -1
- agilicus/agilicus_api/test/test_usage_measurement.py +1 -1
- agilicus/agilicus_api/test/test_usage_metric.py +1 -1
- agilicus/agilicus_api/test/test_usage_metrics.py +1 -1
- agilicus/agilicus_api/test/test_user.py +1 -1
- agilicus/agilicus_api/test/test_user_application_access_info.py +1 -1
- agilicus/agilicus_api/test/test_user_application_access_info_status.py +1 -1
- agilicus/agilicus_api/test/test_user_attribute.py +1 -1
- agilicus/agilicus_api/test/test_user_attributes.py +1 -1
- agilicus/agilicus_api/test/test_user_desktop_access_info.py +1 -1
- agilicus/agilicus_api/test/test_user_desktop_access_info_status.py +1 -1
- agilicus/agilicus_api/test/test_user_file_share_access_info.py +1 -1
- agilicus/agilicus_api/test/test_user_file_share_access_info_status.py +1 -1
- agilicus/agilicus_api/test/test_user_identity.py +1 -1
- agilicus/agilicus_api/test/test_user_identity_update.py +1 -1
- agilicus/agilicus_api/test/test_user_identity_update_spec.py +1 -1
- agilicus/agilicus_api/test/test_user_info.py +1 -1
- agilicus/agilicus_api/test/test_user_launcher_access_info.py +1 -1
- agilicus/agilicus_api/test/test_user_member_of.py +1 -1
- agilicus/agilicus_api/test/test_user_metadata.py +1 -1
- agilicus/agilicus_api/test/test_user_metadata_spec.py +1 -1
- agilicus/agilicus_api/test/test_user_metrics.py +1 -1
- agilicus/agilicus_api/test/test_user_request_info.py +1 -1
- agilicus/agilicus_api/test/test_user_request_info_spec.py +1 -1
- agilicus/agilicus_api/test/test_user_request_info_status.py +1 -1
- agilicus/agilicus_api/test/test_user_request_user_update.py +1 -1
- agilicus/agilicus_api/test/test_user_resource_access_info.py +1 -1
- agilicus/agilicus_api/test/test_user_resource_access_info_status.py +1 -1
- agilicus/agilicus_api/test/test_user_roles.py +1 -1
- agilicus/agilicus_api/test/test_user_roles_for_an_org.py +1 -1
- agilicus/agilicus_api/test/test_user_session_identifiers.py +1 -1
- agilicus/agilicus_api/test/test_user_ssh_access_info.py +1 -1
- agilicus/agilicus_api/test/test_user_ssh_access_info_status.py +1 -1
- agilicus/agilicus_api/test/test_user_status_enum.py +1 -1
- agilicus/agilicus_api/test/test_user_summary.py +1 -1
- agilicus/agilicus_api/test/test_users_api.py +1 -1
- agilicus/agilicus_api/test/test_vnc_connection_info.py +1 -1
- agilicus/agilicus_api/test/test_vnc_password_authentication.py +1 -1
- agilicus/agilicus_api/test/test_web_auth_n_enrollment.py +1 -1
- agilicus/agilicus_api/test/test_web_auth_n_enrollment_answer.py +1 -1
- agilicus/agilicus_api/test/test_web_auth_n_enrollment_spec.py +1 -1
- agilicus/agilicus_api/test/test_web_auth_n_enrollment_status.py +1 -1
- agilicus/agilicus_api/test/test_well_known_issuer_info.py +1 -1
- agilicus/agilicus_api/test/test_whoami_api.py +1 -1
- agilicus/agilicus_api/test/test_whoami_request.py +1 -1
- agilicus/agilicus_api/test/test_whoami_response.py +1 -1
- agilicus/agilicus_api/test/test_workload_configuration.py +1 -1
- agilicus/agilicus_api/test/test_x509_certificate.py +1 -1
- agilicus/agilicus_api/test/test_x509_certificate_spec.py +1 -1
- agilicus/agilicus_api/test/test_x509_certificate_status.py +1 -1
- agilicus/agilicus_api/test/test_x509_root_certificate.py +1 -1
- agilicus/agilicus_api/test/test_x509_root_certificate_spec.py +1 -1
- agilicus/agilicus_api/test/test_x509_root_certificate_status.py +1 -1
- agilicus/agilicus_api/test/test_xss_settings.py +1 -1
- agilicus/agilicus_api_README.md +7 -2
- {agilicus-1.199.0.dist-info → agilicus-1.199.1.dist-info}/METADATA +1 -1
- {agilicus-1.199.0.dist-info → agilicus-1.199.1.dist-info}/RECORD +1283 -1274
- {agilicus-1.199.0.dist-info → agilicus-1.199.1.dist-info}/LICENSE.txt +0 -0
- {agilicus-1.199.0.dist-info → agilicus-1.199.1.dist-info}/WHEEL +0 -0
- {agilicus-1.199.0.dist-info → agilicus-1.199.1.dist-info}/entry_points.txt +0 -0
@@ -3,7 +3,7 @@
|
|
3
3
|
|
4
4
|
Agilicus is API-first. Modern software is controlled by other software, is open, is available for you to use the way you want, securely, simply. The OpenAPI Specification in YAML format is available on [www](https://www.agilicus.com/www/api/agilicus-openapi.yaml) for importing to other tools. A rendered, online viewable and usable version of this specification is available at [api](https://www.agilicus.com/api). You may try the API inline directly in the web page. To do so, first obtain an Authentication Token (the simplest way is to install the Python SDK, and then run `agilicus-cli --issuer https://MYISSUER get-token`). You will need an org-id for most calls (and can obtain from `agilicus-cli --issuer https://MYISSUER list-orgs`). The `MYISSUER` will typically be `auth.MYDOMAIN`, and you will see it as you sign-in to the administrative UI. This API releases on Bearer-Token authentication. To obtain a valid bearer token you will need to Authenticate to an Issuer with OpenID Connect (a superset of OAUTH2). Your \"issuer\" will look like https://auth.MYDOMAIN. For example, when you signed-up, if you said \"use my own domain name\" and assigned a CNAME of cloud.example.com, then your issuer would be https://auth.cloud.example.com. If you selected \"use an Agilicus supplied domain name\", your issuer would look like https://auth.myorg.agilicus.cloud. For test purposes you can use our [Python SDK](https://pypi.org/project/agilicus/) and run `agilicus-cli --issuer https://auth.MYDOMAIN get-token`. This API may be used in any language runtime that supports OpenAPI 3.0, or, you may use our [Python SDK](https://pypi.org/project/agilicus/), our [Typescript SDK](https://www.npmjs.com/package/@agilicus/angular), or our [Golang SDK](https://git.agilicus.com/pub/sdk-go). 100% of the activities in our system our API-driven, from our web-admin, through our progressive web applications, to all internals: there is nothing that is not accessible. For more information, see [developer resources](https://www.agilicus.com/developer). # noqa: E501
|
5
5
|
|
6
|
-
The version of the OpenAPI document: 2023.
|
6
|
+
The version of the OpenAPI document: 2023.05.01
|
7
7
|
Contact: dev@agilicus.com
|
8
8
|
Generated by: https://openapi-generator.tech
|
9
9
|
"""
|
@@ -77,7 +77,7 @@ class ApiClient(object):
|
|
77
77
|
self.default_headers[header_name] = header_value
|
78
78
|
self.cookie = cookie
|
79
79
|
# Set default User-Agent.
|
80
|
-
self.user_agent = 'OpenAPI-Generator/1.199.
|
80
|
+
self.user_agent = 'OpenAPI-Generator/1.199.1/python'
|
81
81
|
|
82
82
|
def __enter__(self):
|
83
83
|
return self
|
@@ -3,7 +3,7 @@
|
|
3
3
|
|
4
4
|
Agilicus is API-first. Modern software is controlled by other software, is open, is available for you to use the way you want, securely, simply. The OpenAPI Specification in YAML format is available on [www](https://www.agilicus.com/www/api/agilicus-openapi.yaml) for importing to other tools. A rendered, online viewable and usable version of this specification is available at [api](https://www.agilicus.com/api). You may try the API inline directly in the web page. To do so, first obtain an Authentication Token (the simplest way is to install the Python SDK, and then run `agilicus-cli --issuer https://MYISSUER get-token`). You will need an org-id for most calls (and can obtain from `agilicus-cli --issuer https://MYISSUER list-orgs`). The `MYISSUER` will typically be `auth.MYDOMAIN`, and you will see it as you sign-in to the administrative UI. This API releases on Bearer-Token authentication. To obtain a valid bearer token you will need to Authenticate to an Issuer with OpenID Connect (a superset of OAUTH2). Your \"issuer\" will look like https://auth.MYDOMAIN. For example, when you signed-up, if you said \"use my own domain name\" and assigned a CNAME of cloud.example.com, then your issuer would be https://auth.cloud.example.com. If you selected \"use an Agilicus supplied domain name\", your issuer would look like https://auth.myorg.agilicus.cloud. For test purposes you can use our [Python SDK](https://pypi.org/project/agilicus/) and run `agilicus-cli --issuer https://auth.MYDOMAIN get-token`. This API may be used in any language runtime that supports OpenAPI 3.0, or, you may use our [Python SDK](https://pypi.org/project/agilicus/), our [Typescript SDK](https://www.npmjs.com/package/@agilicus/angular), or our [Golang SDK](https://git.agilicus.com/pub/sdk-go). 100% of the activities in our system our API-driven, from our web-admin, through our progressive web applications, to all internals: there is nothing that is not accessible. For more information, see [developer resources](https://www.agilicus.com/developer). # noqa: E501
|
5
5
|
|
6
|
-
The version of the OpenAPI document: 2023.
|
6
|
+
The version of the OpenAPI document: 2023.05.01
|
7
7
|
Contact: dev@agilicus.com
|
8
8
|
Generated by: https://openapi-generator.tech
|
9
9
|
"""
|
@@ -386,8 +386,8 @@ class Configuration(object):
|
|
386
386
|
return "Python SDK Debug Report:\n"\
|
387
387
|
"OS: {env}\n"\
|
388
388
|
"Python Version: {pyversion}\n"\
|
389
|
-
"Version of the API: 2023.
|
390
|
-
"SDK Package Version: 1.199.
|
389
|
+
"Version of the API: 2023.05.01\n"\
|
390
|
+
"SDK Package Version: 1.199.1".\
|
391
391
|
format(env=sys.platform, pyversion=sys.version)
|
392
392
|
|
393
393
|
def get_host_settings(self):
|
@@ -9,6 +9,7 @@ Method | HTTP request | Description
|
|
9
9
|
[**create_client_configuration**](ApplicationServicesApi.md#create_client_configuration) | **POST** /v1/desktop_resources/{resource_id}/client_configurations | Create a client configuration
|
10
10
|
[**create_desktop_resource**](ApplicationServicesApi.md#create_desktop_resource) | **POST** /v1/desktop_resources | Create a DesktopResource
|
11
11
|
[**create_file_share_service**](ApplicationServicesApi.md#create_file_share_service) | **POST** /v1/file_share_services | Create an FileShareService
|
12
|
+
[**create_server_configuration**](ApplicationServicesApi.md#create_server_configuration) | **POST** /v1/desktop_resources/{resource_id}/server_configurations | Create a server configuration
|
12
13
|
[**create_service_forwarder**](ApplicationServicesApi.md#create_service_forwarder) | **POST** /v1/service_forwarders | Create an ServiceForwarder
|
13
14
|
[**create_ssh_resource**](ApplicationServicesApi.md#create_ssh_resource) | **POST** /v1/ssh_resources | Create a SSHResource
|
14
15
|
[**delete_application_service**](ApplicationServicesApi.md#delete_application_service) | **DELETE** /v2/application_services/{app_service_id} | Remove an ApplicationService
|
@@ -932,6 +933,104 @@ Name | Type | Description | Notes
|
|
932
933
|
|
933
934
|
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
|
934
935
|
|
936
|
+
# **create_server_configuration**
|
937
|
+
> DesktopServerConfiguration create_server_configuration(resource_id)
|
938
|
+
|
939
|
+
Create a server configuration
|
940
|
+
|
941
|
+
Create a server configuration file. This file may be downloaded and used by the appropriate server to configures itself to expose the DesktopResource. The file is returned immediately in the response. It is not persisted.
|
942
|
+
|
943
|
+
### Example
|
944
|
+
|
945
|
+
* Bearer (JWT) Authentication (token-valid):
|
946
|
+
```python
|
947
|
+
import time
|
948
|
+
import agilicus_api
|
949
|
+
from agilicus_api.api import application_services_api
|
950
|
+
from agilicus_api.model.error_message import ErrorMessage
|
951
|
+
from agilicus_api.model.desktop_server_configuration import DesktopServerConfiguration
|
952
|
+
from pprint import pprint
|
953
|
+
# Defining the host is optional and defaults to https://api.agilicus.com
|
954
|
+
# See configuration.py for a list of all supported configuration parameters.
|
955
|
+
configuration = agilicus_api.Configuration(
|
956
|
+
host = "https://api.agilicus.com"
|
957
|
+
)
|
958
|
+
|
959
|
+
# The client must configure the authentication and authorization parameters
|
960
|
+
# in accordance with the API server security policy.
|
961
|
+
# Examples for each auth method are provided below, use the example that
|
962
|
+
# satisfies your auth use case.
|
963
|
+
|
964
|
+
# Configure Bearer authorization (JWT): token-valid
|
965
|
+
configuration = agilicus_api.Configuration(
|
966
|
+
access_token = 'YOUR_BEARER_TOKEN'
|
967
|
+
)
|
968
|
+
|
969
|
+
# Enter a context with an instance of the API client
|
970
|
+
with agilicus_api.ApiClient(configuration) as api_client:
|
971
|
+
# Create an instance of the API class
|
972
|
+
api_instance = application_services_api.ApplicationServicesApi(api_client)
|
973
|
+
resource_id = "X1Isks5kslds945" # str | The id of the resource to access
|
974
|
+
desktop_server_configuration = DesktopServerConfiguration(
|
975
|
+
org_id="V5tX7aTd6aMg1fq",
|
976
|
+
generated_config=DesktopServerGeneratedConfiguration(
|
977
|
+
desktop_resource_id="L5JX4aSd6aM311c",
|
978
|
+
configuration_file='YQ==',
|
979
|
+
configuration_file_media_type="text/plain",
|
980
|
+
configuration_file_format=ConfigFileFormat("win-reg"),
|
981
|
+
),
|
982
|
+
configuration_file_format=ConfigFileFormat("win-reg"),
|
983
|
+
) # DesktopServerConfiguration | (optional)
|
984
|
+
|
985
|
+
# example passing only required values which don't have defaults set
|
986
|
+
try:
|
987
|
+
# Create a server configuration
|
988
|
+
api_response = api_instance.create_server_configuration(resource_id)
|
989
|
+
pprint(api_response)
|
990
|
+
except agilicus_api.ApiException as e:
|
991
|
+
print("Exception when calling ApplicationServicesApi->create_server_configuration: %s\n" % e)
|
992
|
+
|
993
|
+
# example passing only required values which don't have defaults set
|
994
|
+
# and optional values
|
995
|
+
try:
|
996
|
+
# Create a server configuration
|
997
|
+
api_response = api_instance.create_server_configuration(resource_id, desktop_server_configuration=desktop_server_configuration)
|
998
|
+
pprint(api_response)
|
999
|
+
except agilicus_api.ApiException as e:
|
1000
|
+
print("Exception when calling ApplicationServicesApi->create_server_configuration: %s\n" % e)
|
1001
|
+
```
|
1002
|
+
|
1003
|
+
|
1004
|
+
### Parameters
|
1005
|
+
|
1006
|
+
Name | Type | Description | Notes
|
1007
|
+
------------- | ------------- | ------------- | -------------
|
1008
|
+
**resource_id** | **str**| The id of the resource to access |
|
1009
|
+
**desktop_server_configuration** | [**DesktopServerConfiguration**](DesktopServerConfiguration.md)| | [optional]
|
1010
|
+
|
1011
|
+
### Return type
|
1012
|
+
|
1013
|
+
[**DesktopServerConfiguration**](DesktopServerConfiguration.md)
|
1014
|
+
|
1015
|
+
### Authorization
|
1016
|
+
|
1017
|
+
[token-valid](../README.md#token-valid)
|
1018
|
+
|
1019
|
+
### HTTP request headers
|
1020
|
+
|
1021
|
+
- **Content-Type**: application/json
|
1022
|
+
- **Accept**: application/json
|
1023
|
+
|
1024
|
+
|
1025
|
+
### HTTP response details
|
1026
|
+
| Status code | Description | Response headers |
|
1027
|
+
|-------------|-------------|------------------|
|
1028
|
+
**201** | The DesktopServerConfiguration was succesfully created. | - |
|
1029
|
+
**400** | A problem was encounted creating the DesktopServerConfiguration. Often this can happen because the request was malformed, or the requested config type was not supported. | - |
|
1030
|
+
**404** | The DesktopResource does not exist. | - |
|
1031
|
+
|
1032
|
+
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
|
1033
|
+
|
935
1034
|
# **create_service_forwarder**
|
936
1035
|
> ServiceForwarder create_service_forwarder(service_forwarder)
|
937
1036
|
|
@@ -0,0 +1,13 @@
|
|
1
|
+
# ConfigFileFormat
|
2
|
+
|
3
|
+
The format of the configuration file. Different servers and resources may require different configuration formats. This allows the user to request the approriate type. Note that not all formats are supported for each resource. The API will return a 400 indicating that the format is unsupported in that case when requesting a configuration of that type. Types: - win-reg: A windows registry file.
|
4
|
+
|
5
|
+
## Properties
|
6
|
+
Name | Type | Description | Notes
|
7
|
+
------------ | ------------- | ------------- | -------------
|
8
|
+
**value** | **str** | The format of the configuration file. Different servers and resources may require different configuration formats. This allows the user to request the approriate type. Note that not all formats are supported for each resource. The API will return a 400 indicating that the format is unsupported in that case when requesting a configuration of that type. Types: - win-reg: A windows registry file. |
|
9
|
+
**any string name** | **bool, date, datetime, dict, float, int, list, str, none_type** | any string name can be used but the value must be the correct type | [optional]
|
10
|
+
|
11
|
+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
12
|
+
|
13
|
+
|
@@ -0,0 +1,15 @@
|
|
1
|
+
# DesktopServerConfiguration
|
2
|
+
|
3
|
+
Contains the information used to generate a configuration file for a server exposing a desktop. For example, this can be used to generate registry entries for configuring RemoteApp desktops.
|
4
|
+
|
5
|
+
## Properties
|
6
|
+
Name | Type | Description | Notes
|
7
|
+
------------ | ------------- | ------------- | -------------
|
8
|
+
**org_id** | **str** | The ID of the organisation which owns this DesktopResource. |
|
9
|
+
**configuration_file_format** | [**ConfigFileFormat**](ConfigFileFormat.md) | |
|
10
|
+
**generated_config** | [**DesktopServerGeneratedConfiguration**](DesktopServerGeneratedConfiguration.md) | | [optional]
|
11
|
+
**any string name** | **bool, date, datetime, dict, float, int, list, str, none_type** | any string name can be used but the value must be the correct type | [optional]
|
12
|
+
|
13
|
+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
14
|
+
|
15
|
+
|
@@ -0,0 +1,16 @@
|
|
1
|
+
# DesktopServerGeneratedConfiguration
|
2
|
+
|
3
|
+
Contains the information generated by the system for a DesktopServerConfiguration. The `configuration_file` holds the contents of the file to use for configuration. Its type is described by `configuration_file_media_type`.
|
4
|
+
|
5
|
+
## Properties
|
6
|
+
Name | Type | Description | Notes
|
7
|
+
------------ | ------------- | ------------- | -------------
|
8
|
+
**desktop_resource_id** | **str** | The id of the desktop resource associated with this configuration. |
|
9
|
+
**configuration_file** | **str** | The base64-encoded contents of the configuration file. The type of the file may change depending on the protocol used to communicate with the DesktopResource, or based on the desired server. |
|
10
|
+
**configuration_file_media_type** | **str** | How to interpreted the decoded contents of `configuration_file`. |
|
11
|
+
**configuration_file_format** | [**ConfigFileFormat**](ConfigFileFormat.md) | |
|
12
|
+
**any string name** | **bool, date, datetime, dict, float, int, list, str, none_type** | any string name can be used but the value must be the correct type | [optional]
|
13
|
+
|
14
|
+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
15
|
+
|
16
|
+
|
@@ -3,7 +3,7 @@
|
|
3
3
|
|
4
4
|
Agilicus is API-first. Modern software is controlled by other software, is open, is available for you to use the way you want, securely, simply. The OpenAPI Specification in YAML format is available on [www](https://www.agilicus.com/www/api/agilicus-openapi.yaml) for importing to other tools. A rendered, online viewable and usable version of this specification is available at [api](https://www.agilicus.com/api). You may try the API inline directly in the web page. To do so, first obtain an Authentication Token (the simplest way is to install the Python SDK, and then run `agilicus-cli --issuer https://MYISSUER get-token`). You will need an org-id for most calls (and can obtain from `agilicus-cli --issuer https://MYISSUER list-orgs`). The `MYISSUER` will typically be `auth.MYDOMAIN`, and you will see it as you sign-in to the administrative UI. This API releases on Bearer-Token authentication. To obtain a valid bearer token you will need to Authenticate to an Issuer with OpenID Connect (a superset of OAUTH2). Your \"issuer\" will look like https://auth.MYDOMAIN. For example, when you signed-up, if you said \"use my own domain name\" and assigned a CNAME of cloud.example.com, then your issuer would be https://auth.cloud.example.com. If you selected \"use an Agilicus supplied domain name\", your issuer would look like https://auth.myorg.agilicus.cloud. For test purposes you can use our [Python SDK](https://pypi.org/project/agilicus/) and run `agilicus-cli --issuer https://auth.MYDOMAIN get-token`. This API may be used in any language runtime that supports OpenAPI 3.0, or, you may use our [Python SDK](https://pypi.org/project/agilicus/), our [Typescript SDK](https://www.npmjs.com/package/@agilicus/angular), or our [Golang SDK](https://git.agilicus.com/pub/sdk-go). 100% of the activities in our system our API-driven, from our web-admin, through our progressive web applications, to all internals: there is nothing that is not accessible. For more information, see [developer resources](https://www.agilicus.com/developer). # noqa: E501
|
5
5
|
|
6
|
-
The version of the OpenAPI document: 2023.
|
6
|
+
The version of the OpenAPI document: 2023.05.01
|
7
7
|
Contact: dev@agilicus.com
|
8
8
|
Generated by: https://openapi-generator.tech
|
9
9
|
"""
|
@@ -3,7 +3,7 @@
|
|
3
3
|
|
4
4
|
Agilicus is API-first. Modern software is controlled by other software, is open, is available for you to use the way you want, securely, simply. The OpenAPI Specification in YAML format is available on [www](https://www.agilicus.com/www/api/agilicus-openapi.yaml) for importing to other tools. A rendered, online viewable and usable version of this specification is available at [api](https://www.agilicus.com/api). You may try the API inline directly in the web page. To do so, first obtain an Authentication Token (the simplest way is to install the Python SDK, and then run `agilicus-cli --issuer https://MYISSUER get-token`). You will need an org-id for most calls (and can obtain from `agilicus-cli --issuer https://MYISSUER list-orgs`). The `MYISSUER` will typically be `auth.MYDOMAIN`, and you will see it as you sign-in to the administrative UI. This API releases on Bearer-Token authentication. To obtain a valid bearer token you will need to Authenticate to an Issuer with OpenID Connect (a superset of OAUTH2). Your \"issuer\" will look like https://auth.MYDOMAIN. For example, when you signed-up, if you said \"use my own domain name\" and assigned a CNAME of cloud.example.com, then your issuer would be https://auth.cloud.example.com. If you selected \"use an Agilicus supplied domain name\", your issuer would look like https://auth.myorg.agilicus.cloud. For test purposes you can use our [Python SDK](https://pypi.org/project/agilicus/) and run `agilicus-cli --issuer https://auth.MYDOMAIN get-token`. This API may be used in any language runtime that supports OpenAPI 3.0, or, you may use our [Python SDK](https://pypi.org/project/agilicus/), our [Typescript SDK](https://www.npmjs.com/package/@agilicus/angular), or our [Golang SDK](https://git.agilicus.com/pub/sdk-go). 100% of the activities in our system our API-driven, from our web-admin, through our progressive web applications, to all internals: there is nothing that is not accessible. For more information, see [developer resources](https://www.agilicus.com/developer). # noqa: E501
|
5
5
|
|
6
|
-
The version of the OpenAPI document: 2023.
|
6
|
+
The version of the OpenAPI document: 2023.05.01
|
7
7
|
Contact: dev@agilicus.com
|
8
8
|
Generated by: https://openapi-generator.tech
|
9
9
|
"""
|
@@ -3,7 +3,7 @@
|
|
3
3
|
|
4
4
|
Agilicus is API-first. Modern software is controlled by other software, is open, is available for you to use the way you want, securely, simply. The OpenAPI Specification in YAML format is available on [www](https://www.agilicus.com/www/api/agilicus-openapi.yaml) for importing to other tools. A rendered, online viewable and usable version of this specification is available at [api](https://www.agilicus.com/api). You may try the API inline directly in the web page. To do so, first obtain an Authentication Token (the simplest way is to install the Python SDK, and then run `agilicus-cli --issuer https://MYISSUER get-token`). You will need an org-id for most calls (and can obtain from `agilicus-cli --issuer https://MYISSUER list-orgs`). The `MYISSUER` will typically be `auth.MYDOMAIN`, and you will see it as you sign-in to the administrative UI. This API releases on Bearer-Token authentication. To obtain a valid bearer token you will need to Authenticate to an Issuer with OpenID Connect (a superset of OAUTH2). Your \"issuer\" will look like https://auth.MYDOMAIN. For example, when you signed-up, if you said \"use my own domain name\" and assigned a CNAME of cloud.example.com, then your issuer would be https://auth.cloud.example.com. If you selected \"use an Agilicus supplied domain name\", your issuer would look like https://auth.myorg.agilicus.cloud. For test purposes you can use our [Python SDK](https://pypi.org/project/agilicus/) and run `agilicus-cli --issuer https://auth.MYDOMAIN get-token`. This API may be used in any language runtime that supports OpenAPI 3.0, or, you may use our [Python SDK](https://pypi.org/project/agilicus/), our [Typescript SDK](https://www.npmjs.com/package/@agilicus/angular), or our [Golang SDK](https://git.agilicus.com/pub/sdk-go). 100% of the activities in our system our API-driven, from our web-admin, through our progressive web applications, to all internals: there is nothing that is not accessible. For more information, see [developer resources](https://www.agilicus.com/developer). # noqa: E501
|
5
5
|
|
6
|
-
The version of the OpenAPI document: 2023.
|
6
|
+
The version of the OpenAPI document: 2023.05.01
|
7
7
|
Contact: dev@agilicus.com
|
8
8
|
Generated by: https://openapi-generator.tech
|
9
9
|
"""
|
@@ -3,7 +3,7 @@
|
|
3
3
|
|
4
4
|
Agilicus is API-first. Modern software is controlled by other software, is open, is available for you to use the way you want, securely, simply. The OpenAPI Specification in YAML format is available on [www](https://www.agilicus.com/www/api/agilicus-openapi.yaml) for importing to other tools. A rendered, online viewable and usable version of this specification is available at [api](https://www.agilicus.com/api). You may try the API inline directly in the web page. To do so, first obtain an Authentication Token (the simplest way is to install the Python SDK, and then run `agilicus-cli --issuer https://MYISSUER get-token`). You will need an org-id for most calls (and can obtain from `agilicus-cli --issuer https://MYISSUER list-orgs`). The `MYISSUER` will typically be `auth.MYDOMAIN`, and you will see it as you sign-in to the administrative UI. This API releases on Bearer-Token authentication. To obtain a valid bearer token you will need to Authenticate to an Issuer with OpenID Connect (a superset of OAUTH2). Your \"issuer\" will look like https://auth.MYDOMAIN. For example, when you signed-up, if you said \"use my own domain name\" and assigned a CNAME of cloud.example.com, then your issuer would be https://auth.cloud.example.com. If you selected \"use an Agilicus supplied domain name\", your issuer would look like https://auth.myorg.agilicus.cloud. For test purposes you can use our [Python SDK](https://pypi.org/project/agilicus/) and run `agilicus-cli --issuer https://auth.MYDOMAIN get-token`. This API may be used in any language runtime that supports OpenAPI 3.0, or, you may use our [Python SDK](https://pypi.org/project/agilicus/), our [Typescript SDK](https://www.npmjs.com/package/@agilicus/angular), or our [Golang SDK](https://git.agilicus.com/pub/sdk-go). 100% of the activities in our system our API-driven, from our web-admin, through our progressive web applications, to all internals: there is nothing that is not accessible. For more information, see [developer resources](https://www.agilicus.com/developer). # noqa: E501
|
5
5
|
|
6
|
-
The version of the OpenAPI document: 2023.
|
6
|
+
The version of the OpenAPI document: 2023.05.01
|
7
7
|
Contact: dev@agilicus.com
|
8
8
|
Generated by: https://openapi-generator.tech
|
9
9
|
"""
|
@@ -3,7 +3,7 @@
|
|
3
3
|
|
4
4
|
Agilicus is API-first. Modern software is controlled by other software, is open, is available for you to use the way you want, securely, simply. The OpenAPI Specification in YAML format is available on [www](https://www.agilicus.com/www/api/agilicus-openapi.yaml) for importing to other tools. A rendered, online viewable and usable version of this specification is available at [api](https://www.agilicus.com/api). You may try the API inline directly in the web page. To do so, first obtain an Authentication Token (the simplest way is to install the Python SDK, and then run `agilicus-cli --issuer https://MYISSUER get-token`). You will need an org-id for most calls (and can obtain from `agilicus-cli --issuer https://MYISSUER list-orgs`). The `MYISSUER` will typically be `auth.MYDOMAIN`, and you will see it as you sign-in to the administrative UI. This API releases on Bearer-Token authentication. To obtain a valid bearer token you will need to Authenticate to an Issuer with OpenID Connect (a superset of OAUTH2). Your \"issuer\" will look like https://auth.MYDOMAIN. For example, when you signed-up, if you said \"use my own domain name\" and assigned a CNAME of cloud.example.com, then your issuer would be https://auth.cloud.example.com. If you selected \"use an Agilicus supplied domain name\", your issuer would look like https://auth.myorg.agilicus.cloud. For test purposes you can use our [Python SDK](https://pypi.org/project/agilicus/) and run `agilicus-cli --issuer https://auth.MYDOMAIN get-token`. This API may be used in any language runtime that supports OpenAPI 3.0, or, you may use our [Python SDK](https://pypi.org/project/agilicus/), our [Typescript SDK](https://www.npmjs.com/package/@agilicus/angular), or our [Golang SDK](https://git.agilicus.com/pub/sdk-go). 100% of the activities in our system our API-driven, from our web-admin, through our progressive web applications, to all internals: there is nothing that is not accessible. For more information, see [developer resources](https://www.agilicus.com/developer). # noqa: E501
|
5
5
|
|
6
|
-
The version of the OpenAPI document: 2023.
|
6
|
+
The version of the OpenAPI document: 2023.05.01
|
7
7
|
Contact: dev@agilicus.com
|
8
8
|
Generated by: https://openapi-generator.tech
|
9
9
|
"""
|
@@ -3,7 +3,7 @@
|
|
3
3
|
|
4
4
|
Agilicus is API-first. Modern software is controlled by other software, is open, is available for you to use the way you want, securely, simply. The OpenAPI Specification in YAML format is available on [www](https://www.agilicus.com/www/api/agilicus-openapi.yaml) for importing to other tools. A rendered, online viewable and usable version of this specification is available at [api](https://www.agilicus.com/api). You may try the API inline directly in the web page. To do so, first obtain an Authentication Token (the simplest way is to install the Python SDK, and then run `agilicus-cli --issuer https://MYISSUER get-token`). You will need an org-id for most calls (and can obtain from `agilicus-cli --issuer https://MYISSUER list-orgs`). The `MYISSUER` will typically be `auth.MYDOMAIN`, and you will see it as you sign-in to the administrative UI. This API releases on Bearer-Token authentication. To obtain a valid bearer token you will need to Authenticate to an Issuer with OpenID Connect (a superset of OAUTH2). Your \"issuer\" will look like https://auth.MYDOMAIN. For example, when you signed-up, if you said \"use my own domain name\" and assigned a CNAME of cloud.example.com, then your issuer would be https://auth.cloud.example.com. If you selected \"use an Agilicus supplied domain name\", your issuer would look like https://auth.myorg.agilicus.cloud. For test purposes you can use our [Python SDK](https://pypi.org/project/agilicus/) and run `agilicus-cli --issuer https://auth.MYDOMAIN get-token`. This API may be used in any language runtime that supports OpenAPI 3.0, or, you may use our [Python SDK](https://pypi.org/project/agilicus/), our [Typescript SDK](https://www.npmjs.com/package/@agilicus/angular), or our [Golang SDK](https://git.agilicus.com/pub/sdk-go). 100% of the activities in our system our API-driven, from our web-admin, through our progressive web applications, to all internals: there is nothing that is not accessible. For more information, see [developer resources](https://www.agilicus.com/developer). # noqa: E501
|
5
5
|
|
6
|
-
The version of the OpenAPI document: 2023.
|
6
|
+
The version of the OpenAPI document: 2023.05.01
|
7
7
|
Contact: dev@agilicus.com
|
8
8
|
Generated by: https://openapi-generator.tech
|
9
9
|
"""
|
@@ -3,7 +3,7 @@
|
|
3
3
|
|
4
4
|
Agilicus is API-first. Modern software is controlled by other software, is open, is available for you to use the way you want, securely, simply. The OpenAPI Specification in YAML format is available on [www](https://www.agilicus.com/www/api/agilicus-openapi.yaml) for importing to other tools. A rendered, online viewable and usable version of this specification is available at [api](https://www.agilicus.com/api). You may try the API inline directly in the web page. To do so, first obtain an Authentication Token (the simplest way is to install the Python SDK, and then run `agilicus-cli --issuer https://MYISSUER get-token`). You will need an org-id for most calls (and can obtain from `agilicus-cli --issuer https://MYISSUER list-orgs`). The `MYISSUER` will typically be `auth.MYDOMAIN`, and you will see it as you sign-in to the administrative UI. This API releases on Bearer-Token authentication. To obtain a valid bearer token you will need to Authenticate to an Issuer with OpenID Connect (a superset of OAUTH2). Your \"issuer\" will look like https://auth.MYDOMAIN. For example, when you signed-up, if you said \"use my own domain name\" and assigned a CNAME of cloud.example.com, then your issuer would be https://auth.cloud.example.com. If you selected \"use an Agilicus supplied domain name\", your issuer would look like https://auth.myorg.agilicus.cloud. For test purposes you can use our [Python SDK](https://pypi.org/project/agilicus/) and run `agilicus-cli --issuer https://auth.MYDOMAIN get-token`. This API may be used in any language runtime that supports OpenAPI 3.0, or, you may use our [Python SDK](https://pypi.org/project/agilicus/), our [Typescript SDK](https://www.npmjs.com/package/@agilicus/angular), or our [Golang SDK](https://git.agilicus.com/pub/sdk-go). 100% of the activities in our system our API-driven, from our web-admin, through our progressive web applications, to all internals: there is nothing that is not accessible. For more information, see [developer resources](https://www.agilicus.com/developer). # noqa: E501
|
5
5
|
|
6
|
-
The version of the OpenAPI document: 2023.
|
6
|
+
The version of the OpenAPI document: 2023.05.01
|
7
7
|
Contact: dev@agilicus.com
|
8
8
|
Generated by: https://openapi-generator.tech
|
9
9
|
"""
|
@@ -3,7 +3,7 @@
|
|
3
3
|
|
4
4
|
Agilicus is API-first. Modern software is controlled by other software, is open, is available for you to use the way you want, securely, simply. The OpenAPI Specification in YAML format is available on [www](https://www.agilicus.com/www/api/agilicus-openapi.yaml) for importing to other tools. A rendered, online viewable and usable version of this specification is available at [api](https://www.agilicus.com/api). You may try the API inline directly in the web page. To do so, first obtain an Authentication Token (the simplest way is to install the Python SDK, and then run `agilicus-cli --issuer https://MYISSUER get-token`). You will need an org-id for most calls (and can obtain from `agilicus-cli --issuer https://MYISSUER list-orgs`). The `MYISSUER` will typically be `auth.MYDOMAIN`, and you will see it as you sign-in to the administrative UI. This API releases on Bearer-Token authentication. To obtain a valid bearer token you will need to Authenticate to an Issuer with OpenID Connect (a superset of OAUTH2). Your \"issuer\" will look like https://auth.MYDOMAIN. For example, when you signed-up, if you said \"use my own domain name\" and assigned a CNAME of cloud.example.com, then your issuer would be https://auth.cloud.example.com. If you selected \"use an Agilicus supplied domain name\", your issuer would look like https://auth.myorg.agilicus.cloud. For test purposes you can use our [Python SDK](https://pypi.org/project/agilicus/) and run `agilicus-cli --issuer https://auth.MYDOMAIN get-token`. This API may be used in any language runtime that supports OpenAPI 3.0, or, you may use our [Python SDK](https://pypi.org/project/agilicus/), our [Typescript SDK](https://www.npmjs.com/package/@agilicus/angular), or our [Golang SDK](https://git.agilicus.com/pub/sdk-go). 100% of the activities in our system our API-driven, from our web-admin, through our progressive web applications, to all internals: there is nothing that is not accessible. For more information, see [developer resources](https://www.agilicus.com/developer). # noqa: E501
|
5
5
|
|
6
|
-
The version of the OpenAPI document: 2023.
|
6
|
+
The version of the OpenAPI document: 2023.05.01
|
7
7
|
Contact: dev@agilicus.com
|
8
8
|
Generated by: https://openapi-generator.tech
|
9
9
|
"""
|
@@ -3,7 +3,7 @@
|
|
3
3
|
|
4
4
|
Agilicus is API-first. Modern software is controlled by other software, is open, is available for you to use the way you want, securely, simply. The OpenAPI Specification in YAML format is available on [www](https://www.agilicus.com/www/api/agilicus-openapi.yaml) for importing to other tools. A rendered, online viewable and usable version of this specification is available at [api](https://www.agilicus.com/api). You may try the API inline directly in the web page. To do so, first obtain an Authentication Token (the simplest way is to install the Python SDK, and then run `agilicus-cli --issuer https://MYISSUER get-token`). You will need an org-id for most calls (and can obtain from `agilicus-cli --issuer https://MYISSUER list-orgs`). The `MYISSUER` will typically be `auth.MYDOMAIN`, and you will see it as you sign-in to the administrative UI. This API releases on Bearer-Token authentication. To obtain a valid bearer token you will need to Authenticate to an Issuer with OpenID Connect (a superset of OAUTH2). Your \"issuer\" will look like https://auth.MYDOMAIN. For example, when you signed-up, if you said \"use my own domain name\" and assigned a CNAME of cloud.example.com, then your issuer would be https://auth.cloud.example.com. If you selected \"use an Agilicus supplied domain name\", your issuer would look like https://auth.myorg.agilicus.cloud. For test purposes you can use our [Python SDK](https://pypi.org/project/agilicus/) and run `agilicus-cli --issuer https://auth.MYDOMAIN get-token`. This API may be used in any language runtime that supports OpenAPI 3.0, or, you may use our [Python SDK](https://pypi.org/project/agilicus/), our [Typescript SDK](https://www.npmjs.com/package/@agilicus/angular), or our [Golang SDK](https://git.agilicus.com/pub/sdk-go). 100% of the activities in our system our API-driven, from our web-admin, through our progressive web applications, to all internals: there is nothing that is not accessible. For more information, see [developer resources](https://www.agilicus.com/developer). # noqa: E501
|
5
5
|
|
6
|
-
The version of the OpenAPI document: 2023.
|
6
|
+
The version of the OpenAPI document: 2023.05.01
|
7
7
|
Contact: dev@agilicus.com
|
8
8
|
Generated by: https://openapi-generator.tech
|
9
9
|
"""
|
@@ -3,7 +3,7 @@
|
|
3
3
|
|
4
4
|
Agilicus is API-first. Modern software is controlled by other software, is open, is available for you to use the way you want, securely, simply. The OpenAPI Specification in YAML format is available on [www](https://www.agilicus.com/www/api/agilicus-openapi.yaml) for importing to other tools. A rendered, online viewable and usable version of this specification is available at [api](https://www.agilicus.com/api). You may try the API inline directly in the web page. To do so, first obtain an Authentication Token (the simplest way is to install the Python SDK, and then run `agilicus-cli --issuer https://MYISSUER get-token`). You will need an org-id for most calls (and can obtain from `agilicus-cli --issuer https://MYISSUER list-orgs`). The `MYISSUER` will typically be `auth.MYDOMAIN`, and you will see it as you sign-in to the administrative UI. This API releases on Bearer-Token authentication. To obtain a valid bearer token you will need to Authenticate to an Issuer with OpenID Connect (a superset of OAUTH2). Your \"issuer\" will look like https://auth.MYDOMAIN. For example, when you signed-up, if you said \"use my own domain name\" and assigned a CNAME of cloud.example.com, then your issuer would be https://auth.cloud.example.com. If you selected \"use an Agilicus supplied domain name\", your issuer would look like https://auth.myorg.agilicus.cloud. For test purposes you can use our [Python SDK](https://pypi.org/project/agilicus/) and run `agilicus-cli --issuer https://auth.MYDOMAIN get-token`. This API may be used in any language runtime that supports OpenAPI 3.0, or, you may use our [Python SDK](https://pypi.org/project/agilicus/), our [Typescript SDK](https://www.npmjs.com/package/@agilicus/angular), or our [Golang SDK](https://git.agilicus.com/pub/sdk-go). 100% of the activities in our system our API-driven, from our web-admin, through our progressive web applications, to all internals: there is nothing that is not accessible. For more information, see [developer resources](https://www.agilicus.com/developer). # noqa: E501
|
5
5
|
|
6
|
-
The version of the OpenAPI document: 2023.
|
6
|
+
The version of the OpenAPI document: 2023.05.01
|
7
7
|
Contact: dev@agilicus.com
|
8
8
|
Generated by: https://openapi-generator.tech
|
9
9
|
"""
|
@@ -3,7 +3,7 @@
|
|
3
3
|
|
4
4
|
Agilicus is API-first. Modern software is controlled by other software, is open, is available for you to use the way you want, securely, simply. The OpenAPI Specification in YAML format is available on [www](https://www.agilicus.com/www/api/agilicus-openapi.yaml) for importing to other tools. A rendered, online viewable and usable version of this specification is available at [api](https://www.agilicus.com/api). You may try the API inline directly in the web page. To do so, first obtain an Authentication Token (the simplest way is to install the Python SDK, and then run `agilicus-cli --issuer https://MYISSUER get-token`). You will need an org-id for most calls (and can obtain from `agilicus-cli --issuer https://MYISSUER list-orgs`). The `MYISSUER` will typically be `auth.MYDOMAIN`, and you will see it as you sign-in to the administrative UI. This API releases on Bearer-Token authentication. To obtain a valid bearer token you will need to Authenticate to an Issuer with OpenID Connect (a superset of OAUTH2). Your \"issuer\" will look like https://auth.MYDOMAIN. For example, when you signed-up, if you said \"use my own domain name\" and assigned a CNAME of cloud.example.com, then your issuer would be https://auth.cloud.example.com. If you selected \"use an Agilicus supplied domain name\", your issuer would look like https://auth.myorg.agilicus.cloud. For test purposes you can use our [Python SDK](https://pypi.org/project/agilicus/) and run `agilicus-cli --issuer https://auth.MYDOMAIN get-token`. This API may be used in any language runtime that supports OpenAPI 3.0, or, you may use our [Python SDK](https://pypi.org/project/agilicus/), our [Typescript SDK](https://www.npmjs.com/package/@agilicus/angular), or our [Golang SDK](https://git.agilicus.com/pub/sdk-go). 100% of the activities in our system our API-driven, from our web-admin, through our progressive web applications, to all internals: there is nothing that is not accessible. For more information, see [developer resources](https://www.agilicus.com/developer). # noqa: E501
|
5
5
|
|
6
|
-
The version of the OpenAPI document: 2023.
|
6
|
+
The version of the OpenAPI document: 2023.05.01
|
7
7
|
Contact: dev@agilicus.com
|
8
8
|
Generated by: https://openapi-generator.tech
|
9
9
|
"""
|
@@ -3,7 +3,7 @@
|
|
3
3
|
|
4
4
|
Agilicus is API-first. Modern software is controlled by other software, is open, is available for you to use the way you want, securely, simply. The OpenAPI Specification in YAML format is available on [www](https://www.agilicus.com/www/api/agilicus-openapi.yaml) for importing to other tools. A rendered, online viewable and usable version of this specification is available at [api](https://www.agilicus.com/api). You may try the API inline directly in the web page. To do so, first obtain an Authentication Token (the simplest way is to install the Python SDK, and then run `agilicus-cli --issuer https://MYISSUER get-token`). You will need an org-id for most calls (and can obtain from `agilicus-cli --issuer https://MYISSUER list-orgs`). The `MYISSUER` will typically be `auth.MYDOMAIN`, and you will see it as you sign-in to the administrative UI. This API releases on Bearer-Token authentication. To obtain a valid bearer token you will need to Authenticate to an Issuer with OpenID Connect (a superset of OAUTH2). Your \"issuer\" will look like https://auth.MYDOMAIN. For example, when you signed-up, if you said \"use my own domain name\" and assigned a CNAME of cloud.example.com, then your issuer would be https://auth.cloud.example.com. If you selected \"use an Agilicus supplied domain name\", your issuer would look like https://auth.myorg.agilicus.cloud. For test purposes you can use our [Python SDK](https://pypi.org/project/agilicus/) and run `agilicus-cli --issuer https://auth.MYDOMAIN get-token`. This API may be used in any language runtime that supports OpenAPI 3.0, or, you may use our [Python SDK](https://pypi.org/project/agilicus/), our [Typescript SDK](https://www.npmjs.com/package/@agilicus/angular), or our [Golang SDK](https://git.agilicus.com/pub/sdk-go). 100% of the activities in our system our API-driven, from our web-admin, through our progressive web applications, to all internals: there is nothing that is not accessible. For more information, see [developer resources](https://www.agilicus.com/developer). # noqa: E501
|
5
5
|
|
6
|
-
The version of the OpenAPI document: 2023.
|
6
|
+
The version of the OpenAPI document: 2023.05.01
|
7
7
|
Contact: dev@agilicus.com
|
8
8
|
Generated by: https://openapi-generator.tech
|
9
9
|
"""
|
@@ -3,7 +3,7 @@
|
|
3
3
|
|
4
4
|
Agilicus is API-first. Modern software is controlled by other software, is open, is available for you to use the way you want, securely, simply. The OpenAPI Specification in YAML format is available on [www](https://www.agilicus.com/www/api/agilicus-openapi.yaml) for importing to other tools. A rendered, online viewable and usable version of this specification is available at [api](https://www.agilicus.com/api). You may try the API inline directly in the web page. To do so, first obtain an Authentication Token (the simplest way is to install the Python SDK, and then run `agilicus-cli --issuer https://MYISSUER get-token`). You will need an org-id for most calls (and can obtain from `agilicus-cli --issuer https://MYISSUER list-orgs`). The `MYISSUER` will typically be `auth.MYDOMAIN`, and you will see it as you sign-in to the administrative UI. This API releases on Bearer-Token authentication. To obtain a valid bearer token you will need to Authenticate to an Issuer with OpenID Connect (a superset of OAUTH2). Your \"issuer\" will look like https://auth.MYDOMAIN. For example, when you signed-up, if you said \"use my own domain name\" and assigned a CNAME of cloud.example.com, then your issuer would be https://auth.cloud.example.com. If you selected \"use an Agilicus supplied domain name\", your issuer would look like https://auth.myorg.agilicus.cloud. For test purposes you can use our [Python SDK](https://pypi.org/project/agilicus/) and run `agilicus-cli --issuer https://auth.MYDOMAIN get-token`. This API may be used in any language runtime that supports OpenAPI 3.0, or, you may use our [Python SDK](https://pypi.org/project/agilicus/), our [Typescript SDK](https://www.npmjs.com/package/@agilicus/angular), or our [Golang SDK](https://git.agilicus.com/pub/sdk-go). 100% of the activities in our system our API-driven, from our web-admin, through our progressive web applications, to all internals: there is nothing that is not accessible. For more information, see [developer resources](https://www.agilicus.com/developer). # noqa: E501
|
5
5
|
|
6
|
-
The version of the OpenAPI document: 2023.
|
6
|
+
The version of the OpenAPI document: 2023.05.01
|
7
7
|
Contact: dev@agilicus.com
|
8
8
|
Generated by: https://openapi-generator.tech
|
9
9
|
"""
|
@@ -3,7 +3,7 @@
|
|
3
3
|
|
4
4
|
Agilicus is API-first. Modern software is controlled by other software, is open, is available for you to use the way you want, securely, simply. The OpenAPI Specification in YAML format is available on [www](https://www.agilicus.com/www/api/agilicus-openapi.yaml) for importing to other tools. A rendered, online viewable and usable version of this specification is available at [api](https://www.agilicus.com/api). You may try the API inline directly in the web page. To do so, first obtain an Authentication Token (the simplest way is to install the Python SDK, and then run `agilicus-cli --issuer https://MYISSUER get-token`). You will need an org-id for most calls (and can obtain from `agilicus-cli --issuer https://MYISSUER list-orgs`). The `MYISSUER` will typically be `auth.MYDOMAIN`, and you will see it as you sign-in to the administrative UI. This API releases on Bearer-Token authentication. To obtain a valid bearer token you will need to Authenticate to an Issuer with OpenID Connect (a superset of OAUTH2). Your \"issuer\" will look like https://auth.MYDOMAIN. For example, when you signed-up, if you said \"use my own domain name\" and assigned a CNAME of cloud.example.com, then your issuer would be https://auth.cloud.example.com. If you selected \"use an Agilicus supplied domain name\", your issuer would look like https://auth.myorg.agilicus.cloud. For test purposes you can use our [Python SDK](https://pypi.org/project/agilicus/) and run `agilicus-cli --issuer https://auth.MYDOMAIN get-token`. This API may be used in any language runtime that supports OpenAPI 3.0, or, you may use our [Python SDK](https://pypi.org/project/agilicus/), our [Typescript SDK](https://www.npmjs.com/package/@agilicus/angular), or our [Golang SDK](https://git.agilicus.com/pub/sdk-go). 100% of the activities in our system our API-driven, from our web-admin, through our progressive web applications, to all internals: there is nothing that is not accessible. For more information, see [developer resources](https://www.agilicus.com/developer). # noqa: E501
|
5
5
|
|
6
|
-
The version of the OpenAPI document: 2023.
|
6
|
+
The version of the OpenAPI document: 2023.05.01
|
7
7
|
Contact: dev@agilicus.com
|
8
8
|
Generated by: https://openapi-generator.tech
|
9
9
|
"""
|
@@ -3,7 +3,7 @@
|
|
3
3
|
|
4
4
|
Agilicus is API-first. Modern software is controlled by other software, is open, is available for you to use the way you want, securely, simply. The OpenAPI Specification in YAML format is available on [www](https://www.agilicus.com/www/api/agilicus-openapi.yaml) for importing to other tools. A rendered, online viewable and usable version of this specification is available at [api](https://www.agilicus.com/api). You may try the API inline directly in the web page. To do so, first obtain an Authentication Token (the simplest way is to install the Python SDK, and then run `agilicus-cli --issuer https://MYISSUER get-token`). You will need an org-id for most calls (and can obtain from `agilicus-cli --issuer https://MYISSUER list-orgs`). The `MYISSUER` will typically be `auth.MYDOMAIN`, and you will see it as you sign-in to the administrative UI. This API releases on Bearer-Token authentication. To obtain a valid bearer token you will need to Authenticate to an Issuer with OpenID Connect (a superset of OAUTH2). Your \"issuer\" will look like https://auth.MYDOMAIN. For example, when you signed-up, if you said \"use my own domain name\" and assigned a CNAME of cloud.example.com, then your issuer would be https://auth.cloud.example.com. If you selected \"use an Agilicus supplied domain name\", your issuer would look like https://auth.myorg.agilicus.cloud. For test purposes you can use our [Python SDK](https://pypi.org/project/agilicus/) and run `agilicus-cli --issuer https://auth.MYDOMAIN get-token`. This API may be used in any language runtime that supports OpenAPI 3.0, or, you may use our [Python SDK](https://pypi.org/project/agilicus/), our [Typescript SDK](https://www.npmjs.com/package/@agilicus/angular), or our [Golang SDK](https://git.agilicus.com/pub/sdk-go). 100% of the activities in our system our API-driven, from our web-admin, through our progressive web applications, to all internals: there is nothing that is not accessible. For more information, see [developer resources](https://www.agilicus.com/developer). # noqa: E501
|
5
5
|
|
6
|
-
The version of the OpenAPI document: 2023.
|
6
|
+
The version of the OpenAPI document: 2023.05.01
|
7
7
|
Contact: dev@agilicus.com
|
8
8
|
Generated by: https://openapi-generator.tech
|
9
9
|
"""
|
@@ -3,7 +3,7 @@
|
|
3
3
|
|
4
4
|
Agilicus is API-first. Modern software is controlled by other software, is open, is available for you to use the way you want, securely, simply. The OpenAPI Specification in YAML format is available on [www](https://www.agilicus.com/www/api/agilicus-openapi.yaml) for importing to other tools. A rendered, online viewable and usable version of this specification is available at [api](https://www.agilicus.com/api). You may try the API inline directly in the web page. To do so, first obtain an Authentication Token (the simplest way is to install the Python SDK, and then run `agilicus-cli --issuer https://MYISSUER get-token`). You will need an org-id for most calls (and can obtain from `agilicus-cli --issuer https://MYISSUER list-orgs`). The `MYISSUER` will typically be `auth.MYDOMAIN`, and you will see it as you sign-in to the administrative UI. This API releases on Bearer-Token authentication. To obtain a valid bearer token you will need to Authenticate to an Issuer with OpenID Connect (a superset of OAUTH2). Your \"issuer\" will look like https://auth.MYDOMAIN. For example, when you signed-up, if you said \"use my own domain name\" and assigned a CNAME of cloud.example.com, then your issuer would be https://auth.cloud.example.com. If you selected \"use an Agilicus supplied domain name\", your issuer would look like https://auth.myorg.agilicus.cloud. For test purposes you can use our [Python SDK](https://pypi.org/project/agilicus/) and run `agilicus-cli --issuer https://auth.MYDOMAIN get-token`. This API may be used in any language runtime that supports OpenAPI 3.0, or, you may use our [Python SDK](https://pypi.org/project/agilicus/), our [Typescript SDK](https://www.npmjs.com/package/@agilicus/angular), or our [Golang SDK](https://git.agilicus.com/pub/sdk-go). 100% of the activities in our system our API-driven, from our web-admin, through our progressive web applications, to all internals: there is nothing that is not accessible. For more information, see [developer resources](https://www.agilicus.com/developer). # noqa: E501
|
5
5
|
|
6
|
-
The version of the OpenAPI document: 2023.
|
6
|
+
The version of the OpenAPI document: 2023.05.01
|
7
7
|
Contact: dev@agilicus.com
|
8
8
|
Generated by: https://openapi-generator.tech
|
9
9
|
"""
|
@@ -3,7 +3,7 @@
|
|
3
3
|
|
4
4
|
Agilicus is API-first. Modern software is controlled by other software, is open, is available for you to use the way you want, securely, simply. The OpenAPI Specification in YAML format is available on [www](https://www.agilicus.com/www/api/agilicus-openapi.yaml) for importing to other tools. A rendered, online viewable and usable version of this specification is available at [api](https://www.agilicus.com/api). You may try the API inline directly in the web page. To do so, first obtain an Authentication Token (the simplest way is to install the Python SDK, and then run `agilicus-cli --issuer https://MYISSUER get-token`). You will need an org-id for most calls (and can obtain from `agilicus-cli --issuer https://MYISSUER list-orgs`). The `MYISSUER` will typically be `auth.MYDOMAIN`, and you will see it as you sign-in to the administrative UI. This API releases on Bearer-Token authentication. To obtain a valid bearer token you will need to Authenticate to an Issuer with OpenID Connect (a superset of OAUTH2). Your \"issuer\" will look like https://auth.MYDOMAIN. For example, when you signed-up, if you said \"use my own domain name\" and assigned a CNAME of cloud.example.com, then your issuer would be https://auth.cloud.example.com. If you selected \"use an Agilicus supplied domain name\", your issuer would look like https://auth.myorg.agilicus.cloud. For test purposes you can use our [Python SDK](https://pypi.org/project/agilicus/) and run `agilicus-cli --issuer https://auth.MYDOMAIN get-token`. This API may be used in any language runtime that supports OpenAPI 3.0, or, you may use our [Python SDK](https://pypi.org/project/agilicus/), our [Typescript SDK](https://www.npmjs.com/package/@agilicus/angular), or our [Golang SDK](https://git.agilicus.com/pub/sdk-go). 100% of the activities in our system our API-driven, from our web-admin, through our progressive web applications, to all internals: there is nothing that is not accessible. For more information, see [developer resources](https://www.agilicus.com/developer). # noqa: E501
|
5
5
|
|
6
|
-
The version of the OpenAPI document: 2023.
|
6
|
+
The version of the OpenAPI document: 2023.05.01
|
7
7
|
Contact: dev@agilicus.com
|
8
8
|
Generated by: https://openapi-generator.tech
|
9
9
|
"""
|
@@ -3,7 +3,7 @@
|
|
3
3
|
|
4
4
|
Agilicus is API-first. Modern software is controlled by other software, is open, is available for you to use the way you want, securely, simply. The OpenAPI Specification in YAML format is available on [www](https://www.agilicus.com/www/api/agilicus-openapi.yaml) for importing to other tools. A rendered, online viewable and usable version of this specification is available at [api](https://www.agilicus.com/api). You may try the API inline directly in the web page. To do so, first obtain an Authentication Token (the simplest way is to install the Python SDK, and then run `agilicus-cli --issuer https://MYISSUER get-token`). You will need an org-id for most calls (and can obtain from `agilicus-cli --issuer https://MYISSUER list-orgs`). The `MYISSUER` will typically be `auth.MYDOMAIN`, and you will see it as you sign-in to the administrative UI. This API releases on Bearer-Token authentication. To obtain a valid bearer token you will need to Authenticate to an Issuer with OpenID Connect (a superset of OAUTH2). Your \"issuer\" will look like https://auth.MYDOMAIN. For example, when you signed-up, if you said \"use my own domain name\" and assigned a CNAME of cloud.example.com, then your issuer would be https://auth.cloud.example.com. If you selected \"use an Agilicus supplied domain name\", your issuer would look like https://auth.myorg.agilicus.cloud. For test purposes you can use our [Python SDK](https://pypi.org/project/agilicus/) and run `agilicus-cli --issuer https://auth.MYDOMAIN get-token`. This API may be used in any language runtime that supports OpenAPI 3.0, or, you may use our [Python SDK](https://pypi.org/project/agilicus/), our [Typescript SDK](https://www.npmjs.com/package/@agilicus/angular), or our [Golang SDK](https://git.agilicus.com/pub/sdk-go). 100% of the activities in our system our API-driven, from our web-admin, through our progressive web applications, to all internals: there is nothing that is not accessible. For more information, see [developer resources](https://www.agilicus.com/developer). # noqa: E501
|
5
5
|
|
6
|
-
The version of the OpenAPI document: 2023.
|
6
|
+
The version of the OpenAPI document: 2023.05.01
|
7
7
|
Contact: dev@agilicus.com
|
8
8
|
Generated by: https://openapi-generator.tech
|
9
9
|
"""
|
@@ -3,7 +3,7 @@
|
|
3
3
|
|
4
4
|
Agilicus is API-first. Modern software is controlled by other software, is open, is available for you to use the way you want, securely, simply. The OpenAPI Specification in YAML format is available on [www](https://www.agilicus.com/www/api/agilicus-openapi.yaml) for importing to other tools. A rendered, online viewable and usable version of this specification is available at [api](https://www.agilicus.com/api). You may try the API inline directly in the web page. To do so, first obtain an Authentication Token (the simplest way is to install the Python SDK, and then run `agilicus-cli --issuer https://MYISSUER get-token`). You will need an org-id for most calls (and can obtain from `agilicus-cli --issuer https://MYISSUER list-orgs`). The `MYISSUER` will typically be `auth.MYDOMAIN`, and you will see it as you sign-in to the administrative UI. This API releases on Bearer-Token authentication. To obtain a valid bearer token you will need to Authenticate to an Issuer with OpenID Connect (a superset of OAUTH2). Your \"issuer\" will look like https://auth.MYDOMAIN. For example, when you signed-up, if you said \"use my own domain name\" and assigned a CNAME of cloud.example.com, then your issuer would be https://auth.cloud.example.com. If you selected \"use an Agilicus supplied domain name\", your issuer would look like https://auth.myorg.agilicus.cloud. For test purposes you can use our [Python SDK](https://pypi.org/project/agilicus/) and run `agilicus-cli --issuer https://auth.MYDOMAIN get-token`. This API may be used in any language runtime that supports OpenAPI 3.0, or, you may use our [Python SDK](https://pypi.org/project/agilicus/), our [Typescript SDK](https://www.npmjs.com/package/@agilicus/angular), or our [Golang SDK](https://git.agilicus.com/pub/sdk-go). 100% of the activities in our system our API-driven, from our web-admin, through our progressive web applications, to all internals: there is nothing that is not accessible. For more information, see [developer resources](https://www.agilicus.com/developer). # noqa: E501
|
5
5
|
|
6
|
-
The version of the OpenAPI document: 2023.
|
6
|
+
The version of the OpenAPI document: 2023.05.01
|
7
7
|
Contact: dev@agilicus.com
|
8
8
|
Generated by: https://openapi-generator.tech
|
9
9
|
"""
|
@@ -3,7 +3,7 @@
|
|
3
3
|
|
4
4
|
Agilicus is API-first. Modern software is controlled by other software, is open, is available for you to use the way you want, securely, simply. The OpenAPI Specification in YAML format is available on [www](https://www.agilicus.com/www/api/agilicus-openapi.yaml) for importing to other tools. A rendered, online viewable and usable version of this specification is available at [api](https://www.agilicus.com/api). You may try the API inline directly in the web page. To do so, first obtain an Authentication Token (the simplest way is to install the Python SDK, and then run `agilicus-cli --issuer https://MYISSUER get-token`). You will need an org-id for most calls (and can obtain from `agilicus-cli --issuer https://MYISSUER list-orgs`). The `MYISSUER` will typically be `auth.MYDOMAIN`, and you will see it as you sign-in to the administrative UI. This API releases on Bearer-Token authentication. To obtain a valid bearer token you will need to Authenticate to an Issuer with OpenID Connect (a superset of OAUTH2). Your \"issuer\" will look like https://auth.MYDOMAIN. For example, when you signed-up, if you said \"use my own domain name\" and assigned a CNAME of cloud.example.com, then your issuer would be https://auth.cloud.example.com. If you selected \"use an Agilicus supplied domain name\", your issuer would look like https://auth.myorg.agilicus.cloud. For test purposes you can use our [Python SDK](https://pypi.org/project/agilicus/) and run `agilicus-cli --issuer https://auth.MYDOMAIN get-token`. This API may be used in any language runtime that supports OpenAPI 3.0, or, you may use our [Python SDK](https://pypi.org/project/agilicus/), our [Typescript SDK](https://www.npmjs.com/package/@agilicus/angular), or our [Golang SDK](https://git.agilicus.com/pub/sdk-go). 100% of the activities in our system our API-driven, from our web-admin, through our progressive web applications, to all internals: there is nothing that is not accessible. For more information, see [developer resources](https://www.agilicus.com/developer). # noqa: E501
|
5
5
|
|
6
|
-
The version of the OpenAPI document: 2023.
|
6
|
+
The version of the OpenAPI document: 2023.05.01
|
7
7
|
Contact: dev@agilicus.com
|
8
8
|
Generated by: https://openapi-generator.tech
|
9
9
|
"""
|
@@ -3,7 +3,7 @@
|
|
3
3
|
|
4
4
|
Agilicus is API-first. Modern software is controlled by other software, is open, is available for you to use the way you want, securely, simply. The OpenAPI Specification in YAML format is available on [www](https://www.agilicus.com/www/api/agilicus-openapi.yaml) for importing to other tools. A rendered, online viewable and usable version of this specification is available at [api](https://www.agilicus.com/api). You may try the API inline directly in the web page. To do so, first obtain an Authentication Token (the simplest way is to install the Python SDK, and then run `agilicus-cli --issuer https://MYISSUER get-token`). You will need an org-id for most calls (and can obtain from `agilicus-cli --issuer https://MYISSUER list-orgs`). The `MYISSUER` will typically be `auth.MYDOMAIN`, and you will see it as you sign-in to the administrative UI. This API releases on Bearer-Token authentication. To obtain a valid bearer token you will need to Authenticate to an Issuer with OpenID Connect (a superset of OAUTH2). Your \"issuer\" will look like https://auth.MYDOMAIN. For example, when you signed-up, if you said \"use my own domain name\" and assigned a CNAME of cloud.example.com, then your issuer would be https://auth.cloud.example.com. If you selected \"use an Agilicus supplied domain name\", your issuer would look like https://auth.myorg.agilicus.cloud. For test purposes you can use our [Python SDK](https://pypi.org/project/agilicus/) and run `agilicus-cli --issuer https://auth.MYDOMAIN get-token`. This API may be used in any language runtime that supports OpenAPI 3.0, or, you may use our [Python SDK](https://pypi.org/project/agilicus/), our [Typescript SDK](https://www.npmjs.com/package/@agilicus/angular), or our [Golang SDK](https://git.agilicus.com/pub/sdk-go). 100% of the activities in our system our API-driven, from our web-admin, through our progressive web applications, to all internals: there is nothing that is not accessible. For more information, see [developer resources](https://www.agilicus.com/developer). # noqa: E501
|
5
5
|
|
6
|
-
The version of the OpenAPI document: 2023.
|
6
|
+
The version of the OpenAPI document: 2023.05.01
|
7
7
|
Contact: dev@agilicus.com
|
8
8
|
Generated by: https://openapi-generator.tech
|
9
9
|
"""
|
@@ -3,7 +3,7 @@
|
|
3
3
|
|
4
4
|
Agilicus is API-first. Modern software is controlled by other software, is open, is available for you to use the way you want, securely, simply. The OpenAPI Specification in YAML format is available on [www](https://www.agilicus.com/www/api/agilicus-openapi.yaml) for importing to other tools. A rendered, online viewable and usable version of this specification is available at [api](https://www.agilicus.com/api). You may try the API inline directly in the web page. To do so, first obtain an Authentication Token (the simplest way is to install the Python SDK, and then run `agilicus-cli --issuer https://MYISSUER get-token`). You will need an org-id for most calls (and can obtain from `agilicus-cli --issuer https://MYISSUER list-orgs`). The `MYISSUER` will typically be `auth.MYDOMAIN`, and you will see it as you sign-in to the administrative UI. This API releases on Bearer-Token authentication. To obtain a valid bearer token you will need to Authenticate to an Issuer with OpenID Connect (a superset of OAUTH2). Your \"issuer\" will look like https://auth.MYDOMAIN. For example, when you signed-up, if you said \"use my own domain name\" and assigned a CNAME of cloud.example.com, then your issuer would be https://auth.cloud.example.com. If you selected \"use an Agilicus supplied domain name\", your issuer would look like https://auth.myorg.agilicus.cloud. For test purposes you can use our [Python SDK](https://pypi.org/project/agilicus/) and run `agilicus-cli --issuer https://auth.MYDOMAIN get-token`. This API may be used in any language runtime that supports OpenAPI 3.0, or, you may use our [Python SDK](https://pypi.org/project/agilicus/), our [Typescript SDK](https://www.npmjs.com/package/@agilicus/angular), or our [Golang SDK](https://git.agilicus.com/pub/sdk-go). 100% of the activities in our system our API-driven, from our web-admin, through our progressive web applications, to all internals: there is nothing that is not accessible. For more information, see [developer resources](https://www.agilicus.com/developer). # noqa: E501
|
5
5
|
|
6
|
-
The version of the OpenAPI document: 2023.
|
6
|
+
The version of the OpenAPI document: 2023.05.01
|
7
7
|
Contact: dev@agilicus.com
|
8
8
|
Generated by: https://openapi-generator.tech
|
9
9
|
"""
|
@@ -3,7 +3,7 @@
|
|
3
3
|
|
4
4
|
Agilicus is API-first. Modern software is controlled by other software, is open, is available for you to use the way you want, securely, simply. The OpenAPI Specification in YAML format is available on [www](https://www.agilicus.com/www/api/agilicus-openapi.yaml) for importing to other tools. A rendered, online viewable and usable version of this specification is available at [api](https://www.agilicus.com/api). You may try the API inline directly in the web page. To do so, first obtain an Authentication Token (the simplest way is to install the Python SDK, and then run `agilicus-cli --issuer https://MYISSUER get-token`). You will need an org-id for most calls (and can obtain from `agilicus-cli --issuer https://MYISSUER list-orgs`). The `MYISSUER` will typically be `auth.MYDOMAIN`, and you will see it as you sign-in to the administrative UI. This API releases on Bearer-Token authentication. To obtain a valid bearer token you will need to Authenticate to an Issuer with OpenID Connect (a superset of OAUTH2). Your \"issuer\" will look like https://auth.MYDOMAIN. For example, when you signed-up, if you said \"use my own domain name\" and assigned a CNAME of cloud.example.com, then your issuer would be https://auth.cloud.example.com. If you selected \"use an Agilicus supplied domain name\", your issuer would look like https://auth.myorg.agilicus.cloud. For test purposes you can use our [Python SDK](https://pypi.org/project/agilicus/) and run `agilicus-cli --issuer https://auth.MYDOMAIN get-token`. This API may be used in any language runtime that supports OpenAPI 3.0, or, you may use our [Python SDK](https://pypi.org/project/agilicus/), our [Typescript SDK](https://www.npmjs.com/package/@agilicus/angular), or our [Golang SDK](https://git.agilicus.com/pub/sdk-go). 100% of the activities in our system our API-driven, from our web-admin, through our progressive web applications, to all internals: there is nothing that is not accessible. For more information, see [developer resources](https://www.agilicus.com/developer). # noqa: E501
|
5
5
|
|
6
|
-
The version of the OpenAPI document: 2023.
|
6
|
+
The version of the OpenAPI document: 2023.05.01
|
7
7
|
Contact: dev@agilicus.com
|
8
8
|
Generated by: https://openapi-generator.tech
|
9
9
|
"""
|
@@ -3,7 +3,7 @@
|
|
3
3
|
|
4
4
|
Agilicus is API-first. Modern software is controlled by other software, is open, is available for you to use the way you want, securely, simply. The OpenAPI Specification in YAML format is available on [www](https://www.agilicus.com/www/api/agilicus-openapi.yaml) for importing to other tools. A rendered, online viewable and usable version of this specification is available at [api](https://www.agilicus.com/api). You may try the API inline directly in the web page. To do so, first obtain an Authentication Token (the simplest way is to install the Python SDK, and then run `agilicus-cli --issuer https://MYISSUER get-token`). You will need an org-id for most calls (and can obtain from `agilicus-cli --issuer https://MYISSUER list-orgs`). The `MYISSUER` will typically be `auth.MYDOMAIN`, and you will see it as you sign-in to the administrative UI. This API releases on Bearer-Token authentication. To obtain a valid bearer token you will need to Authenticate to an Issuer with OpenID Connect (a superset of OAUTH2). Your \"issuer\" will look like https://auth.MYDOMAIN. For example, when you signed-up, if you said \"use my own domain name\" and assigned a CNAME of cloud.example.com, then your issuer would be https://auth.cloud.example.com. If you selected \"use an Agilicus supplied domain name\", your issuer would look like https://auth.myorg.agilicus.cloud. For test purposes you can use our [Python SDK](https://pypi.org/project/agilicus/) and run `agilicus-cli --issuer https://auth.MYDOMAIN get-token`. This API may be used in any language runtime that supports OpenAPI 3.0, or, you may use our [Python SDK](https://pypi.org/project/agilicus/), our [Typescript SDK](https://www.npmjs.com/package/@agilicus/angular), or our [Golang SDK](https://git.agilicus.com/pub/sdk-go). 100% of the activities in our system our API-driven, from our web-admin, through our progressive web applications, to all internals: there is nothing that is not accessible. For more information, see [developer resources](https://www.agilicus.com/developer). # noqa: E501
|
5
5
|
|
6
|
-
The version of the OpenAPI document: 2023.
|
6
|
+
The version of the OpenAPI document: 2023.05.01
|
7
7
|
Contact: dev@agilicus.com
|
8
8
|
Generated by: https://openapi-generator.tech
|
9
9
|
"""
|
@@ -3,7 +3,7 @@
|
|
3
3
|
|
4
4
|
Agilicus is API-first. Modern software is controlled by other software, is open, is available for you to use the way you want, securely, simply. The OpenAPI Specification in YAML format is available on [www](https://www.agilicus.com/www/api/agilicus-openapi.yaml) for importing to other tools. A rendered, online viewable and usable version of this specification is available at [api](https://www.agilicus.com/api). You may try the API inline directly in the web page. To do so, first obtain an Authentication Token (the simplest way is to install the Python SDK, and then run `agilicus-cli --issuer https://MYISSUER get-token`). You will need an org-id for most calls (and can obtain from `agilicus-cli --issuer https://MYISSUER list-orgs`). The `MYISSUER` will typically be `auth.MYDOMAIN`, and you will see it as you sign-in to the administrative UI. This API releases on Bearer-Token authentication. To obtain a valid bearer token you will need to Authenticate to an Issuer with OpenID Connect (a superset of OAUTH2). Your \"issuer\" will look like https://auth.MYDOMAIN. For example, when you signed-up, if you said \"use my own domain name\" and assigned a CNAME of cloud.example.com, then your issuer would be https://auth.cloud.example.com. If you selected \"use an Agilicus supplied domain name\", your issuer would look like https://auth.myorg.agilicus.cloud. For test purposes you can use our [Python SDK](https://pypi.org/project/agilicus/) and run `agilicus-cli --issuer https://auth.MYDOMAIN get-token`. This API may be used in any language runtime that supports OpenAPI 3.0, or, you may use our [Python SDK](https://pypi.org/project/agilicus/), our [Typescript SDK](https://www.npmjs.com/package/@agilicus/angular), or our [Golang SDK](https://git.agilicus.com/pub/sdk-go). 100% of the activities in our system our API-driven, from our web-admin, through our progressive web applications, to all internals: there is nothing that is not accessible. For more information, see [developer resources](https://www.agilicus.com/developer). # noqa: E501
|
5
5
|
|
6
|
-
The version of the OpenAPI document: 2023.
|
6
|
+
The version of the OpenAPI document: 2023.05.01
|
7
7
|
Contact: dev@agilicus.com
|
8
8
|
Generated by: https://openapi-generator.tech
|
9
9
|
"""
|
@@ -3,7 +3,7 @@
|
|
3
3
|
|
4
4
|
Agilicus is API-first. Modern software is controlled by other software, is open, is available for you to use the way you want, securely, simply. The OpenAPI Specification in YAML format is available on [www](https://www.agilicus.com/www/api/agilicus-openapi.yaml) for importing to other tools. A rendered, online viewable and usable version of this specification is available at [api](https://www.agilicus.com/api). You may try the API inline directly in the web page. To do so, first obtain an Authentication Token (the simplest way is to install the Python SDK, and then run `agilicus-cli --issuer https://MYISSUER get-token`). You will need an org-id for most calls (and can obtain from `agilicus-cli --issuer https://MYISSUER list-orgs`). The `MYISSUER` will typically be `auth.MYDOMAIN`, and you will see it as you sign-in to the administrative UI. This API releases on Bearer-Token authentication. To obtain a valid bearer token you will need to Authenticate to an Issuer with OpenID Connect (a superset of OAUTH2). Your \"issuer\" will look like https://auth.MYDOMAIN. For example, when you signed-up, if you said \"use my own domain name\" and assigned a CNAME of cloud.example.com, then your issuer would be https://auth.cloud.example.com. If you selected \"use an Agilicus supplied domain name\", your issuer would look like https://auth.myorg.agilicus.cloud. For test purposes you can use our [Python SDK](https://pypi.org/project/agilicus/) and run `agilicus-cli --issuer https://auth.MYDOMAIN get-token`. This API may be used in any language runtime that supports OpenAPI 3.0, or, you may use our [Python SDK](https://pypi.org/project/agilicus/), our [Typescript SDK](https://www.npmjs.com/package/@agilicus/angular), or our [Golang SDK](https://git.agilicus.com/pub/sdk-go). 100% of the activities in our system our API-driven, from our web-admin, through our progressive web applications, to all internals: there is nothing that is not accessible. For more information, see [developer resources](https://www.agilicus.com/developer). # noqa: E501
|
5
5
|
|
6
|
-
The version of the OpenAPI document: 2023.
|
6
|
+
The version of the OpenAPI document: 2023.05.01
|
7
7
|
Contact: dev@agilicus.com
|
8
8
|
Generated by: https://openapi-generator.tech
|
9
9
|
"""
|
@@ -3,7 +3,7 @@
|
|
3
3
|
|
4
4
|
Agilicus is API-first. Modern software is controlled by other software, is open, is available for you to use the way you want, securely, simply. The OpenAPI Specification in YAML format is available on [www](https://www.agilicus.com/www/api/agilicus-openapi.yaml) for importing to other tools. A rendered, online viewable and usable version of this specification is available at [api](https://www.agilicus.com/api). You may try the API inline directly in the web page. To do so, first obtain an Authentication Token (the simplest way is to install the Python SDK, and then run `agilicus-cli --issuer https://MYISSUER get-token`). You will need an org-id for most calls (and can obtain from `agilicus-cli --issuer https://MYISSUER list-orgs`). The `MYISSUER` will typically be `auth.MYDOMAIN`, and you will see it as you sign-in to the administrative UI. This API releases on Bearer-Token authentication. To obtain a valid bearer token you will need to Authenticate to an Issuer with OpenID Connect (a superset of OAUTH2). Your \"issuer\" will look like https://auth.MYDOMAIN. For example, when you signed-up, if you said \"use my own domain name\" and assigned a CNAME of cloud.example.com, then your issuer would be https://auth.cloud.example.com. If you selected \"use an Agilicus supplied domain name\", your issuer would look like https://auth.myorg.agilicus.cloud. For test purposes you can use our [Python SDK](https://pypi.org/project/agilicus/) and run `agilicus-cli --issuer https://auth.MYDOMAIN get-token`. This API may be used in any language runtime that supports OpenAPI 3.0, or, you may use our [Python SDK](https://pypi.org/project/agilicus/), our [Typescript SDK](https://www.npmjs.com/package/@agilicus/angular), or our [Golang SDK](https://git.agilicus.com/pub/sdk-go). 100% of the activities in our system our API-driven, from our web-admin, through our progressive web applications, to all internals: there is nothing that is not accessible. For more information, see [developer resources](https://www.agilicus.com/developer). # noqa: E501
|
5
5
|
|
6
|
-
The version of the OpenAPI document: 2023.
|
6
|
+
The version of the OpenAPI document: 2023.05.01
|
7
7
|
Contact: dev@agilicus.com
|
8
8
|
Generated by: https://openapi-generator.tech
|
9
9
|
"""
|