agilicus 1.290.7__py3-none-any.whl → 1.290.8__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1788) hide show
  1. agilicus/agilicus_api/__init__.py +1 -1
  2. agilicus/agilicus_api/api/application_services_api.py +1 -1
  3. agilicus/agilicus_api/api/applications_api.py +1 -1
  4. agilicus/agilicus_api/api/audits_api.py +1 -1
  5. agilicus/agilicus_api/api/billing_api.py +1 -1
  6. agilicus/agilicus_api/api/catalogues_api.py +1 -1
  7. agilicus/agilicus_api/api/certificates_api.py +1 -1
  8. agilicus/agilicus_api/api/challenges_api.py +1 -1
  9. agilicus/agilicus_api/api/connectors_api.py +1 -1
  10. agilicus/agilicus_api/api/credentials_api.py +1 -1
  11. agilicus/agilicus_api/api/diagnostics_api.py +1 -1
  12. agilicus/agilicus_api/api/features_api.py +1 -1
  13. agilicus/agilicus_api/api/files_api.py +1 -1
  14. agilicus/agilicus_api/api/groups_api.py +1 -1
  15. agilicus/agilicus_api/api/hosts_api.py +1 -1
  16. agilicus/agilicus_api/api/issuers_api.py +2 -12
  17. agilicus/agilicus_api/api/labels_api.py +1 -1
  18. agilicus/agilicus_api/api/launchers_api.py +1 -1
  19. agilicus/agilicus_api/api/lookups_api.py +1 -1
  20. agilicus/agilicus_api/api/messages_api.py +1 -1
  21. agilicus/agilicus_api/api/metrics_api.py +1 -1
  22. agilicus/agilicus_api/api/organisations_api.py +1 -1
  23. agilicus/agilicus_api/api/permissions_api.py +1 -1
  24. agilicus/agilicus_api/api/policy_api.py +1 -1
  25. agilicus/agilicus_api/api/policy_config_api.py +1 -1
  26. agilicus/agilicus_api/api/policy_templates_api.py +1 -1
  27. agilicus/agilicus_api/api/regions_api.py +1 -1
  28. agilicus/agilicus_api/api/resources_api.py +1 -1
  29. agilicus/agilicus_api/api/rules_api.py +1 -1
  30. agilicus/agilicus_api/api/tokens_api.py +1 -1
  31. agilicus/agilicus_api/api/trusted_certs_api.py +1 -1
  32. agilicus/agilicus_api/api/users_api.py +1 -1
  33. agilicus/agilicus_api/api/whoami_api.py +1 -1
  34. agilicus/agilicus_api/api_client.py +2 -2
  35. agilicus/agilicus_api/configuration.py +3 -3
  36. agilicus/agilicus_api/docs/IssuersApi.md +5 -4
  37. agilicus/agilicus_api/docs/OIDCUpstreamIdentityProvider.md +1 -0
  38. agilicus/agilicus_api/exceptions.py +1 -1
  39. agilicus/agilicus_api/model/access_requests.py +1 -1
  40. agilicus/agilicus_api/model/access_requests_status.py +1 -1
  41. agilicus/agilicus_api/model/add_group_member_request.py +1 -1
  42. agilicus/agilicus_api/model/admin_status.py +1 -1
  43. agilicus/agilicus_api/model/agent_connector.py +1 -1
  44. agilicus/agilicus_api/model/agent_connector_authz_stats.py +1 -1
  45. agilicus/agilicus_api/model/agent_connector_bootstrap.py +1 -1
  46. agilicus/agilicus_api/model/agent_connector_cloud_routing.py +1 -1
  47. agilicus/agilicus_api/model/agent_connector_connection_info.py +1 -1
  48. agilicus/agilicus_api/model/agent_connector_dynamic_stats.py +1 -1
  49. agilicus/agilicus_api/model/agent_connector_dynamic_stats_publish.py +1 -1
  50. agilicus/agilicus_api/model/agent_connector_info.py +1 -1
  51. agilicus/agilicus_api/model/agent_connector_instance.py +1 -1
  52. agilicus/agilicus_api/model/agent_connector_instance_spec.py +1 -1
  53. agilicus/agilicus_api/model/agent_connector_instance_status.py +1 -1
  54. agilicus/agilicus_api/model/agent_connector_local_bind.py +1 -1
  55. agilicus/agilicus_api/model/agent_connector_local_bind_error.py +1 -1
  56. agilicus/agilicus_api/model/agent_connector_local_bind_stats.py +1 -1
  57. agilicus/agilicus_api/model/agent_connector_on_demand_routing_stats.py +1 -1
  58. agilicus/agilicus_api/model/agent_connector_outer_proxy_info.py +1 -1
  59. agilicus/agilicus_api/model/agent_connector_per_share_stats.py +1 -1
  60. agilicus/agilicus_api/model/agent_connector_per_user_stats.py +1 -1
  61. agilicus/agilicus_api/model/agent_connector_performance_metrics.py +1 -1
  62. agilicus/agilicus_api/model/agent_connector_proxy.py +1 -1
  63. agilicus/agilicus_api/model/agent_connector_proxy_request_stats.py +1 -1
  64. agilicus/agilicus_api/model/agent_connector_proxy_request_stats_details.py +1 -1
  65. agilicus/agilicus_api/model/agent_connector_proxy_spec.py +1 -1
  66. agilicus/agilicus_api/model/agent_connector_proxy_stats.py +1 -1
  67. agilicus/agilicus_api/model/agent_connector_proxy_status.py +1 -1
  68. agilicus/agilicus_api/model/agent_connector_queue.py +1 -1
  69. agilicus/agilicus_api/model/agent_connector_queue_response.py +1 -1
  70. agilicus/agilicus_api/model/agent_connector_queue_spec.py +1 -1
  71. agilicus/agilicus_api/model/agent_connector_queue_status.py +1 -1
  72. agilicus/agilicus_api/model/agent_connector_routing_stats.py +1 -1
  73. agilicus/agilicus_api/model/agent_connector_share_stats.py +1 -1
  74. agilicus/agilicus_api/model/agent_connector_spec.py +1 -1
  75. agilicus/agilicus_api/model/agent_connector_spec_provisioning.py +1 -1
  76. agilicus/agilicus_api/model/agent_connector_specific_stats.py +1 -1
  77. agilicus/agilicus_api/model/agent_connector_stats.py +1 -1
  78. agilicus/agilicus_api/model/agent_connector_status.py +1 -1
  79. agilicus/agilicus_api/model/agent_connector_system_info.py +1 -1
  80. agilicus/agilicus_api/model/agent_connector_system_stats.py +1 -1
  81. agilicus/agilicus_api/model/agent_connector_transport_stats.py +1 -1
  82. agilicus/agilicus_api/model/agent_connector_tunnel_info.py +1 -1
  83. agilicus/agilicus_api/model/agent_connector_tunneling.py +1 -1
  84. agilicus/agilicus_api/model/agent_connector_user_stats.py +1 -1
  85. agilicus/agilicus_api/model/agent_local_auth_info.py +1 -1
  86. agilicus/agilicus_api/model/allow_map_compiled.py +1 -1
  87. agilicus/agilicus_api/model/allow_rule_compiled.py +1 -1
  88. agilicus/agilicus_api/model/alternate_mode_setting.py +1 -1
  89. agilicus/agilicus_api/model/alternate_mode_status.py +1 -1
  90. agilicus/agilicus_api/model/api_key.py +1 -1
  91. agilicus/agilicus_api/model/api_key_introspect.py +1 -1
  92. agilicus/agilicus_api/model/api_key_introspect_authorization_info.py +1 -1
  93. agilicus/agilicus_api/model/api_key_introspect_response.py +1 -1
  94. agilicus/agilicus_api/model/api_key_op_status.py +1 -1
  95. agilicus/agilicus_api/model/api_key_spec.py +1 -1
  96. agilicus/agilicus_api/model/api_key_status.py +1 -1
  97. agilicus/agilicus_api/model/application.py +1 -1
  98. agilicus/agilicus_api/model/application_additional_context.py +1 -1
  99. agilicus/agilicus_api/model/application_assignment.py +1 -1
  100. agilicus/agilicus_api/model/application_authentication_config.py +1 -1
  101. agilicus/agilicus_api/model/application_config.py +1 -1
  102. agilicus/agilicus_api/model/application_dynamic_config.py +1 -1
  103. agilicus/agilicus_api/model/application_monitoring_config.py +1 -1
  104. agilicus/agilicus_api/model/application_security.py +1 -1
  105. agilicus/agilicus_api/model/application_service.py +1 -1
  106. agilicus/agilicus_api/model/application_service_assignment.py +1 -1
  107. agilicus/agilicus_api/model/application_service_common_stats.py +1 -1
  108. agilicus/agilicus_api/model/application_service_load_balancing.py +1 -1
  109. agilicus/agilicus_api/model/application_service_location.py +1 -1
  110. agilicus/agilicus_api/model/application_service_route.py +1 -1
  111. agilicus/agilicus_api/model/application_service_routing_info.py +1 -1
  112. agilicus/agilicus_api/model/application_service_stats.py +1 -1
  113. agilicus/agilicus_api/model/application_service_stats_group.py +1 -1
  114. agilicus/agilicus_api/model/application_service_stats_publish.py +1 -1
  115. agilicus/agilicus_api/model/application_service_status.py +1 -1
  116. agilicus/agilicus_api/model/application_state_selector.py +1 -1
  117. agilicus/agilicus_api/model/application_stats.py +1 -1
  118. agilicus/agilicus_api/model/application_stats_list.py +1 -1
  119. agilicus/agilicus_api/model/application_summary.py +1 -1
  120. agilicus/agilicus_api/model/application_summary_status.py +1 -1
  121. agilicus/agilicus_api/model/application_upstream_config.py +1 -1
  122. agilicus/agilicus_api/model/application_upstream_form_info.py +1 -1
  123. agilicus/agilicus_api/model/application_upstream_identity_provider.py +1 -1
  124. agilicus/agilicus_api/model/application_upstream_validation.py +1 -1
  125. agilicus/agilicus_api/model/applied_connector_stats_config.py +1 -1
  126. agilicus/agilicus_api/model/audit.py +1 -1
  127. agilicus/agilicus_api/model/audit_attribute.py +1 -1
  128. agilicus/agilicus_api/model/audit_destination.py +1 -1
  129. agilicus/agilicus_api/model/audit_destination_authentication.py +1 -1
  130. agilicus/agilicus_api/model/audit_destination_filter.py +1 -1
  131. agilicus/agilicus_api/model/audit_destination_spec.py +1 -1
  132. agilicus/agilicus_api/model/audit_event.py +1 -1
  133. agilicus/agilicus_api/model/audit_event_response.py +1 -1
  134. agilicus/agilicus_api/model/audit_webhook_bulk_event.py +1 -1
  135. agilicus/agilicus_api/model/audit_webhook_events_processed.py +1 -1
  136. agilicus/agilicus_api/model/auth_audits.py +1 -1
  137. agilicus/agilicus_api/model/authentication_attribute.py +1 -1
  138. agilicus/agilicus_api/model/authentication_document.py +1 -1
  139. agilicus/agilicus_api/model/authentication_document_spec.py +1 -1
  140. agilicus/agilicus_api/model/authentication_document_status.py +1 -1
  141. agilicus/agilicus_api/model/authz_bundle.py +1 -1
  142. agilicus/agilicus_api/model/auto_create_status.py +1 -1
  143. agilicus/agilicus_api/model/base_upstream.py +1 -1
  144. agilicus/agilicus_api/model/base_upstreams.py +1 -1
  145. agilicus/agilicus_api/model/billing_account.py +1 -1
  146. agilicus/agilicus_api/model/billing_account_spec.py +1 -1
  147. agilicus/agilicus_api/model/billing_account_status.py +1 -1
  148. agilicus/agilicus_api/model/billing_balance_transaction.py +1 -1
  149. agilicus/agilicus_api/model/billing_checkout_session.py +1 -1
  150. agilicus/agilicus_api/model/billing_customer.py +1 -1
  151. agilicus/agilicus_api/model/billing_org.py +1 -1
  152. agilicus/agilicus_api/model/billing_org_subscription.py +1 -1
  153. agilicus/agilicus_api/model/billing_org_subscription_balance.py +1 -1
  154. agilicus/agilicus_api/model/billing_org_subscription_spec.py +1 -1
  155. agilicus/agilicus_api/model/billing_org_subscription_status.py +1 -1
  156. agilicus/agilicus_api/model/billing_portal_link.py +1 -1
  157. agilicus/agilicus_api/model/billing_product.py +1 -1
  158. agilicus/agilicus_api/model/billing_product_price.py +1 -1
  159. agilicus/agilicus_api/model/billing_provider_subscription_status.py +1 -1
  160. agilicus/agilicus_api/model/billing_subscription.py +1 -1
  161. agilicus/agilicus_api/model/billing_subscription_cancel_detail.py +1 -1
  162. agilicus/agilicus_api/model/billing_subscription_new_subscription.py +1 -1
  163. agilicus/agilicus_api/model/billing_subscription_usage_override_item.py +1 -1
  164. agilicus/agilicus_api/model/billing_usage_record.py +1 -1
  165. agilicus/agilicus_api/model/billing_usage_summary.py +1 -1
  166. agilicus/agilicus_api/model/bulk_delete_labelled_objects_request.py +1 -1
  167. agilicus/agilicus_api/model/bulk_delete_labelled_objects_response.py +1 -1
  168. agilicus/agilicus_api/model/bulk_session_operation_response.py +1 -1
  169. agilicus/agilicus_api/model/bulk_token_revoke.py +1 -1
  170. agilicus/agilicus_api/model/bulk_token_revoke_response.py +1 -1
  171. agilicus/agilicus_api/model/bulk_user_metadata.py +1 -1
  172. agilicus/agilicus_api/model/bulk_user_request_approval.py +1 -1
  173. agilicus/agilicus_api/model/catalogue.py +1 -1
  174. agilicus/agilicus_api/model/catalogue_entry.py +1 -1
  175. agilicus/agilicus_api/model/cert_signing_req.py +1 -1
  176. agilicus/agilicus_api/model/cert_signing_req_reissue.py +1 -1
  177. agilicus/agilicus_api/model/cert_signing_req_reissue_spec.py +1 -1
  178. agilicus/agilicus_api/model/cert_signing_req_reissue_status.py +1 -1
  179. agilicus/agilicus_api/model/cert_signing_req_spec.py +1 -1
  180. agilicus/agilicus_api/model/cert_signing_req_status.py +1 -1
  181. agilicus/agilicus_api/model/certificate_revocation_proxy.py +1 -1
  182. agilicus/agilicus_api/model/certificate_tracker.py +1 -1
  183. agilicus/agilicus_api/model/certificate_tracker_config.py +1 -1
  184. agilicus/agilicus_api/model/certificate_tracker_spec.py +1 -1
  185. agilicus/agilicus_api/model/certificate_tracker_status.py +1 -1
  186. agilicus/agilicus_api/model/certificate_transparency_settings.py +1 -1
  187. agilicus/agilicus_api/model/challenge.py +1 -1
  188. agilicus/agilicus_api/model/challenge_action.py +1 -1
  189. agilicus/agilicus_api/model/challenge_actor.py +1 -1
  190. agilicus/agilicus_api/model/challenge_answer.py +1 -1
  191. agilicus/agilicus_api/model/challenge_answer_spec.py +1 -1
  192. agilicus/agilicus_api/model/challenge_endpoint.py +1 -1
  193. agilicus/agilicus_api/model/challenge_spec.py +1 -1
  194. agilicus/agilicus_api/model/challenge_status.py +1 -1
  195. agilicus/agilicus_api/model/cipher_diffie_hellman_group.py +1 -1
  196. agilicus/agilicus_api/model/cipher_encryption_algorithm.py +1 -1
  197. agilicus/agilicus_api/model/cipher_integrity_algorithm.py +1 -1
  198. agilicus/agilicus_api/model/clear_file_association_request.py +1 -1
  199. agilicus/agilicus_api/model/clear_file_association_response.py +1 -1
  200. agilicus/agilicus_api/model/cluster.py +1 -1
  201. agilicus/agilicus_api/model/cluster_config.py +1 -1
  202. agilicus/agilicus_api/model/cluster_spec.py +1 -1
  203. agilicus/agilicus_api/model/combined_resource_rules.py +1 -1
  204. agilicus/agilicus_api/model/combined_resource_rules_status.py +1 -1
  205. agilicus/agilicus_api/model/combined_rules.py +1 -1
  206. agilicus/agilicus_api/model/combined_rules_status.py +1 -1
  207. agilicus/agilicus_api/model/combined_user_detail.py +1 -1
  208. agilicus/agilicus_api/model/combined_user_detail_status.py +1 -1
  209. agilicus/agilicus_api/model/common_metadata.py +1 -1
  210. agilicus/agilicus_api/model/compound_rule_condition.py +1 -1
  211. agilicus/agilicus_api/model/config_file_format.py +1 -1
  212. agilicus/agilicus_api/model/configure_connector_stats_publishing_request.py +1 -1
  213. agilicus/agilicus_api/model/connector.py +1 -1
  214. agilicus/agilicus_api/model/connector_base_info.py +1 -1
  215. agilicus/agilicus_api/model/connector_base_info_map.py +1 -1
  216. agilicus/agilicus_api/model/connector_cloud_routing.py +1 -1
  217. agilicus/agilicus_api/model/connector_diagnostic_stats.py +1 -1
  218. agilicus/agilicus_api/model/connector_instance.py +1 -1
  219. agilicus/agilicus_api/model/connector_instance_spec.py +1 -1
  220. agilicus/agilicus_api/model/connector_instance_status.py +1 -1
  221. agilicus/agilicus_api/model/connector_route.py +1 -1
  222. agilicus/agilicus_api/model/connector_secure_transfer.py +1 -1
  223. agilicus/agilicus_api/model/connector_secure_transfer_spec.py +1 -1
  224. agilicus/agilicus_api/model/connector_secure_transfer_status.py +1 -1
  225. agilicus/agilicus_api/model/connector_service.py +1 -1
  226. agilicus/agilicus_api/model/connector_service_spec.py +1 -1
  227. agilicus/agilicus_api/model/connector_service_status.py +1 -1
  228. agilicus/agilicus_api/model/connector_spec.py +1 -1
  229. agilicus/agilicus_api/model/connector_static_stats.py +1 -1
  230. agilicus/agilicus_api/model/connector_stats.py +1 -1
  231. agilicus/agilicus_api/model/connector_stats_metadata.py +1 -1
  232. agilicus/agilicus_api/model/connector_status.py +1 -1
  233. agilicus/agilicus_api/model/connector_system_stats.py +1 -1
  234. agilicus/agilicus_api/model/connector_upstream_stats_publish.py +1 -1
  235. agilicus/agilicus_api/model/content_type_options_settings.py +1 -1
  236. agilicus/agilicus_api/model/cors_origin.py +1 -1
  237. agilicus/agilicus_api/model/cors_settings.py +1 -1
  238. agilicus/agilicus_api/model/cpu_info.py +1 -1
  239. agilicus/agilicus_api/model/create_billing_checkout_session.py +1 -1
  240. agilicus/agilicus_api/model/create_billing_usage_records.py +1 -1
  241. agilicus/agilicus_api/model/create_session_and_token_request.py +1 -1
  242. agilicus/agilicus_api/model/create_session_and_token_response.py +1 -1
  243. agilicus/agilicus_api/model/create_token_request.py +1 -1
  244. agilicus/agilicus_api/model/create_user_data_token_request.py +1 -1
  245. agilicus/agilicus_api/model/credential_purpose.py +1 -1
  246. agilicus/agilicus_api/model/cross_origin_embedder_policy_settings.py +1 -1
  247. agilicus/agilicus_api/model/cross_origin_opener_policy_settings.py +1 -1
  248. agilicus/agilicus_api/model/cross_origin_resource_policy_settings.py +1 -1
  249. agilicus/agilicus_api/model/csp_directive.py +1 -1
  250. agilicus/agilicus_api/model/csp_settings.py +1 -1
  251. agilicus/agilicus_api/model/csr_reason_enum.py +1 -1
  252. agilicus/agilicus_api/model/custom_desktop_client_config.py +1 -1
  253. agilicus/agilicus_api/model/database_resource.py +1 -1
  254. agilicus/agilicus_api/model/database_resource_spec.py +1 -1
  255. agilicus/agilicus_api/model/database_resource_stats.py +1 -1
  256. agilicus/agilicus_api/model/database_resource_status.py +1 -1
  257. agilicus/agilicus_api/model/definition.py +1 -1
  258. agilicus/agilicus_api/model/dereferenced_standalone_rule_tree_node.py +1 -1
  259. agilicus/agilicus_api/model/dereferenced_standalone_rule_tree_node_child.py +1 -1
  260. agilicus/agilicus_api/model/desktop_client_config_item.py +1 -1
  261. agilicus/agilicus_api/model/desktop_client_configuration.py +1 -1
  262. agilicus/agilicus_api/model/desktop_client_generated_configuration.py +1 -1
  263. agilicus/agilicus_api/model/desktop_connection_info.py +1 -1
  264. agilicus/agilicus_api/model/desktop_remote_app.py +1 -1
  265. agilicus/agilicus_api/model/desktop_resource.py +1 -1
  266. agilicus/agilicus_api/model/desktop_resource_spec.py +1 -1
  267. agilicus/agilicus_api/model/desktop_resource_stats.py +1 -1
  268. agilicus/agilicus_api/model/desktop_resource_status.py +1 -1
  269. agilicus/agilicus_api/model/desktop_server_configuration.py +1 -1
  270. agilicus/agilicus_api/model/desktop_server_generated_configuration.py +1 -1
  271. agilicus/agilicus_api/model/display_info.py +1 -1
  272. agilicus/agilicus_api/model/domain.py +1 -1
  273. agilicus/agilicus_api/model/egress_gateway.py +1 -1
  274. agilicus/agilicus_api/model/email.py +1 -1
  275. agilicus/agilicus_api/model/emptiable_object_type.py +1 -1
  276. agilicus/agilicus_api/model/encrypted_data.py +1 -1
  277. agilicus/agilicus_api/model/environment.py +1 -1
  278. agilicus/agilicus_api/model/environment_config.py +1 -1
  279. agilicus/agilicus_api/model/environment_config_var.py +1 -1
  280. agilicus/agilicus_api/model/environment_status.py +1 -1
  281. agilicus/agilicus_api/model/error_message.py +1 -1
  282. agilicus/agilicus_api/model/extra_process.py +1 -1
  283. agilicus/agilicus_api/model/feature.py +1 -1
  284. agilicus/agilicus_api/model/feature_flag.py +1 -1
  285. agilicus/agilicus_api/model/feature_key.py +1 -1
  286. agilicus/agilicus_api/model/feature_spec.py +1 -1
  287. agilicus/agilicus_api/model/feature_status.py +1 -1
  288. agilicus/agilicus_api/model/feature_tag.py +1 -1
  289. agilicus/agilicus_api/model/feature_tag_name.py +1 -1
  290. agilicus/agilicus_api/model/feature_tag_spec.py +1 -1
  291. agilicus/agilicus_api/model/feature_value.py +1 -1
  292. agilicus/agilicus_api/model/file.py +1 -1
  293. agilicus/agilicus_api/model/file_association.py +1 -1
  294. agilicus/agilicus_api/model/file_association_spec.py +1 -1
  295. agilicus/agilicus_api/model/file_association_status.py +1 -1
  296. agilicus/agilicus_api/model/file_name.py +1 -1
  297. agilicus/agilicus_api/model/file_share_client_config.py +1 -1
  298. agilicus/agilicus_api/model/file_share_client_config_linux_config.py +1 -1
  299. agilicus/agilicus_api/model/file_share_client_config_mac_config.py +1 -1
  300. agilicus/agilicus_api/model/file_share_client_config_windows_config.py +1 -1
  301. agilicus/agilicus_api/model/file_share_service.py +1 -1
  302. agilicus/agilicus_api/model/file_share_service_spec.py +1 -1
  303. agilicus/agilicus_api/model/file_share_service_stats.py +1 -1
  304. agilicus/agilicus_api/model/file_share_service_stats_group.py +1 -1
  305. agilicus/agilicus_api/model/file_share_service_status.py +1 -1
  306. agilicus/agilicus_api/model/file_summary.py +1 -1
  307. agilicus/agilicus_api/model/file_template.py +1 -1
  308. agilicus/agilicus_api/model/file_template_argument.py +1 -1
  309. agilicus/agilicus_api/model/file_template_association.py +1 -1
  310. agilicus/agilicus_api/model/file_template_parameter.py +1 -1
  311. agilicus/agilicus_api/model/file_template_parameter_name.py +1 -1
  312. agilicus/agilicus_api/model/file_template_render_request.py +1 -1
  313. agilicus/agilicus_api/model/file_template_resource_info.py +1 -1
  314. agilicus/agilicus_api/model/file_template_spec.py +1 -1
  315. agilicus/agilicus_api/model/file_visibility.py +1 -1
  316. agilicus/agilicus_api/model/frame_options_settings.py +1 -1
  317. agilicus/agilicus_api/model/generic_float_metric.py +1 -1
  318. agilicus/agilicus_api/model/generic_int_metric.py +1 -1
  319. agilicus/agilicus_api/model/group.py +1 -1
  320. agilicus/agilicus_api/model/group_data.py +1 -1
  321. agilicus/agilicus_api/model/group_member.py +1 -1
  322. agilicus/agilicus_api/model/group_reconcile_record.py +1 -1
  323. agilicus/agilicus_api/model/guid_metadata.py +1 -1
  324. agilicus/agilicus_api/model/host.py +1 -1
  325. agilicus/agilicus_api/model/host_bundle.py +1 -1
  326. agilicus/agilicus_api/model/host_bundle_client_config.py +1 -1
  327. agilicus/agilicus_api/model/host_bundle_label.py +1 -1
  328. agilicus/agilicus_api/model/host_bundle_name.py +1 -1
  329. agilicus/agilicus_api/model/host_bundle_spec.py +1 -1
  330. agilicus/agilicus_api/model/host_bundle_status.py +1 -1
  331. agilicus/agilicus_api/model/host_destination.py +1 -1
  332. agilicus/agilicus_api/model/host_label.py +1 -1
  333. agilicus/agilicus_api/model/host_label_name.py +1 -1
  334. agilicus/agilicus_api/model/host_label_spec.py +1 -1
  335. agilicus/agilicus_api/model/host_org.py +1 -1
  336. agilicus/agilicus_api/model/host_permissions.py +1 -1
  337. agilicus/agilicus_api/model/host_prefix_rule_condition.py +1 -1
  338. agilicus/agilicus_api/model/host_spec.py +1 -1
  339. agilicus/agilicus_api/model/hsts_settings.py +1 -1
  340. agilicus/agilicus_api/model/http_basic_auth.py +1 -1
  341. agilicus/agilicus_api/model/http_bearer_auth.py +1 -1
  342. agilicus/agilicus_api/model/http_challenge_action.py +1 -1
  343. agilicus/agilicus_api/model/http_detailed_stats.py +1 -1
  344. agilicus/agilicus_api/model/http_request_extractor.py +1 -1
  345. agilicus/agilicus_api/model/http_request_extractor_source.py +1 -1
  346. agilicus/agilicus_api/model/http_response_code_counter.py +1 -1
  347. agilicus/agilicus_api/model/http_rule.py +1 -1
  348. agilicus/agilicus_api/model/http_rule_condition.py +1 -1
  349. agilicus/agilicus_api/model/http_rule_condition_type.py +1 -1
  350. agilicus/agilicus_api/model/http_security_settings.py +1 -1
  351. agilicus/agilicus_api/model/http_summary_stats.py +1 -1
  352. agilicus/agilicus_api/model/icon.py +1 -1
  353. agilicus/agilicus_api/model/icon_dimensions.py +1 -1
  354. agilicus/agilicus_api/model/icon_purpose.py +1 -1
  355. agilicus/agilicus_api/model/identity_assertion.py +1 -1
  356. agilicus/agilicus_api/model/identity_assertion_response.py +1 -1
  357. agilicus/agilicus_api/model/inbox_item.py +1 -1
  358. agilicus/agilicus_api/model/inbox_item_metadata.py +1 -1
  359. agilicus/agilicus_api/model/inbox_item_spec.py +1 -1
  360. agilicus/agilicus_api/model/inbox_item_status.py +1 -1
  361. agilicus/agilicus_api/model/included_role.py +1 -1
  362. agilicus/agilicus_api/model/inheritable_user_config.py +1 -1
  363. agilicus/agilicus_api/model/inline_response200.py +1 -1
  364. agilicus/agilicus_api/model/interceptor_command.py +1 -1
  365. agilicus/agilicus_api/model/interceptor_config.py +1 -1
  366. agilicus/agilicus_api/model/invalid_policy_template.py +1 -1
  367. agilicus/agilicus_api/model/ipsec_connection.py +1 -1
  368. agilicus/agilicus_api/model/ipsec_connection_ipv4_block.py +1 -1
  369. agilicus/agilicus_api/model/ipsec_connection_spec.py +1 -1
  370. agilicus/agilicus_api/model/ipsec_connector.py +1 -1
  371. agilicus/agilicus_api/model/ipsec_connector_spec.py +1 -1
  372. agilicus/agilicus_api/model/ipsec_connector_status.py +1 -1
  373. agilicus/agilicus_api/model/ipsec_gateway_interface.py +1 -1
  374. agilicus/agilicus_api/model/issuer.py +1 -1
  375. agilicus/agilicus_api/model/issuer_client.py +1 -1
  376. agilicus/agilicus_api/model/issuer_status.py +1 -1
  377. agilicus/agilicus_api/model/issuer_upstream.py +1 -1
  378. agilicus/agilicus_api/model/js_inject.py +1 -1
  379. agilicus/agilicus_api/model/json_body_constraint.py +1 -1
  380. agilicus/agilicus_api/model/jwks.py +1 -1
  381. agilicus/agilicus_api/model/k8s_slug.py +1 -1
  382. agilicus/agilicus_api/model/kerberos_upstream_config.py +1 -1
  383. agilicus/agilicus_api/model/kerberos_upstream_identity_provider.py +1 -1
  384. agilicus/agilicus_api/model/kerberos_upstream_status.py +1 -1
  385. agilicus/agilicus_api/model/kerberos_upstream_status_key_tab_entries.py +1 -1
  386. agilicus/agilicus_api/model/kernel_info.py +1 -1
  387. agilicus/agilicus_api/model/label.py +1 -1
  388. agilicus/agilicus_api/model/label_association.py +1 -1
  389. agilicus/agilicus_api/model/label_association_status.py +1 -1
  390. agilicus/agilicus_api/model/label_name.py +1 -1
  391. agilicus/agilicus_api/model/label_navigation.py +1 -1
  392. agilicus/agilicus_api/model/label_spec.py +1 -1
  393. agilicus/agilicus_api/model/labelled_object.py +1 -1
  394. agilicus/agilicus_api/model/latency_bucket_value.py +1 -1
  395. agilicus/agilicus_api/model/latency_histogram.py +1 -1
  396. agilicus/agilicus_api/model/latency_histogram_buckets.py +1 -1
  397. agilicus/agilicus_api/model/launcher.py +1 -1
  398. agilicus/agilicus_api/model/launcher_config.py +1 -1
  399. agilicus/agilicus_api/model/launcher_spec.py +1 -1
  400. agilicus/agilicus_api/model/launcher_status.py +1 -1
  401. agilicus/agilicus_api/model/learning_mode_spec.py +1 -1
  402. agilicus/agilicus_api/model/list_access_requests_response.py +1 -1
  403. agilicus/agilicus_api/model/list_active_users_response.py +1 -1
  404. agilicus/agilicus_api/model/list_agent_connector_instance_response.py +1 -1
  405. agilicus/agilicus_api/model/list_agent_connector_instance_stats_response.py +1 -1
  406. agilicus/agilicus_api/model/list_agent_connector_proxy_response.py +1 -1
  407. agilicus/agilicus_api/model/list_agent_connector_response.py +1 -1
  408. agilicus/agilicus_api/model/list_api_keys_response.py +1 -1
  409. agilicus/agilicus_api/model/list_application_services_response.py +1 -1
  410. agilicus/agilicus_api/model/list_application_summary_response.py +1 -1
  411. agilicus/agilicus_api/model/list_applications_response.py +1 -1
  412. agilicus/agilicus_api/model/list_audit_destinations_response.py +1 -1
  413. agilicus/agilicus_api/model/list_audits_response.py +1 -1
  414. agilicus/agilicus_api/model/list_auth_audits_response.py +1 -1
  415. agilicus/agilicus_api/model/list_authentication_document_response.py +1 -1
  416. agilicus/agilicus_api/model/list_billing_accounts_response.py +1 -1
  417. agilicus/agilicus_api/model/list_billing_balance_transactions.py +1 -1
  418. agilicus/agilicus_api/model/list_billing_checkout_sessions.py +1 -1
  419. agilicus/agilicus_api/model/list_billing_org_subscriptions_response.py +1 -1
  420. agilicus/agilicus_api/model/list_billing_usage_records_response.py +1 -1
  421. agilicus/agilicus_api/model/list_catalogue_entries_response.py +1 -1
  422. agilicus/agilicus_api/model/list_catalogues_response.py +1 -1
  423. agilicus/agilicus_api/model/list_cert_signing_req_response.py +1 -1
  424. agilicus/agilicus_api/model/list_certificate_tracker_response.py +1 -1
  425. agilicus/agilicus_api/model/list_cluster_response.py +1 -1
  426. agilicus/agilicus_api/model/list_combined_resource_rules_response.py +1 -1
  427. agilicus/agilicus_api/model/list_combined_rules_response.py +1 -1
  428. agilicus/agilicus_api/model/list_combined_user_details_response.py +1 -1
  429. agilicus/agilicus_api/model/list_configs_response.py +1 -1
  430. agilicus/agilicus_api/model/list_connector_response.py +1 -1
  431. agilicus/agilicus_api/model/list_connector_secure_transfer_response.py +1 -1
  432. agilicus/agilicus_api/model/list_connector_service_response.py +1 -1
  433. agilicus/agilicus_api/model/list_connector_stats_response.py +1 -1
  434. agilicus/agilicus_api/model/list_database_resources_response.py +1 -1
  435. agilicus/agilicus_api/model/list_desktop_resources_response.py +1 -1
  436. agilicus/agilicus_api/model/list_domains_response.py +1 -1
  437. agilicus/agilicus_api/model/list_elevated_user_roles.py +1 -1
  438. agilicus/agilicus_api/model/list_environment_configs_response.py +1 -1
  439. agilicus/agilicus_api/model/list_feature_tags_response.py +1 -1
  440. agilicus/agilicus_api/model/list_features_response.py +1 -1
  441. agilicus/agilicus_api/model/list_file_associations_response.py +1 -1
  442. agilicus/agilicus_api/model/list_file_share_services_response.py +1 -1
  443. agilicus/agilicus_api/model/list_file_templates_response.py +1 -1
  444. agilicus/agilicus_api/model/list_files_response.py +1 -1
  445. agilicus/agilicus_api/model/list_groups_response.py +1 -1
  446. agilicus/agilicus_api/model/list_guid_metadata_response.py +1 -1
  447. agilicus/agilicus_api/model/list_host.py +1 -1
  448. agilicus/agilicus_api/model/list_host_bundle.py +1 -1
  449. agilicus/agilicus_api/model/list_host_label.py +1 -1
  450. agilicus/agilicus_api/model/list_host_org.py +1 -1
  451. agilicus/agilicus_api/model/list_inbox_items_response.py +1 -1
  452. agilicus/agilicus_api/model/list_inbox_items_summary.py +1 -1
  453. agilicus/agilicus_api/model/list_ipsec_connector_response.py +1 -1
  454. agilicus/agilicus_api/model/list_issuer_clients_response.py +1 -1
  455. agilicus/agilicus_api/model/list_issuer_extensions_response.py +1 -1
  456. agilicus/agilicus_api/model/list_issuer_roots_response.py +1 -1
  457. agilicus/agilicus_api/model/list_issuer_upstreams.py +1 -1
  458. agilicus/agilicus_api/model/list_jwks.py +1 -1
  459. agilicus/agilicus_api/model/list_labelled_objects_response.py +1 -1
  460. agilicus/agilicus_api/model/list_labels_response.py +1 -1
  461. agilicus/agilicus_api/model/list_launchers_response.py +1 -1
  462. agilicus/agilicus_api/model/list_logs_response.py +1 -1
  463. agilicus/agilicus_api/model/list_message_endpoints_response.py +1 -1
  464. agilicus/agilicus_api/model/list_mfa_challenge_methods.py +1 -1
  465. agilicus/agilicus_api/model/list_object_credential_existence_info_response.py +1 -1
  466. agilicus/agilicus_api/model/list_object_credentials_response.py +1 -1
  467. agilicus/agilicus_api/model/list_orgs_response.py +1 -1
  468. agilicus/agilicus_api/model/list_point_of_presences_response.py +1 -1
  469. agilicus/agilicus_api/model/list_policies_response.py +1 -1
  470. agilicus/agilicus_api/model/list_policy_rules_response.py +1 -1
  471. agilicus/agilicus_api/model/list_policy_template_instances_response.py +1 -1
  472. agilicus/agilicus_api/model/list_products_response.py +1 -1
  473. agilicus/agilicus_api/model/list_public_file_org_links_response.py +1 -1
  474. agilicus/agilicus_api/model/list_region_response.py +1 -1
  475. agilicus/agilicus_api/model/list_regional_locations_response.py +1 -1
  476. agilicus/agilicus_api/model/list_resource_groups_response.py +1 -1
  477. agilicus/agilicus_api/model/list_resource_permissions_response.py +1 -1
  478. agilicus/agilicus_api/model/list_resource_roles_response.py +1 -1
  479. agilicus/agilicus_api/model/list_resources_response.py +1 -1
  480. agilicus/agilicus_api/model/list_role_to_rule_entries.py +1 -1
  481. agilicus/agilicus_api/model/list_roles.py +1 -1
  482. agilicus/agilicus_api/model/list_rules.py +1 -1
  483. agilicus/agilicus_api/model/list_secure_agent_response.py +1 -1
  484. agilicus/agilicus_api/model/list_service_account_response.py +1 -1
  485. agilicus/agilicus_api/model/list_service_forwarders_response.py +1 -1
  486. agilicus/agilicus_api/model/list_sessions_response.py +1 -1
  487. agilicus/agilicus_api/model/list_ssh_resources_response.py +1 -1
  488. agilicus/agilicus_api/model/list_standalone_rule_policies_response.py +1 -1
  489. agilicus/agilicus_api/model/list_standalone_rule_trees_response.py +1 -1
  490. agilicus/agilicus_api/model/list_standalone_rules_response.py +1 -1
  491. agilicus/agilicus_api/model/list_standalone_ruleset_bundles_response.py +1 -1
  492. agilicus/agilicus_api/model/list_standalone_ruleset_labels_response.py +1 -1
  493. agilicus/agilicus_api/model/list_standalone_rulesets_response.py +1 -1
  494. agilicus/agilicus_api/model/list_support_request_response.py +1 -1
  495. agilicus/agilicus_api/model/list_tokens_response.py +1 -1
  496. agilicus/agilicus_api/model/list_top_users_response.py +1 -1
  497. agilicus/agilicus_api/model/list_totp_enrollment_response.py +1 -1
  498. agilicus/agilicus_api/model/list_trusted_certificate.py +1 -1
  499. agilicus/agilicus_api/model/list_trusted_certificate_bundle.py +1 -1
  500. agilicus/agilicus_api/model/list_trusted_certificate_label.py +1 -1
  501. agilicus/agilicus_api/model/list_trusted_certificate_org.py +1 -1
  502. agilicus/agilicus_api/model/list_upstream_aliases.py +1 -1
  503. agilicus/agilicus_api/model/list_upstream_group_mapping.py +1 -1
  504. agilicus/agilicus_api/model/list_upstream_user_identities_response.py +1 -1
  505. agilicus/agilicus_api/model/list_user_application_access_info_response.py +1 -1
  506. agilicus/agilicus_api/model/list_user_desktop_access_info_response.py +1 -1
  507. agilicus/agilicus_api/model/list_user_file_share_access_info_response.py +1 -1
  508. agilicus/agilicus_api/model/list_user_guids_response.py +1 -1
  509. agilicus/agilicus_api/model/list_user_launcher_access_info_response.py +1 -1
  510. agilicus/agilicus_api/model/list_user_metadata_response.py +1 -1
  511. agilicus/agilicus_api/model/list_user_request_info_response.py +1 -1
  512. agilicus/agilicus_api/model/list_user_resource_access_info_response.py +1 -1
  513. agilicus/agilicus_api/model/list_user_roles_for_an_org.py +1 -1
  514. agilicus/agilicus_api/model/list_user_ssh_access_info_response.py +1 -1
  515. agilicus/agilicus_api/model/list_users_response.py +1 -1
  516. agilicus/agilicus_api/model/list_web_auth_n_enrollment_response.py +1 -1
  517. agilicus/agilicus_api/model/list_well_known_issuer_info.py +1 -1
  518. agilicus/agilicus_api/model/list_x509_certificate_response.py +1 -1
  519. agilicus/agilicus_api/model/local_auth_upstream_config.py +1 -1
  520. agilicus/agilicus_api/model/local_auth_upstream_identity_provider.py +1 -1
  521. agilicus/agilicus_api/model/log.py +1 -1
  522. agilicus/agilicus_api/model/login_session.py +1 -1
  523. agilicus/agilicus_api/model/lookup_request.py +1 -1
  524. agilicus/agilicus_api/model/managed_upstream_identity_provider.py +1 -1
  525. agilicus/agilicus_api/model/many_org_token_introspect_response.py +1 -1
  526. agilicus/agilicus_api/model/map_attributes_answer.py +1 -1
  527. agilicus/agilicus_api/model/map_attributes_answer_result.py +1 -1
  528. agilicus/agilicus_api/model/map_attributes_question.py +1 -1
  529. agilicus/agilicus_api/model/map_attributes_question_input.py +1 -1
  530. agilicus/agilicus_api/model/map_attributes_question_login_info.py +1 -1
  531. agilicus/agilicus_api/model/mapped_attributes.py +1 -1
  532. agilicus/agilicus_api/model/max_mfa_proof_rule_condition.py +1 -1
  533. agilicus/agilicus_api/model/memory_info.py +1 -1
  534. agilicus/agilicus_api/model/message.py +1 -1
  535. agilicus/agilicus_api/model/message_action.py +1 -1
  536. agilicus/agilicus_api/model/message_address.py +1 -1
  537. agilicus/agilicus_api/model/message_class.py +1 -1
  538. agilicus/agilicus_api/model/message_endpoint.py +1 -1
  539. agilicus/agilicus_api/model/message_endpoint_metadata.py +1 -1
  540. agilicus/agilicus_api/model/message_endpoint_spec.py +1 -1
  541. agilicus/agilicus_api/model/message_endpoint_type.py +1 -1
  542. agilicus/agilicus_api/model/message_endpoint_type_web_push.py +1 -1
  543. agilicus/agilicus_api/model/message_endpoints_config.py +1 -1
  544. agilicus/agilicus_api/model/message_send_item.py +1 -1
  545. agilicus/agilicus_api/model/message_send_request.py +1 -1
  546. agilicus/agilicus_api/model/message_send_response.py +1 -1
  547. agilicus/agilicus_api/model/message_send_response_item.py +1 -1
  548. agilicus/agilicus_api/model/message_tag.py +1 -1
  549. agilicus/agilicus_api/model/message_tag_name.py +1 -1
  550. agilicus/agilicus_api/model/message_type.py +1 -1
  551. agilicus/agilicus_api/model/messages_bulk_delete_request.py +1 -1
  552. agilicus/agilicus_api/model/messages_bulk_delete_response.py +1 -1
  553. agilicus/agilicus_api/model/metadata_with_id.py +1 -1
  554. agilicus/agilicus_api/model/metadata_with_id_all_of.py +1 -1
  555. agilicus/agilicus_api/model/metadata_with_only_id.py +1 -1
  556. agilicus/agilicus_api/model/mfa_challenge_answer.py +1 -1
  557. agilicus/agilicus_api/model/mfa_challenge_answer_result.py +1 -1
  558. agilicus/agilicus_api/model/mfa_challenge_method.py +1 -1
  559. agilicus/agilicus_api/model/mfa_challenge_method_spec.py +1 -1
  560. agilicus/agilicus_api/model/mfa_challenge_question.py +1 -1
  561. agilicus/agilicus_api/model/mfa_challenge_question_input.py +1 -1
  562. agilicus/agilicus_api/model/mfa_challenge_question_login_info.py +1 -1
  563. agilicus/agilicus_api/model/mfa_enrollment_answer.py +1 -1
  564. agilicus/agilicus_api/model/mfa_enrollment_answer_result.py +1 -1
  565. agilicus/agilicus_api/model/mfa_enrollment_question.py +1 -1
  566. agilicus/agilicus_api/model/mfa_enrollment_question_input.py +1 -1
  567. agilicus/agilicus_api/model/mfa_enrollment_question_login_info.py +1 -1
  568. agilicus/agilicus_api/model/mfa_policy_template.py +1 -1
  569. agilicus/agilicus_api/model/network_detailed_stats.py +1 -1
  570. agilicus/agilicus_api/model/network_mount_rule_config.py +1 -1
  571. agilicus/agilicus_api/model/network_port.py +1 -1
  572. agilicus/agilicus_api/model/network_port_range.py +1 -1
  573. agilicus/agilicus_api/model/network_protocol_condition.py +1 -1
  574. agilicus/agilicus_api/model/network_service_config.py +1 -1
  575. agilicus/agilicus_api/model/network_summary_stats.py +1 -1
  576. agilicus/agilicus_api/model/next_page_email.py +1 -1
  577. agilicus/agilicus_api/model/object_credential.py +1 -1
  578. agilicus/agilicus_api/model/object_credential_existence_info.py +1 -1
  579. agilicus/agilicus_api/model/object_credential_secrets.py +1 -1
  580. agilicus/agilicus_api/model/object_credential_spec.py +1 -1
  581. agilicus/agilicus_api/model/object_credential_status.py +1 -1
  582. agilicus/agilicus_api/model/object_oper_status.py +1 -1
  583. agilicus/agilicus_api/model/object_type.py +1 -1
  584. agilicus/agilicus_api/model/oidc_auth_config.py +1 -1
  585. agilicus/agilicus_api/model/oidc_auth_path_config.py +1 -1
  586. agilicus/agilicus_api/model/oidc_auth_uri.py +1 -1
  587. agilicus/agilicus_api/model/oidc_content_type.py +1 -1
  588. agilicus/agilicus_api/model/oidc_proxy_config.py +1 -1
  589. agilicus/agilicus_api/model/oidc_proxy_content_manipulation.py +1 -1
  590. agilicus/agilicus_api/model/oidc_proxy_domain_mapping.py +1 -1
  591. agilicus/agilicus_api/model/oidc_proxy_domain_name_mapping.py +1 -1
  592. agilicus/agilicus_api/model/oidc_proxy_domain_substitution.py +1 -1
  593. agilicus/agilicus_api/model/oidc_proxy_header.py +1 -1
  594. agilicus/agilicus_api/model/oidc_proxy_header_mapping.py +1 -1
  595. agilicus/agilicus_api/model/oidc_proxy_header_match.py +1 -1
  596. agilicus/agilicus_api/model/oidc_proxy_header_name.py +1 -1
  597. agilicus/agilicus_api/model/oidc_proxy_header_override.py +1 -1
  598. agilicus/agilicus_api/model/oidc_proxy_header_replace.py +1 -1
  599. agilicus/agilicus_api/model/oidc_proxy_header_rewrite_filter.py +1 -1
  600. agilicus/agilicus_api/model/oidc_proxy_header_user_config.py +1 -1
  601. agilicus/agilicus_api/model/oidc_proxy_scope.py +1 -1
  602. agilicus/agilicus_api/model/oidc_proxy_standard_header.py +1 -1
  603. agilicus/agilicus_api/model/oidc_proxy_upstream_authentication.py +1 -1
  604. agilicus/agilicus_api/model/oidc_proxy_upstream_config.py +1 -1
  605. agilicus/agilicus_api/model/oidc_proxy_upstream_ntlm.py +1 -1
  606. agilicus/agilicus_api/model/oidc_upstream_identity_provider.py +13 -1
  607. agilicus/agilicus_api/model/one_time_use_action_challenge.py +1 -1
  608. agilicus/agilicus_api/model/one_time_use_action_challenge_answer_detail.py +1 -1
  609. agilicus/agilicus_api/model/one_time_use_action_challenge_response.py +1 -1
  610. agilicus/agilicus_api/model/one_time_use_action_challenge_spec.py +1 -1
  611. agilicus/agilicus_api/model/operational_status.py +1 -1
  612. agilicus/agilicus_api/model/org_info.py +1 -1
  613. agilicus/agilicus_api/model/org_scope_patch_document.py +1 -1
  614. agilicus/agilicus_api/model/organisation.py +1 -1
  615. agilicus/agilicus_api/model/organisation_admin.py +1 -1
  616. agilicus/agilicus_api/model/organisation_capabilities.py +1 -1
  617. agilicus/agilicus_api/model/organisation_owner_config.py +1 -1
  618. agilicus/agilicus_api/model/organisation_state_selector.py +1 -1
  619. agilicus/agilicus_api/model/organisation_state_status.py +1 -1
  620. agilicus/agilicus_api/model/organisation_status.py +1 -1
  621. agilicus/agilicus_api/model/organisation_system_options.py +1 -1
  622. agilicus/agilicus_api/model/os_info.py +1 -1
  623. agilicus/agilicus_api/model/per_instance_upstream_stats.py +1 -1
  624. agilicus/agilicus_api/model/per_tunnel_stats.py +1 -1
  625. agilicus/agilicus_api/model/permitted_cross_domain_policies_settings.py +1 -1
  626. agilicus/agilicus_api/model/point_of_presence.py +1 -1
  627. agilicus/agilicus_api/model/point_of_presence_routing.py +1 -1
  628. agilicus/agilicus_api/model/point_of_presence_spec.py +1 -1
  629. agilicus/agilicus_api/model/point_of_presence_status.py +1 -1
  630. agilicus/agilicus_api/model/policy.py +1 -1
  631. agilicus/agilicus_api/model/policy_condition.py +1 -1
  632. agilicus/agilicus_api/model/policy_config_authz_bundle.py +1 -1
  633. agilicus/agilicus_api/model/policy_config_resource_url_bundle.py +1 -1
  634. agilicus/agilicus_api/model/policy_group.py +1 -1
  635. agilicus/agilicus_api/model/policy_group_spec.py +1 -1
  636. agilicus/agilicus_api/model/policy_issuer_ref.py +1 -1
  637. agilicus/agilicus_api/model/policy_rule.py +1 -1
  638. agilicus/agilicus_api/model/policy_rule_spec.py +1 -1
  639. agilicus/agilicus_api/model/policy_spec.py +1 -1
  640. agilicus/agilicus_api/model/policy_status.py +1 -1
  641. agilicus/agilicus_api/model/policy_template.py +1 -1
  642. agilicus/agilicus_api/model/policy_template_instance.py +1 -1
  643. agilicus/agilicus_api/model/policy_template_instance_spec.py +1 -1
  644. agilicus/agilicus_api/model/previous_page_email.py +1 -1
  645. agilicus/agilicus_api/model/product.py +1 -1
  646. agilicus/agilicus_api/model/product_spec.py +1 -1
  647. agilicus/agilicus_api/model/product_status.py +1 -1
  648. agilicus/agilicus_api/model/public_file_org_link.py +1 -1
  649. agilicus/agilicus_api/model/public_file_org_link_spec.py +1 -1
  650. agilicus/agilicus_api/model/raw_token.py +1 -1
  651. agilicus/agilicus_api/model/reconcile_org_default_policy_request.py +1 -1
  652. agilicus/agilicus_api/model/reconcile_org_default_policy_response.py +1 -1
  653. agilicus/agilicus_api/model/reconcile_org_default_policy_response_per_org.py +1 -1
  654. agilicus/agilicus_api/model/reconcile_sub_org_issuer_request.py +1 -1
  655. agilicus/agilicus_api/model/referrer_policy_settings.py +1 -1
  656. agilicus/agilicus_api/model/refresh_token_request.py +1 -1
  657. agilicus/agilicus_api/model/region.py +1 -1
  658. agilicus/agilicus_api/model/region_routing.py +1 -1
  659. agilicus/agilicus_api/model/region_spec.py +1 -1
  660. agilicus/agilicus_api/model/region_status.py +1 -1
  661. agilicus/agilicus_api/model/regional_firewall_rule.py +1 -1
  662. agilicus/agilicus_api/model/regional_location.py +1 -1
  663. agilicus/agilicus_api/model/remote_app_access_info.py +1 -1
  664. agilicus/agilicus_api/model/rendered_query_parameter.py +1 -1
  665. agilicus/agilicus_api/model/rendered_resource_permissions.py +1 -1
  666. agilicus/agilicus_api/model/rendered_rule.py +1 -1
  667. agilicus/agilicus_api/model/rendered_rule_body.py +1 -1
  668. agilicus/agilicus_api/model/replace_user_role_request.py +1 -1
  669. agilicus/agilicus_api/model/reset_mfa_challenge_method.py +1 -1
  670. agilicus/agilicus_api/model/reset_policy_request.py +1 -1
  671. agilicus/agilicus_api/model/reset_user_identity_request.py +1 -1
  672. agilicus/agilicus_api/model/resource.py +1 -1
  673. agilicus/agilicus_api/model/resource_config.py +1 -1
  674. agilicus/agilicus_api/model/resource_group.py +1 -1
  675. agilicus/agilicus_api/model/resource_info.py +1 -1
  676. agilicus/agilicus_api/model/resource_member.py +1 -1
  677. agilicus/agilicus_api/model/resource_permission.py +1 -1
  678. agilicus/agilicus_api/model/resource_permission_spec.py +1 -1
  679. agilicus/agilicus_api/model/resource_role.py +1 -1
  680. agilicus/agilicus_api/model/resource_role_spec.py +1 -1
  681. agilicus/agilicus_api/model/resource_rule_group.py +1 -1
  682. agilicus/agilicus_api/model/resource_session_stats.py +1 -1
  683. agilicus/agilicus_api/model/resource_spec.py +1 -1
  684. agilicus/agilicus_api/model/resource_stats.py +1 -1
  685. agilicus/agilicus_api/model/resource_stats_metadata.py +1 -1
  686. agilicus/agilicus_api/model/resource_status.py +1 -1
  687. agilicus/agilicus_api/model/resource_type_enum.py +1 -1
  688. agilicus/agilicus_api/model/resource_url.py +1 -1
  689. agilicus/agilicus_api/model/resource_url_host_info.py +1 -1
  690. agilicus/agilicus_api/model/resource_url_host_info_map.py +1 -1
  691. agilicus/agilicus_api/model/role.py +1 -1
  692. agilicus/agilicus_api/model/role_config.py +1 -1
  693. agilicus/agilicus_api/model/role_list.py +1 -1
  694. agilicus/agilicus_api/model/role_spec.py +1 -1
  695. agilicus/agilicus_api/model/role_to_rule_entry.py +1 -1
  696. agilicus/agilicus_api/model/role_to_rule_entry_spec.py +1 -1
  697. agilicus/agilicus_api/model/role_v2.py +1 -1
  698. agilicus/agilicus_api/model/roles.py +1 -1
  699. agilicus/agilicus_api/model/roles_config.py +1 -1
  700. agilicus/agilicus_api/model/routing_request.py +1 -1
  701. agilicus/agilicus_api/model/rule.py +1 -1
  702. agilicus/agilicus_api/model/rule_action.py +1 -1
  703. agilicus/agilicus_api/model/rule_condition.py +1 -1
  704. agilicus/agilicus_api/model/rule_condition_base.py +1 -1
  705. agilicus/agilicus_api/model/rule_config.py +1 -1
  706. agilicus/agilicus_api/model/rule_match_criteria.py +1 -1
  707. agilicus/agilicus_api/model/rule_matcher.py +1 -1
  708. agilicus/agilicus_api/model/rule_matcher_list.py +1 -1
  709. agilicus/agilicus_api/model/rule_query_body.py +1 -1
  710. agilicus/agilicus_api/model/rule_query_body_json.py +1 -1
  711. agilicus/agilicus_api/model/rule_query_parameter.py +1 -1
  712. agilicus/agilicus_api/model/rule_scope_enum.py +1 -1
  713. agilicus/agilicus_api/model/rule_set.py +1 -1
  714. agilicus/agilicus_api/model/rule_set_component.py +1 -1
  715. agilicus/agilicus_api/model/rule_set_node.py +1 -1
  716. agilicus/agilicus_api/model/rule_spec.py +1 -1
  717. agilicus/agilicus_api/model/rule_v2.py +1 -1
  718. agilicus/agilicus_api/model/rules_config.py +1 -1
  719. agilicus/agilicus_api/model/runtime_status.py +1 -1
  720. agilicus/agilicus_api/model/scope_condition.py +1 -1
  721. agilicus/agilicus_api/model/secure_agent.py +1 -1
  722. agilicus/agilicus_api/model/secure_agent_connector.py +1 -1
  723. agilicus/agilicus_api/model/secure_agent_connector_info.py +1 -1
  724. agilicus/agilicus_api/model/secure_agent_spec.py +1 -1
  725. agilicus/agilicus_api/model/secure_agent_status.py +1 -1
  726. agilicus/agilicus_api/model/selector_tag.py +1 -1
  727. agilicus/agilicus_api/model/service_account.py +1 -1
  728. agilicus/agilicus_api/model/service_account_reset_body.py +1 -1
  729. agilicus/agilicus_api/model/service_account_spec.py +1 -1
  730. agilicus/agilicus_api/model/service_account_status.py +1 -1
  731. agilicus/agilicus_api/model/service_expose_config.py +1 -1
  732. agilicus/agilicus_api/model/service_forwarder.py +1 -1
  733. agilicus/agilicus_api/model/service_forwarder_spec.py +1 -1
  734. agilicus/agilicus_api/model/service_forwarder_stats.py +1 -1
  735. agilicus/agilicus_api/model/service_forwarder_stats_group.py +1 -1
  736. agilicus/agilicus_api/model/service_forwarder_status.py +1 -1
  737. agilicus/agilicus_api/model/service_http_config.py +1 -1
  738. agilicus/agilicus_api/model/service_protocol_config.py +1 -1
  739. agilicus/agilicus_api/model/session.py +1 -1
  740. agilicus/agilicus_api/model/session_challenge.py +1 -1
  741. agilicus/agilicus_api/model/session_challenge_message.py +1 -1
  742. agilicus/agilicus_api/model/session_challenge_spec.py +1 -1
  743. agilicus/agilicus_api/model/session_challenge_status.py +1 -1
  744. agilicus/agilicus_api/model/session_status.py +1 -1
  745. agilicus/agilicus_api/model/sessions_spec.py +1 -1
  746. agilicus/agilicus_api/model/share_detailed_stats.py +1 -1
  747. agilicus/agilicus_api/model/share_summary_stats.py +1 -1
  748. agilicus/agilicus_api/model/simple_resource_policy_template.py +1 -1
  749. agilicus/agilicus_api/model/simple_resource_policy_template_structure.py +1 -1
  750. agilicus/agilicus_api/model/simple_resource_policy_template_structure_node.py +1 -1
  751. agilicus/agilicus_api/model/source_info_policy_template.py +1 -1
  752. agilicus/agilicus_api/model/source_iso_country_code_condition.py +1 -1
  753. agilicus/agilicus_api/model/source_subnet_condition.py +1 -1
  754. agilicus/agilicus_api/model/ssh_resource.py +1 -1
  755. agilicus/agilicus_api/model/ssh_resource_spec.py +1 -1
  756. agilicus/agilicus_api/model/ssh_resource_stats.py +1 -1
  757. agilicus/agilicus_api/model/ssh_resource_status.py +1 -1
  758. agilicus/agilicus_api/model/ssh_username.py +1 -1
  759. agilicus/agilicus_api/model/standalone_object_conditions.py +1 -1
  760. agilicus/agilicus_api/model/standalone_rule.py +1 -1
  761. agilicus/agilicus_api/model/standalone_rule_name.py +1 -1
  762. agilicus/agilicus_api/model/standalone_rule_policy.py +1 -1
  763. agilicus/agilicus_api/model/standalone_rule_policy_description.py +1 -1
  764. agilicus/agilicus_api/model/standalone_rule_policy_spec.py +1 -1
  765. agilicus/agilicus_api/model/standalone_rule_scope.py +1 -1
  766. agilicus/agilicus_api/model/standalone_rule_spec.py +1 -1
  767. agilicus/agilicus_api/model/standalone_rule_tree.py +1 -1
  768. agilicus/agilicus_api/model/standalone_rule_tree_node.py +1 -1
  769. agilicus/agilicus_api/model/standalone_rule_tree_node_child.py +1 -1
  770. agilicus/agilicus_api/model/standalone_rule_tree_ref.py +1 -1
  771. agilicus/agilicus_api/model/standalone_rule_tree_rule_ref.py +1 -1
  772. agilicus/agilicus_api/model/standalone_rule_tree_spec.py +1 -1
  773. agilicus/agilicus_api/model/standalone_rule_tree_status.py +1 -1
  774. agilicus/agilicus_api/model/standalone_rules_cleanup.py +1 -1
  775. agilicus/agilicus_api/model/standalone_rules_cleanup_spec.py +1 -1
  776. agilicus/agilicus_api/model/standalone_rules_cleanup_status.py +1 -1
  777. agilicus/agilicus_api/model/standalone_ruleset.py +1 -1
  778. agilicus/agilicus_api/model/standalone_ruleset_bundle.py +1 -1
  779. agilicus/agilicus_api/model/standalone_ruleset_bundle_label.py +1 -1
  780. agilicus/agilicus_api/model/standalone_ruleset_bundle_name.py +1 -1
  781. agilicus/agilicus_api/model/standalone_ruleset_bundle_spec.py +1 -1
  782. agilicus/agilicus_api/model/standalone_ruleset_bundle_status.py +1 -1
  783. agilicus/agilicus_api/model/standalone_ruleset_in_bundle.py +1 -1
  784. agilicus/agilicus_api/model/standalone_ruleset_label.py +1 -1
  785. agilicus/agilicus_api/model/standalone_ruleset_label_name.py +1 -1
  786. agilicus/agilicus_api/model/standalone_ruleset_label_spec.py +1 -1
  787. agilicus/agilicus_api/model/standalone_ruleset_label_status.py +1 -1
  788. agilicus/agilicus_api/model/standalone_ruleset_spec.py +1 -1
  789. agilicus/agilicus_api/model/standalone_ruleset_status.py +1 -1
  790. agilicus/agilicus_api/model/stats_publishing_config.py +1 -1
  791. agilicus/agilicus_api/model/stats_publishing_connector_config.py +1 -1
  792. agilicus/agilicus_api/model/stats_publishing_connector_type_config.py +1 -1
  793. agilicus/agilicus_api/model/stats_publishing_level_config.py +1 -1
  794. agilicus/agilicus_api/model/storage_info.py +1 -1
  795. agilicus/agilicus_api/model/storage_region.py +1 -1
  796. agilicus/agilicus_api/model/support_request.py +1 -1
  797. agilicus/agilicus_api/model/support_request_message.py +1 -1
  798. agilicus/agilicus_api/model/support_request_spec.py +1 -1
  799. agilicus/agilicus_api/model/support_request_status.py +1 -1
  800. agilicus/agilicus_api/model/template_extraction.py +1 -1
  801. agilicus/agilicus_api/model/template_path.py +1 -1
  802. agilicus/agilicus_api/model/time_interval_metrics.py +1 -1
  803. agilicus/agilicus_api/model/time_validity.py +1 -1
  804. agilicus/agilicus_api/model/token.py +1 -1
  805. agilicus/agilicus_api/model/token_introspect.py +1 -1
  806. agilicus/agilicus_api/model/token_introspect_options.py +1 -1
  807. agilicus/agilicus_api/model/token_reissue_request.py +1 -1
  808. agilicus/agilicus_api/model/token_revoke.py +1 -1
  809. agilicus/agilicus_api/model/token_scope.py +1 -1
  810. agilicus/agilicus_api/model/token_validity.py +1 -1
  811. agilicus/agilicus_api/model/totp_enrollment.py +1 -1
  812. agilicus/agilicus_api/model/totp_enrollment_answer.py +1 -1
  813. agilicus/agilicus_api/model/totp_enrollment_spec.py +1 -1
  814. agilicus/agilicus_api/model/totp_enrollment_status.py +1 -1
  815. agilicus/agilicus_api/model/trusted_certificate.py +1 -1
  816. agilicus/agilicus_api/model/trusted_certificate_bundle.py +1 -1
  817. agilicus/agilicus_api/model/trusted_certificate_bundle_label.py +1 -1
  818. agilicus/agilicus_api/model/trusted_certificate_bundle_label_operation.py +1 -1
  819. agilicus/agilicus_api/model/trusted_certificate_bundle_name.py +1 -1
  820. agilicus/agilicus_api/model/trusted_certificate_bundle_spec.py +1 -1
  821. agilicus/agilicus_api/model/trusted_certificate_bundle_status.py +1 -1
  822. agilicus/agilicus_api/model/trusted_certificate_label.py +1 -1
  823. agilicus/agilicus_api/model/trusted_certificate_label_name.py +1 -1
  824. agilicus/agilicus_api/model/trusted_certificate_label_spec.py +1 -1
  825. agilicus/agilicus_api/model/trusted_certificate_label_status.py +1 -1
  826. agilicus/agilicus_api/model/trusted_certificate_org.py +1 -1
  827. agilicus/agilicus_api/model/trusted_certificate_spec.py +1 -1
  828. agilicus/agilicus_api/model/trusted_certificate_status.py +1 -1
  829. agilicus/agilicus_api/model/upstream_alias.py +1 -1
  830. agilicus/agilicus_api/model/upstream_alias_mapping.py +1 -1
  831. agilicus/agilicus_api/model/upstream_alias_spec.py +1 -1
  832. agilicus/agilicus_api/model/upstream_group_excluded_entry.py +1 -1
  833. agilicus/agilicus_api/model/upstream_group_mapping.py +1 -1
  834. agilicus/agilicus_api/model/upstream_group_mapping_entry.py +1 -1
  835. agilicus/agilicus_api/model/upstream_group_mapping_spec.py +1 -1
  836. agilicus/agilicus_api/model/upstream_group_reconcile.py +1 -1
  837. agilicus/agilicus_api/model/upstream_group_reconcile_response.py +1 -1
  838. agilicus/agilicus_api/model/upstream_user_identity.py +1 -1
  839. agilicus/agilicus_api/model/upstream_user_identity_spec.py +1 -1
  840. agilicus/agilicus_api/model/uri_parameter_rewrite_filter.py +1 -1
  841. agilicus/agilicus_api/model/usage_measurement.py +1 -1
  842. agilicus/agilicus_api/model/usage_metric.py +1 -1
  843. agilicus/agilicus_api/model/usage_metrics.py +1 -1
  844. agilicus/agilicus_api/model/user.py +1 -1
  845. agilicus/agilicus_api/model/user_access_info.py +1 -1
  846. agilicus/agilicus_api/model/user_application_access_info.py +1 -1
  847. agilicus/agilicus_api/model/user_application_access_info_status.py +1 -1
  848. agilicus/agilicus_api/model/user_attribute.py +1 -1
  849. agilicus/agilicus_api/model/user_attributes.py +1 -1
  850. agilicus/agilicus_api/model/user_desktop_access_info.py +1 -1
  851. agilicus/agilicus_api/model/user_desktop_access_info_status.py +1 -1
  852. agilicus/agilicus_api/model/user_file_share_access_info.py +1 -1
  853. agilicus/agilicus_api/model/user_file_share_access_info_status.py +1 -1
  854. agilicus/agilicus_api/model/user_identity.py +1 -1
  855. agilicus/agilicus_api/model/user_identity_update.py +1 -1
  856. agilicus/agilicus_api/model/user_identity_update_spec.py +1 -1
  857. agilicus/agilicus_api/model/user_info.py +1 -1
  858. agilicus/agilicus_api/model/user_launcher_access_info.py +1 -1
  859. agilicus/agilicus_api/model/user_member_of.py +1 -1
  860. agilicus/agilicus_api/model/user_metadata.py +1 -1
  861. agilicus/agilicus_api/model/user_metadata_spec.py +1 -1
  862. agilicus/agilicus_api/model/user_metrics.py +1 -1
  863. agilicus/agilicus_api/model/user_request_info.py +1 -1
  864. agilicus/agilicus_api/model/user_request_info_spec.py +1 -1
  865. agilicus/agilicus_api/model/user_request_info_status.py +1 -1
  866. agilicus/agilicus_api/model/user_request_user_update.py +1 -1
  867. agilicus/agilicus_api/model/user_resource_access_info.py +1 -1
  868. agilicus/agilicus_api/model/user_resource_access_info_status.py +1 -1
  869. agilicus/agilicus_api/model/user_roles.py +1 -1
  870. agilicus/agilicus_api/model/user_roles_for_an_org.py +1 -1
  871. agilicus/agilicus_api/model/user_session_identifiers.py +1 -1
  872. agilicus/agilicus_api/model/user_ssh_access_info.py +1 -1
  873. agilicus/agilicus_api/model/user_ssh_access_info_status.py +1 -1
  874. agilicus/agilicus_api/model/user_status_enum.py +1 -1
  875. agilicus/agilicus_api/model/user_summary.py +1 -1
  876. agilicus/agilicus_api/model/vnc_connection_info.py +1 -1
  877. agilicus/agilicus_api/model/vnc_password_authentication.py +1 -1
  878. agilicus/agilicus_api/model/web_auth_n_enrollment.py +1 -1
  879. agilicus/agilicus_api/model/web_auth_n_enrollment_answer.py +1 -1
  880. agilicus/agilicus_api/model/web_auth_n_enrollment_spec.py +1 -1
  881. agilicus/agilicus_api/model/web_auth_n_enrollment_status.py +1 -1
  882. agilicus/agilicus_api/model/well_known_issuer_info.py +1 -1
  883. agilicus/agilicus_api/model/whoami_request.py +1 -1
  884. agilicus/agilicus_api/model/whoami_response.py +1 -1
  885. agilicus/agilicus_api/model/workload_configuration.py +1 -1
  886. agilicus/agilicus_api/model/x509_certificate.py +1 -1
  887. agilicus/agilicus_api/model/x509_certificate_spec.py +1 -1
  888. agilicus/agilicus_api/model/x509_certificate_status.py +1 -1
  889. agilicus/agilicus_api/model/x509_root_certificate.py +1 -1
  890. agilicus/agilicus_api/model/x509_root_certificate_spec.py +1 -1
  891. agilicus/agilicus_api/model/x509_root_certificate_status.py +1 -1
  892. agilicus/agilicus_api/model/xss_settings.py +1 -1
  893. agilicus/agilicus_api/model_utils.py +1 -1
  894. agilicus/agilicus_api/rest.py +1 -1
  895. agilicus/agilicus_api/test/test_access_requests.py +1 -1
  896. agilicus/agilicus_api/test/test_access_requests_status.py +1 -1
  897. agilicus/agilicus_api/test/test_add_group_member_request.py +1 -1
  898. agilicus/agilicus_api/test/test_admin_status.py +1 -1
  899. agilicus/agilicus_api/test/test_agent_connector.py +1 -1
  900. agilicus/agilicus_api/test/test_agent_connector_authz_stats.py +1 -1
  901. agilicus/agilicus_api/test/test_agent_connector_bootstrap.py +1 -1
  902. agilicus/agilicus_api/test/test_agent_connector_cloud_routing.py +1 -1
  903. agilicus/agilicus_api/test/test_agent_connector_connection_info.py +1 -1
  904. agilicus/agilicus_api/test/test_agent_connector_dynamic_stats.py +1 -1
  905. agilicus/agilicus_api/test/test_agent_connector_dynamic_stats_publish.py +1 -1
  906. agilicus/agilicus_api/test/test_agent_connector_info.py +1 -1
  907. agilicus/agilicus_api/test/test_agent_connector_instance.py +1 -1
  908. agilicus/agilicus_api/test/test_agent_connector_instance_spec.py +1 -1
  909. agilicus/agilicus_api/test/test_agent_connector_instance_status.py +1 -1
  910. agilicus/agilicus_api/test/test_agent_connector_local_bind.py +1 -1
  911. agilicus/agilicus_api/test/test_agent_connector_local_bind_error.py +1 -1
  912. agilicus/agilicus_api/test/test_agent_connector_local_bind_stats.py +1 -1
  913. agilicus/agilicus_api/test/test_agent_connector_on_demand_routing_stats.py +1 -1
  914. agilicus/agilicus_api/test/test_agent_connector_outer_proxy_info.py +1 -1
  915. agilicus/agilicus_api/test/test_agent_connector_per_share_stats.py +1 -1
  916. agilicus/agilicus_api/test/test_agent_connector_per_user_stats.py +1 -1
  917. agilicus/agilicus_api/test/test_agent_connector_performance_metrics.py +1 -1
  918. agilicus/agilicus_api/test/test_agent_connector_proxy.py +1 -1
  919. agilicus/agilicus_api/test/test_agent_connector_proxy_request_stats.py +1 -1
  920. agilicus/agilicus_api/test/test_agent_connector_proxy_request_stats_details.py +1 -1
  921. agilicus/agilicus_api/test/test_agent_connector_proxy_spec.py +1 -1
  922. agilicus/agilicus_api/test/test_agent_connector_proxy_stats.py +1 -1
  923. agilicus/agilicus_api/test/test_agent_connector_proxy_status.py +1 -1
  924. agilicus/agilicus_api/test/test_agent_connector_queue.py +1 -1
  925. agilicus/agilicus_api/test/test_agent_connector_queue_response.py +1 -1
  926. agilicus/agilicus_api/test/test_agent_connector_queue_spec.py +1 -1
  927. agilicus/agilicus_api/test/test_agent_connector_queue_status.py +1 -1
  928. agilicus/agilicus_api/test/test_agent_connector_routing_stats.py +1 -1
  929. agilicus/agilicus_api/test/test_agent_connector_share_stats.py +1 -1
  930. agilicus/agilicus_api/test/test_agent_connector_spec.py +1 -1
  931. agilicus/agilicus_api/test/test_agent_connector_spec_provisioning.py +1 -1
  932. agilicus/agilicus_api/test/test_agent_connector_specific_stats.py +1 -1
  933. agilicus/agilicus_api/test/test_agent_connector_stats.py +1 -1
  934. agilicus/agilicus_api/test/test_agent_connector_status.py +1 -1
  935. agilicus/agilicus_api/test/test_agent_connector_system_info.py +1 -1
  936. agilicus/agilicus_api/test/test_agent_connector_system_stats.py +1 -1
  937. agilicus/agilicus_api/test/test_agent_connector_transport_stats.py +1 -1
  938. agilicus/agilicus_api/test/test_agent_connector_tunnel_info.py +1 -1
  939. agilicus/agilicus_api/test/test_agent_connector_tunneling.py +1 -1
  940. agilicus/agilicus_api/test/test_agent_connector_user_stats.py +1 -1
  941. agilicus/agilicus_api/test/test_agent_local_auth_info.py +1 -1
  942. agilicus/agilicus_api/test/test_allow_map_compiled.py +1 -1
  943. agilicus/agilicus_api/test/test_allow_rule_compiled.py +1 -1
  944. agilicus/agilicus_api/test/test_alternate_mode_setting.py +1 -1
  945. agilicus/agilicus_api/test/test_alternate_mode_status.py +1 -1
  946. agilicus/agilicus_api/test/test_api_key.py +1 -1
  947. agilicus/agilicus_api/test/test_api_key_introspect.py +1 -1
  948. agilicus/agilicus_api/test/test_api_key_introspect_authorization_info.py +1 -1
  949. agilicus/agilicus_api/test/test_api_key_introspect_response.py +1 -1
  950. agilicus/agilicus_api/test/test_api_key_op_status.py +1 -1
  951. agilicus/agilicus_api/test/test_api_key_spec.py +1 -1
  952. agilicus/agilicus_api/test/test_api_key_status.py +1 -1
  953. agilicus/agilicus_api/test/test_application.py +1 -1
  954. agilicus/agilicus_api/test/test_application_additional_context.py +1 -1
  955. agilicus/agilicus_api/test/test_application_assignment.py +1 -1
  956. agilicus/agilicus_api/test/test_application_authentication_config.py +1 -1
  957. agilicus/agilicus_api/test/test_application_config.py +1 -1
  958. agilicus/agilicus_api/test/test_application_dynamic_config.py +1 -1
  959. agilicus/agilicus_api/test/test_application_monitoring_config.py +1 -1
  960. agilicus/agilicus_api/test/test_application_security.py +1 -1
  961. agilicus/agilicus_api/test/test_application_service.py +1 -1
  962. agilicus/agilicus_api/test/test_application_service_assignment.py +1 -1
  963. agilicus/agilicus_api/test/test_application_service_common_stats.py +1 -1
  964. agilicus/agilicus_api/test/test_application_service_load_balancing.py +1 -1
  965. agilicus/agilicus_api/test/test_application_service_location.py +1 -1
  966. agilicus/agilicus_api/test/test_application_service_route.py +1 -1
  967. agilicus/agilicus_api/test/test_application_service_routing_info.py +1 -1
  968. agilicus/agilicus_api/test/test_application_service_stats.py +1 -1
  969. agilicus/agilicus_api/test/test_application_service_stats_group.py +1 -1
  970. agilicus/agilicus_api/test/test_application_service_stats_publish.py +1 -1
  971. agilicus/agilicus_api/test/test_application_service_status.py +1 -1
  972. agilicus/agilicus_api/test/test_application_services_api.py +1 -1
  973. agilicus/agilicus_api/test/test_application_state_selector.py +1 -1
  974. agilicus/agilicus_api/test/test_application_stats.py +1 -1
  975. agilicus/agilicus_api/test/test_application_stats_list.py +1 -1
  976. agilicus/agilicus_api/test/test_application_summary.py +1 -1
  977. agilicus/agilicus_api/test/test_application_summary_status.py +1 -1
  978. agilicus/agilicus_api/test/test_application_upstream_config.py +1 -1
  979. agilicus/agilicus_api/test/test_application_upstream_form_info.py +1 -1
  980. agilicus/agilicus_api/test/test_application_upstream_identity_provider.py +1 -1
  981. agilicus/agilicus_api/test/test_application_upstream_validation.py +1 -1
  982. agilicus/agilicus_api/test/test_applications_api.py +1 -1
  983. agilicus/agilicus_api/test/test_applied_connector_stats_config.py +1 -1
  984. agilicus/agilicus_api/test/test_audit.py +1 -1
  985. agilicus/agilicus_api/test/test_audit_attribute.py +1 -1
  986. agilicus/agilicus_api/test/test_audit_destination.py +1 -1
  987. agilicus/agilicus_api/test/test_audit_destination_authentication.py +1 -1
  988. agilicus/agilicus_api/test/test_audit_destination_filter.py +1 -1
  989. agilicus/agilicus_api/test/test_audit_destination_spec.py +1 -1
  990. agilicus/agilicus_api/test/test_audit_event.py +1 -1
  991. agilicus/agilicus_api/test/test_audit_event_response.py +1 -1
  992. agilicus/agilicus_api/test/test_audit_webhook_bulk_event.py +1 -1
  993. agilicus/agilicus_api/test/test_audit_webhook_events_processed.py +1 -1
  994. agilicus/agilicus_api/test/test_audits_api.py +1 -1
  995. agilicus/agilicus_api/test/test_auth_audits.py +1 -1
  996. agilicus/agilicus_api/test/test_authentication_attribute.py +1 -1
  997. agilicus/agilicus_api/test/test_authentication_document.py +1 -1
  998. agilicus/agilicus_api/test/test_authentication_document_spec.py +1 -1
  999. agilicus/agilicus_api/test/test_authentication_document_status.py +1 -1
  1000. agilicus/agilicus_api/test/test_authz_bundle.py +1 -1
  1001. agilicus/agilicus_api/test/test_auto_create_status.py +1 -1
  1002. agilicus/agilicus_api/test/test_base_upstream.py +1 -1
  1003. agilicus/agilicus_api/test/test_base_upstreams.py +1 -1
  1004. agilicus/agilicus_api/test/test_billing_account.py +1 -1
  1005. agilicus/agilicus_api/test/test_billing_account_spec.py +1 -1
  1006. agilicus/agilicus_api/test/test_billing_account_status.py +1 -1
  1007. agilicus/agilicus_api/test/test_billing_api.py +1 -1
  1008. agilicus/agilicus_api/test/test_billing_balance_transaction.py +1 -1
  1009. agilicus/agilicus_api/test/test_billing_checkout_session.py +1 -1
  1010. agilicus/agilicus_api/test/test_billing_customer.py +1 -1
  1011. agilicus/agilicus_api/test/test_billing_org.py +1 -1
  1012. agilicus/agilicus_api/test/test_billing_org_subscription.py +1 -1
  1013. agilicus/agilicus_api/test/test_billing_org_subscription_balance.py +1 -1
  1014. agilicus/agilicus_api/test/test_billing_org_subscription_spec.py +1 -1
  1015. agilicus/agilicus_api/test/test_billing_org_subscription_status.py +1 -1
  1016. agilicus/agilicus_api/test/test_billing_portal_link.py +1 -1
  1017. agilicus/agilicus_api/test/test_billing_product.py +1 -1
  1018. agilicus/agilicus_api/test/test_billing_product_price.py +1 -1
  1019. agilicus/agilicus_api/test/test_billing_provider_subscription_status.py +1 -1
  1020. agilicus/agilicus_api/test/test_billing_subscription.py +1 -1
  1021. agilicus/agilicus_api/test/test_billing_subscription_cancel_detail.py +1 -1
  1022. agilicus/agilicus_api/test/test_billing_subscription_new_subscription.py +1 -1
  1023. agilicus/agilicus_api/test/test_billing_subscription_usage_override_item.py +1 -1
  1024. agilicus/agilicus_api/test/test_billing_usage_record.py +1 -1
  1025. agilicus/agilicus_api/test/test_billing_usage_summary.py +1 -1
  1026. agilicus/agilicus_api/test/test_bulk_delete_labelled_objects_request.py +1 -1
  1027. agilicus/agilicus_api/test/test_bulk_delete_labelled_objects_response.py +1 -1
  1028. agilicus/agilicus_api/test/test_bulk_session_operation_response.py +1 -1
  1029. agilicus/agilicus_api/test/test_bulk_token_revoke.py +1 -1
  1030. agilicus/agilicus_api/test/test_bulk_token_revoke_response.py +1 -1
  1031. agilicus/agilicus_api/test/test_bulk_user_metadata.py +1 -1
  1032. agilicus/agilicus_api/test/test_bulk_user_request_approval.py +1 -1
  1033. agilicus/agilicus_api/test/test_catalogue.py +1 -1
  1034. agilicus/agilicus_api/test/test_catalogue_entry.py +1 -1
  1035. agilicus/agilicus_api/test/test_catalogues_api.py +1 -1
  1036. agilicus/agilicus_api/test/test_cert_signing_req.py +1 -1
  1037. agilicus/agilicus_api/test/test_cert_signing_req_reissue.py +1 -1
  1038. agilicus/agilicus_api/test/test_cert_signing_req_reissue_spec.py +1 -1
  1039. agilicus/agilicus_api/test/test_cert_signing_req_reissue_status.py +1 -1
  1040. agilicus/agilicus_api/test/test_cert_signing_req_spec.py +1 -1
  1041. agilicus/agilicus_api/test/test_cert_signing_req_status.py +1 -1
  1042. agilicus/agilicus_api/test/test_certificate_revocation_proxy.py +1 -1
  1043. agilicus/agilicus_api/test/test_certificate_tracker.py +1 -1
  1044. agilicus/agilicus_api/test/test_certificate_tracker_config.py +1 -1
  1045. agilicus/agilicus_api/test/test_certificate_tracker_spec.py +1 -1
  1046. agilicus/agilicus_api/test/test_certificate_tracker_status.py +1 -1
  1047. agilicus/agilicus_api/test/test_certificate_transparency_settings.py +1 -1
  1048. agilicus/agilicus_api/test/test_certificates_api.py +1 -1
  1049. agilicus/agilicus_api/test/test_challenge.py +1 -1
  1050. agilicus/agilicus_api/test/test_challenge_action.py +1 -1
  1051. agilicus/agilicus_api/test/test_challenge_actor.py +1 -1
  1052. agilicus/agilicus_api/test/test_challenge_answer.py +1 -1
  1053. agilicus/agilicus_api/test/test_challenge_answer_spec.py +1 -1
  1054. agilicus/agilicus_api/test/test_challenge_endpoint.py +1 -1
  1055. agilicus/agilicus_api/test/test_challenge_spec.py +1 -1
  1056. agilicus/agilicus_api/test/test_challenge_status.py +1 -1
  1057. agilicus/agilicus_api/test/test_challenges_api.py +1 -1
  1058. agilicus/agilicus_api/test/test_cipher_diffie_hellman_group.py +1 -1
  1059. agilicus/agilicus_api/test/test_cipher_encryption_algorithm.py +1 -1
  1060. agilicus/agilicus_api/test/test_cipher_integrity_algorithm.py +1 -1
  1061. agilicus/agilicus_api/test/test_clear_file_association_request.py +1 -1
  1062. agilicus/agilicus_api/test/test_clear_file_association_response.py +1 -1
  1063. agilicus/agilicus_api/test/test_cluster.py +1 -1
  1064. agilicus/agilicus_api/test/test_cluster_config.py +1 -1
  1065. agilicus/agilicus_api/test/test_cluster_spec.py +1 -1
  1066. agilicus/agilicus_api/test/test_combined_resource_rules.py +1 -1
  1067. agilicus/agilicus_api/test/test_combined_resource_rules_status.py +1 -1
  1068. agilicus/agilicus_api/test/test_combined_rules.py +1 -1
  1069. agilicus/agilicus_api/test/test_combined_rules_status.py +1 -1
  1070. agilicus/agilicus_api/test/test_combined_user_detail.py +1 -1
  1071. agilicus/agilicus_api/test/test_combined_user_detail_status.py +1 -1
  1072. agilicus/agilicus_api/test/test_common_metadata.py +1 -1
  1073. agilicus/agilicus_api/test/test_compound_rule_condition.py +1 -1
  1074. agilicus/agilicus_api/test/test_config_file_format.py +1 -1
  1075. agilicus/agilicus_api/test/test_configure_connector_stats_publishing_request.py +1 -1
  1076. agilicus/agilicus_api/test/test_connector.py +1 -1
  1077. agilicus/agilicus_api/test/test_connector_base_info.py +1 -1
  1078. agilicus/agilicus_api/test/test_connector_base_info_map.py +1 -1
  1079. agilicus/agilicus_api/test/test_connector_cloud_routing.py +1 -1
  1080. agilicus/agilicus_api/test/test_connector_diagnostic_stats.py +1 -1
  1081. agilicus/agilicus_api/test/test_connector_instance.py +1 -1
  1082. agilicus/agilicus_api/test/test_connector_instance_spec.py +1 -1
  1083. agilicus/agilicus_api/test/test_connector_instance_status.py +1 -1
  1084. agilicus/agilicus_api/test/test_connector_route.py +1 -1
  1085. agilicus/agilicus_api/test/test_connector_secure_transfer.py +1 -1
  1086. agilicus/agilicus_api/test/test_connector_secure_transfer_spec.py +1 -1
  1087. agilicus/agilicus_api/test/test_connector_secure_transfer_status.py +1 -1
  1088. agilicus/agilicus_api/test/test_connector_service.py +1 -1
  1089. agilicus/agilicus_api/test/test_connector_service_spec.py +1 -1
  1090. agilicus/agilicus_api/test/test_connector_service_status.py +1 -1
  1091. agilicus/agilicus_api/test/test_connector_spec.py +1 -1
  1092. agilicus/agilicus_api/test/test_connector_static_stats.py +1 -1
  1093. agilicus/agilicus_api/test/test_connector_stats.py +1 -1
  1094. agilicus/agilicus_api/test/test_connector_stats_metadata.py +1 -1
  1095. agilicus/agilicus_api/test/test_connector_status.py +1 -1
  1096. agilicus/agilicus_api/test/test_connector_system_stats.py +1 -1
  1097. agilicus/agilicus_api/test/test_connector_upstream_stats_publish.py +1 -1
  1098. agilicus/agilicus_api/test/test_connectors_api.py +1 -1
  1099. agilicus/agilicus_api/test/test_content_type_options_settings.py +1 -1
  1100. agilicus/agilicus_api/test/test_cors_origin.py +1 -1
  1101. agilicus/agilicus_api/test/test_cors_settings.py +1 -1
  1102. agilicus/agilicus_api/test/test_cpu_info.py +1 -1
  1103. agilicus/agilicus_api/test/test_create_billing_checkout_session.py +1 -1
  1104. agilicus/agilicus_api/test/test_create_billing_usage_records.py +1 -1
  1105. agilicus/agilicus_api/test/test_create_session_and_token_request.py +1 -1
  1106. agilicus/agilicus_api/test/test_create_session_and_token_response.py +1 -1
  1107. agilicus/agilicus_api/test/test_create_token_request.py +1 -1
  1108. agilicus/agilicus_api/test/test_create_user_data_token_request.py +1 -1
  1109. agilicus/agilicus_api/test/test_credential_purpose.py +1 -1
  1110. agilicus/agilicus_api/test/test_credentials_api.py +1 -1
  1111. agilicus/agilicus_api/test/test_cross_origin_embedder_policy_settings.py +1 -1
  1112. agilicus/agilicus_api/test/test_cross_origin_opener_policy_settings.py +1 -1
  1113. agilicus/agilicus_api/test/test_cross_origin_resource_policy_settings.py +1 -1
  1114. agilicus/agilicus_api/test/test_csp_directive.py +1 -1
  1115. agilicus/agilicus_api/test/test_csp_settings.py +1 -1
  1116. agilicus/agilicus_api/test/test_csr_reason_enum.py +1 -1
  1117. agilicus/agilicus_api/test/test_custom_desktop_client_config.py +1 -1
  1118. agilicus/agilicus_api/test/test_database_resource.py +1 -1
  1119. agilicus/agilicus_api/test/test_database_resource_spec.py +1 -1
  1120. agilicus/agilicus_api/test/test_database_resource_stats.py +1 -1
  1121. agilicus/agilicus_api/test/test_database_resource_status.py +1 -1
  1122. agilicus/agilicus_api/test/test_definition.py +1 -1
  1123. agilicus/agilicus_api/test/test_dereferenced_standalone_rule_tree_node.py +1 -1
  1124. agilicus/agilicus_api/test/test_dereferenced_standalone_rule_tree_node_child.py +1 -1
  1125. agilicus/agilicus_api/test/test_desktop_client_config_item.py +1 -1
  1126. agilicus/agilicus_api/test/test_desktop_client_configuration.py +1 -1
  1127. agilicus/agilicus_api/test/test_desktop_client_generated_configuration.py +1 -1
  1128. agilicus/agilicus_api/test/test_desktop_connection_info.py +1 -1
  1129. agilicus/agilicus_api/test/test_desktop_remote_app.py +1 -1
  1130. agilicus/agilicus_api/test/test_desktop_resource.py +1 -1
  1131. agilicus/agilicus_api/test/test_desktop_resource_spec.py +1 -1
  1132. agilicus/agilicus_api/test/test_desktop_resource_stats.py +1 -1
  1133. agilicus/agilicus_api/test/test_desktop_resource_status.py +1 -1
  1134. agilicus/agilicus_api/test/test_desktop_server_configuration.py +1 -1
  1135. agilicus/agilicus_api/test/test_desktop_server_generated_configuration.py +1 -1
  1136. agilicus/agilicus_api/test/test_diagnostics_api.py +1 -1
  1137. agilicus/agilicus_api/test/test_display_info.py +1 -1
  1138. agilicus/agilicus_api/test/test_domain.py +1 -1
  1139. agilicus/agilicus_api/test/test_egress_gateway.py +1 -1
  1140. agilicus/agilicus_api/test/test_email.py +1 -1
  1141. agilicus/agilicus_api/test/test_emptiable_object_type.py +1 -1
  1142. agilicus/agilicus_api/test/test_encrypted_data.py +1 -1
  1143. agilicus/agilicus_api/test/test_environment.py +1 -1
  1144. agilicus/agilicus_api/test/test_environment_config.py +1 -1
  1145. agilicus/agilicus_api/test/test_environment_config_var.py +1 -1
  1146. agilicus/agilicus_api/test/test_environment_status.py +1 -1
  1147. agilicus/agilicus_api/test/test_error_message.py +1 -1
  1148. agilicus/agilicus_api/test/test_extra_process.py +1 -1
  1149. agilicus/agilicus_api/test/test_feature.py +1 -1
  1150. agilicus/agilicus_api/test/test_feature_flag.py +1 -1
  1151. agilicus/agilicus_api/test/test_feature_key.py +1 -1
  1152. agilicus/agilicus_api/test/test_feature_spec.py +1 -1
  1153. agilicus/agilicus_api/test/test_feature_status.py +1 -1
  1154. agilicus/agilicus_api/test/test_feature_tag.py +1 -1
  1155. agilicus/agilicus_api/test/test_feature_tag_name.py +1 -1
  1156. agilicus/agilicus_api/test/test_feature_tag_spec.py +1 -1
  1157. agilicus/agilicus_api/test/test_feature_value.py +1 -1
  1158. agilicus/agilicus_api/test/test_features_api.py +1 -1
  1159. agilicus/agilicus_api/test/test_file.py +1 -1
  1160. agilicus/agilicus_api/test/test_file_association.py +1 -1
  1161. agilicus/agilicus_api/test/test_file_association_spec.py +1 -1
  1162. agilicus/agilicus_api/test/test_file_association_status.py +1 -1
  1163. agilicus/agilicus_api/test/test_file_name.py +1 -1
  1164. agilicus/agilicus_api/test/test_file_share_client_config.py +1 -1
  1165. agilicus/agilicus_api/test/test_file_share_client_config_linux_config.py +1 -1
  1166. agilicus/agilicus_api/test/test_file_share_client_config_mac_config.py +1 -1
  1167. agilicus/agilicus_api/test/test_file_share_client_config_windows_config.py +1 -1
  1168. agilicus/agilicus_api/test/test_file_share_service.py +1 -1
  1169. agilicus/agilicus_api/test/test_file_share_service_spec.py +1 -1
  1170. agilicus/agilicus_api/test/test_file_share_service_stats.py +1 -1
  1171. agilicus/agilicus_api/test/test_file_share_service_stats_group.py +1 -1
  1172. agilicus/agilicus_api/test/test_file_share_service_status.py +1 -1
  1173. agilicus/agilicus_api/test/test_file_summary.py +1 -1
  1174. agilicus/agilicus_api/test/test_file_template.py +1 -1
  1175. agilicus/agilicus_api/test/test_file_template_argument.py +1 -1
  1176. agilicus/agilicus_api/test/test_file_template_association.py +1 -1
  1177. agilicus/agilicus_api/test/test_file_template_parameter.py +1 -1
  1178. agilicus/agilicus_api/test/test_file_template_parameter_name.py +1 -1
  1179. agilicus/agilicus_api/test/test_file_template_render_request.py +1 -1
  1180. agilicus/agilicus_api/test/test_file_template_resource_info.py +1 -1
  1181. agilicus/agilicus_api/test/test_file_template_spec.py +1 -1
  1182. agilicus/agilicus_api/test/test_file_visibility.py +1 -1
  1183. agilicus/agilicus_api/test/test_files_api.py +1 -1
  1184. agilicus/agilicus_api/test/test_frame_options_settings.py +1 -1
  1185. agilicus/agilicus_api/test/test_generic_float_metric.py +1 -1
  1186. agilicus/agilicus_api/test/test_generic_int_metric.py +1 -1
  1187. agilicus/agilicus_api/test/test_group.py +1 -1
  1188. agilicus/agilicus_api/test/test_group_data.py +1 -1
  1189. agilicus/agilicus_api/test/test_group_member.py +1 -1
  1190. agilicus/agilicus_api/test/test_group_reconcile_record.py +1 -1
  1191. agilicus/agilicus_api/test/test_groups_api.py +1 -1
  1192. agilicus/agilicus_api/test/test_guid_metadata.py +1 -1
  1193. agilicus/agilicus_api/test/test_host.py +1 -1
  1194. agilicus/agilicus_api/test/test_host_bundle.py +1 -1
  1195. agilicus/agilicus_api/test/test_host_bundle_client_config.py +1 -1
  1196. agilicus/agilicus_api/test/test_host_bundle_label.py +1 -1
  1197. agilicus/agilicus_api/test/test_host_bundle_name.py +1 -1
  1198. agilicus/agilicus_api/test/test_host_bundle_spec.py +1 -1
  1199. agilicus/agilicus_api/test/test_host_bundle_status.py +1 -1
  1200. agilicus/agilicus_api/test/test_host_destination.py +1 -1
  1201. agilicus/agilicus_api/test/test_host_label.py +1 -1
  1202. agilicus/agilicus_api/test/test_host_label_name.py +1 -1
  1203. agilicus/agilicus_api/test/test_host_label_spec.py +1 -1
  1204. agilicus/agilicus_api/test/test_host_org.py +1 -1
  1205. agilicus/agilicus_api/test/test_host_permissions.py +1 -1
  1206. agilicus/agilicus_api/test/test_host_prefix_rule_condition.py +1 -1
  1207. agilicus/agilicus_api/test/test_host_spec.py +1 -1
  1208. agilicus/agilicus_api/test/test_hosts_api.py +1 -1
  1209. agilicus/agilicus_api/test/test_hsts_settings.py +1 -1
  1210. agilicus/agilicus_api/test/test_http_basic_auth.py +1 -1
  1211. agilicus/agilicus_api/test/test_http_bearer_auth.py +1 -1
  1212. agilicus/agilicus_api/test/test_http_challenge_action.py +1 -1
  1213. agilicus/agilicus_api/test/test_http_detailed_stats.py +1 -1
  1214. agilicus/agilicus_api/test/test_http_request_extractor.py +1 -1
  1215. agilicus/agilicus_api/test/test_http_request_extractor_source.py +1 -1
  1216. agilicus/agilicus_api/test/test_http_response_code_counter.py +1 -1
  1217. agilicus/agilicus_api/test/test_http_rule.py +1 -1
  1218. agilicus/agilicus_api/test/test_http_rule_condition.py +1 -1
  1219. agilicus/agilicus_api/test/test_http_rule_condition_type.py +1 -1
  1220. agilicus/agilicus_api/test/test_http_security_settings.py +1 -1
  1221. agilicus/agilicus_api/test/test_http_summary_stats.py +1 -1
  1222. agilicus/agilicus_api/test/test_icon.py +1 -1
  1223. agilicus/agilicus_api/test/test_icon_dimensions.py +1 -1
  1224. agilicus/agilicus_api/test/test_icon_purpose.py +1 -1
  1225. agilicus/agilicus_api/test/test_identity_assertion.py +1 -1
  1226. agilicus/agilicus_api/test/test_identity_assertion_response.py +1 -1
  1227. agilicus/agilicus_api/test/test_inbox_item.py +1 -1
  1228. agilicus/agilicus_api/test/test_inbox_item_metadata.py +1 -1
  1229. agilicus/agilicus_api/test/test_inbox_item_spec.py +1 -1
  1230. agilicus/agilicus_api/test/test_inbox_item_status.py +1 -1
  1231. agilicus/agilicus_api/test/test_included_role.py +1 -1
  1232. agilicus/agilicus_api/test/test_inheritable_user_config.py +1 -1
  1233. agilicus/agilicus_api/test/test_inline_response200.py +1 -1
  1234. agilicus/agilicus_api/test/test_interceptor_command.py +1 -1
  1235. agilicus/agilicus_api/test/test_interceptor_config.py +1 -1
  1236. agilicus/agilicus_api/test/test_invalid_policy_template.py +1 -1
  1237. agilicus/agilicus_api/test/test_ipsec_connection.py +1 -1
  1238. agilicus/agilicus_api/test/test_ipsec_connection_ipv4_block.py +1 -1
  1239. agilicus/agilicus_api/test/test_ipsec_connection_spec.py +1 -1
  1240. agilicus/agilicus_api/test/test_ipsec_connector.py +1 -1
  1241. agilicus/agilicus_api/test/test_ipsec_connector_spec.py +1 -1
  1242. agilicus/agilicus_api/test/test_ipsec_connector_status.py +1 -1
  1243. agilicus/agilicus_api/test/test_ipsec_gateway_interface.py +1 -1
  1244. agilicus/agilicus_api/test/test_issuer.py +1 -1
  1245. agilicus/agilicus_api/test/test_issuer_client.py +1 -1
  1246. agilicus/agilicus_api/test/test_issuer_status.py +1 -1
  1247. agilicus/agilicus_api/test/test_issuer_upstream.py +1 -1
  1248. agilicus/agilicus_api/test/test_issuers_api.py +1 -1
  1249. agilicus/agilicus_api/test/test_js_inject.py +1 -1
  1250. agilicus/agilicus_api/test/test_json_body_constraint.py +1 -1
  1251. agilicus/agilicus_api/test/test_jwks.py +1 -1
  1252. agilicus/agilicus_api/test/test_k8s_slug.py +1 -1
  1253. agilicus/agilicus_api/test/test_kerberos_upstream_config.py +1 -1
  1254. agilicus/agilicus_api/test/test_kerberos_upstream_identity_provider.py +1 -1
  1255. agilicus/agilicus_api/test/test_kerberos_upstream_status.py +1 -1
  1256. agilicus/agilicus_api/test/test_kerberos_upstream_status_key_tab_entries.py +1 -1
  1257. agilicus/agilicus_api/test/test_kernel_info.py +1 -1
  1258. agilicus/agilicus_api/test/test_label.py +1 -1
  1259. agilicus/agilicus_api/test/test_label_association.py +1 -1
  1260. agilicus/agilicus_api/test/test_label_association_status.py +1 -1
  1261. agilicus/agilicus_api/test/test_label_name.py +1 -1
  1262. agilicus/agilicus_api/test/test_label_navigation.py +1 -1
  1263. agilicus/agilicus_api/test/test_label_spec.py +1 -1
  1264. agilicus/agilicus_api/test/test_labelled_object.py +1 -1
  1265. agilicus/agilicus_api/test/test_labels_api.py +1 -1
  1266. agilicus/agilicus_api/test/test_latency_bucket_value.py +1 -1
  1267. agilicus/agilicus_api/test/test_latency_histogram.py +1 -1
  1268. agilicus/agilicus_api/test/test_latency_histogram_buckets.py +1 -1
  1269. agilicus/agilicus_api/test/test_launcher.py +1 -1
  1270. agilicus/agilicus_api/test/test_launcher_config.py +1 -1
  1271. agilicus/agilicus_api/test/test_launcher_spec.py +1 -1
  1272. agilicus/agilicus_api/test/test_launcher_status.py +1 -1
  1273. agilicus/agilicus_api/test/test_launchers_api.py +1 -1
  1274. agilicus/agilicus_api/test/test_learning_mode_spec.py +1 -1
  1275. agilicus/agilicus_api/test/test_list_access_requests_response.py +1 -1
  1276. agilicus/agilicus_api/test/test_list_active_users_response.py +1 -1
  1277. agilicus/agilicus_api/test/test_list_agent_connector_instance_response.py +1 -1
  1278. agilicus/agilicus_api/test/test_list_agent_connector_instance_stats_response.py +1 -1
  1279. agilicus/agilicus_api/test/test_list_agent_connector_proxy_response.py +1 -1
  1280. agilicus/agilicus_api/test/test_list_agent_connector_response.py +1 -1
  1281. agilicus/agilicus_api/test/test_list_api_keys_response.py +1 -1
  1282. agilicus/agilicus_api/test/test_list_application_services_response.py +1 -1
  1283. agilicus/agilicus_api/test/test_list_application_summary_response.py +1 -1
  1284. agilicus/agilicus_api/test/test_list_applications_response.py +1 -1
  1285. agilicus/agilicus_api/test/test_list_audit_destinations_response.py +1 -1
  1286. agilicus/agilicus_api/test/test_list_audits_response.py +1 -1
  1287. agilicus/agilicus_api/test/test_list_auth_audits_response.py +1 -1
  1288. agilicus/agilicus_api/test/test_list_authentication_document_response.py +1 -1
  1289. agilicus/agilicus_api/test/test_list_billing_accounts_response.py +1 -1
  1290. agilicus/agilicus_api/test/test_list_billing_balance_transactions.py +1 -1
  1291. agilicus/agilicus_api/test/test_list_billing_checkout_sessions.py +1 -1
  1292. agilicus/agilicus_api/test/test_list_billing_org_subscriptions_response.py +1 -1
  1293. agilicus/agilicus_api/test/test_list_billing_usage_records_response.py +1 -1
  1294. agilicus/agilicus_api/test/test_list_catalogue_entries_response.py +1 -1
  1295. agilicus/agilicus_api/test/test_list_catalogues_response.py +1 -1
  1296. agilicus/agilicus_api/test/test_list_cert_signing_req_response.py +1 -1
  1297. agilicus/agilicus_api/test/test_list_certificate_tracker_response.py +1 -1
  1298. agilicus/agilicus_api/test/test_list_cluster_response.py +1 -1
  1299. agilicus/agilicus_api/test/test_list_combined_resource_rules_response.py +1 -1
  1300. agilicus/agilicus_api/test/test_list_combined_rules_response.py +1 -1
  1301. agilicus/agilicus_api/test/test_list_combined_user_details_response.py +1 -1
  1302. agilicus/agilicus_api/test/test_list_configs_response.py +1 -1
  1303. agilicus/agilicus_api/test/test_list_connector_response.py +1 -1
  1304. agilicus/agilicus_api/test/test_list_connector_secure_transfer_response.py +1 -1
  1305. agilicus/agilicus_api/test/test_list_connector_service_response.py +1 -1
  1306. agilicus/agilicus_api/test/test_list_connector_stats_response.py +1 -1
  1307. agilicus/agilicus_api/test/test_list_database_resources_response.py +1 -1
  1308. agilicus/agilicus_api/test/test_list_desktop_resources_response.py +1 -1
  1309. agilicus/agilicus_api/test/test_list_domains_response.py +1 -1
  1310. agilicus/agilicus_api/test/test_list_elevated_user_roles.py +1 -1
  1311. agilicus/agilicus_api/test/test_list_environment_configs_response.py +1 -1
  1312. agilicus/agilicus_api/test/test_list_feature_tags_response.py +1 -1
  1313. agilicus/agilicus_api/test/test_list_features_response.py +1 -1
  1314. agilicus/agilicus_api/test/test_list_file_associations_response.py +1 -1
  1315. agilicus/agilicus_api/test/test_list_file_share_services_response.py +1 -1
  1316. agilicus/agilicus_api/test/test_list_file_templates_response.py +1 -1
  1317. agilicus/agilicus_api/test/test_list_files_response.py +1 -1
  1318. agilicus/agilicus_api/test/test_list_groups_response.py +1 -1
  1319. agilicus/agilicus_api/test/test_list_guid_metadata_response.py +1 -1
  1320. agilicus/agilicus_api/test/test_list_host.py +1 -1
  1321. agilicus/agilicus_api/test/test_list_host_bundle.py +1 -1
  1322. agilicus/agilicus_api/test/test_list_host_label.py +1 -1
  1323. agilicus/agilicus_api/test/test_list_host_org.py +1 -1
  1324. agilicus/agilicus_api/test/test_list_inbox_items_response.py +1 -1
  1325. agilicus/agilicus_api/test/test_list_inbox_items_summary.py +1 -1
  1326. agilicus/agilicus_api/test/test_list_ipsec_connector_response.py +1 -1
  1327. agilicus/agilicus_api/test/test_list_issuer_clients_response.py +1 -1
  1328. agilicus/agilicus_api/test/test_list_issuer_extensions_response.py +1 -1
  1329. agilicus/agilicus_api/test/test_list_issuer_roots_response.py +1 -1
  1330. agilicus/agilicus_api/test/test_list_issuer_upstreams.py +1 -1
  1331. agilicus/agilicus_api/test/test_list_jwks.py +1 -1
  1332. agilicus/agilicus_api/test/test_list_labelled_objects_response.py +1 -1
  1333. agilicus/agilicus_api/test/test_list_labels_response.py +1 -1
  1334. agilicus/agilicus_api/test/test_list_launchers_response.py +1 -1
  1335. agilicus/agilicus_api/test/test_list_logs_response.py +1 -1
  1336. agilicus/agilicus_api/test/test_list_message_endpoints_response.py +1 -1
  1337. agilicus/agilicus_api/test/test_list_mfa_challenge_methods.py +1 -1
  1338. agilicus/agilicus_api/test/test_list_object_credential_existence_info_response.py +1 -1
  1339. agilicus/agilicus_api/test/test_list_object_credentials_response.py +1 -1
  1340. agilicus/agilicus_api/test/test_list_orgs_response.py +1 -1
  1341. agilicus/agilicus_api/test/test_list_point_of_presences_response.py +1 -1
  1342. agilicus/agilicus_api/test/test_list_policies_response.py +1 -1
  1343. agilicus/agilicus_api/test/test_list_policy_rules_response.py +1 -1
  1344. agilicus/agilicus_api/test/test_list_policy_template_instances_response.py +1 -1
  1345. agilicus/agilicus_api/test/test_list_products_response.py +1 -1
  1346. agilicus/agilicus_api/test/test_list_public_file_org_links_response.py +1 -1
  1347. agilicus/agilicus_api/test/test_list_region_response.py +1 -1
  1348. agilicus/agilicus_api/test/test_list_regional_locations_response.py +1 -1
  1349. agilicus/agilicus_api/test/test_list_resource_groups_response.py +1 -1
  1350. agilicus/agilicus_api/test/test_list_resource_permissions_response.py +1 -1
  1351. agilicus/agilicus_api/test/test_list_resource_roles_response.py +1 -1
  1352. agilicus/agilicus_api/test/test_list_resources_response.py +1 -1
  1353. agilicus/agilicus_api/test/test_list_role_to_rule_entries.py +1 -1
  1354. agilicus/agilicus_api/test/test_list_roles.py +1 -1
  1355. agilicus/agilicus_api/test/test_list_rules.py +1 -1
  1356. agilicus/agilicus_api/test/test_list_secure_agent_response.py +1 -1
  1357. agilicus/agilicus_api/test/test_list_service_account_response.py +1 -1
  1358. agilicus/agilicus_api/test/test_list_service_forwarders_response.py +1 -1
  1359. agilicus/agilicus_api/test/test_list_sessions_response.py +1 -1
  1360. agilicus/agilicus_api/test/test_list_ssh_resources_response.py +1 -1
  1361. agilicus/agilicus_api/test/test_list_standalone_rule_policies_response.py +1 -1
  1362. agilicus/agilicus_api/test/test_list_standalone_rule_trees_response.py +1 -1
  1363. agilicus/agilicus_api/test/test_list_standalone_rules_response.py +1 -1
  1364. agilicus/agilicus_api/test/test_list_standalone_ruleset_bundles_response.py +1 -1
  1365. agilicus/agilicus_api/test/test_list_standalone_ruleset_labels_response.py +1 -1
  1366. agilicus/agilicus_api/test/test_list_standalone_rulesets_response.py +1 -1
  1367. agilicus/agilicus_api/test/test_list_support_request_response.py +1 -1
  1368. agilicus/agilicus_api/test/test_list_tokens_response.py +1 -1
  1369. agilicus/agilicus_api/test/test_list_top_users_response.py +1 -1
  1370. agilicus/agilicus_api/test/test_list_totp_enrollment_response.py +1 -1
  1371. agilicus/agilicus_api/test/test_list_trusted_certificate.py +1 -1
  1372. agilicus/agilicus_api/test/test_list_trusted_certificate_bundle.py +1 -1
  1373. agilicus/agilicus_api/test/test_list_trusted_certificate_label.py +1 -1
  1374. agilicus/agilicus_api/test/test_list_trusted_certificate_org.py +1 -1
  1375. agilicus/agilicus_api/test/test_list_upstream_aliases.py +1 -1
  1376. agilicus/agilicus_api/test/test_list_upstream_group_mapping.py +1 -1
  1377. agilicus/agilicus_api/test/test_list_upstream_user_identities_response.py +1 -1
  1378. agilicus/agilicus_api/test/test_list_user_application_access_info_response.py +1 -1
  1379. agilicus/agilicus_api/test/test_list_user_desktop_access_info_response.py +1 -1
  1380. agilicus/agilicus_api/test/test_list_user_file_share_access_info_response.py +1 -1
  1381. agilicus/agilicus_api/test/test_list_user_guids_response.py +1 -1
  1382. agilicus/agilicus_api/test/test_list_user_launcher_access_info_response.py +1 -1
  1383. agilicus/agilicus_api/test/test_list_user_metadata_response.py +1 -1
  1384. agilicus/agilicus_api/test/test_list_user_request_info_response.py +1 -1
  1385. agilicus/agilicus_api/test/test_list_user_resource_access_info_response.py +1 -1
  1386. agilicus/agilicus_api/test/test_list_user_roles_for_an_org.py +1 -1
  1387. agilicus/agilicus_api/test/test_list_user_ssh_access_info_response.py +1 -1
  1388. agilicus/agilicus_api/test/test_list_users_response.py +1 -1
  1389. agilicus/agilicus_api/test/test_list_web_auth_n_enrollment_response.py +1 -1
  1390. agilicus/agilicus_api/test/test_list_well_known_issuer_info.py +1 -1
  1391. agilicus/agilicus_api/test/test_list_x509_certificate_response.py +1 -1
  1392. agilicus/agilicus_api/test/test_local_auth_upstream_config.py +1 -1
  1393. agilicus/agilicus_api/test/test_local_auth_upstream_identity_provider.py +1 -1
  1394. agilicus/agilicus_api/test/test_log.py +1 -1
  1395. agilicus/agilicus_api/test/test_login_session.py +1 -1
  1396. agilicus/agilicus_api/test/test_lookup_request.py +1 -1
  1397. agilicus/agilicus_api/test/test_lookups_api.py +1 -1
  1398. agilicus/agilicus_api/test/test_managed_upstream_identity_provider.py +1 -1
  1399. agilicus/agilicus_api/test/test_many_org_token_introspect_response.py +1 -1
  1400. agilicus/agilicus_api/test/test_map_attributes_answer.py +1 -1
  1401. agilicus/agilicus_api/test/test_map_attributes_answer_result.py +1 -1
  1402. agilicus/agilicus_api/test/test_map_attributes_question.py +1 -1
  1403. agilicus/agilicus_api/test/test_map_attributes_question_input.py +1 -1
  1404. agilicus/agilicus_api/test/test_map_attributes_question_login_info.py +1 -1
  1405. agilicus/agilicus_api/test/test_mapped_attributes.py +1 -1
  1406. agilicus/agilicus_api/test/test_max_mfa_proof_rule_condition.py +1 -1
  1407. agilicus/agilicus_api/test/test_memory_info.py +1 -1
  1408. agilicus/agilicus_api/test/test_message.py +1 -1
  1409. agilicus/agilicus_api/test/test_message_action.py +1 -1
  1410. agilicus/agilicus_api/test/test_message_address.py +1 -1
  1411. agilicus/agilicus_api/test/test_message_class.py +1 -1
  1412. agilicus/agilicus_api/test/test_message_endpoint.py +1 -1
  1413. agilicus/agilicus_api/test/test_message_endpoint_metadata.py +1 -1
  1414. agilicus/agilicus_api/test/test_message_endpoint_spec.py +1 -1
  1415. agilicus/agilicus_api/test/test_message_endpoint_type.py +1 -1
  1416. agilicus/agilicus_api/test/test_message_endpoint_type_web_push.py +1 -1
  1417. agilicus/agilicus_api/test/test_message_endpoints_config.py +1 -1
  1418. agilicus/agilicus_api/test/test_message_send_item.py +1 -1
  1419. agilicus/agilicus_api/test/test_message_send_request.py +1 -1
  1420. agilicus/agilicus_api/test/test_message_send_response.py +1 -1
  1421. agilicus/agilicus_api/test/test_message_send_response_item.py +1 -1
  1422. agilicus/agilicus_api/test/test_message_tag.py +1 -1
  1423. agilicus/agilicus_api/test/test_message_tag_name.py +1 -1
  1424. agilicus/agilicus_api/test/test_message_type.py +1 -1
  1425. agilicus/agilicus_api/test/test_messages_api.py +1 -1
  1426. agilicus/agilicus_api/test/test_messages_bulk_delete_request.py +1 -1
  1427. agilicus/agilicus_api/test/test_messages_bulk_delete_response.py +1 -1
  1428. agilicus/agilicus_api/test/test_metadata_with_id.py +1 -1
  1429. agilicus/agilicus_api/test/test_metadata_with_id_all_of.py +1 -1
  1430. agilicus/agilicus_api/test/test_metadata_with_only_id.py +1 -1
  1431. agilicus/agilicus_api/test/test_metrics_api.py +1 -1
  1432. agilicus/agilicus_api/test/test_mfa_challenge_answer.py +1 -1
  1433. agilicus/agilicus_api/test/test_mfa_challenge_answer_result.py +1 -1
  1434. agilicus/agilicus_api/test/test_mfa_challenge_method.py +1 -1
  1435. agilicus/agilicus_api/test/test_mfa_challenge_method_spec.py +1 -1
  1436. agilicus/agilicus_api/test/test_mfa_challenge_question.py +1 -1
  1437. agilicus/agilicus_api/test/test_mfa_challenge_question_input.py +1 -1
  1438. agilicus/agilicus_api/test/test_mfa_challenge_question_login_info.py +1 -1
  1439. agilicus/agilicus_api/test/test_mfa_enrollment_answer.py +1 -1
  1440. agilicus/agilicus_api/test/test_mfa_enrollment_answer_result.py +1 -1
  1441. agilicus/agilicus_api/test/test_mfa_enrollment_question.py +1 -1
  1442. agilicus/agilicus_api/test/test_mfa_enrollment_question_input.py +1 -1
  1443. agilicus/agilicus_api/test/test_mfa_enrollment_question_login_info.py +1 -1
  1444. agilicus/agilicus_api/test/test_mfa_policy_template.py +1 -1
  1445. agilicus/agilicus_api/test/test_network_detailed_stats.py +1 -1
  1446. agilicus/agilicus_api/test/test_network_mount_rule_config.py +1 -1
  1447. agilicus/agilicus_api/test/test_network_port.py +1 -1
  1448. agilicus/agilicus_api/test/test_network_port_range.py +1 -1
  1449. agilicus/agilicus_api/test/test_network_protocol_condition.py +1 -1
  1450. agilicus/agilicus_api/test/test_network_service_config.py +1 -1
  1451. agilicus/agilicus_api/test/test_network_summary_stats.py +1 -1
  1452. agilicus/agilicus_api/test/test_next_page_email.py +1 -1
  1453. agilicus/agilicus_api/test/test_object_credential.py +1 -1
  1454. agilicus/agilicus_api/test/test_object_credential_existence_info.py +1 -1
  1455. agilicus/agilicus_api/test/test_object_credential_secrets.py +1 -1
  1456. agilicus/agilicus_api/test/test_object_credential_spec.py +1 -1
  1457. agilicus/agilicus_api/test/test_object_credential_status.py +1 -1
  1458. agilicus/agilicus_api/test/test_object_oper_status.py +1 -1
  1459. agilicus/agilicus_api/test/test_object_type.py +1 -1
  1460. agilicus/agilicus_api/test/test_oidc_auth_config.py +1 -1
  1461. agilicus/agilicus_api/test/test_oidc_auth_path_config.py +1 -1
  1462. agilicus/agilicus_api/test/test_oidc_auth_uri.py +1 -1
  1463. agilicus/agilicus_api/test/test_oidc_content_type.py +1 -1
  1464. agilicus/agilicus_api/test/test_oidc_proxy_config.py +1 -1
  1465. agilicus/agilicus_api/test/test_oidc_proxy_content_manipulation.py +1 -1
  1466. agilicus/agilicus_api/test/test_oidc_proxy_domain_mapping.py +1 -1
  1467. agilicus/agilicus_api/test/test_oidc_proxy_domain_name_mapping.py +1 -1
  1468. agilicus/agilicus_api/test/test_oidc_proxy_domain_substitution.py +1 -1
  1469. agilicus/agilicus_api/test/test_oidc_proxy_header.py +1 -1
  1470. agilicus/agilicus_api/test/test_oidc_proxy_header_mapping.py +1 -1
  1471. agilicus/agilicus_api/test/test_oidc_proxy_header_match.py +1 -1
  1472. agilicus/agilicus_api/test/test_oidc_proxy_header_name.py +1 -1
  1473. agilicus/agilicus_api/test/test_oidc_proxy_header_override.py +1 -1
  1474. agilicus/agilicus_api/test/test_oidc_proxy_header_replace.py +1 -1
  1475. agilicus/agilicus_api/test/test_oidc_proxy_header_rewrite_filter.py +1 -1
  1476. agilicus/agilicus_api/test/test_oidc_proxy_header_user_config.py +1 -1
  1477. agilicus/agilicus_api/test/test_oidc_proxy_scope.py +1 -1
  1478. agilicus/agilicus_api/test/test_oidc_proxy_standard_header.py +1 -1
  1479. agilicus/agilicus_api/test/test_oidc_proxy_upstream_authentication.py +1 -1
  1480. agilicus/agilicus_api/test/test_oidc_proxy_upstream_config.py +1 -1
  1481. agilicus/agilicus_api/test/test_oidc_proxy_upstream_ntlm.py +1 -1
  1482. agilicus/agilicus_api/test/test_oidc_upstream_identity_provider.py +1 -1
  1483. agilicus/agilicus_api/test/test_one_time_use_action_challenge.py +1 -1
  1484. agilicus/agilicus_api/test/test_one_time_use_action_challenge_answer_detail.py +1 -1
  1485. agilicus/agilicus_api/test/test_one_time_use_action_challenge_response.py +1 -1
  1486. agilicus/agilicus_api/test/test_one_time_use_action_challenge_spec.py +1 -1
  1487. agilicus/agilicus_api/test/test_operational_status.py +1 -1
  1488. agilicus/agilicus_api/test/test_org_info.py +1 -1
  1489. agilicus/agilicus_api/test/test_org_scope_patch_document.py +1 -1
  1490. agilicus/agilicus_api/test/test_organisation.py +1 -1
  1491. agilicus/agilicus_api/test/test_organisation_admin.py +1 -1
  1492. agilicus/agilicus_api/test/test_organisation_capabilities.py +1 -1
  1493. agilicus/agilicus_api/test/test_organisation_owner_config.py +1 -1
  1494. agilicus/agilicus_api/test/test_organisation_state_selector.py +1 -1
  1495. agilicus/agilicus_api/test/test_organisation_state_status.py +1 -1
  1496. agilicus/agilicus_api/test/test_organisation_status.py +1 -1
  1497. agilicus/agilicus_api/test/test_organisation_system_options.py +1 -1
  1498. agilicus/agilicus_api/test/test_organisations_api.py +1 -1
  1499. agilicus/agilicus_api/test/test_os_info.py +1 -1
  1500. agilicus/agilicus_api/test/test_per_instance_upstream_stats.py +1 -1
  1501. agilicus/agilicus_api/test/test_per_tunnel_stats.py +1 -1
  1502. agilicus/agilicus_api/test/test_permissions_api.py +1 -1
  1503. agilicus/agilicus_api/test/test_permitted_cross_domain_policies_settings.py +1 -1
  1504. agilicus/agilicus_api/test/test_point_of_presence.py +1 -1
  1505. agilicus/agilicus_api/test/test_point_of_presence_routing.py +1 -1
  1506. agilicus/agilicus_api/test/test_point_of_presence_spec.py +1 -1
  1507. agilicus/agilicus_api/test/test_point_of_presence_status.py +1 -1
  1508. agilicus/agilicus_api/test/test_policy.py +1 -1
  1509. agilicus/agilicus_api/test/test_policy_api.py +1 -1
  1510. agilicus/agilicus_api/test/test_policy_condition.py +1 -1
  1511. agilicus/agilicus_api/test/test_policy_config_api.py +1 -1
  1512. agilicus/agilicus_api/test/test_policy_config_authz_bundle.py +1 -1
  1513. agilicus/agilicus_api/test/test_policy_config_resource_url_bundle.py +1 -1
  1514. agilicus/agilicus_api/test/test_policy_group.py +1 -1
  1515. agilicus/agilicus_api/test/test_policy_group_spec.py +1 -1
  1516. agilicus/agilicus_api/test/test_policy_issuer_ref.py +1 -1
  1517. agilicus/agilicus_api/test/test_policy_rule.py +1 -1
  1518. agilicus/agilicus_api/test/test_policy_rule_spec.py +1 -1
  1519. agilicus/agilicus_api/test/test_policy_spec.py +1 -1
  1520. agilicus/agilicus_api/test/test_policy_status.py +1 -1
  1521. agilicus/agilicus_api/test/test_policy_template.py +1 -1
  1522. agilicus/agilicus_api/test/test_policy_template_instance.py +1 -1
  1523. agilicus/agilicus_api/test/test_policy_template_instance_spec.py +1 -1
  1524. agilicus/agilicus_api/test/test_policy_templates_api.py +1 -1
  1525. agilicus/agilicus_api/test/test_previous_page_email.py +1 -1
  1526. agilicus/agilicus_api/test/test_product.py +1 -1
  1527. agilicus/agilicus_api/test/test_product_spec.py +1 -1
  1528. agilicus/agilicus_api/test/test_product_status.py +1 -1
  1529. agilicus/agilicus_api/test/test_public_file_org_link.py +1 -1
  1530. agilicus/agilicus_api/test/test_public_file_org_link_spec.py +1 -1
  1531. agilicus/agilicus_api/test/test_raw_token.py +1 -1
  1532. agilicus/agilicus_api/test/test_reconcile_org_default_policy_request.py +1 -1
  1533. agilicus/agilicus_api/test/test_reconcile_org_default_policy_response.py +1 -1
  1534. agilicus/agilicus_api/test/test_reconcile_org_default_policy_response_per_org.py +1 -1
  1535. agilicus/agilicus_api/test/test_reconcile_sub_org_issuer_request.py +1 -1
  1536. agilicus/agilicus_api/test/test_referrer_policy_settings.py +1 -1
  1537. agilicus/agilicus_api/test/test_refresh_token_request.py +1 -1
  1538. agilicus/agilicus_api/test/test_region.py +1 -1
  1539. agilicus/agilicus_api/test/test_region_routing.py +1 -1
  1540. agilicus/agilicus_api/test/test_region_spec.py +1 -1
  1541. agilicus/agilicus_api/test/test_region_status.py +1 -1
  1542. agilicus/agilicus_api/test/test_regional_firewall_rule.py +1 -1
  1543. agilicus/agilicus_api/test/test_regional_location.py +1 -1
  1544. agilicus/agilicus_api/test/test_regions_api.py +1 -1
  1545. agilicus/agilicus_api/test/test_remote_app_access_info.py +1 -1
  1546. agilicus/agilicus_api/test/test_rendered_query_parameter.py +1 -1
  1547. agilicus/agilicus_api/test/test_rendered_resource_permissions.py +1 -1
  1548. agilicus/agilicus_api/test/test_rendered_rule.py +1 -1
  1549. agilicus/agilicus_api/test/test_rendered_rule_body.py +1 -1
  1550. agilicus/agilicus_api/test/test_replace_user_role_request.py +1 -1
  1551. agilicus/agilicus_api/test/test_reset_mfa_challenge_method.py +1 -1
  1552. agilicus/agilicus_api/test/test_reset_policy_request.py +1 -1
  1553. agilicus/agilicus_api/test/test_reset_user_identity_request.py +1 -1
  1554. agilicus/agilicus_api/test/test_resource.py +1 -1
  1555. agilicus/agilicus_api/test/test_resource_config.py +1 -1
  1556. agilicus/agilicus_api/test/test_resource_group.py +1 -1
  1557. agilicus/agilicus_api/test/test_resource_info.py +1 -1
  1558. agilicus/agilicus_api/test/test_resource_member.py +1 -1
  1559. agilicus/agilicus_api/test/test_resource_permission.py +1 -1
  1560. agilicus/agilicus_api/test/test_resource_permission_spec.py +1 -1
  1561. agilicus/agilicus_api/test/test_resource_role.py +1 -1
  1562. agilicus/agilicus_api/test/test_resource_role_spec.py +1 -1
  1563. agilicus/agilicus_api/test/test_resource_rule_group.py +1 -1
  1564. agilicus/agilicus_api/test/test_resource_session_stats.py +1 -1
  1565. agilicus/agilicus_api/test/test_resource_spec.py +1 -1
  1566. agilicus/agilicus_api/test/test_resource_stats.py +1 -1
  1567. agilicus/agilicus_api/test/test_resource_stats_metadata.py +1 -1
  1568. agilicus/agilicus_api/test/test_resource_status.py +1 -1
  1569. agilicus/agilicus_api/test/test_resource_type_enum.py +1 -1
  1570. agilicus/agilicus_api/test/test_resource_url.py +1 -1
  1571. agilicus/agilicus_api/test/test_resource_url_host_info.py +1 -1
  1572. agilicus/agilicus_api/test/test_resource_url_host_info_map.py +1 -1
  1573. agilicus/agilicus_api/test/test_resources_api.py +1 -1
  1574. agilicus/agilicus_api/test/test_role.py +1 -1
  1575. agilicus/agilicus_api/test/test_role_config.py +1 -1
  1576. agilicus/agilicus_api/test/test_role_list.py +1 -1
  1577. agilicus/agilicus_api/test/test_role_spec.py +1 -1
  1578. agilicus/agilicus_api/test/test_role_to_rule_entry.py +1 -1
  1579. agilicus/agilicus_api/test/test_role_to_rule_entry_spec.py +1 -1
  1580. agilicus/agilicus_api/test/test_role_v2.py +1 -1
  1581. agilicus/agilicus_api/test/test_roles.py +1 -1
  1582. agilicus/agilicus_api/test/test_roles_config.py +1 -1
  1583. agilicus/agilicus_api/test/test_routing_request.py +1 -1
  1584. agilicus/agilicus_api/test/test_rule.py +1 -1
  1585. agilicus/agilicus_api/test/test_rule_action.py +1 -1
  1586. agilicus/agilicus_api/test/test_rule_condition.py +1 -1
  1587. agilicus/agilicus_api/test/test_rule_condition_base.py +1 -1
  1588. agilicus/agilicus_api/test/test_rule_config.py +1 -1
  1589. agilicus/agilicus_api/test/test_rule_match_criteria.py +1 -1
  1590. agilicus/agilicus_api/test/test_rule_matcher.py +1 -1
  1591. agilicus/agilicus_api/test/test_rule_matcher_list.py +1 -1
  1592. agilicus/agilicus_api/test/test_rule_query_body.py +1 -1
  1593. agilicus/agilicus_api/test/test_rule_query_body_json.py +1 -1
  1594. agilicus/agilicus_api/test/test_rule_query_parameter.py +1 -1
  1595. agilicus/agilicus_api/test/test_rule_scope_enum.py +1 -1
  1596. agilicus/agilicus_api/test/test_rule_set.py +1 -1
  1597. agilicus/agilicus_api/test/test_rule_set_component.py +1 -1
  1598. agilicus/agilicus_api/test/test_rule_set_node.py +1 -1
  1599. agilicus/agilicus_api/test/test_rule_spec.py +1 -1
  1600. agilicus/agilicus_api/test/test_rule_v2.py +1 -1
  1601. agilicus/agilicus_api/test/test_rules_api.py +1 -1
  1602. agilicus/agilicus_api/test/test_rules_config.py +1 -1
  1603. agilicus/agilicus_api/test/test_runtime_status.py +1 -1
  1604. agilicus/agilicus_api/test/test_scope_condition.py +1 -1
  1605. agilicus/agilicus_api/test/test_secure_agent.py +1 -1
  1606. agilicus/agilicus_api/test/test_secure_agent_connector.py +1 -1
  1607. agilicus/agilicus_api/test/test_secure_agent_connector_info.py +1 -1
  1608. agilicus/agilicus_api/test/test_secure_agent_spec.py +1 -1
  1609. agilicus/agilicus_api/test/test_secure_agent_status.py +1 -1
  1610. agilicus/agilicus_api/test/test_selector_tag.py +1 -1
  1611. agilicus/agilicus_api/test/test_service_account.py +1 -1
  1612. agilicus/agilicus_api/test/test_service_account_reset_body.py +1 -1
  1613. agilicus/agilicus_api/test/test_service_account_spec.py +1 -1
  1614. agilicus/agilicus_api/test/test_service_account_status.py +1 -1
  1615. agilicus/agilicus_api/test/test_service_expose_config.py +1 -1
  1616. agilicus/agilicus_api/test/test_service_forwarder.py +1 -1
  1617. agilicus/agilicus_api/test/test_service_forwarder_spec.py +1 -1
  1618. agilicus/agilicus_api/test/test_service_forwarder_stats.py +1 -1
  1619. agilicus/agilicus_api/test/test_service_forwarder_stats_group.py +1 -1
  1620. agilicus/agilicus_api/test/test_service_forwarder_status.py +1 -1
  1621. agilicus/agilicus_api/test/test_service_http_config.py +1 -1
  1622. agilicus/agilicus_api/test/test_service_protocol_config.py +1 -1
  1623. agilicus/agilicus_api/test/test_session.py +1 -1
  1624. agilicus/agilicus_api/test/test_session_challenge.py +1 -1
  1625. agilicus/agilicus_api/test/test_session_challenge_message.py +1 -1
  1626. agilicus/agilicus_api/test/test_session_challenge_spec.py +1 -1
  1627. agilicus/agilicus_api/test/test_session_challenge_status.py +1 -1
  1628. agilicus/agilicus_api/test/test_session_status.py +1 -1
  1629. agilicus/agilicus_api/test/test_sessions_spec.py +1 -1
  1630. agilicus/agilicus_api/test/test_share_detailed_stats.py +1 -1
  1631. agilicus/agilicus_api/test/test_share_summary_stats.py +1 -1
  1632. agilicus/agilicus_api/test/test_simple_resource_policy_template.py +1 -1
  1633. agilicus/agilicus_api/test/test_simple_resource_policy_template_structure.py +1 -1
  1634. agilicus/agilicus_api/test/test_simple_resource_policy_template_structure_node.py +1 -1
  1635. agilicus/agilicus_api/test/test_source_info_policy_template.py +1 -1
  1636. agilicus/agilicus_api/test/test_source_iso_country_code_condition.py +1 -1
  1637. agilicus/agilicus_api/test/test_source_subnet_condition.py +1 -1
  1638. agilicus/agilicus_api/test/test_ssh_resource.py +1 -1
  1639. agilicus/agilicus_api/test/test_ssh_resource_spec.py +1 -1
  1640. agilicus/agilicus_api/test/test_ssh_resource_stats.py +1 -1
  1641. agilicus/agilicus_api/test/test_ssh_resource_status.py +1 -1
  1642. agilicus/agilicus_api/test/test_ssh_username.py +1 -1
  1643. agilicus/agilicus_api/test/test_standalone_object_conditions.py +1 -1
  1644. agilicus/agilicus_api/test/test_standalone_rule.py +1 -1
  1645. agilicus/agilicus_api/test/test_standalone_rule_name.py +1 -1
  1646. agilicus/agilicus_api/test/test_standalone_rule_policy.py +1 -1
  1647. agilicus/agilicus_api/test/test_standalone_rule_policy_description.py +1 -1
  1648. agilicus/agilicus_api/test/test_standalone_rule_policy_spec.py +1 -1
  1649. agilicus/agilicus_api/test/test_standalone_rule_scope.py +1 -1
  1650. agilicus/agilicus_api/test/test_standalone_rule_spec.py +1 -1
  1651. agilicus/agilicus_api/test/test_standalone_rule_tree.py +1 -1
  1652. agilicus/agilicus_api/test/test_standalone_rule_tree_node.py +1 -1
  1653. agilicus/agilicus_api/test/test_standalone_rule_tree_node_child.py +1 -1
  1654. agilicus/agilicus_api/test/test_standalone_rule_tree_ref.py +1 -1
  1655. agilicus/agilicus_api/test/test_standalone_rule_tree_rule_ref.py +1 -1
  1656. agilicus/agilicus_api/test/test_standalone_rule_tree_spec.py +1 -1
  1657. agilicus/agilicus_api/test/test_standalone_rule_tree_status.py +1 -1
  1658. agilicus/agilicus_api/test/test_standalone_rules_cleanup.py +1 -1
  1659. agilicus/agilicus_api/test/test_standalone_rules_cleanup_spec.py +1 -1
  1660. agilicus/agilicus_api/test/test_standalone_rules_cleanup_status.py +1 -1
  1661. agilicus/agilicus_api/test/test_standalone_ruleset.py +1 -1
  1662. agilicus/agilicus_api/test/test_standalone_ruleset_bundle.py +1 -1
  1663. agilicus/agilicus_api/test/test_standalone_ruleset_bundle_label.py +1 -1
  1664. agilicus/agilicus_api/test/test_standalone_ruleset_bundle_name.py +1 -1
  1665. agilicus/agilicus_api/test/test_standalone_ruleset_bundle_spec.py +1 -1
  1666. agilicus/agilicus_api/test/test_standalone_ruleset_bundle_status.py +1 -1
  1667. agilicus/agilicus_api/test/test_standalone_ruleset_in_bundle.py +1 -1
  1668. agilicus/agilicus_api/test/test_standalone_ruleset_label.py +1 -1
  1669. agilicus/agilicus_api/test/test_standalone_ruleset_label_name.py +1 -1
  1670. agilicus/agilicus_api/test/test_standalone_ruleset_label_spec.py +1 -1
  1671. agilicus/agilicus_api/test/test_standalone_ruleset_label_status.py +1 -1
  1672. agilicus/agilicus_api/test/test_standalone_ruleset_spec.py +1 -1
  1673. agilicus/agilicus_api/test/test_standalone_ruleset_status.py +1 -1
  1674. agilicus/agilicus_api/test/test_stats_publishing_config.py +1 -1
  1675. agilicus/agilicus_api/test/test_stats_publishing_connector_config.py +1 -1
  1676. agilicus/agilicus_api/test/test_stats_publishing_connector_type_config.py +1 -1
  1677. agilicus/agilicus_api/test/test_stats_publishing_level_config.py +1 -1
  1678. agilicus/agilicus_api/test/test_storage_info.py +1 -1
  1679. agilicus/agilicus_api/test/test_storage_region.py +1 -1
  1680. agilicus/agilicus_api/test/test_support_request.py +1 -1
  1681. agilicus/agilicus_api/test/test_support_request_message.py +1 -1
  1682. agilicus/agilicus_api/test/test_support_request_spec.py +1 -1
  1683. agilicus/agilicus_api/test/test_support_request_status.py +1 -1
  1684. agilicus/agilicus_api/test/test_template_extraction.py +1 -1
  1685. agilicus/agilicus_api/test/test_template_path.py +1 -1
  1686. agilicus/agilicus_api/test/test_time_interval_metrics.py +1 -1
  1687. agilicus/agilicus_api/test/test_time_validity.py +1 -1
  1688. agilicus/agilicus_api/test/test_token.py +1 -1
  1689. agilicus/agilicus_api/test/test_token_introspect.py +1 -1
  1690. agilicus/agilicus_api/test/test_token_introspect_options.py +1 -1
  1691. agilicus/agilicus_api/test/test_token_reissue_request.py +1 -1
  1692. agilicus/agilicus_api/test/test_token_revoke.py +1 -1
  1693. agilicus/agilicus_api/test/test_token_scope.py +1 -1
  1694. agilicus/agilicus_api/test/test_token_validity.py +1 -1
  1695. agilicus/agilicus_api/test/test_tokens_api.py +1 -1
  1696. agilicus/agilicus_api/test/test_totp_enrollment.py +1 -1
  1697. agilicus/agilicus_api/test/test_totp_enrollment_answer.py +1 -1
  1698. agilicus/agilicus_api/test/test_totp_enrollment_spec.py +1 -1
  1699. agilicus/agilicus_api/test/test_totp_enrollment_status.py +1 -1
  1700. agilicus/agilicus_api/test/test_trusted_certificate.py +1 -1
  1701. agilicus/agilicus_api/test/test_trusted_certificate_bundle.py +1 -1
  1702. agilicus/agilicus_api/test/test_trusted_certificate_bundle_label.py +1 -1
  1703. agilicus/agilicus_api/test/test_trusted_certificate_bundle_label_operation.py +1 -1
  1704. agilicus/agilicus_api/test/test_trusted_certificate_bundle_name.py +1 -1
  1705. agilicus/agilicus_api/test/test_trusted_certificate_bundle_spec.py +1 -1
  1706. agilicus/agilicus_api/test/test_trusted_certificate_bundle_status.py +1 -1
  1707. agilicus/agilicus_api/test/test_trusted_certificate_label.py +1 -1
  1708. agilicus/agilicus_api/test/test_trusted_certificate_label_name.py +1 -1
  1709. agilicus/agilicus_api/test/test_trusted_certificate_label_spec.py +1 -1
  1710. agilicus/agilicus_api/test/test_trusted_certificate_label_status.py +1 -1
  1711. agilicus/agilicus_api/test/test_trusted_certificate_org.py +1 -1
  1712. agilicus/agilicus_api/test/test_trusted_certificate_spec.py +1 -1
  1713. agilicus/agilicus_api/test/test_trusted_certificate_status.py +1 -1
  1714. agilicus/agilicus_api/test/test_trusted_certs_api.py +1 -1
  1715. agilicus/agilicus_api/test/test_upstream_alias.py +1 -1
  1716. agilicus/agilicus_api/test/test_upstream_alias_mapping.py +1 -1
  1717. agilicus/agilicus_api/test/test_upstream_alias_spec.py +1 -1
  1718. agilicus/agilicus_api/test/test_upstream_group_excluded_entry.py +1 -1
  1719. agilicus/agilicus_api/test/test_upstream_group_mapping.py +1 -1
  1720. agilicus/agilicus_api/test/test_upstream_group_mapping_entry.py +1 -1
  1721. agilicus/agilicus_api/test/test_upstream_group_mapping_spec.py +1 -1
  1722. agilicus/agilicus_api/test/test_upstream_group_reconcile.py +1 -1
  1723. agilicus/agilicus_api/test/test_upstream_group_reconcile_response.py +1 -1
  1724. agilicus/agilicus_api/test/test_upstream_user_identity.py +1 -1
  1725. agilicus/agilicus_api/test/test_upstream_user_identity_spec.py +1 -1
  1726. agilicus/agilicus_api/test/test_uri_parameter_rewrite_filter.py +1 -1
  1727. agilicus/agilicus_api/test/test_usage_measurement.py +1 -1
  1728. agilicus/agilicus_api/test/test_usage_metric.py +1 -1
  1729. agilicus/agilicus_api/test/test_usage_metrics.py +1 -1
  1730. agilicus/agilicus_api/test/test_user.py +1 -1
  1731. agilicus/agilicus_api/test/test_user_access_info.py +1 -1
  1732. agilicus/agilicus_api/test/test_user_application_access_info.py +1 -1
  1733. agilicus/agilicus_api/test/test_user_application_access_info_status.py +1 -1
  1734. agilicus/agilicus_api/test/test_user_attribute.py +1 -1
  1735. agilicus/agilicus_api/test/test_user_attributes.py +1 -1
  1736. agilicus/agilicus_api/test/test_user_desktop_access_info.py +1 -1
  1737. agilicus/agilicus_api/test/test_user_desktop_access_info_status.py +1 -1
  1738. agilicus/agilicus_api/test/test_user_file_share_access_info.py +1 -1
  1739. agilicus/agilicus_api/test/test_user_file_share_access_info_status.py +1 -1
  1740. agilicus/agilicus_api/test/test_user_identity.py +1 -1
  1741. agilicus/agilicus_api/test/test_user_identity_update.py +1 -1
  1742. agilicus/agilicus_api/test/test_user_identity_update_spec.py +1 -1
  1743. agilicus/agilicus_api/test/test_user_info.py +1 -1
  1744. agilicus/agilicus_api/test/test_user_launcher_access_info.py +1 -1
  1745. agilicus/agilicus_api/test/test_user_member_of.py +1 -1
  1746. agilicus/agilicus_api/test/test_user_metadata.py +1 -1
  1747. agilicus/agilicus_api/test/test_user_metadata_spec.py +1 -1
  1748. agilicus/agilicus_api/test/test_user_metrics.py +1 -1
  1749. agilicus/agilicus_api/test/test_user_request_info.py +1 -1
  1750. agilicus/agilicus_api/test/test_user_request_info_spec.py +1 -1
  1751. agilicus/agilicus_api/test/test_user_request_info_status.py +1 -1
  1752. agilicus/agilicus_api/test/test_user_request_user_update.py +1 -1
  1753. agilicus/agilicus_api/test/test_user_resource_access_info.py +1 -1
  1754. agilicus/agilicus_api/test/test_user_resource_access_info_status.py +1 -1
  1755. agilicus/agilicus_api/test/test_user_roles.py +1 -1
  1756. agilicus/agilicus_api/test/test_user_roles_for_an_org.py +1 -1
  1757. agilicus/agilicus_api/test/test_user_session_identifiers.py +1 -1
  1758. agilicus/agilicus_api/test/test_user_ssh_access_info.py +1 -1
  1759. agilicus/agilicus_api/test/test_user_ssh_access_info_status.py +1 -1
  1760. agilicus/agilicus_api/test/test_user_status_enum.py +1 -1
  1761. agilicus/agilicus_api/test/test_user_summary.py +1 -1
  1762. agilicus/agilicus_api/test/test_users_api.py +1 -1
  1763. agilicus/agilicus_api/test/test_vnc_connection_info.py +1 -1
  1764. agilicus/agilicus_api/test/test_vnc_password_authentication.py +1 -1
  1765. agilicus/agilicus_api/test/test_web_auth_n_enrollment.py +1 -1
  1766. agilicus/agilicus_api/test/test_web_auth_n_enrollment_answer.py +1 -1
  1767. agilicus/agilicus_api/test/test_web_auth_n_enrollment_spec.py +1 -1
  1768. agilicus/agilicus_api/test/test_web_auth_n_enrollment_status.py +1 -1
  1769. agilicus/agilicus_api/test/test_well_known_issuer_info.py +1 -1
  1770. agilicus/agilicus_api/test/test_whoami_api.py +1 -1
  1771. agilicus/agilicus_api/test/test_whoami_request.py +1 -1
  1772. agilicus/agilicus_api/test/test_whoami_response.py +1 -1
  1773. agilicus/agilicus_api/test/test_workload_configuration.py +1 -1
  1774. agilicus/agilicus_api/test/test_x509_certificate.py +1 -1
  1775. agilicus/agilicus_api/test/test_x509_certificate_spec.py +1 -1
  1776. agilicus/agilicus_api/test/test_x509_certificate_status.py +1 -1
  1777. agilicus/agilicus_api/test/test_x509_root_certificate.py +1 -1
  1778. agilicus/agilicus_api/test/test_x509_root_certificate_spec.py +1 -1
  1779. agilicus/agilicus_api/test/test_x509_root_certificate_status.py +1 -1
  1780. agilicus/agilicus_api/test/test_xss_settings.py +1 -1
  1781. agilicus/agilicus_api_README.md +2 -2
  1782. agilicus/issuers.py +3 -0
  1783. agilicus/main.py +1 -0
  1784. {agilicus-1.290.7.dist-info → agilicus-1.290.8.dist-info}/METADATA +1 -1
  1785. {agilicus-1.290.7.dist-info → agilicus-1.290.8.dist-info}/RECORD +1788 -1788
  1786. {agilicus-1.290.7.dist-info → agilicus-1.290.8.dist-info}/LICENSE.txt +0 -0
  1787. {agilicus-1.290.7.dist-info → agilicus-1.290.8.dist-info}/WHEEL +0 -0
  1788. {agilicus-1.290.7.dist-info → agilicus-1.290.8.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: 2025.06.02
6
+ The version of the OpenAPI document: 2025.06.11
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: 2025.06.02
6
+ The version of the OpenAPI document: 2025.06.11
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: 2025.06.02
6
+ The version of the OpenAPI document: 2025.06.11
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: 2025.06.02
6
+ The version of the OpenAPI document: 2025.06.11
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: 2025.06.02
6
+ The version of the OpenAPI document: 2025.06.11
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: 2025.06.02
6
+ The version of the OpenAPI document: 2025.06.11
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: 2025.06.02
6
+ The version of the OpenAPI document: 2025.06.11
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: 2025.06.02
6
+ The version of the OpenAPI document: 2025.06.11
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: 2025.06.02
6
+ The version of the OpenAPI document: 2025.06.11
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: 2025.06.02
6
+ The version of the OpenAPI document: 2025.06.11
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: 2025.06.02
6
+ The version of the OpenAPI document: 2025.06.11
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: 2025.06.02
6
+ The version of the OpenAPI document: 2025.06.11
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: 2025.06.02
6
+ The version of the OpenAPI document: 2025.06.11
7
7
  Contact: dev@agilicus.com
8
8
  Generated by: https://openapi-generator.tech
9
9
  """
@@ -222,6 +222,14 @@ class OIDCUpstreamIdentityProvider(ModelNormal):
222
222
  def oidc_flavor(self, new_value):
223
223
  self.oidc_flavor = new_value
224
224
 
225
+ @property
226
+ def client_authorization_type(self):
227
+ return self.get("client_authorization_type")
228
+
229
+ @client_authorization_type.setter
230
+ def client_authorization_type(self, new_value):
231
+ self.client_authorization_type = new_value
232
+
225
233
  @property
226
234
  def admin_status(self):
227
235
  return self.get("admin_status")
@@ -283,6 +291,7 @@ class OIDCUpstreamIdentityProvider(ModelNormal):
283
291
  'auto_create_status': (AutoCreateStatus,), # noqa: E501
284
292
  'prompt_mode': (str,), # noqa: E501
285
293
  'oidc_flavor': (str,), # noqa: E501
294
+ 'client_authorization_type': (str, none_type,), # noqa: E501
286
295
  'admin_status': (AdminStatus,), # noqa: E501
287
296
  'trap_disabled': (bool,), # noqa: E501
288
297
  'operational_status': (OperationalStatus,), # noqa: E501
@@ -309,6 +318,7 @@ class OIDCUpstreamIdentityProvider(ModelNormal):
309
318
  'auto_create_status': 'auto_create_status', # noqa: E501
310
319
  'prompt_mode': 'prompt_mode', # noqa: E501
311
320
  'oidc_flavor': 'oidc_flavor', # noqa: E501
321
+ 'client_authorization_type': 'client_authorization_type', # noqa: E501
312
322
  'admin_status': 'admin_status', # noqa: E501
313
323
  'trap_disabled': 'trap_disabled', # noqa: E501
314
324
  'operational_status': 'operational_status', # noqa: E501
@@ -371,6 +381,7 @@ class OIDCUpstreamIdentityProvider(ModelNormal):
371
381
  auto_create_status (AutoCreateStatus): [optional] # noqa: E501
372
382
  prompt_mode (str): Controls how the issuer sets the 'prompt' field of the request to the upstream identity provider. It can take the following values: - `auto`: Determine whether to set the prompt field based on other criteria of the request, such as whether offline mode is requested. - `disabled`: Never set the prompt field. . [optional] # noqa: E501
373
383
  oidc_flavor (str): Controls the type/flavor of the upstream OIDC provider. Some providers have specific functionality that differs from standard oidc. For example, Microsoft utilizes the Graph API for group management. For example, if the upstream issuer is microsoft, setting this flavor to microsoft will query the groups by name so that Agilicus will reconcile all groups by the name, rather than its guid. . [optional] if omitted the server will use the default value of "oidc" # noqa: E501
384
+ client_authorization_type (str, none_type): supports values: '' or null/not set: client_secret authorization is used 'federated-credential': Supports Microsoft federated credential. In side the Microsoft Application Registration, in \"Certificates & Secrets\" section, choose 'Federated credentials'. Choose \"Other Issuer\", and specify the URL of the issuer (ie. https://auth.<org domain>). Choose Explicit subject identifier, and enter the client ID of the Microsoft Application. . [optional] # noqa: E501
374
385
  admin_status (AdminStatus): [optional] # noqa: E501
375
386
  trap_disabled (bool): Inidicates whether traps (notifications) should be disabled for this entity. A true state indicates notifications will not be sent on transition. . [optional] # noqa: E501
376
387
  operational_status (OperationalStatus): [optional] # noqa: E501
@@ -477,6 +488,7 @@ class OIDCUpstreamIdentityProvider(ModelNormal):
477
488
  auto_create_status (AutoCreateStatus): [optional] # noqa: E501
478
489
  prompt_mode (str): Controls how the issuer sets the 'prompt' field of the request to the upstream identity provider. It can take the following values: - `auto`: Determine whether to set the prompt field based on other criteria of the request, such as whether offline mode is requested. - `disabled`: Never set the prompt field. . [optional] # noqa: E501
479
490
  oidc_flavor (str): Controls the type/flavor of the upstream OIDC provider. Some providers have specific functionality that differs from standard oidc. For example, Microsoft utilizes the Graph API for group management. For example, if the upstream issuer is microsoft, setting this flavor to microsoft will query the groups by name so that Agilicus will reconcile all groups by the name, rather than its guid. . [optional] if omitted the server will use the default value of "oidc" # noqa: E501
491
+ client_authorization_type (str, none_type): supports values: '' or null/not set: client_secret authorization is used 'federated-credential': Supports Microsoft federated credential. In side the Microsoft Application Registration, in \"Certificates & Secrets\" section, choose 'Federated credentials'. Choose \"Other Issuer\", and specify the URL of the issuer (ie. https://auth.<org domain>). Choose Explicit subject identifier, and enter the client ID of the Microsoft Application. . [optional] # noqa: E501
480
492
  admin_status (AdminStatus): [optional] # noqa: E501
481
493
  trap_disabled (bool): Inidicates whether traps (notifications) should be disabled for this entity. A true state indicates notifications will not be sent on transition. . [optional] # noqa: E501
482
494
  operational_status (OperationalStatus): [optional] # noqa: E501
@@ -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: 2025.06.02
6
+ The version of the OpenAPI document: 2025.06.11
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: 2025.06.02
6
+ The version of the OpenAPI document: 2025.06.11
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: 2025.06.02
6
+ The version of the OpenAPI document: 2025.06.11
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: 2025.06.02
6
+ The version of the OpenAPI document: 2025.06.11
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: 2025.06.02
6
+ The version of the OpenAPI document: 2025.06.11
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: 2025.06.02
6
+ The version of the OpenAPI document: 2025.06.11
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: 2025.06.02
6
+ The version of the OpenAPI document: 2025.06.11
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: 2025.06.02
6
+ The version of the OpenAPI document: 2025.06.11
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: 2025.06.02
6
+ The version of the OpenAPI document: 2025.06.11
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: 2025.06.02
6
+ The version of the OpenAPI document: 2025.06.11
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: 2025.06.02
6
+ The version of the OpenAPI document: 2025.06.11
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: 2025.06.02
6
+ The version of the OpenAPI document: 2025.06.11
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: 2025.06.02
6
+ The version of the OpenAPI document: 2025.06.11
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: 2025.06.02
6
+ The version of the OpenAPI document: 2025.06.11
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: 2025.06.02
6
+ The version of the OpenAPI document: 2025.06.11
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: 2025.06.02
6
+ The version of the OpenAPI document: 2025.06.11
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: 2025.06.02
6
+ The version of the OpenAPI document: 2025.06.11
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: 2025.06.02
6
+ The version of the OpenAPI document: 2025.06.11
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: 2025.06.02
6
+ The version of the OpenAPI document: 2025.06.11
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: 2025.06.02
6
+ The version of the OpenAPI document: 2025.06.11
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: 2025.06.02
6
+ The version of the OpenAPI document: 2025.06.11
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: 2025.06.02
6
+ The version of the OpenAPI document: 2025.06.11
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: 2025.06.02
6
+ The version of the OpenAPI document: 2025.06.11
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: 2025.06.02
6
+ The version of the OpenAPI document: 2025.06.11
7
7
  Contact: dev@agilicus.com
8
8
  Generated by: https://openapi-generator.tech
9
9
  """