scalekit-sdk-python 2.14.0__tar.gz → 2.15.0__tar.gz

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 (258) hide show
  1. {scalekit_sdk_python-2.14.0/scalekit_sdk_python.egg-info → scalekit_sdk_python-2.15.0}/PKG-INFO +1 -1
  2. {scalekit_sdk_python-2.14.0 → scalekit_sdk_python-2.15.0}/scalekit/_version.py +1 -1
  3. {scalekit_sdk_python-2.14.0 → scalekit_sdk_python-2.15.0}/scalekit/actions/actions.py +7 -3
  4. {scalekit_sdk_python-2.14.0 → scalekit_sdk_python-2.15.0}/scalekit/actions/models/requests/create_custom_provider_request.py +16 -1
  5. {scalekit_sdk_python-2.14.0 → scalekit_sdk_python-2.15.0}/scalekit/actions/models/requests/update_custom_provider_request.py +17 -1
  6. {scalekit_sdk_python-2.14.0 → scalekit_sdk_python-2.15.0}/scalekit/connection.py +4 -2
  7. {scalekit_sdk_python-2.14.0 → scalekit_sdk_python-2.15.0}/scalekit/core.py +1 -1
  8. {scalekit_sdk_python-2.14.0 → scalekit_sdk_python-2.15.0}/scalekit/v1/connections/connections_pb2.py +38 -36
  9. {scalekit_sdk_python-2.14.0 → scalekit_sdk_python-2.15.0}/scalekit/v1/connections/connections_pb2.pyi +4 -2
  10. {scalekit_sdk_python-2.14.0 → scalekit_sdk_python-2.15.0/scalekit_sdk_python.egg-info}/PKG-INFO +1 -1
  11. {scalekit_sdk_python-2.14.0 → scalekit_sdk_python-2.15.0}/tests/test_connection.py +48 -1
  12. {scalekit_sdk_python-2.14.0 → scalekit_sdk_python-2.15.0}/tests/test_providers.py +102 -0
  13. {scalekit_sdk_python-2.14.0 → scalekit_sdk_python-2.15.0}/LICENSE +0 -0
  14. {scalekit_sdk_python-2.14.0 → scalekit_sdk_python-2.15.0}/README.md +0 -0
  15. {scalekit_sdk_python-2.14.0 → scalekit_sdk_python-2.15.0}/buf/__init__.py +0 -0
  16. {scalekit_sdk_python-2.14.0 → scalekit_sdk_python-2.15.0}/buf/validate/__init__.py +0 -0
  17. {scalekit_sdk_python-2.14.0 → scalekit_sdk_python-2.15.0}/buf/validate/validate_pb2.py +0 -0
  18. {scalekit_sdk_python-2.14.0 → scalekit_sdk_python-2.15.0}/buf/validate/validate_pb2.pyi +0 -0
  19. {scalekit_sdk_python-2.14.0 → scalekit_sdk_python-2.15.0}/buf/validate/validate_pb2_grpc.py +0 -0
  20. {scalekit_sdk_python-2.14.0 → scalekit_sdk_python-2.15.0}/pyproject.toml +0 -0
  21. {scalekit_sdk_python-2.14.0 → scalekit_sdk_python-2.15.0}/scalekit/__init__.py +0 -0
  22. {scalekit_sdk_python-2.14.0 → scalekit_sdk_python-2.15.0}/scalekit/actions/__init__.py +0 -0
  23. {scalekit_sdk_python-2.14.0 → scalekit_sdk_python-2.15.0}/scalekit/actions/frameworks/__init__.py +0 -0
  24. {scalekit_sdk_python-2.14.0 → scalekit_sdk_python-2.15.0}/scalekit/actions/frameworks/google_adk.py +0 -0
  25. {scalekit_sdk_python-2.14.0 → scalekit_sdk_python-2.15.0}/scalekit/actions/frameworks/langchain.py +0 -0
  26. {scalekit_sdk_python-2.14.0 → scalekit_sdk_python-2.15.0}/scalekit/actions/frameworks/types/__init__.py +0 -0
  27. {scalekit_sdk_python-2.14.0 → scalekit_sdk_python-2.15.0}/scalekit/actions/frameworks/types/google_adk_tool.py +0 -0
  28. {scalekit_sdk_python-2.14.0 → scalekit_sdk_python-2.15.0}/scalekit/actions/frameworks/util.py +0 -0
  29. {scalekit_sdk_python-2.14.0 → scalekit_sdk_python-2.15.0}/scalekit/actions/models/__init__.py +0 -0
  30. {scalekit_sdk_python-2.14.0 → scalekit_sdk_python-2.15.0}/scalekit/actions/models/custom_provider.py +0 -0
  31. {scalekit_sdk_python-2.14.0 → scalekit_sdk_python-2.15.0}/scalekit/actions/models/mcp_config.py +0 -0
  32. {scalekit_sdk_python-2.14.0 → scalekit_sdk_python-2.15.0}/scalekit/actions/models/mcp_connection_auth_state.py +0 -0
  33. {scalekit_sdk_python-2.14.0 → scalekit_sdk_python-2.15.0}/scalekit/actions/models/mcp_instance.py +0 -0
  34. {scalekit_sdk_python-2.14.0 → scalekit_sdk_python-2.15.0}/scalekit/actions/models/requests/__init__.py +0 -0
  35. {scalekit_sdk_python-2.14.0 → scalekit_sdk_python-2.15.0}/scalekit/actions/models/requests/create_connected_account_request.py +0 -0
  36. {scalekit_sdk_python-2.14.0 → scalekit_sdk_python-2.15.0}/scalekit/actions/models/requests/delete_custom_provider_request.py +0 -0
  37. {scalekit_sdk_python-2.14.0 → scalekit_sdk_python-2.15.0}/scalekit/actions/models/requests/list_providers_request.py +0 -0
  38. {scalekit_sdk_python-2.14.0 → scalekit_sdk_python-2.15.0}/scalekit/actions/models/requests/mcp_request.py +0 -0
  39. {scalekit_sdk_python-2.14.0 → scalekit_sdk_python-2.15.0}/scalekit/actions/models/requests/tool_request.py +0 -0
  40. {scalekit_sdk_python-2.14.0 → scalekit_sdk_python-2.15.0}/scalekit/actions/models/requests/update_connected_account_request.py +0 -0
  41. {scalekit_sdk_python-2.14.0 → scalekit_sdk_python-2.15.0}/scalekit/actions/models/responses/__init__.py +0 -0
  42. {scalekit_sdk_python-2.14.0 → scalekit_sdk_python-2.15.0}/scalekit/actions/models/responses/create_connected_account_response.py +0 -0
  43. {scalekit_sdk_python-2.14.0 → scalekit_sdk_python-2.15.0}/scalekit/actions/models/responses/create_custom_provider_response.py +0 -0
  44. {scalekit_sdk_python-2.14.0 → scalekit_sdk_python-2.15.0}/scalekit/actions/models/responses/create_mcp_config_response.py +0 -0
  45. {scalekit_sdk_python-2.14.0 → scalekit_sdk_python-2.15.0}/scalekit/actions/models/responses/create_mcp_response.py +0 -0
  46. {scalekit_sdk_python-2.14.0 → scalekit_sdk_python-2.15.0}/scalekit/actions/models/responses/create_mcp_session_token_response.py +0 -0
  47. {scalekit_sdk_python-2.14.0 → scalekit_sdk_python-2.15.0}/scalekit/actions/models/responses/delete_connected_account_response.py +0 -0
  48. {scalekit_sdk_python-2.14.0 → scalekit_sdk_python-2.15.0}/scalekit/actions/models/responses/delete_custom_provider_response.py +0 -0
  49. {scalekit_sdk_python-2.14.0 → scalekit_sdk_python-2.15.0}/scalekit/actions/models/responses/delete_mcp_config_response.py +0 -0
  50. {scalekit_sdk_python-2.14.0 → scalekit_sdk_python-2.15.0}/scalekit/actions/models/responses/delete_mcp_instance_response.py +0 -0
  51. {scalekit_sdk_python-2.14.0 → scalekit_sdk_python-2.15.0}/scalekit/actions/models/responses/ensure_mcp_instance_response.py +0 -0
  52. {scalekit_sdk_python-2.14.0 → scalekit_sdk_python-2.15.0}/scalekit/actions/models/responses/execute_tool_response.py +0 -0
  53. {scalekit_sdk_python-2.14.0 → scalekit_sdk_python-2.15.0}/scalekit/actions/models/responses/get_connected_account_auth_response.py +0 -0
  54. {scalekit_sdk_python-2.14.0 → scalekit_sdk_python-2.15.0}/scalekit/actions/models/responses/get_mcp_instance_auth_state_response.py +0 -0
  55. {scalekit_sdk_python-2.14.0 → scalekit_sdk_python-2.15.0}/scalekit/actions/models/responses/get_mcp_instance_response.py +0 -0
  56. {scalekit_sdk_python-2.14.0 → scalekit_sdk_python-2.15.0}/scalekit/actions/models/responses/get_mcp_response.py +0 -0
  57. {scalekit_sdk_python-2.14.0 → scalekit_sdk_python-2.15.0}/scalekit/actions/models/responses/list_connected_accounts_response.py +0 -0
  58. {scalekit_sdk_python-2.14.0 → scalekit_sdk_python-2.15.0}/scalekit/actions/models/responses/list_mcp_configs_response.py +0 -0
  59. {scalekit_sdk_python-2.14.0 → scalekit_sdk_python-2.15.0}/scalekit/actions/models/responses/list_mcp_connected_accounts_response.py +0 -0
  60. {scalekit_sdk_python-2.14.0 → scalekit_sdk_python-2.15.0}/scalekit/actions/models/responses/list_mcp_instances_response.py +0 -0
  61. {scalekit_sdk_python-2.14.0 → scalekit_sdk_python-2.15.0}/scalekit/actions/models/responses/list_providers_response.py +0 -0
  62. {scalekit_sdk_python-2.14.0 → scalekit_sdk_python-2.15.0}/scalekit/actions/models/responses/magic_link_response.py +0 -0
  63. {scalekit_sdk_python-2.14.0 → scalekit_sdk_python-2.15.0}/scalekit/actions/models/responses/update_connected_account_response.py +0 -0
  64. {scalekit_sdk_python-2.14.0 → scalekit_sdk_python-2.15.0}/scalekit/actions/models/responses/update_custom_provider_response.py +0 -0
  65. {scalekit_sdk_python-2.14.0 → scalekit_sdk_python-2.15.0}/scalekit/actions/models/responses/update_mcp_config_response.py +0 -0
  66. {scalekit_sdk_python-2.14.0 → scalekit_sdk_python-2.15.0}/scalekit/actions/models/responses/update_mcp_instance_response.py +0 -0
  67. {scalekit_sdk_python-2.14.0 → scalekit_sdk_python-2.15.0}/scalekit/actions/models/responses/verify_connected_account_user_response.py +0 -0
  68. {scalekit_sdk_python-2.14.0 → scalekit_sdk_python-2.15.0}/scalekit/actions/models/tool_input_output.py +0 -0
  69. {scalekit_sdk_python-2.14.0 → scalekit_sdk_python-2.15.0}/scalekit/actions/models/tool_mapping.py +0 -0
  70. {scalekit_sdk_python-2.14.0 → scalekit_sdk_python-2.15.0}/scalekit/actions/modifier.py +0 -0
  71. {scalekit_sdk_python-2.14.0 → scalekit_sdk_python-2.15.0}/scalekit/actions/types.py +0 -0
  72. {scalekit_sdk_python-2.14.0 → scalekit_sdk_python-2.15.0}/scalekit/auth.py +0 -0
  73. {scalekit_sdk_python-2.14.0 → scalekit_sdk_python-2.15.0}/scalekit/client.py +0 -0
  74. {scalekit_sdk_python-2.14.0 → scalekit_sdk_python-2.15.0}/scalekit/common/__init__.py +0 -0
  75. {scalekit_sdk_python-2.14.0 → scalekit_sdk_python-2.15.0}/scalekit/common/exceptions.py +0 -0
  76. {scalekit_sdk_python-2.14.0 → scalekit_sdk_python-2.15.0}/scalekit/common/scalekit.py +0 -0
  77. {scalekit_sdk_python-2.14.0 → scalekit_sdk_python-2.15.0}/scalekit/common/user.py +0 -0
  78. {scalekit_sdk_python-2.14.0 → scalekit_sdk_python-2.15.0}/scalekit/connected_accounts.py +0 -0
  79. {scalekit_sdk_python-2.14.0 → scalekit_sdk_python-2.15.0}/scalekit/constants/__init__.py +0 -0
  80. {scalekit_sdk_python-2.14.0 → scalekit_sdk_python-2.15.0}/scalekit/constants/user.py +0 -0
  81. {scalekit_sdk_python-2.14.0 → scalekit_sdk_python-2.15.0}/scalekit/directory.py +0 -0
  82. {scalekit_sdk_python-2.14.0 → scalekit_sdk_python-2.15.0}/scalekit/domain.py +0 -0
  83. {scalekit_sdk_python-2.14.0 → scalekit_sdk_python-2.15.0}/scalekit/m2m_client.py +0 -0
  84. {scalekit_sdk_python-2.14.0 → scalekit_sdk_python-2.15.0}/scalekit/mcp.py +0 -0
  85. {scalekit_sdk_python-2.14.0 → scalekit_sdk_python-2.15.0}/scalekit/organization.py +0 -0
  86. {scalekit_sdk_python-2.14.0 → scalekit_sdk_python-2.15.0}/scalekit/passwordless.py +0 -0
  87. {scalekit_sdk_python-2.14.0 → scalekit_sdk_python-2.15.0}/scalekit/permissions.py +0 -0
  88. {scalekit_sdk_python-2.14.0 → scalekit_sdk_python-2.15.0}/scalekit/providers.py +0 -0
  89. {scalekit_sdk_python-2.14.0 → scalekit_sdk_python-2.15.0}/scalekit/role.py +0 -0
  90. {scalekit_sdk_python-2.14.0 → scalekit_sdk_python-2.15.0}/scalekit/sessions.py +0 -0
  91. {scalekit_sdk_python-2.14.0 → scalekit_sdk_python-2.15.0}/scalekit/token.py +0 -0
  92. {scalekit_sdk_python-2.14.0 → scalekit_sdk_python-2.15.0}/scalekit/tools.py +0 -0
  93. {scalekit_sdk_python-2.14.0 → scalekit_sdk_python-2.15.0}/scalekit/users.py +0 -0
  94. {scalekit_sdk_python-2.14.0 → scalekit_sdk_python-2.15.0}/scalekit/utils/__init__.py +0 -0
  95. {scalekit_sdk_python-2.14.0 → scalekit_sdk_python-2.15.0}/scalekit/utils/directory.py +0 -0
  96. {scalekit_sdk_python-2.14.0 → scalekit_sdk_python-2.15.0}/scalekit/v1/__init__.py +0 -0
  97. {scalekit_sdk_python-2.14.0 → scalekit_sdk_python-2.15.0}/scalekit/v1/agentkit_logs/__init__.py +0 -0
  98. {scalekit_sdk_python-2.14.0 → scalekit_sdk_python-2.15.0}/scalekit/v1/agentkit_logs/agentkit_analytics_pb2.py +0 -0
  99. {scalekit_sdk_python-2.14.0 → scalekit_sdk_python-2.15.0}/scalekit/v1/agentkit_logs/agentkit_analytics_pb2.pyi +0 -0
  100. {scalekit_sdk_python-2.14.0 → scalekit_sdk_python-2.15.0}/scalekit/v1/agentkit_logs/agentkit_analytics_pb2_grpc.py +0 -0
  101. {scalekit_sdk_python-2.14.0 → scalekit_sdk_python-2.15.0}/scalekit/v1/agentkit_logs/agentkit_logs_pb2.py +0 -0
  102. {scalekit_sdk_python-2.14.0 → scalekit_sdk_python-2.15.0}/scalekit/v1/agentkit_logs/agentkit_logs_pb2.pyi +0 -0
  103. {scalekit_sdk_python-2.14.0 → scalekit_sdk_python-2.15.0}/scalekit/v1/agentkit_logs/agentkit_logs_pb2_grpc.py +0 -0
  104. {scalekit_sdk_python-2.14.0 → scalekit_sdk_python-2.15.0}/scalekit/v1/auditlogs/__init__.py +0 -0
  105. {scalekit_sdk_python-2.14.0 → scalekit_sdk_python-2.15.0}/scalekit/v1/auditlogs/auditlogs_pb2.py +0 -0
  106. {scalekit_sdk_python-2.14.0 → scalekit_sdk_python-2.15.0}/scalekit/v1/auditlogs/auditlogs_pb2.pyi +0 -0
  107. {scalekit_sdk_python-2.14.0 → scalekit_sdk_python-2.15.0}/scalekit/v1/auditlogs/auditlogs_pb2_grpc.py +0 -0
  108. {scalekit_sdk_python-2.14.0 → scalekit_sdk_python-2.15.0}/scalekit/v1/auth/__init__.py +0 -0
  109. {scalekit_sdk_python-2.14.0 → scalekit_sdk_python-2.15.0}/scalekit/v1/auth/auth_pb2.py +0 -0
  110. {scalekit_sdk_python-2.14.0 → scalekit_sdk_python-2.15.0}/scalekit/v1/auth/auth_pb2.pyi +0 -0
  111. {scalekit_sdk_python-2.14.0 → scalekit_sdk_python-2.15.0}/scalekit/v1/auth/auth_pb2_grpc.py +0 -0
  112. {scalekit_sdk_python-2.14.0 → scalekit_sdk_python-2.15.0}/scalekit/v1/auth/passwordless_pb2.py +0 -0
  113. {scalekit_sdk_python-2.14.0 → scalekit_sdk_python-2.15.0}/scalekit/v1/auth/passwordless_pb2.pyi +0 -0
  114. {scalekit_sdk_python-2.14.0 → scalekit_sdk_python-2.15.0}/scalekit/v1/auth/passwordless_pb2_grpc.py +0 -0
  115. {scalekit_sdk_python-2.14.0 → scalekit_sdk_python-2.15.0}/scalekit/v1/auth/totp_pb2.py +0 -0
  116. {scalekit_sdk_python-2.14.0 → scalekit_sdk_python-2.15.0}/scalekit/v1/auth/totp_pb2.pyi +0 -0
  117. {scalekit_sdk_python-2.14.0 → scalekit_sdk_python-2.15.0}/scalekit/v1/auth/totp_pb2_grpc.py +0 -0
  118. {scalekit_sdk_python-2.14.0 → scalekit_sdk_python-2.15.0}/scalekit/v1/auth/webauthn_pb2.py +0 -0
  119. {scalekit_sdk_python-2.14.0 → scalekit_sdk_python-2.15.0}/scalekit/v1/auth/webauthn_pb2.pyi +0 -0
  120. {scalekit_sdk_python-2.14.0 → scalekit_sdk_python-2.15.0}/scalekit/v1/auth/webauthn_pb2_grpc.py +0 -0
  121. {scalekit_sdk_python-2.14.0 → scalekit_sdk_python-2.15.0}/scalekit/v1/clients/__init__.py +0 -0
  122. {scalekit_sdk_python-2.14.0 → scalekit_sdk_python-2.15.0}/scalekit/v1/clients/clients_pb2.py +0 -0
  123. {scalekit_sdk_python-2.14.0 → scalekit_sdk_python-2.15.0}/scalekit/v1/clients/clients_pb2.pyi +0 -0
  124. {scalekit_sdk_python-2.14.0 → scalekit_sdk_python-2.15.0}/scalekit/v1/clients/clients_pb2_grpc.py +0 -0
  125. {scalekit_sdk_python-2.14.0 → scalekit_sdk_python-2.15.0}/scalekit/v1/commons/__init__.py +0 -0
  126. {scalekit_sdk_python-2.14.0 → scalekit_sdk_python-2.15.0}/scalekit/v1/commons/commons_pb2.py +0 -0
  127. {scalekit_sdk_python-2.14.0 → scalekit_sdk_python-2.15.0}/scalekit/v1/commons/commons_pb2.pyi +0 -0
  128. {scalekit_sdk_python-2.14.0 → scalekit_sdk_python-2.15.0}/scalekit/v1/commons/commons_pb2_grpc.py +0 -0
  129. {scalekit_sdk_python-2.14.0 → scalekit_sdk_python-2.15.0}/scalekit/v1/connected_accounts/__init__.py +0 -0
  130. {scalekit_sdk_python-2.14.0 → scalekit_sdk_python-2.15.0}/scalekit/v1/connected_accounts/connected_accounts_pb2.py +0 -0
  131. {scalekit_sdk_python-2.14.0 → scalekit_sdk_python-2.15.0}/scalekit/v1/connected_accounts/connected_accounts_pb2.pyi +0 -0
  132. {scalekit_sdk_python-2.14.0 → scalekit_sdk_python-2.15.0}/scalekit/v1/connected_accounts/connected_accounts_pb2_grpc.py +0 -0
  133. {scalekit_sdk_python-2.14.0 → scalekit_sdk_python-2.15.0}/scalekit/v1/connections/__init__.py +0 -0
  134. {scalekit_sdk_python-2.14.0 → scalekit_sdk_python-2.15.0}/scalekit/v1/connections/connections_pb2_grpc.py +0 -0
  135. {scalekit_sdk_python-2.14.0 → scalekit_sdk_python-2.15.0}/scalekit/v1/directories/__init__.py +0 -0
  136. {scalekit_sdk_python-2.14.0 → scalekit_sdk_python-2.15.0}/scalekit/v1/directories/directories_pb2.py +0 -0
  137. {scalekit_sdk_python-2.14.0 → scalekit_sdk_python-2.15.0}/scalekit/v1/directories/directories_pb2.pyi +0 -0
  138. {scalekit_sdk_python-2.14.0 → scalekit_sdk_python-2.15.0}/scalekit/v1/directories/directories_pb2_grpc.py +0 -0
  139. {scalekit_sdk_python-2.14.0 → scalekit_sdk_python-2.15.0}/scalekit/v1/domains/__init__.py +0 -0
  140. {scalekit_sdk_python-2.14.0 → scalekit_sdk_python-2.15.0}/scalekit/v1/domains/domains_pb2.py +0 -0
  141. {scalekit_sdk_python-2.14.0 → scalekit_sdk_python-2.15.0}/scalekit/v1/domains/domains_pb2.pyi +0 -0
  142. {scalekit_sdk_python-2.14.0 → scalekit_sdk_python-2.15.0}/scalekit/v1/domains/domains_pb2_grpc.py +0 -0
  143. {scalekit_sdk_python-2.14.0 → scalekit_sdk_python-2.15.0}/scalekit/v1/emails/__init__.py +0 -0
  144. {scalekit_sdk_python-2.14.0 → scalekit_sdk_python-2.15.0}/scalekit/v1/emails/emails_pb2.py +0 -0
  145. {scalekit_sdk_python-2.14.0 → scalekit_sdk_python-2.15.0}/scalekit/v1/emails/emails_pb2.pyi +0 -0
  146. {scalekit_sdk_python-2.14.0 → scalekit_sdk_python-2.15.0}/scalekit/v1/emails/emails_pb2_grpc.py +0 -0
  147. {scalekit_sdk_python-2.14.0 → scalekit_sdk_python-2.15.0}/scalekit/v1/environments/__init__.py +0 -0
  148. {scalekit_sdk_python-2.14.0 → scalekit_sdk_python-2.15.0}/scalekit/v1/environments/environments_pb2.py +0 -0
  149. {scalekit_sdk_python-2.14.0 → scalekit_sdk_python-2.15.0}/scalekit/v1/environments/environments_pb2.pyi +0 -0
  150. {scalekit_sdk_python-2.14.0 → scalekit_sdk_python-2.15.0}/scalekit/v1/environments/environments_pb2_grpc.py +0 -0
  151. {scalekit_sdk_python-2.14.0 → scalekit_sdk_python-2.15.0}/scalekit/v1/errdetails/__init__.py +0 -0
  152. {scalekit_sdk_python-2.14.0 → scalekit_sdk_python-2.15.0}/scalekit/v1/errdetails/errdetails_pb2.py +0 -0
  153. {scalekit_sdk_python-2.14.0 → scalekit_sdk_python-2.15.0}/scalekit/v1/errdetails/errdetails_pb2.pyi +0 -0
  154. {scalekit_sdk_python-2.14.0 → scalekit_sdk_python-2.15.0}/scalekit/v1/errdetails/errdetails_pb2_grpc.py +0 -0
  155. {scalekit_sdk_python-2.14.0 → scalekit_sdk_python-2.15.0}/scalekit/v1/events/__init__.py +0 -0
  156. {scalekit_sdk_python-2.14.0 → scalekit_sdk_python-2.15.0}/scalekit/v1/events/events_pb2.py +0 -0
  157. {scalekit_sdk_python-2.14.0 → scalekit_sdk_python-2.15.0}/scalekit/v1/events/events_pb2.pyi +0 -0
  158. {scalekit_sdk_python-2.14.0 → scalekit_sdk_python-2.15.0}/scalekit/v1/events/events_pb2_grpc.py +0 -0
  159. {scalekit_sdk_python-2.14.0 → scalekit_sdk_python-2.15.0}/scalekit/v1/gateway/__init__.py +0 -0
  160. {scalekit_sdk_python-2.14.0 → scalekit_sdk_python-2.15.0}/scalekit/v1/gateway/gateway_pb2.py +0 -0
  161. {scalekit_sdk_python-2.14.0 → scalekit_sdk_python-2.15.0}/scalekit/v1/gateway/gateway_pb2.pyi +0 -0
  162. {scalekit_sdk_python-2.14.0 → scalekit_sdk_python-2.15.0}/scalekit/v1/gateway/gateway_pb2_grpc.py +0 -0
  163. {scalekit_sdk_python-2.14.0 → scalekit_sdk_python-2.15.0}/scalekit/v1/interceptors/__init__.py +0 -0
  164. {scalekit_sdk_python-2.14.0 → scalekit_sdk_python-2.15.0}/scalekit/v1/interceptors/interceptors_pb2.py +0 -0
  165. {scalekit_sdk_python-2.14.0 → scalekit_sdk_python-2.15.0}/scalekit/v1/interceptors/interceptors_pb2.pyi +0 -0
  166. {scalekit_sdk_python-2.14.0 → scalekit_sdk_python-2.15.0}/scalekit/v1/interceptors/interceptors_pb2_grpc.py +0 -0
  167. {scalekit_sdk_python-2.14.0 → scalekit_sdk_python-2.15.0}/scalekit/v1/keys/__init__.py +0 -0
  168. {scalekit_sdk_python-2.14.0 → scalekit_sdk_python-2.15.0}/scalekit/v1/keys/keys_pb2.py +0 -0
  169. {scalekit_sdk_python-2.14.0 → scalekit_sdk_python-2.15.0}/scalekit/v1/keys/keys_pb2.pyi +0 -0
  170. {scalekit_sdk_python-2.14.0 → scalekit_sdk_python-2.15.0}/scalekit/v1/keys/keys_pb2_grpc.py +0 -0
  171. {scalekit_sdk_python-2.14.0 → scalekit_sdk_python-2.15.0}/scalekit/v1/mcp/__init__.py +0 -0
  172. {scalekit_sdk_python-2.14.0 → scalekit_sdk_python-2.15.0}/scalekit/v1/mcp/mcp_pb2.py +0 -0
  173. {scalekit_sdk_python-2.14.0 → scalekit_sdk_python-2.15.0}/scalekit/v1/mcp/mcp_pb2.pyi +0 -0
  174. {scalekit_sdk_python-2.14.0 → scalekit_sdk_python-2.15.0}/scalekit/v1/mcp/mcp_pb2_grpc.py +0 -0
  175. {scalekit_sdk_python-2.14.0 → scalekit_sdk_python-2.15.0}/scalekit/v1/members/__init__.py +0 -0
  176. {scalekit_sdk_python-2.14.0 → scalekit_sdk_python-2.15.0}/scalekit/v1/members/members_pb2.py +0 -0
  177. {scalekit_sdk_python-2.14.0 → scalekit_sdk_python-2.15.0}/scalekit/v1/members/members_pb2.pyi +0 -0
  178. {scalekit_sdk_python-2.14.0 → scalekit_sdk_python-2.15.0}/scalekit/v1/members/members_pb2_grpc.py +0 -0
  179. {scalekit_sdk_python-2.14.0 → scalekit_sdk_python-2.15.0}/scalekit/v1/migrations/__init__.py +0 -0
  180. {scalekit_sdk_python-2.14.0 → scalekit_sdk_python-2.15.0}/scalekit/v1/migrations/migrations_pb2.py +0 -0
  181. {scalekit_sdk_python-2.14.0 → scalekit_sdk_python-2.15.0}/scalekit/v1/migrations/migrations_pb2.pyi +0 -0
  182. {scalekit_sdk_python-2.14.0 → scalekit_sdk_python-2.15.0}/scalekit/v1/migrations/migrations_pb2_grpc.py +0 -0
  183. {scalekit_sdk_python-2.14.0 → scalekit_sdk_python-2.15.0}/scalekit/v1/options/__init__.py +0 -0
  184. {scalekit_sdk_python-2.14.0 → scalekit_sdk_python-2.15.0}/scalekit/v1/options/options_pb2.py +0 -0
  185. {scalekit_sdk_python-2.14.0 → scalekit_sdk_python-2.15.0}/scalekit/v1/options/options_pb2.pyi +0 -0
  186. {scalekit_sdk_python-2.14.0 → scalekit_sdk_python-2.15.0}/scalekit/v1/options/options_pb2_grpc.py +0 -0
  187. {scalekit_sdk_python-2.14.0 → scalekit_sdk_python-2.15.0}/scalekit/v1/organizations/__init__.py +0 -0
  188. {scalekit_sdk_python-2.14.0 → scalekit_sdk_python-2.15.0}/scalekit/v1/organizations/organizations_pb2.py +0 -0
  189. {scalekit_sdk_python-2.14.0 → scalekit_sdk_python-2.15.0}/scalekit/v1/organizations/organizations_pb2.pyi +0 -0
  190. {scalekit_sdk_python-2.14.0 → scalekit_sdk_python-2.15.0}/scalekit/v1/organizations/organizations_pb2_grpc.py +0 -0
  191. {scalekit_sdk_python-2.14.0 → scalekit_sdk_python-2.15.0}/scalekit/v1/providers/__init__.py +0 -0
  192. {scalekit_sdk_python-2.14.0 → scalekit_sdk_python-2.15.0}/scalekit/v1/providers/providers_pb2.py +0 -0
  193. {scalekit_sdk_python-2.14.0 → scalekit_sdk_python-2.15.0}/scalekit/v1/providers/providers_pb2.pyi +0 -0
  194. {scalekit_sdk_python-2.14.0 → scalekit_sdk_python-2.15.0}/scalekit/v1/providers/providers_pb2_grpc.py +0 -0
  195. {scalekit_sdk_python-2.14.0 → scalekit_sdk_python-2.15.0}/scalekit/v1/roles/__init__.py +0 -0
  196. {scalekit_sdk_python-2.14.0 → scalekit_sdk_python-2.15.0}/scalekit/v1/roles/roles_pb2.py +0 -0
  197. {scalekit_sdk_python-2.14.0 → scalekit_sdk_python-2.15.0}/scalekit/v1/roles/roles_pb2.pyi +0 -0
  198. {scalekit_sdk_python-2.14.0 → scalekit_sdk_python-2.15.0}/scalekit/v1/roles/roles_pb2_grpc.py +0 -0
  199. {scalekit_sdk_python-2.14.0 → scalekit_sdk_python-2.15.0}/scalekit/v1/secrets/__init__.py +0 -0
  200. {scalekit_sdk_python-2.14.0 → scalekit_sdk_python-2.15.0}/scalekit/v1/secrets/secrets_pb2.py +0 -0
  201. {scalekit_sdk_python-2.14.0 → scalekit_sdk_python-2.15.0}/scalekit/v1/secrets/secrets_pb2.pyi +0 -0
  202. {scalekit_sdk_python-2.14.0 → scalekit_sdk_python-2.15.0}/scalekit/v1/secrets/secrets_pb2_grpc.py +0 -0
  203. {scalekit_sdk_python-2.14.0 → scalekit_sdk_python-2.15.0}/scalekit/v1/sessions/__init__.py +0 -0
  204. {scalekit_sdk_python-2.14.0 → scalekit_sdk_python-2.15.0}/scalekit/v1/sessions/sessions_pb2.py +0 -0
  205. {scalekit_sdk_python-2.14.0 → scalekit_sdk_python-2.15.0}/scalekit/v1/sessions/sessions_pb2.pyi +0 -0
  206. {scalekit_sdk_python-2.14.0 → scalekit_sdk_python-2.15.0}/scalekit/v1/sessions/sessions_pb2_grpc.py +0 -0
  207. {scalekit_sdk_python-2.14.0 → scalekit_sdk_python-2.15.0}/scalekit/v1/tokens/__init__.py +0 -0
  208. {scalekit_sdk_python-2.14.0 → scalekit_sdk_python-2.15.0}/scalekit/v1/tokens/tokens_pb2.py +0 -0
  209. {scalekit_sdk_python-2.14.0 → scalekit_sdk_python-2.15.0}/scalekit/v1/tokens/tokens_pb2.pyi +0 -0
  210. {scalekit_sdk_python-2.14.0 → scalekit_sdk_python-2.15.0}/scalekit/v1/tokens/tokens_pb2_grpc.py +0 -0
  211. {scalekit_sdk_python-2.14.0 → scalekit_sdk_python-2.15.0}/scalekit/v1/tools/__init__.py +0 -0
  212. {scalekit_sdk_python-2.14.0 → scalekit_sdk_python-2.15.0}/scalekit/v1/tools/tools_pb2.py +0 -0
  213. {scalekit_sdk_python-2.14.0 → scalekit_sdk_python-2.15.0}/scalekit/v1/tools/tools_pb2.pyi +0 -0
  214. {scalekit_sdk_python-2.14.0 → scalekit_sdk_python-2.15.0}/scalekit/v1/tools/tools_pb2_grpc.py +0 -0
  215. {scalekit_sdk_python-2.14.0 → scalekit_sdk_python-2.15.0}/scalekit/v1/user_attributes/__init__.py +0 -0
  216. {scalekit_sdk_python-2.14.0 → scalekit_sdk_python-2.15.0}/scalekit/v1/user_attributes/user_attributes_pb2.py +0 -0
  217. {scalekit_sdk_python-2.14.0 → scalekit_sdk_python-2.15.0}/scalekit/v1/user_attributes/user_attributes_pb2.pyi +0 -0
  218. {scalekit_sdk_python-2.14.0 → scalekit_sdk_python-2.15.0}/scalekit/v1/user_attributes/user_attributes_pb2_grpc.py +0 -0
  219. {scalekit_sdk_python-2.14.0 → scalekit_sdk_python-2.15.0}/scalekit/v1/users/__init__.py +0 -0
  220. {scalekit_sdk_python-2.14.0 → scalekit_sdk_python-2.15.0}/scalekit/v1/users/users_pb2.py +0 -0
  221. {scalekit_sdk_python-2.14.0 → scalekit_sdk_python-2.15.0}/scalekit/v1/users/users_pb2.pyi +0 -0
  222. {scalekit_sdk_python-2.14.0 → scalekit_sdk_python-2.15.0}/scalekit/v1/users/users_pb2_grpc.py +0 -0
  223. {scalekit_sdk_python-2.14.0 → scalekit_sdk_python-2.15.0}/scalekit/v1/webhooks/__init__.py +0 -0
  224. {scalekit_sdk_python-2.14.0 → scalekit_sdk_python-2.15.0}/scalekit/v1/webhooks/webhooks_pb2.py +0 -0
  225. {scalekit_sdk_python-2.14.0 → scalekit_sdk_python-2.15.0}/scalekit/v1/webhooks/webhooks_pb2.pyi +0 -0
  226. {scalekit_sdk_python-2.14.0 → scalekit_sdk_python-2.15.0}/scalekit/v1/webhooks/webhooks_pb2_grpc.py +0 -0
  227. {scalekit_sdk_python-2.14.0 → scalekit_sdk_python-2.15.0}/scalekit/v1/workspaces/__init__.py +0 -0
  228. {scalekit_sdk_python-2.14.0 → scalekit_sdk_python-2.15.0}/scalekit/v1/workspaces/workspaces_pb2.py +0 -0
  229. {scalekit_sdk_python-2.14.0 → scalekit_sdk_python-2.15.0}/scalekit/v1/workspaces/workspaces_pb2.pyi +0 -0
  230. {scalekit_sdk_python-2.14.0 → scalekit_sdk_python-2.15.0}/scalekit/v1/workspaces/workspaces_pb2_grpc.py +0 -0
  231. {scalekit_sdk_python-2.14.0 → scalekit_sdk_python-2.15.0}/scalekit/webauthn.py +0 -0
  232. {scalekit_sdk_python-2.14.0 → scalekit_sdk_python-2.15.0}/scalekit_sdk_python.egg-info/SOURCES.txt +0 -0
  233. {scalekit_sdk_python-2.14.0 → scalekit_sdk_python-2.15.0}/scalekit_sdk_python.egg-info/dependency_links.txt +0 -0
  234. {scalekit_sdk_python-2.14.0 → scalekit_sdk_python-2.15.0}/scalekit_sdk_python.egg-info/requires.txt +0 -0
  235. {scalekit_sdk_python-2.14.0 → scalekit_sdk_python-2.15.0}/scalekit_sdk_python.egg-info/top_level.txt +0 -0
  236. {scalekit_sdk_python-2.14.0 → scalekit_sdk_python-2.15.0}/setup.cfg +0 -0
  237. {scalekit_sdk_python-2.14.0 → scalekit_sdk_python-2.15.0}/setup.py +0 -0
  238. {scalekit_sdk_python-2.14.0 → scalekit_sdk_python-2.15.0}/tests/test_actions.py +0 -0
  239. {scalekit_sdk_python-2.14.0 → scalekit_sdk_python-2.15.0}/tests/test_connected_accounts.py +0 -0
  240. {scalekit_sdk_python-2.14.0 → scalekit_sdk_python-2.15.0}/tests/test_directory.py +0 -0
  241. {scalekit_sdk_python-2.14.0 → scalekit_sdk_python-2.15.0}/tests/test_domain.py +0 -0
  242. {scalekit_sdk_python-2.14.0 → scalekit_sdk_python-2.15.0}/tests/test_m2m_client.py +0 -0
  243. {scalekit_sdk_python-2.14.0 → scalekit_sdk_python-2.15.0}/tests/test_mcp.py +0 -0
  244. {scalekit_sdk_python-2.14.0 → scalekit_sdk_python-2.15.0}/tests/test_org_roles.py +0 -0
  245. {scalekit_sdk_python-2.14.0 → scalekit_sdk_python-2.15.0}/tests/test_organization.py +0 -0
  246. {scalekit_sdk_python-2.14.0 → scalekit_sdk_python-2.15.0}/tests/test_organization_session_policy.py +0 -0
  247. {scalekit_sdk_python-2.14.0 → scalekit_sdk_python-2.15.0}/tests/test_organization_slug_logo.py +0 -0
  248. {scalekit_sdk_python-2.14.0 → scalekit_sdk_python-2.15.0}/tests/test_passwordless.py +0 -0
  249. {scalekit_sdk_python-2.14.0 → scalekit_sdk_python-2.15.0}/tests/test_permissions.py +0 -0
  250. {scalekit_sdk_python-2.14.0 → scalekit_sdk_python-2.15.0}/tests/test_role_defaults_dependent.py +0 -0
  251. {scalekit_sdk_python-2.14.0 → scalekit_sdk_python-2.15.0}/tests/test_roles.py +0 -0
  252. {scalekit_sdk_python-2.14.0 → scalekit_sdk_python-2.15.0}/tests/test_sessions.py +0 -0
  253. {scalekit_sdk_python-2.14.0 → scalekit_sdk_python-2.15.0}/tests/test_sk819_retry_behavior.py +0 -0
  254. {scalekit_sdk_python-2.14.0 → scalekit_sdk_python-2.15.0}/tests/test_tokens.py +0 -0
  255. {scalekit_sdk_python-2.14.0 → scalekit_sdk_python-2.15.0}/tests/test_tools.py +0 -0
  256. {scalekit_sdk_python-2.14.0 → scalekit_sdk_python-2.15.0}/tests/test_user_roles_permissions.py +0 -0
  257. {scalekit_sdk_python-2.14.0 → scalekit_sdk_python-2.15.0}/tests/test_users.py +0 -0
  258. {scalekit_sdk_python-2.14.0 → scalekit_sdk_python-2.15.0}/tests/test_webauthn_credentials.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: scalekit-sdk-python
3
- Version: 2.14.0
3
+ Version: 2.15.0
4
4
  Summary: Scalekit official Python SDK
5
5
  Home-page: https://github.com/scalekit-inc/scalekit-sdk-python
6
6
  Author: Team Scalekit
@@ -1,3 +1,3 @@
1
1
  # Single source of truth for the SDK version.
2
2
  # Import this in setup.py and scalekit/core.py — never hardcode the version elsewhere.
3
- __version__ = "2.14.0"
3
+ __version__ = "2.15.0"
@@ -1357,7 +1357,7 @@ class ActionProviders:
1357
1357
 
1358
1358
  :param request: Request object containing display_name (required),
1359
1359
  proxy_url (required), and optional description,
1360
- proxy_enabled, and auth_patterns.
1360
+ proxy_enabled, auth_patterns, icon_src, and metadata.
1361
1361
  :type request: CreateCustomProviderRequest
1362
1362
 
1363
1363
  :returns: Response containing the created provider with its server-assigned
@@ -1373,6 +1373,8 @@ class ActionProviders:
1373
1373
  proxy_enabled=request.proxy_enabled,
1374
1374
  description=request.description,
1375
1375
  auth_patterns=request.auth_patterns,
1376
+ icon_src=request.icon_src,
1377
+ metadata=request.metadata,
1376
1378
  )
1377
1379
  return CreateCustomProviderResponse.from_proto(result_tuple[0])
1378
1380
 
@@ -1386,8 +1388,8 @@ class ActionProviders:
1386
1388
  Fields left as None are ignored and their existing server values are kept.
1387
1389
 
1388
1390
  :param request: Request object containing identifier (required) and any
1389
- combination of display_name, description, proxy_url, and
1390
- auth_patterns to update.
1391
+ combination of display_name, description, proxy_url,
1392
+ auth_patterns, icon_src, and metadata to update.
1391
1393
  :type request: UpdateCustomProviderRequest
1392
1394
 
1393
1395
  :returns: Response containing the provider's full state after the update.
@@ -1402,6 +1404,8 @@ class ActionProviders:
1402
1404
  proxy_url=request.proxy_url,
1403
1405
  description=request.description,
1404
1406
  auth_patterns=request.auth_patterns,
1407
+ icon_src=request.icon_src,
1408
+ metadata=request.metadata,
1405
1409
  )
1406
1410
  return UpdateCustomProviderResponse.from_proto(result_tuple[0])
1407
1411
 
@@ -1,4 +1,4 @@
1
- from typing import List
1
+ from typing import Dict, List
2
2
  from urllib.parse import urlparse
3
3
 
4
4
  from pydantic import BaseModel, Field, validator
@@ -56,6 +56,21 @@ class CreateCustomProviderRequest(BaseModel):
56
56
  "multi-pattern support. Defaults to empty list."
57
57
  ),
58
58
  )
59
+ icon_src: str = Field(
60
+ "",
61
+ description=(
62
+ "Optional. URL of the provider's icon image shown in the UI. "
63
+ "Defaults to empty string (no icon)."
64
+ ),
65
+ )
66
+ metadata: Dict[str, str] = Field(
67
+ default_factory=dict,
68
+ description=(
69
+ "Optional. Arbitrary string key-value pairs attached to the provider. "
70
+ "Keys must be 3-25 characters, values 1-256 characters, with a maximum "
71
+ "of 20 pairs. Defaults to empty dict (no metadata)."
72
+ ),
73
+ )
59
74
 
60
75
  @validator("proxy_url")
61
76
  def validate_proxy_url_https(cls, v):
@@ -1,4 +1,4 @@
1
- from typing import List, Optional
1
+ from typing import Dict, List, Optional
2
2
  from urllib.parse import urlparse
3
3
 
4
4
  from pydantic import BaseModel, Field, validator
@@ -53,6 +53,22 @@ class UpdateCustomProviderRequest(BaseModel):
53
53
  "future multi-pattern support. Pass None (default) to leave auth_patterns unchanged."
54
54
  ),
55
55
  )
56
+ icon_src: Optional[str] = Field(
57
+ None,
58
+ description=(
59
+ "Optional. New URL of the provider's icon image. Pass None (default) to "
60
+ "leave the existing value unchanged."
61
+ ),
62
+ )
63
+ metadata: Optional[Dict[str, str]] = Field(
64
+ None,
65
+ description=(
66
+ "Optional. Replacement metadata key-value pairs. When provided, the server "
67
+ "replaces the provider's entire metadata map with this value — it is not "
68
+ "merged. Keys must be 3-25 characters, values 1-256 characters, with a "
69
+ "maximum of 20 pairs. Pass None (default) to leave metadata unchanged."
70
+ ),
71
+ )
56
72
 
57
73
  @validator("proxy_url")
58
74
  def validate_proxy_url_https(cls, v):
@@ -127,7 +127,7 @@ class ConnectionClient:
127
127
  CreateConnectionRequest(organization_id=organization_id, connection=connection),
128
128
  )
129
129
 
130
- def list_app_connections(self, page_size: Optional[int] = None, page_token: Optional[str] = None, provider: Optional[str] = None) -> ListAppConnectionsResponse:
130
+ def list_app_connections(self, page_size: Optional[int] = None, page_token: Optional[str] = None, provider: Optional[str] = None, query: Optional[str] = None) -> ListAppConnectionsResponse:
131
131
  """
132
132
  Method to list environment-level app connections
133
133
 
@@ -137,13 +137,15 @@ class ConnectionClient:
137
137
  :type : ``` str ```
138
138
  :param provider : Filter by provider (e.g. 'HUBSPOT')
139
139
  :type : ``` str ```
140
+ :param query : Free-text search matching connections by connection name (key ID) or provider (3-100 characters)
141
+ :type : ``` str ```
140
142
 
141
143
  :returns:
142
144
  List App Connections Response
143
145
  """
144
146
  return self.core_client.grpc_exec(
145
147
  self.connection_service.ListAppConnections.with_call,
146
- ListAppConnectionsRequest(page_size=page_size, page_token=page_token, provider=provider),
148
+ ListAppConnectionsRequest(page_size=page_size, page_token=page_token, provider=provider, query=query),
147
149
  )
148
150
 
149
151
  def get_environment_connection(self, connection_id: str) -> GetConnectionResponse:
@@ -29,7 +29,7 @@ class CoreClient:
29
29
 
30
30
  sdk_version = f"Scalekit-Python/{_sdk_version}"
31
31
  # YYYYMMDD
32
- api_version = "20260716"
32
+ api_version = "20260717"
33
33
  user_agent = f"{sdk_version} Python/{platform.python_version()} ({platform.system()}; {platform.architecture()}"
34
34
 
35
35
  def __init__(self, env_url, client_id, client_secret):
@@ -28,7 +28,7 @@ from scalekit.v1.domains import domains_pb2 as scalekit_dot_v1_dot_domains_dot_d
28
28
  from scalekit.v1.options import options_pb2 as scalekit_dot_v1_dot_options_dot_options__pb2
29
29
 
30
30
 
31
- DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n)scalekit/v1/connections/connections.proto\x12\x17scalekit.v1.connections\x1a\x1b\x62uf/validate/validate.proto\x1a\x1cgoogle/api/annotations.proto\x1a\x1fgoogle/api/field_behavior.proto\x1a\x1bgoogle/api/visibility.proto\x1a\x1egoogle/protobuf/duration.proto\x1a\x1bgoogle/protobuf/empty.proto\x1a\x1cgoogle/protobuf/struct.proto\x1a\x1fgoogle/protobuf/timestamp.proto\x1a\x1egoogle/protobuf/wrappers.proto\x1a.protoc-gen-openapiv2/options/annotations.proto\x1a\x1fscalekit/v1/auth/webauthn.proto\x1a!scalekit/v1/commons/commons.proto\x1a!scalekit/v1/domains/domains.proto\x1a!scalekit/v1/options/options.proto\"\xc4\x01\n AssignDomainsToConnectionRequest\x12;\n\x0forganization_id\x18\x01 \x01(\tB\x12\xbaH\x0fr\n\x10\x01\x18 :\x04org_\xc8\x01\x01R\x0eorganizationId\x12\x38\n\rconnection_id\x18\x02 \x01(\tB\x13\xbaH\x10r\x0b\x10\x01\x18 :\x05\x63onn_\xc8\x01\x01R\x0c\x63onnectionId\x12)\n\ndomain_ids\x18\x03 \x03(\tB\n\xbaH\x07\x92\x01\x04\x08\x00\x10\x32R\tdomainIds\"\xe6\x03\n!AssignDomainsToConnectionResponse\x12\xc0\x03\n\nconnection\x18\x01 \x01(\x0b\x32#.scalekit.v1.connections.ConnectionB\xfa\x02\x92\x41\xf6\x02\x32 Connection with assigned domainsJ\xd1\x02{\n \"id\": \"conn_1234567890\",\n \"provider\": \"OKTA\",\n \"type\": \"OIDC\",\n \"status\": \"CONFIGURED\",\n \"enabled\": true,\n \"debug_enabled\": false,\n \"organization_id\": \"org_1234567890\",\n \"ui_button_title\": \"Login with SSO\",\n \"configuration_type\": \"MANUAL\",\n \"test_connection_uri\": \"https://auth.example.com/test-connection/conn_1234567890\"\n}R\nconnection\"\x15\n\x13GetProvidersRequest\"W\n\x14GetProvidersResponse\x12?\n\tproviders\x18\x01 \x03(\x0b\x32!.scalekit.v1.connections.ProviderR\tproviders\"\xf3\x01\n\x08Provider\x12\x35\n\x06key_id\x18\x01 \x01(\tB\x1e\x92\x41\x1b\x32\x0fProvider Key IDJ\x08\"google\"R\x05keyId\x12G\n\x0c\x64isplay_name\x18\x02 \x01(\tB$\x92\x41!2\x15Provider Display NameJ\x08\"Google\"R\x0b\x64isplayName\x12W\n\x0b\x64\x65scription\x18\x03 \x01(\tB0\x92\x41-2\x14Provider DescriptionJ\x15\"Sign In With Google\"H\x00R\x0b\x64\x65scription\x88\x01\x01\x42\x0e\n\x0c_description\"\xae\x02\n\"CreateEnvironmentConnectionRequest\x12Q\n\nconnection\x18\x01 \x01(\x0b\x32).scalekit.v1.connections.CreateConnectionB\x06\xbaH\x03\xc8\x01\x01R\nconnection\x12\xaa\x01\n\x05\x66lags\x18\x02 \x01(\x0b\x32\x1e.scalekit.v1.connections.FlagsBo\x92\x41l2SOptional flags to control connection creation behavior, such as enabling debug modeJ\x15{ \"is_social\": true }H\x00R\x05\x66lags\x88\x01\x01\x42\x08\n\x06_flags\"\xe4\x02\n\x17\x43reateConnectionRequest\x12\x9a\x01\n\x0forganization_id\x18\x01 \x01(\tBq\x92\x41\x65\x32JUnique identifier of the organization for which the connection is created.J\x17\"org_12362474900684814\"\xbaH\x06r\x04\x10\x01\x18 R\x0eorganizationId\x12\xa5\x01\n\nconnection\x18\x03 \x01(\x0b\x32).scalekit.v1.connections.CreateConnectionBZ\xbaHW\xba\x01Q\x12\x36OAUTH, PASSWORDLESS and WEBAUTHN are not supported yet\x1a\x17!(this.type in [4,5,9])\xc8\x01\x01R\nconnectionJ\x04\x08\x02\x10\x03\"\xf7\x05\n\x10\x43reateConnection\x12\xcb\x01\n\x08provider\x18\x01 \x01(\x0e\x32+.scalekit.v1.connections.ConnectionProviderB\x81\x01\x92\x41v2lIdentity provider service that handles authentication (such as OKTA, Google, Azure AD, or a custom provider)J\x06\"OKTA\"\xbaH\x05\x82\x01\x02\x10\x01R\x08provider\x12\x45\n\x04type\x18\x02 \x01(\x0e\x32\'.scalekit.v1.connections.ConnectionTypeB\x08\xbaH\x05\x82\x01\x02\x10\x01R\x04type\x12\x98\x01\n\x0cprovider_key\x18\x03 \x01(\tBu\x92\x41r2fKey ID of the identity provider. This is used to identify the specific configuration for the provider.J\x08\"google\"R\x0bproviderKey\x12\x1a\n\x06key_id\x18\x04 \x01(\tH\x00R\x05keyId\x88\x01\x01:\x8b\x02\xbaH\x87\x02\x1aT\x12$provider or provider_key is required\x1a,has(this.provider_key) || this.provider != 0\x1a`\x12\x1einvalid value for provider_key\x1a>this.provider == 15 ? this.provider_key in [\'SCALEKIT\'] : true\x1aM\x12\x18invalid value for key_id\x1a\x31this.type == 9 ? this.key_id == \'WEBAUTHN\' : trueB\t\n\x07_key_id\"\xb3%\n\nConnection\x12\x8d\x01\n\x02id\x18\x01 \x01(\tB}\x92\x41z2_Unique identifier for this connection. Used in API calls to reference this specific connection.J\x17\"conn_2123312131125533\"R\x02id\x12\xc2\x01\n\x08provider\x18\x02 \x01(\x0e\x32+.scalekit.v1.connections.ConnectionProviderBy\x92\x41v2lIdentity provider service that handles authentication (such as OKTA, Google, Azure AD, or a custom provider)J\x06\"OKTA\"R\x08provider\x12\xb4\x01\n\x04type\x18\x03 \x01(\x0e\x32\'.scalekit.v1.connections.ConnectionTypeBw\x92\x41t2jAuthentication protocol used by this connection. Can be OIDC (OpenID Connect), SAML, OAUTH, or MAGIC_LINK.J\x06\"OIDC\"R\x04type\x12\xc6\x01\n\x06status\x18\x04 \x01(\x0e\x32).scalekit.v1.connections.ConnectionStatusB\x82\x01\x92\x41|2kCurrent configuration status of the connection. Possible values include IN_PROGRESS, CONFIGURED, and ERROR.J\r\"IN_PROGRESS\"\xe0\x41\x03R\x06status\x12\xab\x01\n\x07\x65nabled\x18\x05 \x01(\x08\x42\x90\x01\x92\x41\x8c\x01\x32\x82\x01\x43ontrols whether users can sign in using this connection. When false, the connection exists but cannot be used for authentication.J\x05\x66\x61lseR\x07\x65nabled\x12\xb0\x01\n\rdebug_enabled\x18\x06 \x01(\x08\x42\x8a\x01\x92\x41\x86\x01\x32~Enables testing mode that allows non-HTTPS endpoints. Should only be enabled in development environments, never in production.J\x04trueR\x0c\x64\x65\x62ugEnabled\x12\xc1\x01\n\x0forganization_id\x18\x07 \x01(\tB\x92\x01\x92\x41\x8e\x01\x32tIdentifier of the organization that owns this connection. Connections are typically scoped to a single organization.J\x16\"org_2123312131125533\"H\x01R\x0eorganizationId\x88\x01\x01\x12\xbd\x01\n\x0fui_button_title\x18\x08 \x01(\tB\x94\x01\x92\x41\x81\x01\x32mCustom text shown on the login button in the user interface. Helps users identify which SSO option to select.J\x10\"Login with SSO\"\xfa\xd2\xe4\x93\x02\t\x12\x07PREVIEWR\ruiButtonTitle\x12\xd5\x01\n\x12\x63onfiguration_type\x18\t \x01(\x0e\x32*.scalekit.v1.connections.ConfigurationTypeBz\x92\x41w2kHow the connection was configured: DISCOVERY (automatic configuration) or MANUAL (administrator configured)J\x08\"MANUAL\"R\x11\x63onfigurationType\x12\xdf\x01\n\x13test_connection_uri\x18\x0c \x01(\tB\xae\x01\x92\x41\xaa\x01\x32\x66URI that can be used to test this connection. Visit this URL to verify the connection works correctly.J@\"https://auth.example.com/test-connection/conn_2123312131125533\"R\x11testConnectionUri\x12\x81\x02\n\x11\x61ttribute_mapping\x18\x0f \x03(\x0b\x32\x39.scalekit.v1.connections.Connection.AttributeMappingEntryB\x98\x01\x92\x41|2zMaps identity provider attributes to user profile fields. For example, {\'email\': \'user.mail\', \'name\': \'user.displayName\'}.\xbaH\x16\x9a\x01\x13\x10\x1e\"\x06r\x04\x10\x01\x18\x64*\x07r\x05\x10\x01\x18\x80\x02R\x10\x61ttributeMapping\x12\xb1\x01\n\x0b\x63reate_time\x18\x10 \x01(\x0b\x32\x1a.google.protobuf.TimestampBt\x92\x41_2EWhen this connection was first created. Format is RFC 3339 timestamp.J\x16\"2023-01-15T14:30:00Z\"\xe0\x41\x03\xfa\xd2\xe4\x93\x02\t\x12\x07PREVIEWR\ncreateTime\x12\xb1\x01\n\x0bupdate_time\x18\x11 \x01(\x0b\x32\x1a.google.protobuf.TimestampBt\x92\x41_2EWhen this connection was last modified. Format is RFC 3339 timestamp.J\x16\"2023-02-20T09:15:30Z\"\xe0\x41\x03\xfa\xd2\xe4\x93\x02\t\x12\x07PREVIEWR\nupdateTime\x12\xb3\x01\n\x0boidc_config\x18\x12 \x01(\x0b\x32-.scalekit.v1.connections.OIDCConnectionConfigBa\x92\x41^2\\Configuration details for OpenID Connect (OIDC) connections. Present only when type is OIDC.H\x00R\noidcConfig\x12\xaa\x01\n\x0bsaml_config\x18\x13 \x01(\x0b\x32\x35.scalekit.v1.connections.SAMLConnectionConfigResponseBP\x92\x41M2KConfiguration details for SAML connections. Present only when type is SAML.H\x00R\nsamlConfig\x12\xa7\x01\n\x0coauth_config\x18\x14 \x01(\x0b\x32..scalekit.v1.connections.OAuthConnectionConfigBR\x92\x41O2MConfiguration details for OAuth connections. Present only when type is OAUTH.H\x00R\x0boauthConfig\x12\xbf\x01\n\x13passwordless_config\x18\x16 \x01(\x0b\x32+.scalekit.v1.connections.PasswordLessConfigB_\x92\x41\\2ZConfiguration details for Magic Link authentication. Present only when type is MAGIC_LINK.H\x00R\x12passwordlessConfig\x12\xc0\x01\n\rstatic_config\x18\x1a \x01(\x0b\x32).scalekit.v1.connections.StaticAuthConfigBn\x92\x41k2iStatic configuration for custom connections. Present only when type is BASIC, BEARER, API_KEY, or custom.H\x00R\x0cstaticConfig\x12\xb1\x01\n\x0fwebauthn_config\x18\x1b \x01(\x0b\x32-.scalekit.v1.connections.WebAuthConfigurationBW\x92\x41T2RConfiguration details for WebAuthn (passkeys). Present only when type is WEBAUTHN.H\x00R\x0ewebauthnConfig\x12\xbb\x01\n\x11google_dwd_config\x18\x1c \x01(\x0b\x32(.scalekit.v1.connections.GoogleDWDConfigBc\x92\x41`2^Configuration details for Google Domain-Wide Delegation. Present only when type is GOOGLE_DWD.H\x00R\x0fgoogleDwdConfig\x12}\n\x06key_id\x18\x19 \x01(\tBa\x92\x41^2\\Alternative identifier for this connection, typically used in frontend applications or URLs.H\x02R\x05keyId\x88\x01\x01\x12u\n\x0cprovider_key\x18\x17 \x01(\tBR\x92\x41O2CKey ID of the identity provider service that handles authenticationJ\x08\"google\"R\x0bproviderKey\x12\xaa\x01\n\x07\x64omains\x18\x18 \x03(\x0b\x32\x1b.scalekit.v1.domains.DomainBs\x92\x41p2SDomain associated with this connection, used for domain-based authentication flows.J\x19[{\"name\": \"example.com\"}]R\x07\x64omains\x12\x94\x03\n\x0emcp_server_url\x18\x1d \x01(\tB\xe8\x02\x92\x41\xe1\x02\x32\x9f\x02URL of the MCP server for this connection. Agents can point directly at this URL to access only the tools for this connection, without needing to call list_connections or execute_tool with a connection_name. Empty when the MCP virtual servers feature is not enabled for this environment.J=\"https://acmecorp.scalekit.dev/mcp/v3/connections/gmail_work\"\xe0\x41\x03H\x03R\x0cmcpServerUrl\x88\x01\x01\x1a\x43\n\x15\x41ttributeMappingEntry\x12\x10\n\x03key\x18\x01 \x01(\tR\x03key\x12\x14\n\x05value\x18\x02 \x01(\tR\x05value:\x02\x38\x01\x42\n\n\x08settingsB\x12\n\x10_organization_idB\t\n\x07_key_idB\x11\n\x0f_mcp_server_urlJ\x04\x08\r\x10\x0f\"w\n\x18\x43reateConnectionResponse\x12[\n\nconnection\x18\x01 \x01(\x0b\x32#.scalekit.v1.connections.ConnectionB\x16\x92\x41\x13\x32\x11\x43onnection DetailR\nconnection\"\xa8\x02\n\"UpdateEnvironmentConnectionRequest\x12~\n\rconnection_id\x18\x01 \x01(\tBY\x92\x41M2+Connection ID. Unique ID for the connectionJ\x16\"conn_121312434123312\"\xca>\x05\xfa\x02\x02id\xbaH\x06r\x04\x10\x01\x18 R\x0c\x63onnectionId\x12\x81\x01\n\nconnection\x18\x03 \x01(\x0b\x32).scalekit.v1.connections.UpdateConnectionB6\x92\x41-2#Connection properties to be updated\xca>\x05\xfa\x02\x02id\xbaH\x03\xc8\x01\x01R\nconnection\"\xce\x03\n\x17UpdateConnectionRequest\x12q\n\x0forganization_id\x18\x01 \x01(\tBH\x92\x41<2#Organization ID for the Connection.J\x15\"org_121312434123312\"\xbaH\x06r\x04\x10\x01\x18 R\x0eorganizationId\x12\x61\n\x02id\x18\x03 \x01(\tBQ\x92\x41\x45\x32+Connection ID. Unique ID for the connectionJ\x16\"conn_121312434123312\"\xbaH\x06r\x04\x10\x01\x18 R\x02id\x12\xd6\x01\n\nconnection\x18\x04 \x01(\x0b\x32).scalekit.v1.connections.UpdateConnectionB\x8a\x01\x92\x41-2#Connection properties to be updated\xca>\x05\xfa\x02\x02id\xbaHW\xba\x01Q\x12\x36OAUTH, PASSWORDLESS and WEBAUTHN are not supported yet\x1a\x17!(this.type in [4,5,9])\xc8\x01\x01R\nconnectionJ\x04\x08\x02\x10\x03\"\xfd\x12\n\x10UpdateConnection\x12w\n\x08provider\x18\x02 \x01(\x0e\x32+.scalekit.v1.connections.ConnectionProviderB.\x92\x41#2\x17SSO Connection ProviderJ\x08\"CUSTOM\"\xbaH\x05\x82\x01\x02\x10\x01R\x08provider\x12r\n\x04type\x18\x03 \x01(\x0e\x32\'.scalekit.v1.connections.ConnectionTypeB5\x92\x41*2 Connection Protocol OIDC / SAML J\x06\"OIDC\"\xbaH\x05\x82\x01\x02\x10\x01R\x04type\x12\xae\x01\n\rdebug_enabled\x18\x06 \x01(\x0b\x32\x1a.google.protobuf.BoolValueBm\x92\x41j2bDebug mode for the connection. Debug would allow non HTTPS endpoint to be used with the connectionJ\x04trueR\x0c\x64\x65\x62ugEnabled\x12\x8d\x01\n\x0fui_button_title\x18\x08 \x01(\x0b\x32\x1c.google.protobuf.StringValueBG\x92\x41\x35\x32!Display name for the Login ButtonJ\x10\"Login with SSO\"\xfa\xd2\xe4\x93\x02\t\x12\x07PREVIEWR\ruiButtonTitle\x12~\n\x12\x63onfiguration_type\x18\x0b \x01(\x0e\x32*.scalekit.v1.connections.ConfigurationTypeB#\x92\x41 2\x14\x43onfiguration Type. J\x08\"MANUAL\"R\x11\x63onfigurationType\x12\x9d\x01\n\x11\x61ttribute_mapping\x18\x0f \x03(\x0b\x32?.scalekit.v1.connections.UpdateConnection.AttributeMappingEntryB/\x92\x41\x13\x32\x11\x41ttribute Mapping\xbaH\x16\x9a\x01\x13\x10\x1e\"\x06r\x04\x10\x01\x18\x64*\x07r\x05\x10\x01\x18\x80\x02R\x10\x61ttributeMapping\x12\x83\x01\n\x0boidc_config\x18\x10 \x01(\x0b\x32-.scalekit.v1.connections.OIDCConnectionConfigB1\x92\x41.2,OIDC Configuration if ConnectionType == OIDCH\x00R\noidcConfig\x12\x8a\x01\n\x0bsaml_config\x18\x11 \x01(\x0b\x32\x34.scalekit.v1.connections.SAMLConnectionConfigRequestB1\x92\x41.2,SAML Configuration if ConnectionType == SAMLH\x00R\nsamlConfig\x12\x88\x01\n\x0coauth_config\x18\x12 \x01(\x0b\x32..scalekit.v1.connections.OAuthConnectionConfigB3\x92\x41\x30\x32.OAuth Configuration if ConnectionType == OAUTHH\x00R\x0boauthConfig\x12\x9d\x01\n\x13passwordless_config\x18\x14 \x01(\x0b\x32+.scalekit.v1.connections.PasswordLessConfigB=\x92\x41:28Magic Link Configuration if ConnectionType == MAGIC_LINKH\x00R\x12passwordlessConfig\x12P\n\rstatic_config\x18\x17 \x01(\x0b\x32).scalekit.v1.connections.StaticAuthConfigH\x00R\x0cstaticConfig\x12\xb1\x01\n\x0fwebauthn_config\x18\x18 \x01(\x0b\x32-.scalekit.v1.connections.WebAuthConfigurationBW\x92\x41T2RConfiguration details for WebAuthn (passkeys). Present only when type is WEBAUTHN.H\x00R\x0ewebauthnConfig\x12\xaf\x01\n\x11google_dwd_config\x18\x19 \x01(\x0b\x32(.scalekit.v1.connections.GoogleDWDConfigBW\x92\x41T2RGoogle Domain-Wide Delegation configuration. Present only when type is GOOGLE_DWD.H\x00R\x0fgoogleDwdConfig\x12&\n\x06key_id\x18\x16 \x01(\tB\n\xbaH\x07r\x05\x10\x01\x18\xac\x02H\x01R\x05keyId\x88\x01\x01\x12u\n\x0cprovider_key\x18\x15 \x01(\tBR\x92\x41O2CKey ID of the identity provider service that handles authenticationJ\x08\"google\"R\x0bproviderKey\x1a\x43\n\x15\x41ttributeMappingEntry\x12\x10\n\x03key\x18\x01 \x01(\tR\x03key\x12\x14\n\x05value\x18\x02 \x01(\tR\x05value:\x02\x38\x01:\x8b\x02\xbaH\x87\x02\x1aT\x12$provider or provider_key is required\x1a,has(this.provider_key) || this.provider != 0\x1a`\x12\x1einvalid value for provider_key\x1a>this.provider == 15 ? this.provider_key in [\'SCALEKIT\'] : true\x1aM\x12\x18invalid value for key_id\x1a\x31this.type == 9 ? this.key_id == \'WEBAUTHN\' : trueB\n\n\x08settingsB\t\n\x07_key_idJ\x04\x08\x01\x10\x02J\x04\x08\x04\x10\x05J\x04\x08\x05\x10\x06J\x04\x08\t\x10\x0bJ\x04\x08\x0c\x10\x0f\"\x80\x01\n\x18UpdateConnectionResponse\x12\x64\n\nconnection\x18\x01 \x01(\x0b\x32#.scalekit.v1.connections.ConnectionB\x1f\x92\x41\x1c\x32\x1aUpdated Connection detailsR\nconnection\"\x9c\x01\n\"DeleteEnvironmentConnectionRequest\x12v\n\rconnection_id\x18\x03 \x01(\tBQ\x92\x41\x45\x32+Connection ID. Unique ID for the connectionJ\x16\"conn_121312434123312\"\xbaH\x06r\x04\x10\x01\x18 R\x0c\x63onnectionId\"\xf5\x01\n\x17\x44\x65leteConnectionRequest\x12q\n\x0forganization_id\x18\x01 \x01(\tBH\x92\x41<2#Organization ID for the Connection.J\x15\"org_121312434123312\"\xbaH\x06r\x04\x10\x01\x18 R\x0eorganizationId\x12\x61\n\x02id\x18\x03 \x01(\tBQ\x92\x41\x45\x32+Connection ID. Unique ID for the connectionJ\x16\"conn_121312434123312\"\xbaH\x06r\x04\x10\x01\x18 R\x02idJ\x04\x08\x02\x10\x03\"\x92\x01\n\x1fGetEnvironmentConnectionRequest\x12o\n\rconnection_id\x18\x01 \x01(\tBJ\x92\x41>2$Unique identifier for the ConnectionJ\x16\"conn_121312434123312\"\xbaH\x06r\x04\x10\x01\x18 R\x0c\x63onnectionId\"\xfc\x02\n\x14GetConnectionRequest\x12\xba\x01\n\x0forganization_id\x18\x01 \x01(\tB\x90\x01\x92\x41\x83\x01\x32jOrganization identifier (required). Specifies which organization owns the connection you want to retrieve.J\x15\"org_121312434123312\"\xbaH\x06r\x04\x10\x01\x18 R\x0eorganizationId\x12\xa0\x01\n\x02id\x18\x03 \x01(\tB\x8f\x01\x92\x41\x82\x01\x32hConnection identifier (required). Specifies which specific connection to retrieve from the organization.J\x16\"conn_121312434123312\"\xbaH\x06r\x04\x10\x01\x18 R\x02idJ\x04\x08\x02\x10\x03\"\x9a\x02\n\x15GetConnectionResponse\x12\x80\x02\n\nconnection\x18\x01 \x01(\x0b\x32#.scalekit.v1.connections.ConnectionB\xba\x01\x92\x41\xb6\x01\x32\xb3\x01\x43omplete connection details including provider configuration, protocol settings, status, and all metadata. Contains everything needed to understand the connection\'s current state.R\nconnection\"\x96\x04\n\x16ListConnectionsRequest\x12\x80\x01\n\x0forganization_id\x18\x01 \x01(\tBR\x92\x41\x46\x32-Filter connections by organization identifierJ\x15\"org_121312434123312\"\xbaH\x06r\x04\x10\x01\x18 H\x00R\x0eorganizationId\x88\x01\x01\x12\x7f\n\x06\x64omain\x18\x03 \x01(\tBb\x92\x41V2CFilter connections by email domain associated with the organizationJ\x0f\"hero-saas.app\"\xbaH\x06r\x04\x10\x01\x18 H\x01R\x06\x64omain\x88\x01\x01\x12\xc6\x01\n\x07include\x18\x04 \x01(\tB\xa6\x01\x92\x41\xa2\x01\x32\x9f\x01\x46ilter connections by status. Use \'all\' to include all connections regardless of status. Default behavior shows only active (completed and enabled) connectionsH\x02R\x07include\x88\x01\x01\x42\x12\n\x10_organization_idB\t\n\x07_domainB\n\n\x08_includeJ\x04\x08\x02\x10\x03\"\x9d\x01\n\x17ListConnectionsResponse\x12\x81\x01\n\x0b\x63onnections\x18\x01 \x03(\x0b\x32\'.scalekit.v1.connections.ListConnectionB6\x92\x41\x33\x32\x31List of connections matching the request criteriaR\x0b\x63onnections\"\x8d\x0f\n\x0eListConnection\x12Q\n\x02id\x18\x01 \x01(\tBA\x92\x41>2#Unique identifier of the connectionJ\x17\"conn_2123312131125533\"R\x02id\x12\x8d\x01\n\x08provider\x18\x02 \x01(\x0e\x32+.scalekit.v1.connections.ConnectionProviderBD\x92\x41\x41\x32\x35Identity provider type (e.g., OKTA, Google, Azure AD)J\x08\"CUSTOM\"R\x08provider\x12x\n\x04type\x18\x03 \x01(\x0e\x32\'.scalekit.v1.connections.ConnectionTypeB;\x92\x41\x38\x32.Authentication protocol used by the connectionJ\x06\"OIDC\"R\x04type\x12\x88\x01\n\x06status\x18\x04 \x01(\x0e\x32).scalekit.v1.connections.ConnectionStatusBE\x92\x41?2.Current configuration status of the connectionJ\r\"IN_PROGRESS\"\xe0\x41\x03R\x06status\x12g\n\x07\x65nabled\x18\x05 \x01(\x08\x42M\x92\x41J2AWhether the connection is currently active for organization usersJ\x05\x66\x61lseR\x07\x65nabled\x12\x85\x01\n\x0forganization_id\x18\x06 \x01(\tB\\\x92\x41Y2?Unique identifier of the organization that owns this connectionJ\x16\"org_2123312131125533\"R\x0eorganizationId\x12\x88\x01\n\x0fui_button_title\x18\x07 \x01(\tB`\x92\x41N2:Text displayed on the SSO login button for this connectionJ\x10\"Login with SSO\"\xfa\xd2\xe4\x93\x02\t\x12\x07PREVIEWR\ruiButtonTitle\x12t\n\x07\x64omains\x18\x08 \x03(\tBZ\x92\x41W2/List of domains configured with this connectionJ$[\"yourapp.com\", \"yourworkspace.com\"]R\x07\x64omains\x12q\n\x11organization_name\x18\t \x01(\tBD\x92\x41\x41\x32*Name of the organization of the connectionJ\x13\"Your Organization\"R\x10organizationName\x12u\n\x0cprovider_key\x18\n \x01(\tBR\x92\x41O2CKey ID of the identity provider service that handles authenticationJ\x08\"google\"R\x0bproviderKey\x12\x90\x01\n\x06key_id\x18\x0b \x01(\tBy\x92\x41v2[Alternative identifier for this connection, typically used in frontend applications or URLsJ\x17\"conn_2123312131125533\"R\x05keyId\x12\x90\x01\n\ncreated_at\x18\x0c \x01(\x0b\x32\x1a.google.protobuf.TimestampBU\x92\x41@2&When this connection was first createdJ\x16\"2023-01-15T14:30:00Z\"\xe0\x41\x03\xfa\xd2\xe4\x93\x02\t\x12\x07PREVIEWR\tcreatedAt\x12\x90\x03\n\x0emcp_server_url\x18\r \x01(\tB\xe9\x02\x92\x41\xe2\x02\x32\xa0\x02MCP virtual server URL for this connection. Agents can point directly at this URL to access only the tools for this connection, without needing to call list_connections or execute_tool with a connection_name. Empty when the MCP virtual servers feature is not enabled for this environment.J=\"https://acmecorp.scalekit.dev/mcp/v3/connections/gmail_work\"\xe0\x41\x03R\x0cmcpServerUrl\"\xcf\x02\n\"ListOrganizationConnectionsRequest\x12\x80\x01\n\tpage_size\x18\x01 \x01(\rBc\x92\x41Y2SMaximum number of organizations to return per page. Value must be between 1 and 30.J\x02\x33\x30\xbaH\x04*\x02\x18\x1eR\x08pageSize\x12\xa5\x01\n\npage_token\x18\x02 \x01(\tB\x85\x01\x92\x41\x81\x01\x32\x61Token from a previous response for pagination. Provide this to retrieve the next page of results.J\x1c\x65yJwYWdlIjoyLCJsaW1pdCI6MzB9R\tpageToken\"\x97\x02\n#ListOrganizationConnectionsResponse\x12&\n\x0fnext_page_token\x18\x01 \x01(\tR\rnextPageToken\x12\x1d\n\ntotal_size\x18\x02 \x01(\rR\ttotalSize\x12&\n\x0fprev_page_token\x18\x03 \x01(\tR\rprevPageToken\x12\x80\x01\n\x0b\x63onnections\x18\x04 \x03(\x0b\x32\'.scalekit.v1.connections.ListConnectionB5\x92\x41\x32\x32\x30List of connections matching the filter criteriaR\x0b\x63onnections\"\xa2\x07\n$SearchOrganizationConnectionsRequest\x12l\n\x05query\x18\x01 \x01(\tBQ\x92\x41G2-Search query Connection ID or Organization IDJ\x16\"conn_121312434123312\"\xbaH\x04r\x02\x18\x64H\x00R\x05query\x88\x01\x01\x12@\n\x08provider\x18\x02 \x01(\tB\x1f\x92\x41\x1c\x32\x12\x46ilter by providerJ\x06\"OKTA\"H\x01R\x08provider\x88\x01\x01\x12}\n\x06status\x18\x03 \x01(\x0e\x32).scalekit.v1.connections.ConnectionStatusB5\x92\x41*2\x1b\x46ilter by connection statusJ\x0b\"COMPLETED\"\xbaH\x05\x82\x01\x02\x10\x01H\x02R\x06status\x88\x01\x01\x12\x8c\x01\n\x0f\x63onnection_type\x18\x04 \x01(\x0e\x32\'.scalekit.v1.connections.ConnectionTypeB5\x92\x41*2\x1b\x46ilter by connection statusJ\x0b\"COMPLETED\"\xbaH\x05\x82\x01\x02\x10\x01H\x03R\x0e\x63onnectionType\x88\x01\x01\x12O\n\x07\x65nabled\x18\x07 \x01(\x08\x42\x30\x92\x41-2#Filter by connection enabled statusJ\x06\"true\"H\x04R\x07\x65nabled\x88\x01\x01\x12\x80\x01\n\tpage_size\x18\x05 \x01(\rBc\x92\x41Y2SMaximum number of organizations to return per page. Value must be between 1 and 30.J\x02\x33\x30\xbaH\x04*\x02\x18\x1eR\x08pageSize\x12\xa5\x01\n\npage_token\x18\x06 \x01(\tB\x85\x01\x92\x41\x81\x01\x32\x61Token from a previous response for pagination. Provide this to retrieve the next page of results.J\x1c\x65yJwYWdlIjoyLCJsaW1pdCI6MzB9R\tpageTokenB\x08\n\x06_queryB\x0b\n\t_providerB\t\n\x07_statusB\x12\n\x10_connection_typeB\n\n\x08_enabled\"\x99\x02\n%SearchOrganizationConnectionsResponse\x12&\n\x0fnext_page_token\x18\x01 \x01(\tR\rnextPageToken\x12\x1d\n\ntotal_size\x18\x02 \x01(\rR\ttotalSize\x12&\n\x0fprev_page_token\x18\x03 \x01(\tR\rprevPageToken\x12\x80\x01\n\x0b\x63onnections\x18\x04 \x03(\x0b\x32\'.scalekit.v1.connections.ListConnectionB5\x92\x41\x32\x32\x30List of connections matching the filter criteriaR\x0b\x63onnections\"\x9c\x01\n\"ToggleEnvironmentConnectionRequest\x12v\n\rconnection_id\x18\x02 \x01(\tBQ\x92\x41\x45\x32+Connection ID. Unique ID for the connectionJ\x16\"conn_121312434123312\"\xbaH\x06r\x04\x10\x01\x18 R\x0c\x63onnectionId\"\x9e\x02\n\x17ToggleConnectionRequest\x12\x92\x01\n\x0forganization_id\x18\x01 \x01(\tBi\x92\x41]2DUnique identifier of the organization associated with the connectionJ\x15\"org_121312434123312\"\xbaH\x06r\x04\x10\x01\x18 R\x0eorganizationId\x12h\n\x02id\x18\x03 \x01(\tBX\x92\x41L22Unique identifier for the connection to be toggledJ\x16\"conn_121312434123312\"\xbaH\x06r\x04\x10\x01\x18 R\x02idJ\x04\x08\x02\x10\x03\"\xbc\x02\n\x18ToggleConnectionResponse\x12\xa9\x01\n\x07\x65nabled\x18\x01 \x01(\x08\x42\x8e\x01\x92\x41\x8a\x01\x32\x81\x01\x43urrent state of the connection after the operation. True means the connection is now enabled and can be used for authentication.J\x04trueR\x07\x65nabled\x12\x62\n\rerror_message\x18\x02 \x01(\tB8\x92\x41\x35\x32$Error message if the operation failsJ\r\"placeholder\"H\x00R\x0c\x65rrorMessage\x88\x01\x01\x42\x10\n\x0e_error_message\"\xa0\x12\n\x14OIDCConnectionConfig\x12j\n\x06issuer\x18\x01 \x01(\x0b\x32\x1c.google.protobuf.StringValueB4\x92\x41\x31\x32\nIssuer URLJ#\"https://youridp.com/service/oauth\"R\x06issuer\x12\xaa\x01\n\x12\x64iscovery_endpoint\x18\x02 \x01(\x0b\x32\x1c.google.protobuf.StringValueB]\x92\x41Z2\x12\x44iscovery EndpointJD\"https://youridp.com/service/oauth/.well-known/openid-configuration\"R\x11\x64iscoveryEndpoint\x12\x84\x01\n\rauthorize_uri\x18\x03 \x01(\x0b\x32\x1c.google.protobuf.StringValueBA\x92\x41>2\rAuthorize URIJ-\"https://youridp.com/service/oauth/authorize\"R\x0c\x61uthorizeUri\x12t\n\ttoken_uri\x18\x04 \x01(\x0b\x32\x1c.google.protobuf.StringValueB9\x92\x41\x36\x32\tToken URIJ)\"https://youridp.com/service/oauth/token\"R\x08tokenUri\x12\x82\x01\n\ruser_info_uri\x18\x05 \x01(\x0b\x32\x1c.google.protobuf.StringValueB@\x92\x41=2\rUser Info URIJ,\"https://youridp.com/service/oauth/userinfo\"R\x0buserInfoUri\x12p\n\x08jwks_uri\x18\x06 \x01(\x0b\x32\x1c.google.protobuf.StringValueB7\x92\x41\x34\x32\x08JWKS URIJ(\"https://youridp.com/service/oauth/jwks\"R\x07jwksUri\x12\\\n\tclient_id\x18\x08 \x01(\x0b\x32\x1c.google.protobuf.StringValueB!\x92\x41\x1e\x32\tClient IDJ\x11\"oauth_client_id\"R\x08\x63lientId\x12l\n\rclient_secret\x18\t \x01(\x0b\x32\x1c.google.protobuf.StringValueB)\x92\x41&2\rClient SecretJ\x15\"oauth_client_secret\"R\x0c\x63lientSecret\x12\x63\n\x06scopes\x18\n \x03(\x0e\x32\".scalekit.v1.connections.OIDCScopeB\'\x92\x41$2\x0bOIDC ScopesJ\x15[\"openid\", \"profile\"]R\x06scopes\x12r\n\x0ftoken_auth_type\x18\x0b \x01(\x0e\x32&.scalekit.v1.connections.TokenAuthTypeB\"\x92\x41\x1f\x32\x0fToken Auth TypeJ\x0c\"URL_PARAMS\"R\rtokenAuthType\x12j\n\x0credirect_uri\x18\x0c \x01(\tBG\x92\x41\x44\x32\x0cRedirect URIJ4\"https://yourapp.com/sso/v1/oidc/conn_1234/callback\"R\x0bredirectUri\x12V\n\x0cpkce_enabled\x18\r \x01(\x0b\x32\x1a.google.protobuf.BoolValueB\x17\x92\x41\x14\x32\x0cPKCE EnabledJ\x04trueR\x0bpkceEnabled\x12h\n\x13idp_logout_required\x18\x0e \x01(\x0b\x32\x1a.google.protobuf.BoolValueB\x1c\x92\x41\x19\x32\x11\x45nable IDP logoutJ\x04trueR\x11idpLogoutRequired\x12\xb4\x01\n\x18post_logout_redirect_uri\x18\x0f \x01(\x0b\x32\x1c.google.protobuf.StringValueB]\x92\x41W2\x18post logout redirect uriJ;\"https://yourapp.com/sso/v1/oidc/conn_1234/logout/callback\"\xe0\x41\x03R\x15postLogoutRedirectUri\x12\xea\x01\n\x1f\x62\x61\x63kchannel_logout_redirect_uri\x18\x10 \x01(\x0b\x32\x1c.google.protobuf.StringValueB\x84\x01\x92\x41~2<backchannel logout redirect uri where idp sends logout_tokenJ>\"https://yourapp.com/sso/v1/oidc/conn_1234/backchannel-logout\"\xe0\x41\x03R\x1c\x62\x61\x63kchannelLogoutRedirectUri\x12\xc6\x01\n\x1async_user_profile_on_login\x18\x11 \x01(\x0b\x32\x1a.google.protobuf.BoolValueBn\x92\x41k2cIndicates whether user profiles should be synchronized with the identity provider upon each log-in.J\x04trueR\x16syncUserProfileOnLogin\x12\xba\x01\n!jit_provisioning_with_sso_enabled\x18\x12 \x01(\x0b\x32\x1a.google.protobuf.BoolValueBT\x92\x41Q2IIndicates if Just In Time user provisioning is enabled for the connectionJ\x04trueR\x1djitProvisioningWithSsoEnabled\"\xef\x15\n\x15OAuthConnectionConfig\x12\x84\x01\n\rauthorize_uri\x18\x03 \x01(\x0b\x32\x1c.google.protobuf.StringValueBA\x92\x41>2\rAuthorize URIJ-\"https://youridp.com/service/oauth/authorize\"R\x0c\x61uthorizeUri\x12t\n\ttoken_uri\x18\x04 \x01(\x0b\x32\x1c.google.protobuf.StringValueB9\x92\x41\x36\x32\tToken URIJ)\"https://youridp.com/service/oauth/token\"R\x08tokenUri\x12\x82\x01\n\ruser_info_uri\x18\x05 \x01(\x0b\x32\x1c.google.protobuf.StringValueB@\x92\x41=2\rUser Info URIJ,\"https://youridp.com/service/oauth/userinfo\"R\x0buserInfoUri\x12\\\n\tclient_id\x18\x08 \x01(\x0b\x32\x1c.google.protobuf.StringValueB!\x92\x41\x1e\x32\tClient IDJ\x11\"oauth_client_id\"R\x08\x63lientId\x12l\n\rclient_secret\x18\t \x01(\x0b\x32\x1c.google.protobuf.StringValueB)\x92\x41&2\rClient SecretJ\x15\"oauth_client_secret\"R\x0c\x63lientSecret\x12?\n\x06scopes\x18\n \x03(\tB\'\x92\x41$2\x0bOIDC ScopesJ\x15[\"openid\", \"profile\"]R\x06scopes\x12\x62\n\x0credirect_uri\x18\x0c \x01(\tB?\x92\x41<2\x0cRedirect URIJ,\"https://yourapp.com/service/oauth/redirect\"R\x0bredirectUri\x12V\n\x0cpkce_enabled\x18\r \x01(\x0b\x32\x1a.google.protobuf.BoolValueB\x17\x92\x41\x14\x32\x0cPKCE EnabledJ\x04trueR\x0bpkceEnabled\x12V\n\x06prompt\x18\x0e \x01(\x0b\x32\x1c.google.protobuf.StringValueB \x92\x41\x1d\x32\x13Prompt for the userJ\x06\"none\"R\x06prompt\x12m\n\x12use_platform_creds\x18\x0f \x01(\x0b\x32\x1a.google.protobuf.BoolValueB#\x92\x41 2\x18Use Scalekit credentialsJ\x04trueR\x10usePlatformCreds\x12Z\n\x0b\x61\x63\x63\x65ss_type\x18\x10 \x01(\x0b\x32\x1c.google.protobuf.StringValueB\x1b\x92\x41\x18\x32\x0b\x41\x63\x63\x65ss TypeJ\t\"offline\"R\naccessType\x12n\n\x11\x63ustom_scope_name\x18\x11 \x01(\x0b\x32\x1c.google.protobuf.StringValueB$\x92\x41!2\x11\x43ustom Scope NameJ\x0c\"user_scope\"R\x0f\x63ustomScopeName\x12\xc6\x01\n\x1async_user_profile_on_login\x18\x12 \x01(\x0b\x32\x1a.google.protobuf.BoolValueBn\x92\x41k2cIndicates whether user profiles should be synchronized with the identity provider upon each log-in.J\x04trueR\x16syncUserProfileOnLogin\x12k\n\x11token_access_type\x18\x13 \x01(\x0b\x32\x1c.google.protobuf.StringValueB!\x92\x41\x1e\x32\x11Token Access TypeJ\t\"offline\"R\x0ftokenAccessType\x12\x84\x02\n\ttenant_id\x18\x14 \x01(\x0b\x32\x1c.google.protobuf.StringValueB\xc8\x01\x92\x41\xc4\x01\x32\x99\x01Microsoft Entra tenant ID. Required when using a single-tenant or multi-tenant app registered in Microsoft Entra. Leave empty to use the common endpoint.J&\"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\"R\x08tenantId\x12\xc7\x01\n\x07is_cimd\x18\x15 \x01(\x0b\x32\x1a.google.protobuf.BoolValueB\x91\x01\x92\x41\x8a\x01\x32\x81\x01Indicates whether this connection was registered using Client ID Metadata Document (CIMD) instead of Dynamic Client Registration.J\x04true\xe0\x41\x03R\x06isCimd\x12\xbe\x01\n\x08\x61pp_name\x18\x16 \x01(\x0b\x32\x1c.google.protobuf.StringValueB\x84\x01\x92\x41\x80\x01\x32mApplication name used by providers that require it as an authorize query parameter (e.g., Trello\'s app_name).J\x0f\"My Trello App\"R\x07\x61ppName\x12\xfa\x01\n\x0foptional_scopes\x18\x17 \x01(\x0b\x32\'.scalekit.v1.connections.OptionalScopesB\xa2\x01\x92\x41\x9e\x01\x32\x9b\x01Optional scopes configuration for identity providers that support or require additional scopes to be sent in a custom field during authentication requests.H\x00R\x0eoptionalScopes\x88\x01\x01\x12\x8f\x02\n\nextensions\x18\x18 \x01(\x0b\x32(.scalekit.v1.connections.OauthExtensionsB\xbf\x01\x92\x41\xbb\x01\x32\xb8\x01OAuth extension profiles for this connection, such as SMART on FHIR. Carries typed extension configuration plus a generic escape hatch for provider-specific authorize query parameters.H\x01R\nextensions\x88\x01\x01\x42\x12\n\x10_optional_scopesB\r\n\x0b_extensions\"\x99\x05\n\x0fOauthExtensions\x12\xd6\x01\n\x05smart\x18\x01 \x01(\x0b\x32$.scalekit.v1.connections.SmartConfigB\x94\x01\x92\x41\x90\x01\x32\x8d\x01SMART on FHIR (SMART App Launch) configuration. Set this to issue a SMART-compliant standalone launch authorization request to a FHIR server.H\x00R\x05smart\x88\x01\x01\x12\xd9\x02\n\x16\x65xtra_authorize_params\x18\x02 \x03(\x0b\x32\x42.scalekit.v1.connections.OauthExtensions.ExtraAuthorizeParamsEntryB\xde\x01\x92\x41\xda\x01\x32\xbd\x01Provider-specific query parameters added to the authorization request. Reserved OAuth/OIDC parameters (client_id, redirect_uri, scope, state, code_challenge, aud, and similar) are rejected.J\x18{\"custom_param\":\"value\"}R\x14\x65xtraAuthorizeParams\x1aG\n\x19\x45xtraAuthorizeParamsEntry\x12\x10\n\x03key\x18\x01 \x01(\tR\x03key\x12\x14\n\x05value\x18\x02 \x01(\tR\x05value:\x02\x38\x01\x42\x08\n\x06_smart\"\xaf\x03\n\x0bSmartConfig\x12\xe6\x01\n\x03\x61ud\x18\x01 \x01(\tB\xd3\x01\x92\x41\xcf\x01\x32\xad\x01\x46HIR resource server base URL, sent as the required \'aud\' authorization parameter per the SMART App Launch specification. Binds the issued token to the intended FHIR server.J\x1d\"https://fhir.example.com/r4\"R\x03\x61ud\x12\xb6\x01\n\x06\x64omain\x18\x02 \x01(\tB\x9d\x01\x92\x41\x99\x01\x32\x82\x01\x46HIR server domain for the SMART on FHIR connection. Stored alongside the audience and editable through the connection update API.J\x12\"fhir.example.com\"R\x06\x64omain\"\xa6\x03\n\x0eOptionalScopes\x12v\n\x06scopes\x18\x01 \x03(\tB^\x92\x41[2CList of optional scopes that can be requested during authenticationJ\x14[\"scope1\", \"scope2\"]R\x06scopes\x12\x9b\x02\n\nfield_name\x18\x02 \x01(\tB\xfb\x01\x92\x41\xf7\x01\x32\xd5\x01Name of the field in which scope should be sent in the authentication request. This is required by some identity providers that expect scopes to be sent in a custom field instead of the standard \'scope\' parameter.J\x1d\"optional_scope or bot_scope\"R\tfieldName\"\x80\x03\n\x0fGoogleDWDConfig\x12\xa7\x01\n\x14service_account_json\x18\x01 \x01(\x0b\x32\x1c.google.protobuf.StringValueBW\x92\x41Q2OGoogle Cloud service account JSON key. Write-only: reads return a masked value.\xe0\x41\x04R\x12serviceAccountJson\x12\x39\n\x06scopes\x18\x02 \x03(\tB!\x92\x41\x1e\x32\x1cOAuth 2.0 scopes to request.R\x06scopes\x12\x87\x01\n\ttoken_uri\x18\x03 \x01(\x0b\x32\x1c.google.protobuf.StringValueBL\x92\x41I2GGoogle token endpoint. Defaults to https://oauth2.googleapis.com/token.R\x08tokenUri\"\xf4\x07\n\x12PasswordLessConfig\x12]\n\x04type\x18\x01 \x01(\x0e\x32).scalekit.v1.connections.PasswordlessTypeB\x1e\x92\x41\x1b\x32\x11Passwordless TypeJ\x06\"LINK\"R\x04type\x12W\n\tfrequency\x18\x02 \x01(\x0b\x32\x1c.google.protobuf.UInt32ValueB\x16\x92\x41\x13\x32\x0eLink FrequencyJ\x01\x31H\x00R\tfrequency\x88\x01\x01\x12\x61\n\x08validity\x18\x03 \x01(\x0b\x32\x1c.google.protobuf.UInt32ValueB\"\x92\x41\x1f\x32\x18Link Validity in SecondsJ\x03\x36\x30\x30H\x01R\x08validity\x88\x01\x01\x12\x86\x01\n\x1b\x65nforce_same_browser_origin\x18\x04 \x01(\x0b\x32\x1a.google.protobuf.BoolValueB&\x92\x41#2\x1b\x45nforce Same Browser OriginJ\x04trueH\x02R\x18\x65nforceSameBrowserOrigin\x88\x01\x01\x12t\n\x15\x63ode_challenge_length\x18\x05 \x01(\x0b\x32\x1c.google.protobuf.UInt32ValueB\x1d\x92\x41\x1a\x32\x15\x43ode Challenge LengthJ\x01\x36H\x03R\x13\x63odeChallengeLength\x88\x01\x01\x12\x84\x01\n\x13\x63ode_challenge_type\x18\x06 \x01(\x0e\x32*.scalekit.v1.connections.CodeChallengeTypeB#\x92\x41 2\x13\x43ode Challenge TypeJ\t\"NUMERIC\"H\x04R\x11\x63odeChallengeType\x88\x01\x01\x12\x9d\x01\n-regenerate_passwordless_credentials_on_resend\x18\x07 \x01(\x0b\x32\x1a.google.protobuf.BoolValueB\x1a\x92\x41\x17\x32\x0fRegenerate the J\x04trueH\x05R)regeneratePasswordlessCredentialsOnResend\x88\x01\x01\x42\x0c\n\n_frequencyB\x0b\n\t_validityB\x1e\n\x1c_enforce_same_browser_originB\x18\n\x16_code_challenge_lengthB\x16\n\x14_code_challenge_typeB0\n._regenerate_passwordless_credentials_on_resend\"P\n\x10StaticAuthConfig\x12<\n\rstatic_config\x18\x01 \x01(\x0b\x32\x17.google.protobuf.StructR\x0cstaticConfig\"\xc4\"\n\x14WebAuthConfiguration\x12@\n\x02rp\x18\x01 \x01(\x0b\x32\x30.scalekit.v1.connections.WebAuthConfiguration.RpR\x02rp\x12[\n\x0b\x61ttestation\x18\x02 \x01(\x0b\x32\x39.scalekit.v1.connections.WebAuthConfiguration.AttestationR\x0b\x61ttestation\x12\x64\n\x0e\x61uthenticators\x18\x03 \x01(\x0b\x32<.scalekit.v1.connections.WebAuthConfiguration.AuthenticatorsR\x0e\x61uthenticators\x12}\n\x17\x61uthenticator_selection\x18\x04 \x01(\x0b\x32\x44.scalekit.v1.connections.WebAuthConfiguration.AuthenticatorSelectionR\x16\x61uthenticatorSelection\x12O\n\x07timeout\x18\x05 \x01(\x0b\x32\x35.scalekit.v1.connections.WebAuthConfiguration.TimeoutR\x07timeout\x12\x64\n\x18\x65nable_auto_registration\x18\x06 \x01(\x08\x42*\x92\x41\'2%Enable auto registration for WebAuthnR\x16\x65nableAutoRegistration\x12X\n\x13show_passkey_button\x18\x07 \x01(\x08\x42(\x92\x41%2#Show passkey button on login screenR\x11showPasskeyButton\x12g\n\x18\x65nable_conditional_login\x18\x08 \x01(\x08\x42-\x92\x41*2(Allow autofill of passkeys in login pageR\x16\x65nableConditionalLogin\x1aH\n\x02Rp\x12\x1c\n\x03ids\x18\x01 \x03(\tB\n\xbaH\x07\x92\x01\x04\x08\x01\x10\nR\x03ids\x12$\n\x07origins\x18\x02 \x03(\tB\n\xbaH\x07\x92\x01\x04\x08\x01\x10\nR\x07origins\x1a\xc1\x01\n\x0b\x41ttestation\x12p\n\x15\x63onveyance_preference\x18\x01 \x01(\x0b\x32\x1c.google.protobuf.StringValueB\x1d\xbaH\x1ar\x18R\x04noneR\x08indirectR\x06\x64irectR\x14\x63onveyancePreference\x12@\n\x17\x65nterprise_approved_ids\x18\x02 \x03(\tB\x08\xbaH\x05\x92\x01\x02\x10\x32R\x15\x65nterpriseApprovedIds\x1a\xf0\x13\n\x0e\x41uthenticators\x12\xdb\x02\n\x0evalidate_entry\x18\x01 \x01(\x0b\x32\x1a.google.protobuf.BoolValueB\x97\x02\x92\x41\x93\x02\x1a\x1a.google.protobuf.BoolValue2\xf4\x01requires that the provided metadata has an entry for the given authenticator to be considered valid. By default an AAGUID which has a zero value should fail validation if validate_entry_permit_zero_aaguid is not provided with the value of true.R\rvalidateEntry\x12\x8f\x02\n!validate_entry_permit_zero_aaguid\x18\x02 \x01(\x0b\x32\x1a.google.protobuf.BoolValueB\xa8\x01\x92\x41\xa4\x01\x32\xa1\x01is an option that permits a zero\'d AAGUID from an attestation statement to automatically pass metadata validations. Generally helpful to use with validate_entry.R\x1dvalidateEntryPermitZeroAaguid\x12\xc6\x01\n\x10validate_anchors\x18\x03 \x01(\x0b\x32\x1a.google.protobuf.BoolValueB\x7f\x92\x41|2zwhen set to true enables the validation of the attestation statement against the trust anchor from the metadata statement.R\x0fvalidateAnchors\x12\xbe\x01\n\x0fvalidate_status\x18\x04 \x01(\x0b\x32\x1a.google.protobuf.BoolValueBy\x92\x41v2twhen set to true enables the validation of the attestation statements AAGUID against the desired and undesired listsR\x0evalidateStatus\x12\xe1\x01\n\x19validate_attestation_type\x18\x05 \x01(\x0b\x32\x1a.google.protobuf.BoolValueB\x88\x01\x92\x41\x84\x01\x32\x81\x01when set to true enables the validation of the attestation statements type against the known types the authenticator can produce.R\x17validateAttestationType\x12\xbb\x04\n\x1c\x64\x65sired_authenticator_status\x18\x06 \x03(\tB\xf8\x03\x92\x41\x9d\x01\x32\x96\x01provides the list of statuses which are considered undesirable for status report validation purposes. Should be used with validate_status set to true.:\x02[]\xbaH\xd3\x02\x92\x01\xcf\x02\x10\n\"\xca\x02r\xc7\x02R\x12NOT_FIDO_CERTIFIEDR\x0e\x46IDO_CERTIFIEDR\x18USER_VERIFICATION_BYPASSR\x1a\x41TTESTATION_KEY_COMPROMISER\x1aUSER_KEY_REMOTE_COMPROMISER\x1cUSER_KEY_PHYSICAL_COMPROMISER\x10UPDATE_AVAILABLER\x07REVOKEDR\x18SELF_ASSERTION_SUBMITTEDR\x11\x46IDO_CERTIFIED_L1R\x15\x46IDO_CERTIFIED_L1plusR\x11\x46IDO_CERTIFIED_L2R\x15\x46IDO_CERTIFIED_L2plusR\x11\x46IDO_CERTIFIED_L3R\x15\x46IDO_CERTIFIED_L3plusR\x1a\x64\x65siredAuthenticatorStatus\x12\xc1\x05\n\x1eundesired_authenticator_status\x18\x07 \x03(\tB\xfa\x04\x92\x41\x9f\x02\x32\x96\x01provides the list of statuses which are considered undesirable for status report validation purposes. Should be used with validate_status set to true.:\x83\x01[\'ATTESTATION_KEY_COMPROMISE\', \'USER_VERIFICATION_BYPASS\', \'USER_KEY_REMOTE_COMPROMISE\', \'USER_KEY_PHYSICAL_COMPROMISE\', \'REVOKED\']\xbaH\xd3\x02\x92\x01\xcf\x02\x10\n\"\xca\x02r\xc7\x02R\x12NOT_FIDO_CERTIFIEDR\x0e\x46IDO_CERTIFIEDR\x18USER_VERIFICATION_BYPASSR\x1a\x41TTESTATION_KEY_COMPROMISER\x1aUSER_KEY_REMOTE_COMPROMISER\x1cUSER_KEY_PHYSICAL_COMPROMISER\x10UPDATE_AVAILABLER\x07REVOKEDR\x18SELF_ASSERTION_SUBMITTEDR\x11\x46IDO_CERTIFIED_L1R\x15\x46IDO_CERTIFIED_L1plusR\x11\x46IDO_CERTIFIED_L2R\x15\x46IDO_CERTIFIED_L2plusR\x11\x46IDO_CERTIFIED_L3R\x15\x46IDO_CERTIFIED_L3plusR\x1cundesiredAuthenticatorStatus\x1a\x86\x02\n\x16\x41uthenticatorSelection\x12r\n\x11user_verification\x18\x01 \x01(\x0b\x32\x1c.google.protobuf.StringValueB\'\xbaH$r\"R\x08requiredR\tpreferredR\x0b\x64iscouragedR\x10userVerification\x12x\n\x18\x61uthenticator_attachment\x18\x02 \x01(\x0b\x32\x1c.google.protobuf.StringValueB\x1f\xbaH\x1cr\x1aR\x08platformR\x0e\x63ross-platformR\x17\x61uthenticatorAttachment\x1a\xa3\x04\n\x07Timeout\x12x\n\x0cregistration\x18\x01 \x01(\x0b\x32\x19.google.protobuf.DurationB9\x92\x41\'2\x1dRegistration timeout duration:\x06\"300s\"\xbaH\x0c\xaa\x01\t\"\x03\x08\x88\x0e\x32\x02\x08xR\x0cregistration\x12\xa5\x01\n\x10registration_uvd\x18\x02 \x01(\x0b\x32\x19.google.protobuf.DurationB_\x92\x41M2CRegistration timeout duration when user verification is discouraged:\x06\"300s\"\xbaH\x0c\xaa\x01\t\"\x03\x08\x88\x0e\x32\x02\x08xR\x0fregistrationUvd\x12\x63\n\x05login\x18\x03 \x01(\x0b\x32\x19.google.protobuf.DurationB2\x92\x41 2\x16Login timeout duration:\x06\"300s\"\xbaH\x0c\xaa\x01\t\"\x03\x08\x88\x0e\x32\x02\x08xR\x05login\x12\x90\x01\n\tlogin_uvd\x18\x04 \x01(\x0b\x32\x19.google.protobuf.DurationBX\x92\x41\x46\x32<Login timeout duration when user verification is discouraged:\x06\"300s\"\xbaH\x0c\xaa\x01\t\"\x03\x08\x88\x0e\x32\x02\x08xR\x08loginUvd\"\xf7\x15\n\x1bSAMLConnectionConfigRequest\x12\x8a\x01\n\x10idp_metadata_url\x18\x01 \x01(\x0b\x32\x1c.google.protobuf.StringValueBB\x92\x41?2\x10IDP Metadata URLJ+\"https://youridp.com/service/saml/metadata\"R\x0eidpMetadataUrl\x12x\n\ridp_entity_id\x18\x02 \x01(\x0b\x32\x1c.google.protobuf.StringValueB6\x92\x41\x33\x32\rIDP Entity IDJ\"\"https://youridp.com/service/saml\"R\x0bidpEntityId\x12v\n\x0bidp_sso_url\x18\x03 \x01(\x0b\x32\x1c.google.protobuf.StringValueB8\x92\x41\x35\x32\x0bIDP SSO URLJ&\"https://youridp.com/service/saml/sso\"R\tidpSsoUrl\x12[\n\x0fidp_certificate\x18\x04 \x01(\x0b\x32\x1c.google.protobuf.StringValueB\x14\x92\x41\x11\x32\x0fIDP CertificateR\x0eidpCertificate\x12v\n\x0bidp_slo_url\x18\x05 \x01(\x0b\x32\x1c.google.protobuf.StringValueB8\x92\x41\x35\x32\x0bIDP SLO URLJ&\"https://youridp.com/service/saml/slo\"R\tidpSloUrl\x12l\n\x0fui_button_title\x18\x06 \x01(\x0b\x32\x1c.google.protobuf.StringValueB&\x92\x41#2\x0fUI Button TitleJ\x10\"Login with SSO\"R\ruiButtonTitle\x12t\n\x12idp_name_id_format\x18\x07 \x01(\x0e\x32%.scalekit.v1.connections.NameIdFormatB \x92\x41\x1d\x32\x12IDP Name ID FormatJ\x07\"EMAIL\"R\x0fidpNameIdFormat\x12\x89\x01\n\x17idp_sso_request_binding\x18\x08 \x01(\x0e\x32\'.scalekit.v1.connections.RequestBindingB)\x92\x41&2\x17IDP SSO Request BindingJ\x0b\"HTTP_POST\"R\x14idpSsoRequestBinding\x12\x8d\x01\n\x17idp_slo_request_binding\x18\t \x01(\x0e\x32\'.scalekit.v1.connections.RequestBindingB-\x92\x41*2\x17IDP SLO Request BindingJ\x0f\"HTTP_REDIRECT\"R\x14idpSloRequestBinding\x12\x93\x01\n\x13saml_signing_option\x18\n \x01(\x0e\x32+.scalekit.v1.connections.SAMLSigningOptionsB6\x92\x41\x33\x32\x13SAML Signing OptionJ\x1c\"SAML_ONLY_RESPONSE_SIGNING\"R\x11samlSigningOption\x12S\n\x0b\x66orce_authn\x18\x0e \x01(\x0b\x32\x1a.google.protobuf.BoolValueB\x16\x92\x41\x13\x32\x0b\x46orce AuthnJ\x04trueR\nforceAuthn\x12\x96\x01\n\x14\x64\x65\x66\x61ult_redirect_uri\x18\x0f \x01(\x0b\x32\x1c.google.protobuf.StringValueBF\x92\x41\x43\x32\x14\x44\x65\x66\x61ult Redirect URIJ+\"https://yourapp.com/service/saml/redirect\"R\x12\x64\x65\x66\x61ultRedirectUri\x12k\n\x13\x61ssertion_encrypted\x18\x10 \x01(\x0b\x32\x1a.google.protobuf.BoolValueB\x1e\x92\x41\x1b\x32\x13\x41ssertion EncryptedJ\x04trueR\x12\x61ssertionEncrypted\x12j\n\x13want_request_signed\x18\x11 \x01(\x0b\x32\x1a.google.protobuf.BoolValueB\x1e\x92\x41\x1b\x32\x13Want Request SignedJ\x04trueR\x11wantRequestSigned\x12q\n\x0e\x63\x65rtificate_id\x18\x12 \x01(\x0b\x32\x1c.google.protobuf.StringValueB,\x92\x41)2\x0e\x43\x65rtificate IDJ\x17\"cer_35585423166144613\"R\rcertificateId\x12\x62\n\x10idp_slo_required\x18\x13 \x01(\x0b\x32\x1a.google.protobuf.BoolValueB\x1c\x92\x41\x19\x32\x11\x45nable IDP logoutJ\x04trueR\x0eidpSloRequired\x12\x90\x01\n\x0csp_entity_id\x18\x14 \x01(\x0b\x32\x1c.google.protobuf.StringValueBP\x92\x41M2\x1aService Provider Entity IDJ/\"https://env.scalekit.com/sso/v1/saml/conn_123\"R\nspEntityId\x12\x9f\x01\n\x10sp_assertion_url\x18\x15 \x01(\x0b\x32\x1c.google.protobuf.StringValueBW\x92\x41T2\x18Service Provider SSO URLJ8\"https://env.scalekit.com/sso/v1/saml/conn_123/callback\"R\x0espAssertionUrl\x12\x8e\x01\n\nsp_slo_url\x18\x16 \x01(\x0b\x32\x1c.google.protobuf.StringValueBR\x92\x41O2\x18Service Provider SLO URLJ3\"https://env.scalekit.com/sso/v1/saml/conn_123/slo\"R\x08spSloUrl\x12\xc6\x01\n\x1async_user_profile_on_login\x18\x17 \x01(\x0b\x32\x1a.google.protobuf.BoolValueBn\x92\x41k2cIndicates whether user profiles should be synchronized with the identity provider upon each log-in.J\x04trueR\x16syncUserProfileOnLogin\x12\xba\x01\n!jit_provisioning_with_sso_enabled\x18\x18 \x01(\x0b\x32\x1a.google.protobuf.BoolValueBT\x92\x41Q2IIndicates if Just In Time user provisioning is enabled for the connectionJ\x04trueR\x1djitProvisioningWithSsoEnabledJ\x04\x08\x0b\x10\x0c\"\xff\x16\n\x1cSAMLConnectionConfigResponse\x12W\n\x0csp_entity_id\x18\x01 \x01(\tB5\x92\x41\x32\x32\x0cSP Entity IDJ\"\"https://yourapp.com/service/saml\"R\nspEntityId\x12m\n\x10sp_assertion_url\x18\x02 \x01(\tBC\x92\x41@2\x10SP Assertion URLJ,\"https://youridp.com/service/saml/assertion\"R\x0espAssertionUrl\x12i\n\x0fsp_metadata_url\x18\x03 \x01(\tBA\x92\x41>2\x0fSP Metadata URLJ+\"https://youridp.com/service/saml/metadata\"R\rspMetadataUrl\x12\x8a\x01\n\x10idp_metadata_url\x18\x04 \x01(\x0b\x32\x1c.google.protobuf.StringValueBB\x92\x41?2\x10IDP Metadata URLJ+\"https://youridp.com/service/saml/metadata\"R\x0eidpMetadataUrl\x12x\n\ridp_entity_id\x18\x05 \x01(\x0b\x32\x1c.google.protobuf.StringValueB6\x92\x41\x33\x32\rIDP Entity IDJ\"\"https://youridp.com/service/saml\"R\x0bidpEntityId\x12v\n\x0bidp_sso_url\x18\x06 \x01(\x0b\x32\x1c.google.protobuf.StringValueB8\x92\x41\x35\x32\x0bIDP SSO URLJ&\"https://youridp.com/service/saml/sso\"R\tidpSsoUrl\x12i\n\x10idp_certificates\x18\x07 \x03(\x0b\x32\'.scalekit.v1.connections.IDPCertificateB\x15\x92\x41\x12\x32\x10IDP CertificatesR\x0fidpCertificates\x12v\n\x0bidp_slo_url\x18\x08 \x01(\x0b\x32\x1c.google.protobuf.StringValueB8\x92\x41\x35\x32\x0bIDP SLO URLJ&\"https://youridp.com/service/saml/slo\"R\tidpSloUrl\x12l\n\x0fui_button_title\x18\t \x01(\x0b\x32\x1c.google.protobuf.StringValueB&\x92\x41#2\x0fUI Button TitleJ\x10\"Login with SSO\"R\ruiButtonTitle\x12t\n\x12idp_name_id_format\x18\n \x01(\x0e\x32%.scalekit.v1.connections.NameIdFormatB \x92\x41\x1d\x32\x12IDP Name ID FormatJ\x07\"EMAIL\"R\x0fidpNameIdFormat\x12\x89\x01\n\x17idp_sso_request_binding\x18\x0b \x01(\x0e\x32\'.scalekit.v1.connections.RequestBindingB)\x92\x41&2\x17IDP SSO Request BindingJ\x0b\"HTTP_POST\"R\x14idpSsoRequestBinding\x12\x89\x01\n\x17idp_slo_request_binding\x18\x0c \x01(\x0e\x32\'.scalekit.v1.connections.RequestBindingB)\x92\x41&2\x17IDP SLO Request BindingJ\x0b\"HTTP_POST\"R\x14idpSloRequestBinding\x12\x93\x01\n\x13saml_signing_option\x18\r \x01(\x0e\x32+.scalekit.v1.connections.SAMLSigningOptionsB6\x92\x41\x33\x32\x13SAML Signing OptionJ\x1c\"SAML_ONLY_RESPONSE_SIGNING\"R\x11samlSigningOption\x12{\n\x19\x61llow_idp_initiated_login\x18\x0e \x01(\x0b\x32\x1a.google.protobuf.BoolValueB$\x92\x41!2\x19\x41llow IDP Initiated LoginJ\x04trueR\x16\x61llowIdpInitiatedLogin\x12S\n\x0b\x66orce_authn\x18\x0f \x01(\x0b\x32\x1a.google.protobuf.BoolValueB\x16\x92\x41\x13\x32\x0b\x46orce AuthnJ\x04trueR\nforceAuthn\x12\x96\x01\n\x14\x64\x65\x66\x61ult_redirect_uri\x18\x10 \x01(\x0b\x32\x1c.google.protobuf.StringValueBF\x92\x41\x43\x32\x14\x44\x65\x66\x61ult Redirect URIJ+\"https://yourapp.com/service/saml/redirect\"R\x12\x64\x65\x66\x61ultRedirectUri\x12k\n\x13\x61ssertion_encrypted\x18\x11 \x01(\x0b\x32\x1a.google.protobuf.BoolValueB\x1e\x92\x41\x1b\x32\x13\x41ssertion EncryptedJ\x04trueR\x12\x61ssertionEncrypted\x12j\n\x13want_request_signed\x18\x12 \x01(\x0b\x32\x1a.google.protobuf.BoolValueB\x1e\x92\x41\x1b\x32\x13Want Request SignedJ\x04trueR\x11wantRequestSigned\x12q\n\x0e\x63\x65rtificate_id\x18\x13 \x01(\x0b\x32\x1c.google.protobuf.StringValueB,\x92\x41)2\x0e\x43\x65rtificate IDJ\x17\"cer_35585423166144613\"R\rcertificateId\x12\x62\n\x10idp_slo_required\x18\x14 \x01(\x0b\x32\x1a.google.protobuf.BoolValueB\x1c\x92\x41\x19\x32\x11\x45nable IDP logoutJ\x04trueR\x0eidpSloRequired\x12\x96\x01\n\nsp_slo_url\x18\x15 \x01(\x0b\x32\x1c.google.protobuf.StringValueBZ\x92\x41T2\x18Service Provider SLO urlJ8\"https://yourapp.com/sso/v1/saml/conn_1234/slo/callback\"\xe0\x41\x03R\x08spSloUrl\x12\xc6\x01\n\x1async_user_profile_on_login\x18\x16 \x01(\x0b\x32\x1a.google.protobuf.BoolValueBn\x92\x41k2cIndicates whether user profiles should be synchronized with the identity provider upon each log-in.J\x04trueR\x16syncUserProfileOnLogin\x12\xba\x01\n!jit_provisioning_with_sso_enabled\x18\x17 \x01(\x0b\x32\x1a.google.protobuf.BoolValueBT\x92\x41Q2IIndicates if Just In Time user provisioning is enabled for the connectionJ\x04trueR\x1djitProvisioningWithSsoEnabled\"\xbf\x03\n\x0eIDPCertificate\x12\x36\n\x0b\x63\x65rtificate\x18\x01 \x01(\tB\x14\x92\x41\x11\x32\x0fIDP CertificateR\x0b\x63\x65rtificate\x12s\n\x0b\x63reate_time\x18\x02 \x01(\x0b\x32\x1a.google.protobuf.TimestampB6\x92\x41\x33\x32\x19\x43\x65rtificate Creation TimeJ\x16\"2021-09-01T00:00:00Z\"R\ncreateTime\x12q\n\x0b\x65xpiry_time\x18\x03 \x01(\x0b\x32\x1a.google.protobuf.TimestampB4\x92\x41\x31\x32\x17\x43\x65rtificate Expiry TimeJ\x16\"2021-09-01T00:00:00Z\"R\nexpiryTime\x12\x38\n\x02id\x18\x04 \x01(\tB(\x92\x41%2\x0e\x43\x65rtificate IDJ\x13\"cert_123123123123\"R\x02id\x12S\n\x06issuer\x18\x05 \x01(\tB;\x92\x41\x38\x32\x12\x43\x65rtificate IssuerJ\"\"https://youridp.com/service/saml\"R\x06issuer\"b\n\x16GetOIDCMetadataRequest\x12H\n\x08metadata\x18\x01 \x01(\x0b\x32,.scalekit.v1.connections.OIDCMetadataRequestR\x08metadata\"9\n\x13OIDCMetadataRequest\x12\"\n\x06issuer\x18\x01 \x01(\tB\n\xbaH\x07r\x05\x10\x01\x18\xc8\x01R\x06issuer\"\xd7\x01\n\x17GetOIDCMetadataResponse\x12\x16\n\x06issuer\x18\x01 \x01(\tR\x06issuer\x12\x35\n\x16\x61uthorization_endpoint\x18\x02 \x01(\tR\x15\x61uthorizationEndpoint\x12%\n\x0etoken_endpoint\x18\x03 \x01(\tR\rtokenEndpoint\x12+\n\x11userinfo_endpoint\x18\x04 \x01(\tR\x10userinfoEndpoint\x12\x19\n\x08jwks_uri\x18\x05 \x01(\tR\x07jwksUri\"b\n\x16GetSAMLMetadataRequest\x12H\n\x08metadata\x18\x01 \x01(\x0b\x32,.scalekit.v1.connections.SAMLMetadataRequestR\x08metadata\"D\n\x13SAMLMetadataRequest\x12-\n\x0cmetadata_url\x18\x01 \x01(\tB\n\xbaH\x07r\x05\x10\x01\x18\xc8\x01R\x0bmetadataUrl\"\xb4\x02\n\x17GetSAMLMetadataResponse\x12\"\n\ridp_entity_id\x18\x01 \x01(\tR\x0bidpEntityId\x12\x1e\n\x0bidp_sso_url\x18\x02 \x01(\tR\tidpSsoUrl\x12\x1e\n\x0bidp_slo_url\x18\x03 \x01(\tR\tidpSloUrl\x12)\n\x10idp_certificates\x18\x04 \x03(\tR\x0fidpCertificates\x12+\n\x12idp_name_id_format\x18\x05 \x01(\tR\x0fidpNameIdFormat\x12\'\n\x0frequest_binding\x18\x06 \x01(\tR\x0erequestBinding\x12\x34\n\x16want_assertions_signed\x18\x07 \x01(\x08R\x14wantAssertionsSigned\"u\n GetSAMLCertificateDetailsRequest\x12Q\n\x0b\x63\x65rtificate\x18\x01 \x01(\x0b\x32/.scalekit.v1.connections.SAMLCertificateRequestR\x0b\x63\x65rtificate\"5\n\x16SAMLCertificateRequest\x12\x1b\n\x04text\x18\x01 \x01(\tB\x07\xbaH\x04r\x02\x10\x01R\x04text\"\xa5\x01\n!GetSAMLCertificateDetailsResponse\x12\x12\n\x04text\x18\x01 \x01(\tR\x04text\x12\x1b\n\tnot_after\x18\x02 \x01(\x03R\x08notAfter\x12\x1d\n\nnot_before\x18\x03 \x01(\x03R\tnotBefore\x12\x18\n\x07subject\x18\x04 \x01(\tR\x07subject\x12\x16\n\x06issuer\x18\x05 \x01(\tR\x06issuer\"\x86\x01\n\x1eGetConnectionTestResultRequest\x12,\n\rconnection_id\x18\x01 \x01(\tB\x07\xbaH\x04r\x02\x10\x01R\x0c\x63onnectionId\x12\x36\n\x0ftest_request_id\x18\x02 \x01(\tB\x0e\xbaH\x0br\t\x10\x01:\x05test_R\rtestRequestId\"\xbd\x02\n\x1fGetConnectionTestResultResponse\x12\x41\n\x06status\x18\x01 \x01(\x0e\x32).scalekit.v1.connections.TestResultStatusR\x06status\x12 \n\tuser_info\x18\x02 \x01(\tH\x00R\x08userInfo\x88\x01\x01\x12\x19\n\x05\x65rror\x18\x03 \x01(\tH\x01R\x05\x65rror\x88\x01\x01\x12\x30\n\x11\x65rror_description\x18\x04 \x01(\tH\x02R\x10\x65rrorDescription\x88\x01\x01\x12(\n\rerror_details\x18\x05 \x01(\tH\x03R\x0c\x65rrorDetails\x88\x01\x01\x42\x0c\n\n_user_infoB\x08\n\x06_errorB\x14\n\x12_error_descriptionB\x10\n\x0e_error_details\"\x1a\n\x18PasswordConnectionConfig\"9\n\x05\x46lags\x12\x19\n\x08is_login\x18\x01 \x01(\x08R\x07isLogin\x12\x15\n\x06is_app\x18\x02 \x01(\x08R\x05isApp\"\xaa\x03\n\x19ListAppConnectionsRequest\x12\x80\x01\n\tpage_size\x18\x01 \x01(\rBc\x92\x41Y2SMaximum number of organizations to return per page. Value must be between 1 and 30.J\x02\x33\x30\xbaH\x04*\x02\x18\x1eR\x08pageSize\x12\xa5\x01\n\npage_token\x18\x02 \x01(\tB\x85\x01\x92\x41\x81\x01\x32\x61Token from a previous response for pagination. Provide this to retrieve the next page of results.J\x1c\x65yJwYWdlIjoyLCJsaW1pdCI6MzB9R\tpageToken\x12U\n\x08provider\x18\x03 \x01(\tB4\x92\x41(2\x1e\x46ilter connections by providerJ\x06\"OKTA\"\xbaH\x06r\x04\x10\x01\x18\x32H\x00R\x08provider\x88\x01\x01\x42\x0b\n\t_provider\"\xea\x03\n\x1aListAppConnectionsResponse\x12\x81\x01\n\x0b\x63onnections\x18\x01 \x03(\x0b\x32\'.scalekit.v1.connections.ListConnectionB6\x92\x41\x33\x32\x31List of connections matching the request criteriaR\x0b\x63onnections\x12o\n\x0fnext_page_token\x18\x02 \x01(\tBG\x92\x41\x44\x32\"Token for the next page of resultsJ\x1e\"eyJwYWdlIjoyLCJsaW1pdCI6MzB9\"R\rnextPageToken\x12s\n\x0fprev_page_token\x18\x03 \x01(\tBK\x92\x41H2&Token for the previous page of resultsJ\x1e\"eyJwYWdlIjoyLCJsaW1pdCI6MzB9\"R\rprevPageToken\x12\x62\n\ntotal_size\x18\x04 \x01(\rBC\x92\x41@29Total number of connections matching the request criteriaJ\x03\x31\x30\x30R\ttotalSize\"\x8b\x01\n\x1bGetConnectionContextRequest\x12\x38\n\rconnection_id\x18\x01 \x01(\tB\x13\xbaH\x10r\x0b\x10\x01\x18 :\x05\x63onn_\xc8\x01\x01R\x0c\x63onnectionId\x12\x32\n\x0forganization_id\x18\x02 \x01(\tB\t\xbaH\x06r\x04\x10\x00\x18 R\x0eorganizationId\"Q\n\x1cGetConnectionContextResponse\x12\x31\n\x07\x63ontext\x18\x01 \x01(\x0b\x32\x17.google.protobuf.StructR\x07\x63ontext\"\xc1\x01\n\x1eUpdateConnectionContextRequest\x12\x38\n\rconnection_id\x18\x01 \x01(\tB\x13\xbaH\x10r\x0b\x10\x01\x18 :\x05\x63onn_\xc8\x01\x01R\x0c\x63onnectionId\x12\x32\n\x0forganization_id\x18\x02 \x01(\tB\t\xbaH\x06r\x04\x10\x00\x18 R\x0eorganizationId\x12\x31\n\x07\x63ontext\x18\x03 \x01(\x0b\x32\x17.google.protobuf.StructR\x07\x63ontext*W\n\x11\x43odeChallengeType\x12#\n\x1f\x43ODE_CHALLENGE_TYPE_UNSPECIFIED\x10\x00\x12\x0b\n\x07NUMERIC\x10\x01\x12\x10\n\x0c\x41LPHANUMERIC\x10\x02*R\n\x11\x43onfigurationType\x12\"\n\x1e\x43ONFIGURATION_TYPE_UNSPECIFIED\x10\x00\x12\r\n\tDISCOVERY\x10\x01\x12\n\n\x06MANUAL\x10\x02*a\n\x0cNameIdFormat\x12\x16\n\x12NAME_ID_FORMAT_NIL\x10\x00\x12\x0f\n\x0bUNSPECIFIED\x10\x01\x12\t\n\x05\x45MAIL\x10\x02\x12\r\n\tTRANSIENT\x10\x03\x12\x0e\n\nPERSISTENT\x10\x04*U\n\x10PasswordlessType\x12 \n\x1cPasswordlessType_UNSPECIFIED\x10\x00\x12\x08\n\x04LINK\x10\x01\x12\x07\n\x03OTP\x10\x02\x12\x0c\n\x08LINK_OTP\x10\x03*9\n\x10TestResultStatus\x12\x0b\n\x07PENDING\x10\x00\x12\x0b\n\x07SUCCESS\x10\x01\x12\x0b\n\x07\x46\x41ILURE\x10\x02*\xd8\x01\n\x12SAMLSigningOptions\x12$\n SAML_SIGNING_OPTIONS_UNSPECIFIED\x10\x00\x12\x0e\n\nNO_SIGNING\x10\x01\x12\x1e\n\x1aSAML_ONLY_RESPONSE_SIGNING\x10\x02\x12\x1f\n\x1bSAML_ONLY_ASSERTION_SIGNING\x10\x03\x12#\n\x1fSAML_RESPONSE_ASSERTION_SIGNING\x10\x04\x12&\n\"SAML_RESPONSE_OR_ASSERTION_SIGNING\x10\x05*S\n\x0eRequestBinding\x12\x1f\n\x1bREQUEST_BINDING_UNSPECIFIED\x10\x00\x12\r\n\tHTTP_POST\x10\x01\x12\x11\n\rHTTP_REDIRECT\x10\x02*P\n\rTokenAuthType\x12\x1f\n\x1bTOKEN_AUTH_TYPE_UNSPECIFIED\x10\x00\x12\x0e\n\nURL_PARAMS\x10\x01\x12\x0e\n\nBASIC_AUTH\x10\x02*c\n\tOIDCScope\x12\x1a\n\x16OIDC_SCOPE_UNSPECIFIED\x10\x00\x12\n\n\x06openid\x10\x01\x12\x0b\n\x07profile\x10\x02\x12\t\n\x05\x65mail\x10\x03\x12\x0b\n\x07\x61\x64\x64ress\x10\x04\x12\t\n\x05phone\x10\x05*\xee\x01\n\x0e\x43onnectionType\x12\x0b\n\x07INVALID\x10\x00\x12\x08\n\x04OIDC\x10\x01\x12\x08\n\x04SAML\x10\x02\x12\x0c\n\x08PASSWORD\x10\x03\x12\t\n\x05OAUTH\x10\x04\x12\x10\n\x0cPASSWORDLESS\x10\x05\x12\t\n\x05\x42\x41SIC\x10\x06\x12\n\n\x06\x42\x45\x41RER\x10\x07\x12\x0b\n\x07\x41PI_KEY\x10\x08\x12\x0c\n\x08WEBAUTHN\x10\t\x12\r\n\tOAUTH_M2M\x10\n\x12\x11\n\rTRELLO_OAUTH1\x10\x0b\x12\x0e\n\nGOOGLE_DWD\x10\x0c\x12\x0f\n\x0bTRUSTED_IDP\x10\r\x12\x0e\n\nSMART_FHIR\x10\x0e\x12\x0b\n\x07NO_AUTH\x10\x0f*`\n\x10\x43onnectionStatus\x12!\n\x1d\x43ONNECTION_STATUS_UNSPECIFIED\x10\x00\x12\t\n\x05\x44RAFT\x10\x01\x12\x0f\n\x0bIN_PROGRESS\x10\x02\x12\r\n\tCOMPLETED\x10\x03*\x98\x02\n\x12\x43onnectionProvider\x12#\n\x1f\x43ONNECTION_PROVIDER_UNSPECIFIED\x10\x00\x12\x08\n\x04OKTA\x10\x01\x12\n\n\x06GOOGLE\x10\x02\x12\x10\n\x0cMICROSOFT_AD\x10\x03\x12\t\n\x05\x41UTH0\x10\x04\x12\x0c\n\x08ONELOGIN\x10\x05\x12\x11\n\rPING_IDENTITY\x10\x06\x12\r\n\tJUMPCLOUD\x10\x07\x12\n\n\x06\x43USTOM\x10\x08\x12\n\n\x06GITHUB\x10\t\x12\n\n\x06GITLAB\x10\n\x12\x0c\n\x08LINKEDIN\x10\x0b\x12\x0e\n\nSALESFORCE\x10\x0c\x12\r\n\tMICROSOFT\x10\r\x12\x11\n\rIDP_SIMULATOR\x10\x0e\x12\x0c\n\x08SCALEKIT\x10\x0f\x12\x08\n\x04\x41\x44\x46S\x10\x10\x32\x92G\n\x11\x43onnectionService\x12\x91\x03\n\x1b\x43reateEnvironmentConnection\x12;.scalekit.v1.connections.CreateEnvironmentConnectionRequest\x1a\x31.scalekit.v1.connections.CreateConnectionResponse\"\x81\x02\x92\x41\xc1\x01\n\x0b\x43onnections\x12\x17\x43reate a new connection\x1a\x38\x45stablish a new connection for the specified environmentJ_\n\x03\x32\x30\x31\x12X\n\x1f\x43onnection created successfully\x12\x35\n3\x1a\x31.scalekit.v1.connections.CreateConnectionResponse\x82\xb5\x18\x02\x18\x44\xfa\xd2\xe4\x93\x02\t\x12\x07PREVIEW\x82\xd3\xe4\x93\x02!\"\x13/api/v1/connections:\nconnection\x12\xb3\x03\n\x10\x43reateConnection\x12\x30.scalekit.v1.connections.CreateConnectionRequest\x1a\x31.scalekit.v1.connections.CreateConnectionResponse\"\xb9\x02\x92\x41\xc6\x01\n\x0b\x43onnections\x12\x17\x43reate a new connection\x1a=Establish a new SSO connection for the specified organizationJ_\n\x03\x32\x30\x31\x12X\n\x1f\x43onnection created successfully\x12\x35\n3\x1a\x31.scalekit.v1.connections.CreateConnectionResponse\x82\xb5\x18\x15\n\x11\x63onnections_write\x18t\xfa\xd2\xe4\x93\x02\t\x12\x07PREVIEW\x82\xd3\xe4\x93\x02\x41\"3/api/v1/organizations/{organization_id}/connections:\nconnection\x12\xcd\x04\n\x19\x41ssignDomainsToConnection\x12\x39.scalekit.v1.connections.AssignDomainsToConnectionRequest\x1a:.scalekit.v1.connections.AssignDomainsToConnectionResponse\"\xb8\x03\x92\x41\xb6\x02\n\x0b\x43onnections\x12\x1e\x41ssign domains to a connection\x1a\x9e\x01\x41ssigns one or more domains to a specific connection within an organization. This allows the connection to be used for authentication on the specified domainsJf\n\x03\x32\x30\x30\x12_\n\x1d\x44omains assigned successfully\x12>\n<\x1a:.scalekit.v1.connections.AssignDomainsToConnectionResponse\x82\xb5\x18\x15\n\x11\x63onnections_write\x18t\xfa\xd2\xe4\x93\x02\t\x12\x07PREVIEW\x82\xd3\xe4\x93\x02P\x1aK/api/v1/organizations/{organization_id}/connections/{connection_id}/domains:\x01*\x12\xb3\x03\n\x18GetEnvironmentConnection\x12\x38.scalekit.v1.connections.GetEnvironmentConnectionRequest\x1a..scalekit.v1.connections.GetConnectionResponse\"\xac\x02\x92\x41\xe7\x01\n\x0b\x43onnections\x12\x1bRetrieve connection details\x1aSObtain detailed information about a specific connection using its unique identifierJf\n\x03\x32\x30\x30\x12_\n)Successfully retrieved connection details\x12\x32\n0\x1a..scalekit.v1.connections.GetConnectionResponse\x82\xb5\x18\x03\x18\xc4\x01\xfa\xd2\xe4\x93\x02\t\x12\x07PREVIEW\x82\xd3\xe4\x93\x02%\x12#/api/v1/connections/{connection_id}\x12\xcf\x04\n\rGetConnection\x12-.scalekit.v1.connections.GetConnectionRequest\x1a..scalekit.v1.connections.GetConnectionResponse\"\xde\x03\x92\x41\x81\x03\n\x0b\x43onnections\x12\x16Get connection details\x1a\xd1\x01Retrieves the complete configuration and status details for a specific connection by its ID within an organization. Returns all connection properties including provider settings, protocols, and current status.J\x85\x01\n\x03\x32\x30\x30\x12~\nHSuccessfully retrieved connection details for the specified organization\x12\x32\n0\x1a..scalekit.v1.connections.GetConnectionResponse\x82\xb5\x18\x15\n\x10\x63onnections_read\x18\xf4\x01\x82\xd3\xe4\x93\x02:\x12\x38/api/v1/organizations/{organization_id}/connections/{id}\x12\xe4\x02\n\x0fListConnections\x12/.scalekit.v1.connections.ListConnectionsRequest\x1a\x30.scalekit.v1.connections.ListConnectionsResponse\"\xed\x01\x92\x41\xb6\x01\n\x0b\x43onnections\x12\x10List connections\x1a\x32Retrieves a list of connections in the environmentJa\n\x03\x32\x30\x30\x12Z\n\"Successfully retrieved connections\x12\x34\n2\x1a\x30.scalekit.v1.connections.ListConnectionsResponse\x82\xb5\x18\x14\n\x10\x63onnections_read\x18t\x82\xd3\xe4\x93\x02\x15\x12\x13/api/v1/connections\x12\xb5\x03\n\x1bListOrganizationConnections\x12;.scalekit.v1.connections.ListOrganizationConnectionsRequest\x1a<.scalekit.v1.connections.ListOrganizationConnectionsResponse\"\x9a\x02\x92\x41\xd6\x01\n\x0b\x43onnections\x12\x1dList organization connections\x1a\x39Retrieves a list of connections for all the organizationsJm\n\x03\x32\x30\x30\x12\x66\n\"Successfully retrieved connections\x12@\n>\x1a<.scalekit.v1.connections.ListOrganizationConnectionsResponse\x82\xb5\x18\x02\x18\x44\xfa\xd2\xe4\x93\x02\t\x12\x07PREVIEW\x82\xd3\xe4\x93\x02%\x12#/api/v1/organizations/-/connections\x12\xcd\x03\n\x1dSearchOrganizationConnections\x12=.scalekit.v1.connections.SearchOrganizationConnectionsRequest\x1a>.scalekit.v1.connections.SearchOrganizationConnectionsResponse\"\xac\x02\x92\x41\xe1\x01\n\x0b\x43onnections\x12\x1fSearch organization connections\x1a\x44Search with query or filters provided and return list of connectionsJk\n\x03\x32\x30\x30\x12\x64\n\x1eSuccessfully found connections\x12\x42\n@\x1a>.scalekit.v1.connections.SearchOrganizationConnectionsResponse\x82\xb5\x18\x02\x18\x44\xfa\xd2\xe4\x93\x02\t\x12\x07PREVIEW\x82\xd3\xe4\x93\x02,\x12*/api/v1/organizations/-/connections:search\x12\xf1\x02\n\x1bUpdateEnvironmentConnection\x12;.scalekit.v1.connections.UpdateEnvironmentConnectionRequest\x1a\x31.scalekit.v1.connections.UpdateConnectionResponse\"\xe1\x01\x92\x41\x91\x01\n\x0b\x43onnections\x12\x13Update a connection\x1a\x17Update a SSO ConnectionJT\n\x03\x32\x30\x30\x12M\n\x14Updated Successfully\x12\x35\n3\x1a\x31.scalekit.v1.connections.UpdateConnectionResponse\x82\xb5\x18\x02\x18\x44\xfa\xd2\xe4\x93\x02\t\x12\x07PREVIEW\x82\xd3\xe4\x93\x02\x31\x32#/api/v1/connections/{connection_id}:\nconnection\x12\x94\x03\n\x10UpdateConnection\x12\x30.scalekit.v1.connections.UpdateConnectionRequest\x1a\x31.scalekit.v1.connections.UpdateConnectionResponse\"\x9a\x02\x92\x41\xa2\x01\n\x0b\x43onnections\x12$Update a connection for organization\x1a\x17Update a SSO ConnectionJT\n\x03\x32\x30\x30\x12M\n\x14Updated Successfully\x12\x35\n3\x1a\x31.scalekit.v1.connections.UpdateConnectionResponse\x82\xb5\x18\x15\n\x11\x63onnections_write\x18t\xfa\xd2\xe4\x93\x02\t\x12\x07PREVIEW\x82\xd3\xe4\x93\x02\x46\x32\x38/api/v1/organizations/{organization_id}/connections/{id}:\nconnection\x12\x92\x02\n\x1b\x44\x65leteEnvironmentConnection\x12;.scalekit.v1.connections.DeleteEnvironmentConnectionRequest\x1a\x16.google.protobuf.Empty\"\x9d\x01\x92\x41Z\n\x0b\x43onnections\x12\x13\x44\x65lete a connection\x1a\x17\x44\x65lete a SSO ConnectionJ\x1d\n\x03\x32\x30\x30\x12\x16\n\x14\x44\x65leted Successfully\x82\xb5\x18\x02\x18\x44\xfa\xd2\xe4\x93\x02\t\x12\x07PREVIEW\x82\xd3\xe4\x93\x02%*#/api/v1/connections/{connection_id}\x12\xf7\x03\n\x10\x44\x65leteConnection\x12\x30.scalekit.v1.connections.DeleteConnectionRequest\x1a\x16.google.protobuf.Empty\"\x98\x03\x92\x41\xce\x02\n\x0b\x43onnections\x12\x15\x44\x65lete SSO connection\x1a\xf9\x01\x44\x65letes an SSO connection from the specified organization by connection ID. Use this endpoint when an identity provider integration is no longer needed for the organization. Returns an empty response after the SSO connection is deleted successfully.J,\n\x03\x32\x30\x30\x12%\n#SSO connection deleted successfully\x82\xb5\x18\x02\x18\x64\x82\xd3\xe4\x93\x02:*8/api/v1/organizations/{organization_id}/connections/{id}\x12\xdf\x02\n\x1b\x45nableEnvironmentConnection\x12;.scalekit.v1.connections.ToggleEnvironmentConnectionRequest\x1a\x31.scalekit.v1.connections.ToggleConnectionResponse\"\xcf\x01\x92\x41\x84\x01\n\x0b\x43onnections\x12\x13\x45nable a connection\x1a\x17\x45nable a SSO ConnectionJG\n\x03\x32\x30\x30\x12@\n\x07Success\x12\x35\n3\x1a\x31.scalekit.v1.connections.ToggleConnectionResponse\x82\xb5\x18\x02\x18\x44\xfa\xd2\xe4\x93\x02\t\x12\x07PREVIEW\x82\xd3\xe4\x93\x02,2*/api/v1/connections/{connection_id}:enable\x12\xd4\x04\n\x10\x45nableConnection\x12\x30.scalekit.v1.connections.ToggleConnectionRequest\x1a\x31.scalekit.v1.connections.ToggleConnectionResponse\"\xda\x03\x92\x41\xf6\x02\n\x0b\x43onnections\x12\x15\x45nable SSO connection\x1a\xee\x01\x41\x63tivate an existing connection for the specified organization. When enabled, users can authenticate using this connection. This endpoint changes the connection state from disabled to enabled without modifying other configuration settingsJ_\n\x03\x32\x30\x30\x12X\n\x1f\x43onnection enabled successfully\x12\x35\n3\x1a\x31.scalekit.v1.connections.ToggleConnectionResponse\x82\xb5\x18\x15\n\x11\x63onnections_write\x18t\x82\xd3\xe4\x93\x02\x41\x32?/api/v1/organizations/{organization_id}/connections/{id}:enable\x12\xe3\x02\n\x1c\x44isableEnvironmentConnection\x12;.scalekit.v1.connections.ToggleEnvironmentConnectionRequest\x1a\x31.scalekit.v1.connections.ToggleConnectionResponse\"\xd2\x01\x92\x41\x86\x01\n\x0b\x43onnections\x12\x14\x44isable a connection\x1a\x18\x44isable a SSO ConnectionJG\n\x03\x32\x30\x30\x12@\n\x07Success\x12\x35\n3\x1a\x31.scalekit.v1.connections.ToggleConnectionResponse\x82\xb5\x18\x02\x18\x44\xfa\xd2\xe4\x93\x02\t\x12\x07PREVIEW\x82\xd3\xe4\x93\x02-2+/api/v1/connections/{connection_id}:disable\x12\xde\x04\n\x11\x44isableConnection\x12\x30.scalekit.v1.connections.ToggleConnectionRequest\x1a\x31.scalekit.v1.connections.ToggleConnectionResponse\"\xe3\x03\x92\x41\xfe\x02\n\x0b\x43onnections\x12\x16\x44isable SSO connection\x1a\xf4\x01\x44\x65\x61\x63tivate an existing connection for the specified organization. When disabled, users cannot authenticate using this connection. This endpoint changes the connection state from enabled to disabled without modifying other configuration settingsJ`\n\x03\x32\x30\x30\x12Y\n Connection disabled successfully\x12\x35\n3\x1a\x31.scalekit.v1.connections.ToggleConnectionResponse\x82\xb5\x18\x15\n\x11\x63onnections_write\x18t\x82\xd3\xe4\x93\x02\x42\x32@/api/v1/organizations/{organization_id}/connections/{id}:disable\x12\x80\x03\n\x17GetConnectionTestResult\x12\x37.scalekit.v1.connections.GetConnectionTestResultRequest\x1a\x38.scalekit.v1.connections.GetConnectionTestResultResponse\"\xf1\x01\x92\x41\x8d\x01\n\x0b\x43onnections\x12\x16Test connection result\x1a\x16\x43onnection test resultJN\n\x03\x32\x30\x30\x12G\n\x07Success\x12<\n:\x1a\x38.scalekit.v1.connections.GetConnectionTestResultResponse\x82\xb5\x18\x02\x18t\xfa\xd2\xe4\x93\x02\t\x12\x07PREVIEW\x82\xd3\xe4\x93\x02\x45\x12\x43/api/v1/connections/{connection_id}/test-requests/{test_request_id}\x12\xf6\x02\n\x12ListAppConnections\x12\x32.scalekit.v1.connections.ListAppConnectionsRequest\x1a\x33.scalekit.v1.connections.ListAppConnectionsResponse\"\xf6\x01\x92\x41\xbe\x01\n\x0b\x43onnections\x12\x14List App connections\x1a\x36Retrieves a list of app connections in the environmentJa\n\x03\x32\x30\x30\x12Z\n\"Successfully retrieved connections\x12\x34\n2\x1a\x30.scalekit.v1.connections.ListConnectionsResponse\x82\xb5\x18\x02\x18\x64\xfa\xd2\xe4\x93\x02\t\x12\x07PREVIEW\x82\xd3\xe4\x93\x02\x19\x12\x17/api/v1/connections/app\x12\xd1\x03\n\x14GetConnectionContext\x12\x34.scalekit.v1.connections.GetConnectionContextRequest\x1a\x35.scalekit.v1.connections.GetConnectionContextResponse\"\xcb\x02\x92\x41\xad\x01\n\x0b\x43onnections\x12\x16Get connection context\x1a<Retrieves the custom context data for a specific connection.J(\n\x03\x32\x30\x30\x12!\n\x1fReturns the connection context.J\x1e\n\x03\x34\x30\x34\x12\x17\n\x15\x43onnection not found.\x82\xb5\x18\x03\x18\xf0\x01\xfa\xd2\xe4\x93\x02\t\x12\x07PREVIEW\x82\xd3\xe4\x93\x02~\x12L/api/v1/organizations/{organization_id}/connections/{connection_id}/contextsZ.\x12,/api/v1/connections/{connection_id}/contexts\x12\xe4\x03\n\x17UpdateConnectionContext\x12\x37.scalekit.v1.connections.UpdateConnectionContextRequest\x1a\x16.google.protobuf.Empty\"\xf7\x02\x92\x41\xc7\x01\n\x0b\x43onnections\x12\x19Update connection context\x1a:Updates the custom context data for a specific connection.J&\n\x03\x32\x30\x30\x12\x1f\n\x1d\x43ontext updated successfully.J\x19\n\x03\x34\x30\x30\x12\x12\n\x10Invalid request.J\x1e\n\x03\x34\x30\x34\x12\x17\n\x15\x43onnection not found.\x82\xb5\x18\x02\x18p\xfa\xd2\xe4\x93\x02\t\x12\x07PREVIEW\x82\xd3\xe4\x93\x02\x90\x01\x1aL/api/v1/organizations/{organization_id}/connections/{connection_id}/contexts:\x07\x63ontextZ7\x1a,/api/v1/connections/{connection_id}/contexts:\x07\x63ontext\x1a\x9a\x01\x92\x41\x96\x01\n\x0b\x43onnections\x12\x86\x01Manage enterprise connections for your Scalekit environment. This service provides endpoints for retrieving, and updating connections.B7Z5github.com/scalekit-inc/scalekit/pkg/grpc/connectionsb\x06proto3')
31
+ DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n)scalekit/v1/connections/connections.proto\x12\x17scalekit.v1.connections\x1a\x1b\x62uf/validate/validate.proto\x1a\x1cgoogle/api/annotations.proto\x1a\x1fgoogle/api/field_behavior.proto\x1a\x1bgoogle/api/visibility.proto\x1a\x1egoogle/protobuf/duration.proto\x1a\x1bgoogle/protobuf/empty.proto\x1a\x1cgoogle/protobuf/struct.proto\x1a\x1fgoogle/protobuf/timestamp.proto\x1a\x1egoogle/protobuf/wrappers.proto\x1a.protoc-gen-openapiv2/options/annotations.proto\x1a\x1fscalekit/v1/auth/webauthn.proto\x1a!scalekit/v1/commons/commons.proto\x1a!scalekit/v1/domains/domains.proto\x1a!scalekit/v1/options/options.proto\"\xc4\x01\n AssignDomainsToConnectionRequest\x12;\n\x0forganization_id\x18\x01 \x01(\tB\x12\xbaH\x0fr\n\x10\x01\x18 :\x04org_\xc8\x01\x01R\x0eorganizationId\x12\x38\n\rconnection_id\x18\x02 \x01(\tB\x13\xbaH\x10r\x0b\x10\x01\x18 :\x05\x63onn_\xc8\x01\x01R\x0c\x63onnectionId\x12)\n\ndomain_ids\x18\x03 \x03(\tB\n\xbaH\x07\x92\x01\x04\x08\x00\x10\x32R\tdomainIds\"\xe6\x03\n!AssignDomainsToConnectionResponse\x12\xc0\x03\n\nconnection\x18\x01 \x01(\x0b\x32#.scalekit.v1.connections.ConnectionB\xfa\x02\x92\x41\xf6\x02\x32 Connection with assigned domainsJ\xd1\x02{\n \"id\": \"conn_1234567890\",\n \"provider\": \"OKTA\",\n \"type\": \"OIDC\",\n \"status\": \"CONFIGURED\",\n \"enabled\": true,\n \"debug_enabled\": false,\n \"organization_id\": \"org_1234567890\",\n \"ui_button_title\": \"Login with SSO\",\n \"configuration_type\": \"MANUAL\",\n \"test_connection_uri\": \"https://auth.example.com/test-connection/conn_1234567890\"\n}R\nconnection\"\x15\n\x13GetProvidersRequest\"W\n\x14GetProvidersResponse\x12?\n\tproviders\x18\x01 \x03(\x0b\x32!.scalekit.v1.connections.ProviderR\tproviders\"\xf3\x01\n\x08Provider\x12\x35\n\x06key_id\x18\x01 \x01(\tB\x1e\x92\x41\x1b\x32\x0fProvider Key IDJ\x08\"google\"R\x05keyId\x12G\n\x0c\x64isplay_name\x18\x02 \x01(\tB$\x92\x41!2\x15Provider Display NameJ\x08\"Google\"R\x0b\x64isplayName\x12W\n\x0b\x64\x65scription\x18\x03 \x01(\tB0\x92\x41-2\x14Provider DescriptionJ\x15\"Sign In With Google\"H\x00R\x0b\x64\x65scription\x88\x01\x01\x42\x0e\n\x0c_description\"\xae\x02\n\"CreateEnvironmentConnectionRequest\x12Q\n\nconnection\x18\x01 \x01(\x0b\x32).scalekit.v1.connections.CreateConnectionB\x06\xbaH\x03\xc8\x01\x01R\nconnection\x12\xaa\x01\n\x05\x66lags\x18\x02 \x01(\x0b\x32\x1e.scalekit.v1.connections.FlagsBo\x92\x41l2SOptional flags to control connection creation behavior, such as enabling debug modeJ\x15{ \"is_social\": true }H\x00R\x05\x66lags\x88\x01\x01\x42\x08\n\x06_flags\"\xe4\x02\n\x17\x43reateConnectionRequest\x12\x9a\x01\n\x0forganization_id\x18\x01 \x01(\tBq\x92\x41\x65\x32JUnique identifier of the organization for which the connection is created.J\x17\"org_12362474900684814\"\xbaH\x06r\x04\x10\x01\x18 R\x0eorganizationId\x12\xa5\x01\n\nconnection\x18\x03 \x01(\x0b\x32).scalekit.v1.connections.CreateConnectionBZ\xbaHW\xba\x01Q\x12\x36OAUTH, PASSWORDLESS and WEBAUTHN are not supported yet\x1a\x17!(this.type in [4,5,9])\xc8\x01\x01R\nconnectionJ\x04\x08\x02\x10\x03\"\xf7\x05\n\x10\x43reateConnection\x12\xcb\x01\n\x08provider\x18\x01 \x01(\x0e\x32+.scalekit.v1.connections.ConnectionProviderB\x81\x01\x92\x41v2lIdentity provider service that handles authentication (such as OKTA, Google, Azure AD, or a custom provider)J\x06\"OKTA\"\xbaH\x05\x82\x01\x02\x10\x01R\x08provider\x12\x45\n\x04type\x18\x02 \x01(\x0e\x32\'.scalekit.v1.connections.ConnectionTypeB\x08\xbaH\x05\x82\x01\x02\x10\x01R\x04type\x12\x98\x01\n\x0cprovider_key\x18\x03 \x01(\tBu\x92\x41r2fKey ID of the identity provider. This is used to identify the specific configuration for the provider.J\x08\"google\"R\x0bproviderKey\x12\x1a\n\x06key_id\x18\x04 \x01(\tH\x00R\x05keyId\x88\x01\x01:\x8b\x02\xbaH\x87\x02\x1aT\x12$provider or provider_key is required\x1a,has(this.provider_key) || this.provider != 0\x1a`\x12\x1einvalid value for provider_key\x1a>this.provider == 15 ? this.provider_key in [\'SCALEKIT\'] : true\x1aM\x12\x18invalid value for key_id\x1a\x31this.type == 9 ? this.key_id == \'WEBAUTHN\' : trueB\t\n\x07_key_id\"\xb3%\n\nConnection\x12\x8d\x01\n\x02id\x18\x01 \x01(\tB}\x92\x41z2_Unique identifier for this connection. Used in API calls to reference this specific connection.J\x17\"conn_2123312131125533\"R\x02id\x12\xc2\x01\n\x08provider\x18\x02 \x01(\x0e\x32+.scalekit.v1.connections.ConnectionProviderBy\x92\x41v2lIdentity provider service that handles authentication (such as OKTA, Google, Azure AD, or a custom provider)J\x06\"OKTA\"R\x08provider\x12\xb4\x01\n\x04type\x18\x03 \x01(\x0e\x32\'.scalekit.v1.connections.ConnectionTypeBw\x92\x41t2jAuthentication protocol used by this connection. Can be OIDC (OpenID Connect), SAML, OAUTH, or MAGIC_LINK.J\x06\"OIDC\"R\x04type\x12\xc6\x01\n\x06status\x18\x04 \x01(\x0e\x32).scalekit.v1.connections.ConnectionStatusB\x82\x01\x92\x41|2kCurrent configuration status of the connection. Possible values include IN_PROGRESS, CONFIGURED, and ERROR.J\r\"IN_PROGRESS\"\xe0\x41\x03R\x06status\x12\xab\x01\n\x07\x65nabled\x18\x05 \x01(\x08\x42\x90\x01\x92\x41\x8c\x01\x32\x82\x01\x43ontrols whether users can sign in using this connection. When false, the connection exists but cannot be used for authentication.J\x05\x66\x61lseR\x07\x65nabled\x12\xb0\x01\n\rdebug_enabled\x18\x06 \x01(\x08\x42\x8a\x01\x92\x41\x86\x01\x32~Enables testing mode that allows non-HTTPS endpoints. Should only be enabled in development environments, never in production.J\x04trueR\x0c\x64\x65\x62ugEnabled\x12\xc1\x01\n\x0forganization_id\x18\x07 \x01(\tB\x92\x01\x92\x41\x8e\x01\x32tIdentifier of the organization that owns this connection. Connections are typically scoped to a single organization.J\x16\"org_2123312131125533\"H\x01R\x0eorganizationId\x88\x01\x01\x12\xbd\x01\n\x0fui_button_title\x18\x08 \x01(\tB\x94\x01\x92\x41\x81\x01\x32mCustom text shown on the login button in the user interface. Helps users identify which SSO option to select.J\x10\"Login with SSO\"\xfa\xd2\xe4\x93\x02\t\x12\x07PREVIEWR\ruiButtonTitle\x12\xd5\x01\n\x12\x63onfiguration_type\x18\t \x01(\x0e\x32*.scalekit.v1.connections.ConfigurationTypeBz\x92\x41w2kHow the connection was configured: DISCOVERY (automatic configuration) or MANUAL (administrator configured)J\x08\"MANUAL\"R\x11\x63onfigurationType\x12\xdf\x01\n\x13test_connection_uri\x18\x0c \x01(\tB\xae\x01\x92\x41\xaa\x01\x32\x66URI that can be used to test this connection. Visit this URL to verify the connection works correctly.J@\"https://auth.example.com/test-connection/conn_2123312131125533\"R\x11testConnectionUri\x12\x81\x02\n\x11\x61ttribute_mapping\x18\x0f \x03(\x0b\x32\x39.scalekit.v1.connections.Connection.AttributeMappingEntryB\x98\x01\x92\x41|2zMaps identity provider attributes to user profile fields. For example, {\'email\': \'user.mail\', \'name\': \'user.displayName\'}.\xbaH\x16\x9a\x01\x13\x10\x1e\"\x06r\x04\x10\x01\x18\x64*\x07r\x05\x10\x01\x18\x80\x02R\x10\x61ttributeMapping\x12\xb1\x01\n\x0b\x63reate_time\x18\x10 \x01(\x0b\x32\x1a.google.protobuf.TimestampBt\x92\x41_2EWhen this connection was first created. Format is RFC 3339 timestamp.J\x16\"2023-01-15T14:30:00Z\"\xe0\x41\x03\xfa\xd2\xe4\x93\x02\t\x12\x07PREVIEWR\ncreateTime\x12\xb1\x01\n\x0bupdate_time\x18\x11 \x01(\x0b\x32\x1a.google.protobuf.TimestampBt\x92\x41_2EWhen this connection was last modified. Format is RFC 3339 timestamp.J\x16\"2023-02-20T09:15:30Z\"\xe0\x41\x03\xfa\xd2\xe4\x93\x02\t\x12\x07PREVIEWR\nupdateTime\x12\xb3\x01\n\x0boidc_config\x18\x12 \x01(\x0b\x32-.scalekit.v1.connections.OIDCConnectionConfigBa\x92\x41^2\\Configuration details for OpenID Connect (OIDC) connections. Present only when type is OIDC.H\x00R\noidcConfig\x12\xaa\x01\n\x0bsaml_config\x18\x13 \x01(\x0b\x32\x35.scalekit.v1.connections.SAMLConnectionConfigResponseBP\x92\x41M2KConfiguration details for SAML connections. Present only when type is SAML.H\x00R\nsamlConfig\x12\xa7\x01\n\x0coauth_config\x18\x14 \x01(\x0b\x32..scalekit.v1.connections.OAuthConnectionConfigBR\x92\x41O2MConfiguration details for OAuth connections. Present only when type is OAUTH.H\x00R\x0boauthConfig\x12\xbf\x01\n\x13passwordless_config\x18\x16 \x01(\x0b\x32+.scalekit.v1.connections.PasswordLessConfigB_\x92\x41\\2ZConfiguration details for Magic Link authentication. Present only when type is MAGIC_LINK.H\x00R\x12passwordlessConfig\x12\xc0\x01\n\rstatic_config\x18\x1a \x01(\x0b\x32).scalekit.v1.connections.StaticAuthConfigBn\x92\x41k2iStatic configuration for custom connections. Present only when type is BASIC, BEARER, API_KEY, or custom.H\x00R\x0cstaticConfig\x12\xb1\x01\n\x0fwebauthn_config\x18\x1b \x01(\x0b\x32-.scalekit.v1.connections.WebAuthConfigurationBW\x92\x41T2RConfiguration details for WebAuthn (passkeys). Present only when type is WEBAUTHN.H\x00R\x0ewebauthnConfig\x12\xbb\x01\n\x11google_dwd_config\x18\x1c \x01(\x0b\x32(.scalekit.v1.connections.GoogleDWDConfigBc\x92\x41`2^Configuration details for Google Domain-Wide Delegation. Present only when type is GOOGLE_DWD.H\x00R\x0fgoogleDwdConfig\x12}\n\x06key_id\x18\x19 \x01(\tBa\x92\x41^2\\Alternative identifier for this connection, typically used in frontend applications or URLs.H\x02R\x05keyId\x88\x01\x01\x12u\n\x0cprovider_key\x18\x17 \x01(\tBR\x92\x41O2CKey ID of the identity provider service that handles authenticationJ\x08\"google\"R\x0bproviderKey\x12\xaa\x01\n\x07\x64omains\x18\x18 \x03(\x0b\x32\x1b.scalekit.v1.domains.DomainBs\x92\x41p2SDomain associated with this connection, used for domain-based authentication flows.J\x19[{\"name\": \"example.com\"}]R\x07\x64omains\x12\x94\x03\n\x0emcp_server_url\x18\x1d \x01(\tB\xe8\x02\x92\x41\xe1\x02\x32\x9f\x02URL of the MCP server for this connection. Agents can point directly at this URL to access only the tools for this connection, without needing to call list_connections or execute_tool with a connection_name. Empty when the MCP virtual servers feature is not enabled for this environment.J=\"https://acmecorp.scalekit.dev/mcp/v3/connections/gmail_work\"\xe0\x41\x03H\x03R\x0cmcpServerUrl\x88\x01\x01\x1a\x43\n\x15\x41ttributeMappingEntry\x12\x10\n\x03key\x18\x01 \x01(\tR\x03key\x12\x14\n\x05value\x18\x02 \x01(\tR\x05value:\x02\x38\x01\x42\n\n\x08settingsB\x12\n\x10_organization_idB\t\n\x07_key_idB\x11\n\x0f_mcp_server_urlJ\x04\x08\r\x10\x0f\"w\n\x18\x43reateConnectionResponse\x12[\n\nconnection\x18\x01 \x01(\x0b\x32#.scalekit.v1.connections.ConnectionB\x16\x92\x41\x13\x32\x11\x43onnection DetailR\nconnection\"\xa8\x02\n\"UpdateEnvironmentConnectionRequest\x12~\n\rconnection_id\x18\x01 \x01(\tBY\x92\x41M2+Connection ID. Unique ID for the connectionJ\x16\"conn_121312434123312\"\xca>\x05\xfa\x02\x02id\xbaH\x06r\x04\x10\x01\x18 R\x0c\x63onnectionId\x12\x81\x01\n\nconnection\x18\x03 \x01(\x0b\x32).scalekit.v1.connections.UpdateConnectionB6\x92\x41-2#Connection properties to be updated\xca>\x05\xfa\x02\x02id\xbaH\x03\xc8\x01\x01R\nconnection\"\xce\x03\n\x17UpdateConnectionRequest\x12q\n\x0forganization_id\x18\x01 \x01(\tBH\x92\x41<2#Organization ID for the Connection.J\x15\"org_121312434123312\"\xbaH\x06r\x04\x10\x01\x18 R\x0eorganizationId\x12\x61\n\x02id\x18\x03 \x01(\tBQ\x92\x41\x45\x32+Connection ID. Unique ID for the connectionJ\x16\"conn_121312434123312\"\xbaH\x06r\x04\x10\x01\x18 R\x02id\x12\xd6\x01\n\nconnection\x18\x04 \x01(\x0b\x32).scalekit.v1.connections.UpdateConnectionB\x8a\x01\x92\x41-2#Connection properties to be updated\xca>\x05\xfa\x02\x02id\xbaHW\xba\x01Q\x12\x36OAUTH, PASSWORDLESS and WEBAUTHN are not supported yet\x1a\x17!(this.type in [4,5,9])\xc8\x01\x01R\nconnectionJ\x04\x08\x02\x10\x03\"\xfd\x12\n\x10UpdateConnection\x12w\n\x08provider\x18\x02 \x01(\x0e\x32+.scalekit.v1.connections.ConnectionProviderB.\x92\x41#2\x17SSO Connection ProviderJ\x08\"CUSTOM\"\xbaH\x05\x82\x01\x02\x10\x01R\x08provider\x12r\n\x04type\x18\x03 \x01(\x0e\x32\'.scalekit.v1.connections.ConnectionTypeB5\x92\x41*2 Connection Protocol OIDC / SAML J\x06\"OIDC\"\xbaH\x05\x82\x01\x02\x10\x01R\x04type\x12\xae\x01\n\rdebug_enabled\x18\x06 \x01(\x0b\x32\x1a.google.protobuf.BoolValueBm\x92\x41j2bDebug mode for the connection. Debug would allow non HTTPS endpoint to be used with the connectionJ\x04trueR\x0c\x64\x65\x62ugEnabled\x12\x8d\x01\n\x0fui_button_title\x18\x08 \x01(\x0b\x32\x1c.google.protobuf.StringValueBG\x92\x41\x35\x32!Display name for the Login ButtonJ\x10\"Login with SSO\"\xfa\xd2\xe4\x93\x02\t\x12\x07PREVIEWR\ruiButtonTitle\x12~\n\x12\x63onfiguration_type\x18\x0b \x01(\x0e\x32*.scalekit.v1.connections.ConfigurationTypeB#\x92\x41 2\x14\x43onfiguration Type. J\x08\"MANUAL\"R\x11\x63onfigurationType\x12\x9d\x01\n\x11\x61ttribute_mapping\x18\x0f \x03(\x0b\x32?.scalekit.v1.connections.UpdateConnection.AttributeMappingEntryB/\x92\x41\x13\x32\x11\x41ttribute Mapping\xbaH\x16\x9a\x01\x13\x10\x1e\"\x06r\x04\x10\x01\x18\x64*\x07r\x05\x10\x01\x18\x80\x02R\x10\x61ttributeMapping\x12\x83\x01\n\x0boidc_config\x18\x10 \x01(\x0b\x32-.scalekit.v1.connections.OIDCConnectionConfigB1\x92\x41.2,OIDC Configuration if ConnectionType == OIDCH\x00R\noidcConfig\x12\x8a\x01\n\x0bsaml_config\x18\x11 \x01(\x0b\x32\x34.scalekit.v1.connections.SAMLConnectionConfigRequestB1\x92\x41.2,SAML Configuration if ConnectionType == SAMLH\x00R\nsamlConfig\x12\x88\x01\n\x0coauth_config\x18\x12 \x01(\x0b\x32..scalekit.v1.connections.OAuthConnectionConfigB3\x92\x41\x30\x32.OAuth Configuration if ConnectionType == OAUTHH\x00R\x0boauthConfig\x12\x9d\x01\n\x13passwordless_config\x18\x14 \x01(\x0b\x32+.scalekit.v1.connections.PasswordLessConfigB=\x92\x41:28Magic Link Configuration if ConnectionType == MAGIC_LINKH\x00R\x12passwordlessConfig\x12P\n\rstatic_config\x18\x17 \x01(\x0b\x32).scalekit.v1.connections.StaticAuthConfigH\x00R\x0cstaticConfig\x12\xb1\x01\n\x0fwebauthn_config\x18\x18 \x01(\x0b\x32-.scalekit.v1.connections.WebAuthConfigurationBW\x92\x41T2RConfiguration details for WebAuthn (passkeys). Present only when type is WEBAUTHN.H\x00R\x0ewebauthnConfig\x12\xaf\x01\n\x11google_dwd_config\x18\x19 \x01(\x0b\x32(.scalekit.v1.connections.GoogleDWDConfigBW\x92\x41T2RGoogle Domain-Wide Delegation configuration. Present only when type is GOOGLE_DWD.H\x00R\x0fgoogleDwdConfig\x12&\n\x06key_id\x18\x16 \x01(\tB\n\xbaH\x07r\x05\x10\x01\x18\xac\x02H\x01R\x05keyId\x88\x01\x01\x12u\n\x0cprovider_key\x18\x15 \x01(\tBR\x92\x41O2CKey ID of the identity provider service that handles authenticationJ\x08\"google\"R\x0bproviderKey\x1a\x43\n\x15\x41ttributeMappingEntry\x12\x10\n\x03key\x18\x01 \x01(\tR\x03key\x12\x14\n\x05value\x18\x02 \x01(\tR\x05value:\x02\x38\x01:\x8b\x02\xbaH\x87\x02\x1aT\x12$provider or provider_key is required\x1a,has(this.provider_key) || this.provider != 0\x1a`\x12\x1einvalid value for provider_key\x1a>this.provider == 15 ? this.provider_key in [\'SCALEKIT\'] : true\x1aM\x12\x18invalid value for key_id\x1a\x31this.type == 9 ? this.key_id == \'WEBAUTHN\' : trueB\n\n\x08settingsB\t\n\x07_key_idJ\x04\x08\x01\x10\x02J\x04\x08\x04\x10\x05J\x04\x08\x05\x10\x06J\x04\x08\t\x10\x0bJ\x04\x08\x0c\x10\x0f\"\x80\x01\n\x18UpdateConnectionResponse\x12\x64\n\nconnection\x18\x01 \x01(\x0b\x32#.scalekit.v1.connections.ConnectionB\x1f\x92\x41\x1c\x32\x1aUpdated Connection detailsR\nconnection\"\x9c\x01\n\"DeleteEnvironmentConnectionRequest\x12v\n\rconnection_id\x18\x03 \x01(\tBQ\x92\x41\x45\x32+Connection ID. Unique ID for the connectionJ\x16\"conn_121312434123312\"\xbaH\x06r\x04\x10\x01\x18 R\x0c\x63onnectionId\"\xf5\x01\n\x17\x44\x65leteConnectionRequest\x12q\n\x0forganization_id\x18\x01 \x01(\tBH\x92\x41<2#Organization ID for the Connection.J\x15\"org_121312434123312\"\xbaH\x06r\x04\x10\x01\x18 R\x0eorganizationId\x12\x61\n\x02id\x18\x03 \x01(\tBQ\x92\x41\x45\x32+Connection ID. Unique ID for the connectionJ\x16\"conn_121312434123312\"\xbaH\x06r\x04\x10\x01\x18 R\x02idJ\x04\x08\x02\x10\x03\"\x92\x01\n\x1fGetEnvironmentConnectionRequest\x12o\n\rconnection_id\x18\x01 \x01(\tBJ\x92\x41>2$Unique identifier for the ConnectionJ\x16\"conn_121312434123312\"\xbaH\x06r\x04\x10\x01\x18 R\x0c\x63onnectionId\"\xfc\x02\n\x14GetConnectionRequest\x12\xba\x01\n\x0forganization_id\x18\x01 \x01(\tB\x90\x01\x92\x41\x83\x01\x32jOrganization identifier (required). Specifies which organization owns the connection you want to retrieve.J\x15\"org_121312434123312\"\xbaH\x06r\x04\x10\x01\x18 R\x0eorganizationId\x12\xa0\x01\n\x02id\x18\x03 \x01(\tB\x8f\x01\x92\x41\x82\x01\x32hConnection identifier (required). Specifies which specific connection to retrieve from the organization.J\x16\"conn_121312434123312\"\xbaH\x06r\x04\x10\x01\x18 R\x02idJ\x04\x08\x02\x10\x03\"\x9a\x02\n\x15GetConnectionResponse\x12\x80\x02\n\nconnection\x18\x01 \x01(\x0b\x32#.scalekit.v1.connections.ConnectionB\xba\x01\x92\x41\xb6\x01\x32\xb3\x01\x43omplete connection details including provider configuration, protocol settings, status, and all metadata. Contains everything needed to understand the connection\'s current state.R\nconnection\"\x96\x04\n\x16ListConnectionsRequest\x12\x80\x01\n\x0forganization_id\x18\x01 \x01(\tBR\x92\x41\x46\x32-Filter connections by organization identifierJ\x15\"org_121312434123312\"\xbaH\x06r\x04\x10\x01\x18 H\x00R\x0eorganizationId\x88\x01\x01\x12\x7f\n\x06\x64omain\x18\x03 \x01(\tBb\x92\x41V2CFilter connections by email domain associated with the organizationJ\x0f\"hero-saas.app\"\xbaH\x06r\x04\x10\x01\x18 H\x01R\x06\x64omain\x88\x01\x01\x12\xc6\x01\n\x07include\x18\x04 \x01(\tB\xa6\x01\x92\x41\xa2\x01\x32\x9f\x01\x46ilter connections by status. Use \'all\' to include all connections regardless of status. Default behavior shows only active (completed and enabled) connectionsH\x02R\x07include\x88\x01\x01\x42\x12\n\x10_organization_idB\t\n\x07_domainB\n\n\x08_includeJ\x04\x08\x02\x10\x03\"\x9d\x01\n\x17ListConnectionsResponse\x12\x81\x01\n\x0b\x63onnections\x18\x01 \x03(\x0b\x32\'.scalekit.v1.connections.ListConnectionB6\x92\x41\x33\x32\x31List of connections matching the request criteriaR\x0b\x63onnections\"\x8d\x0f\n\x0eListConnection\x12Q\n\x02id\x18\x01 \x01(\tBA\x92\x41>2#Unique identifier of the connectionJ\x17\"conn_2123312131125533\"R\x02id\x12\x8d\x01\n\x08provider\x18\x02 \x01(\x0e\x32+.scalekit.v1.connections.ConnectionProviderBD\x92\x41\x41\x32\x35Identity provider type (e.g., OKTA, Google, Azure AD)J\x08\"CUSTOM\"R\x08provider\x12x\n\x04type\x18\x03 \x01(\x0e\x32\'.scalekit.v1.connections.ConnectionTypeB;\x92\x41\x38\x32.Authentication protocol used by the connectionJ\x06\"OIDC\"R\x04type\x12\x88\x01\n\x06status\x18\x04 \x01(\x0e\x32).scalekit.v1.connections.ConnectionStatusBE\x92\x41?2.Current configuration status of the connectionJ\r\"IN_PROGRESS\"\xe0\x41\x03R\x06status\x12g\n\x07\x65nabled\x18\x05 \x01(\x08\x42M\x92\x41J2AWhether the connection is currently active for organization usersJ\x05\x66\x61lseR\x07\x65nabled\x12\x85\x01\n\x0forganization_id\x18\x06 \x01(\tB\\\x92\x41Y2?Unique identifier of the organization that owns this connectionJ\x16\"org_2123312131125533\"R\x0eorganizationId\x12\x88\x01\n\x0fui_button_title\x18\x07 \x01(\tB`\x92\x41N2:Text displayed on the SSO login button for this connectionJ\x10\"Login with SSO\"\xfa\xd2\xe4\x93\x02\t\x12\x07PREVIEWR\ruiButtonTitle\x12t\n\x07\x64omains\x18\x08 \x03(\tBZ\x92\x41W2/List of domains configured with this connectionJ$[\"yourapp.com\", \"yourworkspace.com\"]R\x07\x64omains\x12q\n\x11organization_name\x18\t \x01(\tBD\x92\x41\x41\x32*Name of the organization of the connectionJ\x13\"Your Organization\"R\x10organizationName\x12u\n\x0cprovider_key\x18\n \x01(\tBR\x92\x41O2CKey ID of the identity provider service that handles authenticationJ\x08\"google\"R\x0bproviderKey\x12\x90\x01\n\x06key_id\x18\x0b \x01(\tBy\x92\x41v2[Alternative identifier for this connection, typically used in frontend applications or URLsJ\x17\"conn_2123312131125533\"R\x05keyId\x12\x90\x01\n\ncreated_at\x18\x0c \x01(\x0b\x32\x1a.google.protobuf.TimestampBU\x92\x41@2&When this connection was first createdJ\x16\"2023-01-15T14:30:00Z\"\xe0\x41\x03\xfa\xd2\xe4\x93\x02\t\x12\x07PREVIEWR\tcreatedAt\x12\x90\x03\n\x0emcp_server_url\x18\r \x01(\tB\xe9\x02\x92\x41\xe2\x02\x32\xa0\x02MCP virtual server URL for this connection. Agents can point directly at this URL to access only the tools for this connection, without needing to call list_connections or execute_tool with a connection_name. Empty when the MCP virtual servers feature is not enabled for this environment.J=\"https://acmecorp.scalekit.dev/mcp/v3/connections/gmail_work\"\xe0\x41\x03R\x0cmcpServerUrl\"\xcf\x02\n\"ListOrganizationConnectionsRequest\x12\x80\x01\n\tpage_size\x18\x01 \x01(\rBc\x92\x41Y2SMaximum number of organizations to return per page. Value must be between 1 and 30.J\x02\x33\x30\xbaH\x04*\x02\x18\x1eR\x08pageSize\x12\xa5\x01\n\npage_token\x18\x02 \x01(\tB\x85\x01\x92\x41\x81\x01\x32\x61Token from a previous response for pagination. Provide this to retrieve the next page of results.J\x1c\x65yJwYWdlIjoyLCJsaW1pdCI6MzB9R\tpageToken\"\x97\x02\n#ListOrganizationConnectionsResponse\x12&\n\x0fnext_page_token\x18\x01 \x01(\tR\rnextPageToken\x12\x1d\n\ntotal_size\x18\x02 \x01(\rR\ttotalSize\x12&\n\x0fprev_page_token\x18\x03 \x01(\tR\rprevPageToken\x12\x80\x01\n\x0b\x63onnections\x18\x04 \x03(\x0b\x32\'.scalekit.v1.connections.ListConnectionB5\x92\x41\x32\x32\x30List of connections matching the filter criteriaR\x0b\x63onnections\"\xa2\x07\n$SearchOrganizationConnectionsRequest\x12l\n\x05query\x18\x01 \x01(\tBQ\x92\x41G2-Search query Connection ID or Organization IDJ\x16\"conn_121312434123312\"\xbaH\x04r\x02\x18\x64H\x00R\x05query\x88\x01\x01\x12@\n\x08provider\x18\x02 \x01(\tB\x1f\x92\x41\x1c\x32\x12\x46ilter by providerJ\x06\"OKTA\"H\x01R\x08provider\x88\x01\x01\x12}\n\x06status\x18\x03 \x01(\x0e\x32).scalekit.v1.connections.ConnectionStatusB5\x92\x41*2\x1b\x46ilter by connection statusJ\x0b\"COMPLETED\"\xbaH\x05\x82\x01\x02\x10\x01H\x02R\x06status\x88\x01\x01\x12\x8c\x01\n\x0f\x63onnection_type\x18\x04 \x01(\x0e\x32\'.scalekit.v1.connections.ConnectionTypeB5\x92\x41*2\x1b\x46ilter by connection statusJ\x0b\"COMPLETED\"\xbaH\x05\x82\x01\x02\x10\x01H\x03R\x0e\x63onnectionType\x88\x01\x01\x12O\n\x07\x65nabled\x18\x07 \x01(\x08\x42\x30\x92\x41-2#Filter by connection enabled statusJ\x06\"true\"H\x04R\x07\x65nabled\x88\x01\x01\x12\x80\x01\n\tpage_size\x18\x05 \x01(\rBc\x92\x41Y2SMaximum number of organizations to return per page. Value must be between 1 and 30.J\x02\x33\x30\xbaH\x04*\x02\x18\x1eR\x08pageSize\x12\xa5\x01\n\npage_token\x18\x06 \x01(\tB\x85\x01\x92\x41\x81\x01\x32\x61Token from a previous response for pagination. Provide this to retrieve the next page of results.J\x1c\x65yJwYWdlIjoyLCJsaW1pdCI6MzB9R\tpageTokenB\x08\n\x06_queryB\x0b\n\t_providerB\t\n\x07_statusB\x12\n\x10_connection_typeB\n\n\x08_enabled\"\x99\x02\n%SearchOrganizationConnectionsResponse\x12&\n\x0fnext_page_token\x18\x01 \x01(\tR\rnextPageToken\x12\x1d\n\ntotal_size\x18\x02 \x01(\rR\ttotalSize\x12&\n\x0fprev_page_token\x18\x03 \x01(\tR\rprevPageToken\x12\x80\x01\n\x0b\x63onnections\x18\x04 \x03(\x0b\x32\'.scalekit.v1.connections.ListConnectionB5\x92\x41\x32\x32\x30List of connections matching the filter criteriaR\x0b\x63onnections\"\x9c\x01\n\"ToggleEnvironmentConnectionRequest\x12v\n\rconnection_id\x18\x02 \x01(\tBQ\x92\x41\x45\x32+Connection ID. Unique ID for the connectionJ\x16\"conn_121312434123312\"\xbaH\x06r\x04\x10\x01\x18 R\x0c\x63onnectionId\"\x9e\x02\n\x17ToggleConnectionRequest\x12\x92\x01\n\x0forganization_id\x18\x01 \x01(\tBi\x92\x41]2DUnique identifier of the organization associated with the connectionJ\x15\"org_121312434123312\"\xbaH\x06r\x04\x10\x01\x18 R\x0eorganizationId\x12h\n\x02id\x18\x03 \x01(\tBX\x92\x41L22Unique identifier for the connection to be toggledJ\x16\"conn_121312434123312\"\xbaH\x06r\x04\x10\x01\x18 R\x02idJ\x04\x08\x02\x10\x03\"\xbc\x02\n\x18ToggleConnectionResponse\x12\xa9\x01\n\x07\x65nabled\x18\x01 \x01(\x08\x42\x8e\x01\x92\x41\x8a\x01\x32\x81\x01\x43urrent state of the connection after the operation. True means the connection is now enabled and can be used for authentication.J\x04trueR\x07\x65nabled\x12\x62\n\rerror_message\x18\x02 \x01(\tB8\x92\x41\x35\x32$Error message if the operation failsJ\r\"placeholder\"H\x00R\x0c\x65rrorMessage\x88\x01\x01\x42\x10\n\x0e_error_message\"\xa0\x12\n\x14OIDCConnectionConfig\x12j\n\x06issuer\x18\x01 \x01(\x0b\x32\x1c.google.protobuf.StringValueB4\x92\x41\x31\x32\nIssuer URLJ#\"https://youridp.com/service/oauth\"R\x06issuer\x12\xaa\x01\n\x12\x64iscovery_endpoint\x18\x02 \x01(\x0b\x32\x1c.google.protobuf.StringValueB]\x92\x41Z2\x12\x44iscovery EndpointJD\"https://youridp.com/service/oauth/.well-known/openid-configuration\"R\x11\x64iscoveryEndpoint\x12\x84\x01\n\rauthorize_uri\x18\x03 \x01(\x0b\x32\x1c.google.protobuf.StringValueBA\x92\x41>2\rAuthorize URIJ-\"https://youridp.com/service/oauth/authorize\"R\x0c\x61uthorizeUri\x12t\n\ttoken_uri\x18\x04 \x01(\x0b\x32\x1c.google.protobuf.StringValueB9\x92\x41\x36\x32\tToken URIJ)\"https://youridp.com/service/oauth/token\"R\x08tokenUri\x12\x82\x01\n\ruser_info_uri\x18\x05 \x01(\x0b\x32\x1c.google.protobuf.StringValueB@\x92\x41=2\rUser Info URIJ,\"https://youridp.com/service/oauth/userinfo\"R\x0buserInfoUri\x12p\n\x08jwks_uri\x18\x06 \x01(\x0b\x32\x1c.google.protobuf.StringValueB7\x92\x41\x34\x32\x08JWKS URIJ(\"https://youridp.com/service/oauth/jwks\"R\x07jwksUri\x12\\\n\tclient_id\x18\x08 \x01(\x0b\x32\x1c.google.protobuf.StringValueB!\x92\x41\x1e\x32\tClient IDJ\x11\"oauth_client_id\"R\x08\x63lientId\x12l\n\rclient_secret\x18\t \x01(\x0b\x32\x1c.google.protobuf.StringValueB)\x92\x41&2\rClient SecretJ\x15\"oauth_client_secret\"R\x0c\x63lientSecret\x12\x63\n\x06scopes\x18\n \x03(\x0e\x32\".scalekit.v1.connections.OIDCScopeB\'\x92\x41$2\x0bOIDC ScopesJ\x15[\"openid\", \"profile\"]R\x06scopes\x12r\n\x0ftoken_auth_type\x18\x0b \x01(\x0e\x32&.scalekit.v1.connections.TokenAuthTypeB\"\x92\x41\x1f\x32\x0fToken Auth TypeJ\x0c\"URL_PARAMS\"R\rtokenAuthType\x12j\n\x0credirect_uri\x18\x0c \x01(\tBG\x92\x41\x44\x32\x0cRedirect URIJ4\"https://yourapp.com/sso/v1/oidc/conn_1234/callback\"R\x0bredirectUri\x12V\n\x0cpkce_enabled\x18\r \x01(\x0b\x32\x1a.google.protobuf.BoolValueB\x17\x92\x41\x14\x32\x0cPKCE EnabledJ\x04trueR\x0bpkceEnabled\x12h\n\x13idp_logout_required\x18\x0e \x01(\x0b\x32\x1a.google.protobuf.BoolValueB\x1c\x92\x41\x19\x32\x11\x45nable IDP logoutJ\x04trueR\x11idpLogoutRequired\x12\xb4\x01\n\x18post_logout_redirect_uri\x18\x0f \x01(\x0b\x32\x1c.google.protobuf.StringValueB]\x92\x41W2\x18post logout redirect uriJ;\"https://yourapp.com/sso/v1/oidc/conn_1234/logout/callback\"\xe0\x41\x03R\x15postLogoutRedirectUri\x12\xea\x01\n\x1f\x62\x61\x63kchannel_logout_redirect_uri\x18\x10 \x01(\x0b\x32\x1c.google.protobuf.StringValueB\x84\x01\x92\x41~2<backchannel logout redirect uri where idp sends logout_tokenJ>\"https://yourapp.com/sso/v1/oidc/conn_1234/backchannel-logout\"\xe0\x41\x03R\x1c\x62\x61\x63kchannelLogoutRedirectUri\x12\xc6\x01\n\x1async_user_profile_on_login\x18\x11 \x01(\x0b\x32\x1a.google.protobuf.BoolValueBn\x92\x41k2cIndicates whether user profiles should be synchronized with the identity provider upon each log-in.J\x04trueR\x16syncUserProfileOnLogin\x12\xba\x01\n!jit_provisioning_with_sso_enabled\x18\x12 \x01(\x0b\x32\x1a.google.protobuf.BoolValueBT\x92\x41Q2IIndicates if Just In Time user provisioning is enabled for the connectionJ\x04trueR\x1djitProvisioningWithSsoEnabled\"\xef\x15\n\x15OAuthConnectionConfig\x12\x84\x01\n\rauthorize_uri\x18\x03 \x01(\x0b\x32\x1c.google.protobuf.StringValueBA\x92\x41>2\rAuthorize URIJ-\"https://youridp.com/service/oauth/authorize\"R\x0c\x61uthorizeUri\x12t\n\ttoken_uri\x18\x04 \x01(\x0b\x32\x1c.google.protobuf.StringValueB9\x92\x41\x36\x32\tToken URIJ)\"https://youridp.com/service/oauth/token\"R\x08tokenUri\x12\x82\x01\n\ruser_info_uri\x18\x05 \x01(\x0b\x32\x1c.google.protobuf.StringValueB@\x92\x41=2\rUser Info URIJ,\"https://youridp.com/service/oauth/userinfo\"R\x0buserInfoUri\x12\\\n\tclient_id\x18\x08 \x01(\x0b\x32\x1c.google.protobuf.StringValueB!\x92\x41\x1e\x32\tClient IDJ\x11\"oauth_client_id\"R\x08\x63lientId\x12l\n\rclient_secret\x18\t \x01(\x0b\x32\x1c.google.protobuf.StringValueB)\x92\x41&2\rClient SecretJ\x15\"oauth_client_secret\"R\x0c\x63lientSecret\x12?\n\x06scopes\x18\n \x03(\tB\'\x92\x41$2\x0bOIDC ScopesJ\x15[\"openid\", \"profile\"]R\x06scopes\x12\x62\n\x0credirect_uri\x18\x0c \x01(\tB?\x92\x41<2\x0cRedirect URIJ,\"https://yourapp.com/service/oauth/redirect\"R\x0bredirectUri\x12V\n\x0cpkce_enabled\x18\r \x01(\x0b\x32\x1a.google.protobuf.BoolValueB\x17\x92\x41\x14\x32\x0cPKCE EnabledJ\x04trueR\x0bpkceEnabled\x12V\n\x06prompt\x18\x0e \x01(\x0b\x32\x1c.google.protobuf.StringValueB \x92\x41\x1d\x32\x13Prompt for the userJ\x06\"none\"R\x06prompt\x12m\n\x12use_platform_creds\x18\x0f \x01(\x0b\x32\x1a.google.protobuf.BoolValueB#\x92\x41 2\x18Use Scalekit credentialsJ\x04trueR\x10usePlatformCreds\x12Z\n\x0b\x61\x63\x63\x65ss_type\x18\x10 \x01(\x0b\x32\x1c.google.protobuf.StringValueB\x1b\x92\x41\x18\x32\x0b\x41\x63\x63\x65ss TypeJ\t\"offline\"R\naccessType\x12n\n\x11\x63ustom_scope_name\x18\x11 \x01(\x0b\x32\x1c.google.protobuf.StringValueB$\x92\x41!2\x11\x43ustom Scope NameJ\x0c\"user_scope\"R\x0f\x63ustomScopeName\x12\xc6\x01\n\x1async_user_profile_on_login\x18\x12 \x01(\x0b\x32\x1a.google.protobuf.BoolValueBn\x92\x41k2cIndicates whether user profiles should be synchronized with the identity provider upon each log-in.J\x04trueR\x16syncUserProfileOnLogin\x12k\n\x11token_access_type\x18\x13 \x01(\x0b\x32\x1c.google.protobuf.StringValueB!\x92\x41\x1e\x32\x11Token Access TypeJ\t\"offline\"R\x0ftokenAccessType\x12\x84\x02\n\ttenant_id\x18\x14 \x01(\x0b\x32\x1c.google.protobuf.StringValueB\xc8\x01\x92\x41\xc4\x01\x32\x99\x01Microsoft Entra tenant ID. Required when using a single-tenant or multi-tenant app registered in Microsoft Entra. Leave empty to use the common endpoint.J&\"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\"R\x08tenantId\x12\xc7\x01\n\x07is_cimd\x18\x15 \x01(\x0b\x32\x1a.google.protobuf.BoolValueB\x91\x01\x92\x41\x8a\x01\x32\x81\x01Indicates whether this connection was registered using Client ID Metadata Document (CIMD) instead of Dynamic Client Registration.J\x04true\xe0\x41\x03R\x06isCimd\x12\xbe\x01\n\x08\x61pp_name\x18\x16 \x01(\x0b\x32\x1c.google.protobuf.StringValueB\x84\x01\x92\x41\x80\x01\x32mApplication name used by providers that require it as an authorize query parameter (e.g., Trello\'s app_name).J\x0f\"My Trello App\"R\x07\x61ppName\x12\xfa\x01\n\x0foptional_scopes\x18\x17 \x01(\x0b\x32\'.scalekit.v1.connections.OptionalScopesB\xa2\x01\x92\x41\x9e\x01\x32\x9b\x01Optional scopes configuration for identity providers that support or require additional scopes to be sent in a custom field during authentication requests.H\x00R\x0eoptionalScopes\x88\x01\x01\x12\x8f\x02\n\nextensions\x18\x18 \x01(\x0b\x32(.scalekit.v1.connections.OauthExtensionsB\xbf\x01\x92\x41\xbb\x01\x32\xb8\x01OAuth extension profiles for this connection, such as SMART on FHIR. Carries typed extension configuration plus a generic escape hatch for provider-specific authorize query parameters.H\x01R\nextensions\x88\x01\x01\x42\x12\n\x10_optional_scopesB\r\n\x0b_extensions\"\x99\x05\n\x0fOauthExtensions\x12\xd6\x01\n\x05smart\x18\x01 \x01(\x0b\x32$.scalekit.v1.connections.SmartConfigB\x94\x01\x92\x41\x90\x01\x32\x8d\x01SMART on FHIR (SMART App Launch) configuration. Set this to issue a SMART-compliant standalone launch authorization request to a FHIR server.H\x00R\x05smart\x88\x01\x01\x12\xd9\x02\n\x16\x65xtra_authorize_params\x18\x02 \x03(\x0b\x32\x42.scalekit.v1.connections.OauthExtensions.ExtraAuthorizeParamsEntryB\xde\x01\x92\x41\xda\x01\x32\xbd\x01Provider-specific query parameters added to the authorization request. Reserved OAuth/OIDC parameters (client_id, redirect_uri, scope, state, code_challenge, aud, and similar) are rejected.J\x18{\"custom_param\":\"value\"}R\x14\x65xtraAuthorizeParams\x1aG\n\x19\x45xtraAuthorizeParamsEntry\x12\x10\n\x03key\x18\x01 \x01(\tR\x03key\x12\x14\n\x05value\x18\x02 \x01(\tR\x05value:\x02\x38\x01\x42\x08\n\x06_smart\"\xaf\x03\n\x0bSmartConfig\x12\xe6\x01\n\x03\x61ud\x18\x01 \x01(\tB\xd3\x01\x92\x41\xcf\x01\x32\xad\x01\x46HIR resource server base URL, sent as the required \'aud\' authorization parameter per the SMART App Launch specification. Binds the issued token to the intended FHIR server.J\x1d\"https://fhir.example.com/r4\"R\x03\x61ud\x12\xb6\x01\n\x06\x64omain\x18\x02 \x01(\tB\x9d\x01\x92\x41\x99\x01\x32\x82\x01\x46HIR server domain for the SMART on FHIR connection. Stored alongside the audience and editable through the connection update API.J\x12\"fhir.example.com\"R\x06\x64omain\"\xa6\x03\n\x0eOptionalScopes\x12v\n\x06scopes\x18\x01 \x03(\tB^\x92\x41[2CList of optional scopes that can be requested during authenticationJ\x14[\"scope1\", \"scope2\"]R\x06scopes\x12\x9b\x02\n\nfield_name\x18\x02 \x01(\tB\xfb\x01\x92\x41\xf7\x01\x32\xd5\x01Name of the field in which scope should be sent in the authentication request. This is required by some identity providers that expect scopes to be sent in a custom field instead of the standard \'scope\' parameter.J\x1d\"optional_scope or bot_scope\"R\tfieldName\"\x80\x03\n\x0fGoogleDWDConfig\x12\xa7\x01\n\x14service_account_json\x18\x01 \x01(\x0b\x32\x1c.google.protobuf.StringValueBW\x92\x41Q2OGoogle Cloud service account JSON key. Write-only: reads return a masked value.\xe0\x41\x04R\x12serviceAccountJson\x12\x39\n\x06scopes\x18\x02 \x03(\tB!\x92\x41\x1e\x32\x1cOAuth 2.0 scopes to request.R\x06scopes\x12\x87\x01\n\ttoken_uri\x18\x03 \x01(\x0b\x32\x1c.google.protobuf.StringValueBL\x92\x41I2GGoogle token endpoint. Defaults to https://oauth2.googleapis.com/token.R\x08tokenUri\"\xf4\x07\n\x12PasswordLessConfig\x12]\n\x04type\x18\x01 \x01(\x0e\x32).scalekit.v1.connections.PasswordlessTypeB\x1e\x92\x41\x1b\x32\x11Passwordless TypeJ\x06\"LINK\"R\x04type\x12W\n\tfrequency\x18\x02 \x01(\x0b\x32\x1c.google.protobuf.UInt32ValueB\x16\x92\x41\x13\x32\x0eLink FrequencyJ\x01\x31H\x00R\tfrequency\x88\x01\x01\x12\x61\n\x08validity\x18\x03 \x01(\x0b\x32\x1c.google.protobuf.UInt32ValueB\"\x92\x41\x1f\x32\x18Link Validity in SecondsJ\x03\x36\x30\x30H\x01R\x08validity\x88\x01\x01\x12\x86\x01\n\x1b\x65nforce_same_browser_origin\x18\x04 \x01(\x0b\x32\x1a.google.protobuf.BoolValueB&\x92\x41#2\x1b\x45nforce Same Browser OriginJ\x04trueH\x02R\x18\x65nforceSameBrowserOrigin\x88\x01\x01\x12t\n\x15\x63ode_challenge_length\x18\x05 \x01(\x0b\x32\x1c.google.protobuf.UInt32ValueB\x1d\x92\x41\x1a\x32\x15\x43ode Challenge LengthJ\x01\x36H\x03R\x13\x63odeChallengeLength\x88\x01\x01\x12\x84\x01\n\x13\x63ode_challenge_type\x18\x06 \x01(\x0e\x32*.scalekit.v1.connections.CodeChallengeTypeB#\x92\x41 2\x13\x43ode Challenge TypeJ\t\"NUMERIC\"H\x04R\x11\x63odeChallengeType\x88\x01\x01\x12\x9d\x01\n-regenerate_passwordless_credentials_on_resend\x18\x07 \x01(\x0b\x32\x1a.google.protobuf.BoolValueB\x1a\x92\x41\x17\x32\x0fRegenerate the J\x04trueH\x05R)regeneratePasswordlessCredentialsOnResend\x88\x01\x01\x42\x0c\n\n_frequencyB\x0b\n\t_validityB\x1e\n\x1c_enforce_same_browser_originB\x18\n\x16_code_challenge_lengthB\x16\n\x14_code_challenge_typeB0\n._regenerate_passwordless_credentials_on_resend\"P\n\x10StaticAuthConfig\x12<\n\rstatic_config\x18\x01 \x01(\x0b\x32\x17.google.protobuf.StructR\x0cstaticConfig\"\xc4\"\n\x14WebAuthConfiguration\x12@\n\x02rp\x18\x01 \x01(\x0b\x32\x30.scalekit.v1.connections.WebAuthConfiguration.RpR\x02rp\x12[\n\x0b\x61ttestation\x18\x02 \x01(\x0b\x32\x39.scalekit.v1.connections.WebAuthConfiguration.AttestationR\x0b\x61ttestation\x12\x64\n\x0e\x61uthenticators\x18\x03 \x01(\x0b\x32<.scalekit.v1.connections.WebAuthConfiguration.AuthenticatorsR\x0e\x61uthenticators\x12}\n\x17\x61uthenticator_selection\x18\x04 \x01(\x0b\x32\x44.scalekit.v1.connections.WebAuthConfiguration.AuthenticatorSelectionR\x16\x61uthenticatorSelection\x12O\n\x07timeout\x18\x05 \x01(\x0b\x32\x35.scalekit.v1.connections.WebAuthConfiguration.TimeoutR\x07timeout\x12\x64\n\x18\x65nable_auto_registration\x18\x06 \x01(\x08\x42*\x92\x41\'2%Enable auto registration for WebAuthnR\x16\x65nableAutoRegistration\x12X\n\x13show_passkey_button\x18\x07 \x01(\x08\x42(\x92\x41%2#Show passkey button on login screenR\x11showPasskeyButton\x12g\n\x18\x65nable_conditional_login\x18\x08 \x01(\x08\x42-\x92\x41*2(Allow autofill of passkeys in login pageR\x16\x65nableConditionalLogin\x1aH\n\x02Rp\x12\x1c\n\x03ids\x18\x01 \x03(\tB\n\xbaH\x07\x92\x01\x04\x08\x01\x10\nR\x03ids\x12$\n\x07origins\x18\x02 \x03(\tB\n\xbaH\x07\x92\x01\x04\x08\x01\x10\nR\x07origins\x1a\xc1\x01\n\x0b\x41ttestation\x12p\n\x15\x63onveyance_preference\x18\x01 \x01(\x0b\x32\x1c.google.protobuf.StringValueB\x1d\xbaH\x1ar\x18R\x04noneR\x08indirectR\x06\x64irectR\x14\x63onveyancePreference\x12@\n\x17\x65nterprise_approved_ids\x18\x02 \x03(\tB\x08\xbaH\x05\x92\x01\x02\x10\x32R\x15\x65nterpriseApprovedIds\x1a\xf0\x13\n\x0e\x41uthenticators\x12\xdb\x02\n\x0evalidate_entry\x18\x01 \x01(\x0b\x32\x1a.google.protobuf.BoolValueB\x97\x02\x92\x41\x93\x02\x1a\x1a.google.protobuf.BoolValue2\xf4\x01requires that the provided metadata has an entry for the given authenticator to be considered valid. By default an AAGUID which has a zero value should fail validation if validate_entry_permit_zero_aaguid is not provided with the value of true.R\rvalidateEntry\x12\x8f\x02\n!validate_entry_permit_zero_aaguid\x18\x02 \x01(\x0b\x32\x1a.google.protobuf.BoolValueB\xa8\x01\x92\x41\xa4\x01\x32\xa1\x01is an option that permits a zero\'d AAGUID from an attestation statement to automatically pass metadata validations. Generally helpful to use with validate_entry.R\x1dvalidateEntryPermitZeroAaguid\x12\xc6\x01\n\x10validate_anchors\x18\x03 \x01(\x0b\x32\x1a.google.protobuf.BoolValueB\x7f\x92\x41|2zwhen set to true enables the validation of the attestation statement against the trust anchor from the metadata statement.R\x0fvalidateAnchors\x12\xbe\x01\n\x0fvalidate_status\x18\x04 \x01(\x0b\x32\x1a.google.protobuf.BoolValueBy\x92\x41v2twhen set to true enables the validation of the attestation statements AAGUID against the desired and undesired listsR\x0evalidateStatus\x12\xe1\x01\n\x19validate_attestation_type\x18\x05 \x01(\x0b\x32\x1a.google.protobuf.BoolValueB\x88\x01\x92\x41\x84\x01\x32\x81\x01when set to true enables the validation of the attestation statements type against the known types the authenticator can produce.R\x17validateAttestationType\x12\xbb\x04\n\x1c\x64\x65sired_authenticator_status\x18\x06 \x03(\tB\xf8\x03\x92\x41\x9d\x01\x32\x96\x01provides the list of statuses which are considered undesirable for status report validation purposes. Should be used with validate_status set to true.:\x02[]\xbaH\xd3\x02\x92\x01\xcf\x02\x10\n\"\xca\x02r\xc7\x02R\x12NOT_FIDO_CERTIFIEDR\x0e\x46IDO_CERTIFIEDR\x18USER_VERIFICATION_BYPASSR\x1a\x41TTESTATION_KEY_COMPROMISER\x1aUSER_KEY_REMOTE_COMPROMISER\x1cUSER_KEY_PHYSICAL_COMPROMISER\x10UPDATE_AVAILABLER\x07REVOKEDR\x18SELF_ASSERTION_SUBMITTEDR\x11\x46IDO_CERTIFIED_L1R\x15\x46IDO_CERTIFIED_L1plusR\x11\x46IDO_CERTIFIED_L2R\x15\x46IDO_CERTIFIED_L2plusR\x11\x46IDO_CERTIFIED_L3R\x15\x46IDO_CERTIFIED_L3plusR\x1a\x64\x65siredAuthenticatorStatus\x12\xc1\x05\n\x1eundesired_authenticator_status\x18\x07 \x03(\tB\xfa\x04\x92\x41\x9f\x02\x32\x96\x01provides the list of statuses which are considered undesirable for status report validation purposes. Should be used with validate_status set to true.:\x83\x01[\'ATTESTATION_KEY_COMPROMISE\', \'USER_VERIFICATION_BYPASS\', \'USER_KEY_REMOTE_COMPROMISE\', \'USER_KEY_PHYSICAL_COMPROMISE\', \'REVOKED\']\xbaH\xd3\x02\x92\x01\xcf\x02\x10\n\"\xca\x02r\xc7\x02R\x12NOT_FIDO_CERTIFIEDR\x0e\x46IDO_CERTIFIEDR\x18USER_VERIFICATION_BYPASSR\x1a\x41TTESTATION_KEY_COMPROMISER\x1aUSER_KEY_REMOTE_COMPROMISER\x1cUSER_KEY_PHYSICAL_COMPROMISER\x10UPDATE_AVAILABLER\x07REVOKEDR\x18SELF_ASSERTION_SUBMITTEDR\x11\x46IDO_CERTIFIED_L1R\x15\x46IDO_CERTIFIED_L1plusR\x11\x46IDO_CERTIFIED_L2R\x15\x46IDO_CERTIFIED_L2plusR\x11\x46IDO_CERTIFIED_L3R\x15\x46IDO_CERTIFIED_L3plusR\x1cundesiredAuthenticatorStatus\x1a\x86\x02\n\x16\x41uthenticatorSelection\x12r\n\x11user_verification\x18\x01 \x01(\x0b\x32\x1c.google.protobuf.StringValueB\'\xbaH$r\"R\x08requiredR\tpreferredR\x0b\x64iscouragedR\x10userVerification\x12x\n\x18\x61uthenticator_attachment\x18\x02 \x01(\x0b\x32\x1c.google.protobuf.StringValueB\x1f\xbaH\x1cr\x1aR\x08platformR\x0e\x63ross-platformR\x17\x61uthenticatorAttachment\x1a\xa3\x04\n\x07Timeout\x12x\n\x0cregistration\x18\x01 \x01(\x0b\x32\x19.google.protobuf.DurationB9\x92\x41\'2\x1dRegistration timeout duration:\x06\"300s\"\xbaH\x0c\xaa\x01\t\"\x03\x08\x88\x0e\x32\x02\x08xR\x0cregistration\x12\xa5\x01\n\x10registration_uvd\x18\x02 \x01(\x0b\x32\x19.google.protobuf.DurationB_\x92\x41M2CRegistration timeout duration when user verification is discouraged:\x06\"300s\"\xbaH\x0c\xaa\x01\t\"\x03\x08\x88\x0e\x32\x02\x08xR\x0fregistrationUvd\x12\x63\n\x05login\x18\x03 \x01(\x0b\x32\x19.google.protobuf.DurationB2\x92\x41 2\x16Login timeout duration:\x06\"300s\"\xbaH\x0c\xaa\x01\t\"\x03\x08\x88\x0e\x32\x02\x08xR\x05login\x12\x90\x01\n\tlogin_uvd\x18\x04 \x01(\x0b\x32\x19.google.protobuf.DurationBX\x92\x41\x46\x32<Login timeout duration when user verification is discouraged:\x06\"300s\"\xbaH\x0c\xaa\x01\t\"\x03\x08\x88\x0e\x32\x02\x08xR\x08loginUvd\"\xf7\x15\n\x1bSAMLConnectionConfigRequest\x12\x8a\x01\n\x10idp_metadata_url\x18\x01 \x01(\x0b\x32\x1c.google.protobuf.StringValueBB\x92\x41?2\x10IDP Metadata URLJ+\"https://youridp.com/service/saml/metadata\"R\x0eidpMetadataUrl\x12x\n\ridp_entity_id\x18\x02 \x01(\x0b\x32\x1c.google.protobuf.StringValueB6\x92\x41\x33\x32\rIDP Entity IDJ\"\"https://youridp.com/service/saml\"R\x0bidpEntityId\x12v\n\x0bidp_sso_url\x18\x03 \x01(\x0b\x32\x1c.google.protobuf.StringValueB8\x92\x41\x35\x32\x0bIDP SSO URLJ&\"https://youridp.com/service/saml/sso\"R\tidpSsoUrl\x12[\n\x0fidp_certificate\x18\x04 \x01(\x0b\x32\x1c.google.protobuf.StringValueB\x14\x92\x41\x11\x32\x0fIDP CertificateR\x0eidpCertificate\x12v\n\x0bidp_slo_url\x18\x05 \x01(\x0b\x32\x1c.google.protobuf.StringValueB8\x92\x41\x35\x32\x0bIDP SLO URLJ&\"https://youridp.com/service/saml/slo\"R\tidpSloUrl\x12l\n\x0fui_button_title\x18\x06 \x01(\x0b\x32\x1c.google.protobuf.StringValueB&\x92\x41#2\x0fUI Button TitleJ\x10\"Login with SSO\"R\ruiButtonTitle\x12t\n\x12idp_name_id_format\x18\x07 \x01(\x0e\x32%.scalekit.v1.connections.NameIdFormatB \x92\x41\x1d\x32\x12IDP Name ID FormatJ\x07\"EMAIL\"R\x0fidpNameIdFormat\x12\x89\x01\n\x17idp_sso_request_binding\x18\x08 \x01(\x0e\x32\'.scalekit.v1.connections.RequestBindingB)\x92\x41&2\x17IDP SSO Request BindingJ\x0b\"HTTP_POST\"R\x14idpSsoRequestBinding\x12\x8d\x01\n\x17idp_slo_request_binding\x18\t \x01(\x0e\x32\'.scalekit.v1.connections.RequestBindingB-\x92\x41*2\x17IDP SLO Request BindingJ\x0f\"HTTP_REDIRECT\"R\x14idpSloRequestBinding\x12\x93\x01\n\x13saml_signing_option\x18\n \x01(\x0e\x32+.scalekit.v1.connections.SAMLSigningOptionsB6\x92\x41\x33\x32\x13SAML Signing OptionJ\x1c\"SAML_ONLY_RESPONSE_SIGNING\"R\x11samlSigningOption\x12S\n\x0b\x66orce_authn\x18\x0e \x01(\x0b\x32\x1a.google.protobuf.BoolValueB\x16\x92\x41\x13\x32\x0b\x46orce AuthnJ\x04trueR\nforceAuthn\x12\x96\x01\n\x14\x64\x65\x66\x61ult_redirect_uri\x18\x0f \x01(\x0b\x32\x1c.google.protobuf.StringValueBF\x92\x41\x43\x32\x14\x44\x65\x66\x61ult Redirect URIJ+\"https://yourapp.com/service/saml/redirect\"R\x12\x64\x65\x66\x61ultRedirectUri\x12k\n\x13\x61ssertion_encrypted\x18\x10 \x01(\x0b\x32\x1a.google.protobuf.BoolValueB\x1e\x92\x41\x1b\x32\x13\x41ssertion EncryptedJ\x04trueR\x12\x61ssertionEncrypted\x12j\n\x13want_request_signed\x18\x11 \x01(\x0b\x32\x1a.google.protobuf.BoolValueB\x1e\x92\x41\x1b\x32\x13Want Request SignedJ\x04trueR\x11wantRequestSigned\x12q\n\x0e\x63\x65rtificate_id\x18\x12 \x01(\x0b\x32\x1c.google.protobuf.StringValueB,\x92\x41)2\x0e\x43\x65rtificate IDJ\x17\"cer_35585423166144613\"R\rcertificateId\x12\x62\n\x10idp_slo_required\x18\x13 \x01(\x0b\x32\x1a.google.protobuf.BoolValueB\x1c\x92\x41\x19\x32\x11\x45nable IDP logoutJ\x04trueR\x0eidpSloRequired\x12\x90\x01\n\x0csp_entity_id\x18\x14 \x01(\x0b\x32\x1c.google.protobuf.StringValueBP\x92\x41M2\x1aService Provider Entity IDJ/\"https://env.scalekit.com/sso/v1/saml/conn_123\"R\nspEntityId\x12\x9f\x01\n\x10sp_assertion_url\x18\x15 \x01(\x0b\x32\x1c.google.protobuf.StringValueBW\x92\x41T2\x18Service Provider SSO URLJ8\"https://env.scalekit.com/sso/v1/saml/conn_123/callback\"R\x0espAssertionUrl\x12\x8e\x01\n\nsp_slo_url\x18\x16 \x01(\x0b\x32\x1c.google.protobuf.StringValueBR\x92\x41O2\x18Service Provider SLO URLJ3\"https://env.scalekit.com/sso/v1/saml/conn_123/slo\"R\x08spSloUrl\x12\xc6\x01\n\x1async_user_profile_on_login\x18\x17 \x01(\x0b\x32\x1a.google.protobuf.BoolValueBn\x92\x41k2cIndicates whether user profiles should be synchronized with the identity provider upon each log-in.J\x04trueR\x16syncUserProfileOnLogin\x12\xba\x01\n!jit_provisioning_with_sso_enabled\x18\x18 \x01(\x0b\x32\x1a.google.protobuf.BoolValueBT\x92\x41Q2IIndicates if Just In Time user provisioning is enabled for the connectionJ\x04trueR\x1djitProvisioningWithSsoEnabledJ\x04\x08\x0b\x10\x0c\"\xff\x16\n\x1cSAMLConnectionConfigResponse\x12W\n\x0csp_entity_id\x18\x01 \x01(\tB5\x92\x41\x32\x32\x0cSP Entity IDJ\"\"https://yourapp.com/service/saml\"R\nspEntityId\x12m\n\x10sp_assertion_url\x18\x02 \x01(\tBC\x92\x41@2\x10SP Assertion URLJ,\"https://youridp.com/service/saml/assertion\"R\x0espAssertionUrl\x12i\n\x0fsp_metadata_url\x18\x03 \x01(\tBA\x92\x41>2\x0fSP Metadata URLJ+\"https://youridp.com/service/saml/metadata\"R\rspMetadataUrl\x12\x8a\x01\n\x10idp_metadata_url\x18\x04 \x01(\x0b\x32\x1c.google.protobuf.StringValueBB\x92\x41?2\x10IDP Metadata URLJ+\"https://youridp.com/service/saml/metadata\"R\x0eidpMetadataUrl\x12x\n\ridp_entity_id\x18\x05 \x01(\x0b\x32\x1c.google.protobuf.StringValueB6\x92\x41\x33\x32\rIDP Entity IDJ\"\"https://youridp.com/service/saml\"R\x0bidpEntityId\x12v\n\x0bidp_sso_url\x18\x06 \x01(\x0b\x32\x1c.google.protobuf.StringValueB8\x92\x41\x35\x32\x0bIDP SSO URLJ&\"https://youridp.com/service/saml/sso\"R\tidpSsoUrl\x12i\n\x10idp_certificates\x18\x07 \x03(\x0b\x32\'.scalekit.v1.connections.IDPCertificateB\x15\x92\x41\x12\x32\x10IDP CertificatesR\x0fidpCertificates\x12v\n\x0bidp_slo_url\x18\x08 \x01(\x0b\x32\x1c.google.protobuf.StringValueB8\x92\x41\x35\x32\x0bIDP SLO URLJ&\"https://youridp.com/service/saml/slo\"R\tidpSloUrl\x12l\n\x0fui_button_title\x18\t \x01(\x0b\x32\x1c.google.protobuf.StringValueB&\x92\x41#2\x0fUI Button TitleJ\x10\"Login with SSO\"R\ruiButtonTitle\x12t\n\x12idp_name_id_format\x18\n \x01(\x0e\x32%.scalekit.v1.connections.NameIdFormatB \x92\x41\x1d\x32\x12IDP Name ID FormatJ\x07\"EMAIL\"R\x0fidpNameIdFormat\x12\x89\x01\n\x17idp_sso_request_binding\x18\x0b \x01(\x0e\x32\'.scalekit.v1.connections.RequestBindingB)\x92\x41&2\x17IDP SSO Request BindingJ\x0b\"HTTP_POST\"R\x14idpSsoRequestBinding\x12\x89\x01\n\x17idp_slo_request_binding\x18\x0c \x01(\x0e\x32\'.scalekit.v1.connections.RequestBindingB)\x92\x41&2\x17IDP SLO Request BindingJ\x0b\"HTTP_POST\"R\x14idpSloRequestBinding\x12\x93\x01\n\x13saml_signing_option\x18\r \x01(\x0e\x32+.scalekit.v1.connections.SAMLSigningOptionsB6\x92\x41\x33\x32\x13SAML Signing OptionJ\x1c\"SAML_ONLY_RESPONSE_SIGNING\"R\x11samlSigningOption\x12{\n\x19\x61llow_idp_initiated_login\x18\x0e \x01(\x0b\x32\x1a.google.protobuf.BoolValueB$\x92\x41!2\x19\x41llow IDP Initiated LoginJ\x04trueR\x16\x61llowIdpInitiatedLogin\x12S\n\x0b\x66orce_authn\x18\x0f \x01(\x0b\x32\x1a.google.protobuf.BoolValueB\x16\x92\x41\x13\x32\x0b\x46orce AuthnJ\x04trueR\nforceAuthn\x12\x96\x01\n\x14\x64\x65\x66\x61ult_redirect_uri\x18\x10 \x01(\x0b\x32\x1c.google.protobuf.StringValueBF\x92\x41\x43\x32\x14\x44\x65\x66\x61ult Redirect URIJ+\"https://yourapp.com/service/saml/redirect\"R\x12\x64\x65\x66\x61ultRedirectUri\x12k\n\x13\x61ssertion_encrypted\x18\x11 \x01(\x0b\x32\x1a.google.protobuf.BoolValueB\x1e\x92\x41\x1b\x32\x13\x41ssertion EncryptedJ\x04trueR\x12\x61ssertionEncrypted\x12j\n\x13want_request_signed\x18\x12 \x01(\x0b\x32\x1a.google.protobuf.BoolValueB\x1e\x92\x41\x1b\x32\x13Want Request SignedJ\x04trueR\x11wantRequestSigned\x12q\n\x0e\x63\x65rtificate_id\x18\x13 \x01(\x0b\x32\x1c.google.protobuf.StringValueB,\x92\x41)2\x0e\x43\x65rtificate IDJ\x17\"cer_35585423166144613\"R\rcertificateId\x12\x62\n\x10idp_slo_required\x18\x14 \x01(\x0b\x32\x1a.google.protobuf.BoolValueB\x1c\x92\x41\x19\x32\x11\x45nable IDP logoutJ\x04trueR\x0eidpSloRequired\x12\x96\x01\n\nsp_slo_url\x18\x15 \x01(\x0b\x32\x1c.google.protobuf.StringValueBZ\x92\x41T2\x18Service Provider SLO urlJ8\"https://yourapp.com/sso/v1/saml/conn_1234/slo/callback\"\xe0\x41\x03R\x08spSloUrl\x12\xc6\x01\n\x1async_user_profile_on_login\x18\x16 \x01(\x0b\x32\x1a.google.protobuf.BoolValueBn\x92\x41k2cIndicates whether user profiles should be synchronized with the identity provider upon each log-in.J\x04trueR\x16syncUserProfileOnLogin\x12\xba\x01\n!jit_provisioning_with_sso_enabled\x18\x17 \x01(\x0b\x32\x1a.google.protobuf.BoolValueBT\x92\x41Q2IIndicates if Just In Time user provisioning is enabled for the connectionJ\x04trueR\x1djitProvisioningWithSsoEnabled\"\xbf\x03\n\x0eIDPCertificate\x12\x36\n\x0b\x63\x65rtificate\x18\x01 \x01(\tB\x14\x92\x41\x11\x32\x0fIDP CertificateR\x0b\x63\x65rtificate\x12s\n\x0b\x63reate_time\x18\x02 \x01(\x0b\x32\x1a.google.protobuf.TimestampB6\x92\x41\x33\x32\x19\x43\x65rtificate Creation TimeJ\x16\"2021-09-01T00:00:00Z\"R\ncreateTime\x12q\n\x0b\x65xpiry_time\x18\x03 \x01(\x0b\x32\x1a.google.protobuf.TimestampB4\x92\x41\x31\x32\x17\x43\x65rtificate Expiry TimeJ\x16\"2021-09-01T00:00:00Z\"R\nexpiryTime\x12\x38\n\x02id\x18\x04 \x01(\tB(\x92\x41%2\x0e\x43\x65rtificate IDJ\x13\"cert_123123123123\"R\x02id\x12S\n\x06issuer\x18\x05 \x01(\tB;\x92\x41\x38\x32\x12\x43\x65rtificate IssuerJ\"\"https://youridp.com/service/saml\"R\x06issuer\"b\n\x16GetOIDCMetadataRequest\x12H\n\x08metadata\x18\x01 \x01(\x0b\x32,.scalekit.v1.connections.OIDCMetadataRequestR\x08metadata\"9\n\x13OIDCMetadataRequest\x12\"\n\x06issuer\x18\x01 \x01(\tB\n\xbaH\x07r\x05\x10\x01\x18\xc8\x01R\x06issuer\"\xd7\x01\n\x17GetOIDCMetadataResponse\x12\x16\n\x06issuer\x18\x01 \x01(\tR\x06issuer\x12\x35\n\x16\x61uthorization_endpoint\x18\x02 \x01(\tR\x15\x61uthorizationEndpoint\x12%\n\x0etoken_endpoint\x18\x03 \x01(\tR\rtokenEndpoint\x12+\n\x11userinfo_endpoint\x18\x04 \x01(\tR\x10userinfoEndpoint\x12\x19\n\x08jwks_uri\x18\x05 \x01(\tR\x07jwksUri\"b\n\x16GetSAMLMetadataRequest\x12H\n\x08metadata\x18\x01 \x01(\x0b\x32,.scalekit.v1.connections.SAMLMetadataRequestR\x08metadata\"D\n\x13SAMLMetadataRequest\x12-\n\x0cmetadata_url\x18\x01 \x01(\tB\n\xbaH\x07r\x05\x10\x01\x18\xc8\x01R\x0bmetadataUrl\"\xb4\x02\n\x17GetSAMLMetadataResponse\x12\"\n\ridp_entity_id\x18\x01 \x01(\tR\x0bidpEntityId\x12\x1e\n\x0bidp_sso_url\x18\x02 \x01(\tR\tidpSsoUrl\x12\x1e\n\x0bidp_slo_url\x18\x03 \x01(\tR\tidpSloUrl\x12)\n\x10idp_certificates\x18\x04 \x03(\tR\x0fidpCertificates\x12+\n\x12idp_name_id_format\x18\x05 \x01(\tR\x0fidpNameIdFormat\x12\'\n\x0frequest_binding\x18\x06 \x01(\tR\x0erequestBinding\x12\x34\n\x16want_assertions_signed\x18\x07 \x01(\x08R\x14wantAssertionsSigned\"u\n GetSAMLCertificateDetailsRequest\x12Q\n\x0b\x63\x65rtificate\x18\x01 \x01(\x0b\x32/.scalekit.v1.connections.SAMLCertificateRequestR\x0b\x63\x65rtificate\"5\n\x16SAMLCertificateRequest\x12\x1b\n\x04text\x18\x01 \x01(\tB\x07\xbaH\x04r\x02\x10\x01R\x04text\"\xa5\x01\n!GetSAMLCertificateDetailsResponse\x12\x12\n\x04text\x18\x01 \x01(\tR\x04text\x12\x1b\n\tnot_after\x18\x02 \x01(\x03R\x08notAfter\x12\x1d\n\nnot_before\x18\x03 \x01(\x03R\tnotBefore\x12\x18\n\x07subject\x18\x04 \x01(\tR\x07subject\x12\x16\n\x06issuer\x18\x05 \x01(\tR\x06issuer\"\x86\x01\n\x1eGetConnectionTestResultRequest\x12,\n\rconnection_id\x18\x01 \x01(\tB\x07\xbaH\x04r\x02\x10\x01R\x0c\x63onnectionId\x12\x36\n\x0ftest_request_id\x18\x02 \x01(\tB\x0e\xbaH\x0br\t\x10\x01:\x05test_R\rtestRequestId\"\xbd\x02\n\x1fGetConnectionTestResultResponse\x12\x41\n\x06status\x18\x01 \x01(\x0e\x32).scalekit.v1.connections.TestResultStatusR\x06status\x12 \n\tuser_info\x18\x02 \x01(\tH\x00R\x08userInfo\x88\x01\x01\x12\x19\n\x05\x65rror\x18\x03 \x01(\tH\x01R\x05\x65rror\x88\x01\x01\x12\x30\n\x11\x65rror_description\x18\x04 \x01(\tH\x02R\x10\x65rrorDescription\x88\x01\x01\x12(\n\rerror_details\x18\x05 \x01(\tH\x03R\x0c\x65rrorDetails\x88\x01\x01\x42\x0c\n\n_user_infoB\x08\n\x06_errorB\x14\n\x12_error_descriptionB\x10\n\x0e_error_details\"\x1a\n\x18PasswordConnectionConfig\"9\n\x05\x46lags\x12\x19\n\x08is_login\x18\x01 \x01(\x08R\x07isLogin\x12\x15\n\x06is_app\x18\x02 \x01(\x08R\x05isApp\"\xd1\x04\n\x19ListAppConnectionsRequest\x12\x80\x01\n\tpage_size\x18\x01 \x01(\rBc\x92\x41Y2SMaximum number of organizations to return per page. Value must be between 1 and 30.J\x02\x33\x30\xbaH\x04*\x02\x18\x1eR\x08pageSize\x12\xa5\x01\n\npage_token\x18\x02 \x01(\tB\x85\x01\x92\x41\x81\x01\x32\x61Token from a previous response for pagination. Provide this to retrieve the next page of results.J\x1c\x65yJwYWdlIjoyLCJsaW1pdCI6MzB9R\tpageToken\x12U\n\x08provider\x18\x03 \x01(\tB4\x92\x41(2\x1e\x46ilter connections by providerJ\x06\"OKTA\"\xbaH\x06r\x04\x10\x01\x18\x32H\x00R\x08provider\x88\x01\x01\x12\x9a\x01\n\x05query\x18\x04 \x01(\tB\x7f\x92\x41s2hFree-text search that matches connections by connection name (key ID) or provider. Minimum 3 characters.J\x07\"slack\"\xbaH\x06r\x04\x10\x03\x18\x64H\x01R\x05query\x88\x01\x01\x42\x0b\n\t_providerB\x08\n\x06_query\"\xea\x03\n\x1aListAppConnectionsResponse\x12\x81\x01\n\x0b\x63onnections\x18\x01 \x03(\x0b\x32\'.scalekit.v1.connections.ListConnectionB6\x92\x41\x33\x32\x31List of connections matching the request criteriaR\x0b\x63onnections\x12o\n\x0fnext_page_token\x18\x02 \x01(\tBG\x92\x41\x44\x32\"Token for the next page of resultsJ\x1e\"eyJwYWdlIjoyLCJsaW1pdCI6MzB9\"R\rnextPageToken\x12s\n\x0fprev_page_token\x18\x03 \x01(\tBK\x92\x41H2&Token for the previous page of resultsJ\x1e\"eyJwYWdlIjoyLCJsaW1pdCI6MzB9\"R\rprevPageToken\x12\x62\n\ntotal_size\x18\x04 \x01(\rBC\x92\x41@29Total number of connections matching the request criteriaJ\x03\x31\x30\x30R\ttotalSize\"\x8b\x01\n\x1bGetConnectionContextRequest\x12\x38\n\rconnection_id\x18\x01 \x01(\tB\x13\xbaH\x10r\x0b\x10\x01\x18 :\x05\x63onn_\xc8\x01\x01R\x0c\x63onnectionId\x12\x32\n\x0forganization_id\x18\x02 \x01(\tB\t\xbaH\x06r\x04\x10\x00\x18 R\x0eorganizationId\"Q\n\x1cGetConnectionContextResponse\x12\x31\n\x07\x63ontext\x18\x01 \x01(\x0b\x32\x17.google.protobuf.StructR\x07\x63ontext\"\xc1\x01\n\x1eUpdateConnectionContextRequest\x12\x38\n\rconnection_id\x18\x01 \x01(\tB\x13\xbaH\x10r\x0b\x10\x01\x18 :\x05\x63onn_\xc8\x01\x01R\x0c\x63onnectionId\x12\x32\n\x0forganization_id\x18\x02 \x01(\tB\t\xbaH\x06r\x04\x10\x00\x18 R\x0eorganizationId\x12\x31\n\x07\x63ontext\x18\x03 \x01(\x0b\x32\x17.google.protobuf.StructR\x07\x63ontext*W\n\x11\x43odeChallengeType\x12#\n\x1f\x43ODE_CHALLENGE_TYPE_UNSPECIFIED\x10\x00\x12\x0b\n\x07NUMERIC\x10\x01\x12\x10\n\x0c\x41LPHANUMERIC\x10\x02*R\n\x11\x43onfigurationType\x12\"\n\x1e\x43ONFIGURATION_TYPE_UNSPECIFIED\x10\x00\x12\r\n\tDISCOVERY\x10\x01\x12\n\n\x06MANUAL\x10\x02*a\n\x0cNameIdFormat\x12\x16\n\x12NAME_ID_FORMAT_NIL\x10\x00\x12\x0f\n\x0bUNSPECIFIED\x10\x01\x12\t\n\x05\x45MAIL\x10\x02\x12\r\n\tTRANSIENT\x10\x03\x12\x0e\n\nPERSISTENT\x10\x04*U\n\x10PasswordlessType\x12 \n\x1cPasswordlessType_UNSPECIFIED\x10\x00\x12\x08\n\x04LINK\x10\x01\x12\x07\n\x03OTP\x10\x02\x12\x0c\n\x08LINK_OTP\x10\x03*9\n\x10TestResultStatus\x12\x0b\n\x07PENDING\x10\x00\x12\x0b\n\x07SUCCESS\x10\x01\x12\x0b\n\x07\x46\x41ILURE\x10\x02*\xd8\x01\n\x12SAMLSigningOptions\x12$\n SAML_SIGNING_OPTIONS_UNSPECIFIED\x10\x00\x12\x0e\n\nNO_SIGNING\x10\x01\x12\x1e\n\x1aSAML_ONLY_RESPONSE_SIGNING\x10\x02\x12\x1f\n\x1bSAML_ONLY_ASSERTION_SIGNING\x10\x03\x12#\n\x1fSAML_RESPONSE_ASSERTION_SIGNING\x10\x04\x12&\n\"SAML_RESPONSE_OR_ASSERTION_SIGNING\x10\x05*S\n\x0eRequestBinding\x12\x1f\n\x1bREQUEST_BINDING_UNSPECIFIED\x10\x00\x12\r\n\tHTTP_POST\x10\x01\x12\x11\n\rHTTP_REDIRECT\x10\x02*P\n\rTokenAuthType\x12\x1f\n\x1bTOKEN_AUTH_TYPE_UNSPECIFIED\x10\x00\x12\x0e\n\nURL_PARAMS\x10\x01\x12\x0e\n\nBASIC_AUTH\x10\x02*c\n\tOIDCScope\x12\x1a\n\x16OIDC_SCOPE_UNSPECIFIED\x10\x00\x12\n\n\x06openid\x10\x01\x12\x0b\n\x07profile\x10\x02\x12\t\n\x05\x65mail\x10\x03\x12\x0b\n\x07\x61\x64\x64ress\x10\x04\x12\t\n\x05phone\x10\x05*\xee\x01\n\x0e\x43onnectionType\x12\x0b\n\x07INVALID\x10\x00\x12\x08\n\x04OIDC\x10\x01\x12\x08\n\x04SAML\x10\x02\x12\x0c\n\x08PASSWORD\x10\x03\x12\t\n\x05OAUTH\x10\x04\x12\x10\n\x0cPASSWORDLESS\x10\x05\x12\t\n\x05\x42\x41SIC\x10\x06\x12\n\n\x06\x42\x45\x41RER\x10\x07\x12\x0b\n\x07\x41PI_KEY\x10\x08\x12\x0c\n\x08WEBAUTHN\x10\t\x12\r\n\tOAUTH_M2M\x10\n\x12\x11\n\rTRELLO_OAUTH1\x10\x0b\x12\x0e\n\nGOOGLE_DWD\x10\x0c\x12\x0f\n\x0bTRUSTED_IDP\x10\r\x12\x0e\n\nSMART_FHIR\x10\x0e\x12\x0b\n\x07NO_AUTH\x10\x0f*`\n\x10\x43onnectionStatus\x12!\n\x1d\x43ONNECTION_STATUS_UNSPECIFIED\x10\x00\x12\t\n\x05\x44RAFT\x10\x01\x12\x0f\n\x0bIN_PROGRESS\x10\x02\x12\r\n\tCOMPLETED\x10\x03*\x98\x02\n\x12\x43onnectionProvider\x12#\n\x1f\x43ONNECTION_PROVIDER_UNSPECIFIED\x10\x00\x12\x08\n\x04OKTA\x10\x01\x12\n\n\x06GOOGLE\x10\x02\x12\x10\n\x0cMICROSOFT_AD\x10\x03\x12\t\n\x05\x41UTH0\x10\x04\x12\x0c\n\x08ONELOGIN\x10\x05\x12\x11\n\rPING_IDENTITY\x10\x06\x12\r\n\tJUMPCLOUD\x10\x07\x12\n\n\x06\x43USTOM\x10\x08\x12\n\n\x06GITHUB\x10\t\x12\n\n\x06GITLAB\x10\n\x12\x0c\n\x08LINKEDIN\x10\x0b\x12\x0e\n\nSALESFORCE\x10\x0c\x12\r\n\tMICROSOFT\x10\r\x12\x11\n\rIDP_SIMULATOR\x10\x0e\x12\x0c\n\x08SCALEKIT\x10\x0f\x12\x08\n\x04\x41\x44\x46S\x10\x10\x32\x92G\n\x11\x43onnectionService\x12\x91\x03\n\x1b\x43reateEnvironmentConnection\x12;.scalekit.v1.connections.CreateEnvironmentConnectionRequest\x1a\x31.scalekit.v1.connections.CreateConnectionResponse\"\x81\x02\x92\x41\xc1\x01\n\x0b\x43onnections\x12\x17\x43reate a new connection\x1a\x38\x45stablish a new connection for the specified environmentJ_\n\x03\x32\x30\x31\x12X\n\x1f\x43onnection created successfully\x12\x35\n3\x1a\x31.scalekit.v1.connections.CreateConnectionResponse\x82\xb5\x18\x02\x18\x44\xfa\xd2\xe4\x93\x02\t\x12\x07PREVIEW\x82\xd3\xe4\x93\x02!\"\x13/api/v1/connections:\nconnection\x12\xb3\x03\n\x10\x43reateConnection\x12\x30.scalekit.v1.connections.CreateConnectionRequest\x1a\x31.scalekit.v1.connections.CreateConnectionResponse\"\xb9\x02\x92\x41\xc6\x01\n\x0b\x43onnections\x12\x17\x43reate a new connection\x1a=Establish a new SSO connection for the specified organizationJ_\n\x03\x32\x30\x31\x12X\n\x1f\x43onnection created successfully\x12\x35\n3\x1a\x31.scalekit.v1.connections.CreateConnectionResponse\x82\xb5\x18\x15\n\x11\x63onnections_write\x18t\xfa\xd2\xe4\x93\x02\t\x12\x07PREVIEW\x82\xd3\xe4\x93\x02\x41\"3/api/v1/organizations/{organization_id}/connections:\nconnection\x12\xcd\x04\n\x19\x41ssignDomainsToConnection\x12\x39.scalekit.v1.connections.AssignDomainsToConnectionRequest\x1a:.scalekit.v1.connections.AssignDomainsToConnectionResponse\"\xb8\x03\x92\x41\xb6\x02\n\x0b\x43onnections\x12\x1e\x41ssign domains to a connection\x1a\x9e\x01\x41ssigns one or more domains to a specific connection within an organization. This allows the connection to be used for authentication on the specified domainsJf\n\x03\x32\x30\x30\x12_\n\x1d\x44omains assigned successfully\x12>\n<\x1a:.scalekit.v1.connections.AssignDomainsToConnectionResponse\x82\xb5\x18\x15\n\x11\x63onnections_write\x18t\xfa\xd2\xe4\x93\x02\t\x12\x07PREVIEW\x82\xd3\xe4\x93\x02P\x1aK/api/v1/organizations/{organization_id}/connections/{connection_id}/domains:\x01*\x12\xb3\x03\n\x18GetEnvironmentConnection\x12\x38.scalekit.v1.connections.GetEnvironmentConnectionRequest\x1a..scalekit.v1.connections.GetConnectionResponse\"\xac\x02\x92\x41\xe7\x01\n\x0b\x43onnections\x12\x1bRetrieve connection details\x1aSObtain detailed information about a specific connection using its unique identifierJf\n\x03\x32\x30\x30\x12_\n)Successfully retrieved connection details\x12\x32\n0\x1a..scalekit.v1.connections.GetConnectionResponse\x82\xb5\x18\x03\x18\xc4\x01\xfa\xd2\xe4\x93\x02\t\x12\x07PREVIEW\x82\xd3\xe4\x93\x02%\x12#/api/v1/connections/{connection_id}\x12\xcf\x04\n\rGetConnection\x12-.scalekit.v1.connections.GetConnectionRequest\x1a..scalekit.v1.connections.GetConnectionResponse\"\xde\x03\x92\x41\x81\x03\n\x0b\x43onnections\x12\x16Get connection details\x1a\xd1\x01Retrieves the complete configuration and status details for a specific connection by its ID within an organization. Returns all connection properties including provider settings, protocols, and current status.J\x85\x01\n\x03\x32\x30\x30\x12~\nHSuccessfully retrieved connection details for the specified organization\x12\x32\n0\x1a..scalekit.v1.connections.GetConnectionResponse\x82\xb5\x18\x15\n\x10\x63onnections_read\x18\xf4\x01\x82\xd3\xe4\x93\x02:\x12\x38/api/v1/organizations/{organization_id}/connections/{id}\x12\xe4\x02\n\x0fListConnections\x12/.scalekit.v1.connections.ListConnectionsRequest\x1a\x30.scalekit.v1.connections.ListConnectionsResponse\"\xed\x01\x92\x41\xb6\x01\n\x0b\x43onnections\x12\x10List connections\x1a\x32Retrieves a list of connections in the environmentJa\n\x03\x32\x30\x30\x12Z\n\"Successfully retrieved connections\x12\x34\n2\x1a\x30.scalekit.v1.connections.ListConnectionsResponse\x82\xb5\x18\x14\n\x10\x63onnections_read\x18t\x82\xd3\xe4\x93\x02\x15\x12\x13/api/v1/connections\x12\xb5\x03\n\x1bListOrganizationConnections\x12;.scalekit.v1.connections.ListOrganizationConnectionsRequest\x1a<.scalekit.v1.connections.ListOrganizationConnectionsResponse\"\x9a\x02\x92\x41\xd6\x01\n\x0b\x43onnections\x12\x1dList organization connections\x1a\x39Retrieves a list of connections for all the organizationsJm\n\x03\x32\x30\x30\x12\x66\n\"Successfully retrieved connections\x12@\n>\x1a<.scalekit.v1.connections.ListOrganizationConnectionsResponse\x82\xb5\x18\x02\x18\x44\xfa\xd2\xe4\x93\x02\t\x12\x07PREVIEW\x82\xd3\xe4\x93\x02%\x12#/api/v1/organizations/-/connections\x12\xcd\x03\n\x1dSearchOrganizationConnections\x12=.scalekit.v1.connections.SearchOrganizationConnectionsRequest\x1a>.scalekit.v1.connections.SearchOrganizationConnectionsResponse\"\xac\x02\x92\x41\xe1\x01\n\x0b\x43onnections\x12\x1fSearch organization connections\x1a\x44Search with query or filters provided and return list of connectionsJk\n\x03\x32\x30\x30\x12\x64\n\x1eSuccessfully found connections\x12\x42\n@\x1a>.scalekit.v1.connections.SearchOrganizationConnectionsResponse\x82\xb5\x18\x02\x18\x44\xfa\xd2\xe4\x93\x02\t\x12\x07PREVIEW\x82\xd3\xe4\x93\x02,\x12*/api/v1/organizations/-/connections:search\x12\xf1\x02\n\x1bUpdateEnvironmentConnection\x12;.scalekit.v1.connections.UpdateEnvironmentConnectionRequest\x1a\x31.scalekit.v1.connections.UpdateConnectionResponse\"\xe1\x01\x92\x41\x91\x01\n\x0b\x43onnections\x12\x13Update a connection\x1a\x17Update a SSO ConnectionJT\n\x03\x32\x30\x30\x12M\n\x14Updated Successfully\x12\x35\n3\x1a\x31.scalekit.v1.connections.UpdateConnectionResponse\x82\xb5\x18\x02\x18\x44\xfa\xd2\xe4\x93\x02\t\x12\x07PREVIEW\x82\xd3\xe4\x93\x02\x31\x32#/api/v1/connections/{connection_id}:\nconnection\x12\x94\x03\n\x10UpdateConnection\x12\x30.scalekit.v1.connections.UpdateConnectionRequest\x1a\x31.scalekit.v1.connections.UpdateConnectionResponse\"\x9a\x02\x92\x41\xa2\x01\n\x0b\x43onnections\x12$Update a connection for organization\x1a\x17Update a SSO ConnectionJT\n\x03\x32\x30\x30\x12M\n\x14Updated Successfully\x12\x35\n3\x1a\x31.scalekit.v1.connections.UpdateConnectionResponse\x82\xb5\x18\x15\n\x11\x63onnections_write\x18t\xfa\xd2\xe4\x93\x02\t\x12\x07PREVIEW\x82\xd3\xe4\x93\x02\x46\x32\x38/api/v1/organizations/{organization_id}/connections/{id}:\nconnection\x12\x92\x02\n\x1b\x44\x65leteEnvironmentConnection\x12;.scalekit.v1.connections.DeleteEnvironmentConnectionRequest\x1a\x16.google.protobuf.Empty\"\x9d\x01\x92\x41Z\n\x0b\x43onnections\x12\x13\x44\x65lete a connection\x1a\x17\x44\x65lete a SSO ConnectionJ\x1d\n\x03\x32\x30\x30\x12\x16\n\x14\x44\x65leted Successfully\x82\xb5\x18\x02\x18\x44\xfa\xd2\xe4\x93\x02\t\x12\x07PREVIEW\x82\xd3\xe4\x93\x02%*#/api/v1/connections/{connection_id}\x12\xf7\x03\n\x10\x44\x65leteConnection\x12\x30.scalekit.v1.connections.DeleteConnectionRequest\x1a\x16.google.protobuf.Empty\"\x98\x03\x92\x41\xce\x02\n\x0b\x43onnections\x12\x15\x44\x65lete SSO connection\x1a\xf9\x01\x44\x65letes an SSO connection from the specified organization by connection ID. Use this endpoint when an identity provider integration is no longer needed for the organization. Returns an empty response after the SSO connection is deleted successfully.J,\n\x03\x32\x30\x30\x12%\n#SSO connection deleted successfully\x82\xb5\x18\x02\x18\x64\x82\xd3\xe4\x93\x02:*8/api/v1/organizations/{organization_id}/connections/{id}\x12\xdf\x02\n\x1b\x45nableEnvironmentConnection\x12;.scalekit.v1.connections.ToggleEnvironmentConnectionRequest\x1a\x31.scalekit.v1.connections.ToggleConnectionResponse\"\xcf\x01\x92\x41\x84\x01\n\x0b\x43onnections\x12\x13\x45nable a connection\x1a\x17\x45nable a SSO ConnectionJG\n\x03\x32\x30\x30\x12@\n\x07Success\x12\x35\n3\x1a\x31.scalekit.v1.connections.ToggleConnectionResponse\x82\xb5\x18\x02\x18\x44\xfa\xd2\xe4\x93\x02\t\x12\x07PREVIEW\x82\xd3\xe4\x93\x02,2*/api/v1/connections/{connection_id}:enable\x12\xd4\x04\n\x10\x45nableConnection\x12\x30.scalekit.v1.connections.ToggleConnectionRequest\x1a\x31.scalekit.v1.connections.ToggleConnectionResponse\"\xda\x03\x92\x41\xf6\x02\n\x0b\x43onnections\x12\x15\x45nable SSO connection\x1a\xee\x01\x41\x63tivate an existing connection for the specified organization. When enabled, users can authenticate using this connection. This endpoint changes the connection state from disabled to enabled without modifying other configuration settingsJ_\n\x03\x32\x30\x30\x12X\n\x1f\x43onnection enabled successfully\x12\x35\n3\x1a\x31.scalekit.v1.connections.ToggleConnectionResponse\x82\xb5\x18\x15\n\x11\x63onnections_write\x18t\x82\xd3\xe4\x93\x02\x41\x32?/api/v1/organizations/{organization_id}/connections/{id}:enable\x12\xe3\x02\n\x1c\x44isableEnvironmentConnection\x12;.scalekit.v1.connections.ToggleEnvironmentConnectionRequest\x1a\x31.scalekit.v1.connections.ToggleConnectionResponse\"\xd2\x01\x92\x41\x86\x01\n\x0b\x43onnections\x12\x14\x44isable a connection\x1a\x18\x44isable a SSO ConnectionJG\n\x03\x32\x30\x30\x12@\n\x07Success\x12\x35\n3\x1a\x31.scalekit.v1.connections.ToggleConnectionResponse\x82\xb5\x18\x02\x18\x44\xfa\xd2\xe4\x93\x02\t\x12\x07PREVIEW\x82\xd3\xe4\x93\x02-2+/api/v1/connections/{connection_id}:disable\x12\xde\x04\n\x11\x44isableConnection\x12\x30.scalekit.v1.connections.ToggleConnectionRequest\x1a\x31.scalekit.v1.connections.ToggleConnectionResponse\"\xe3\x03\x92\x41\xfe\x02\n\x0b\x43onnections\x12\x16\x44isable SSO connection\x1a\xf4\x01\x44\x65\x61\x63tivate an existing connection for the specified organization. When disabled, users cannot authenticate using this connection. This endpoint changes the connection state from enabled to disabled without modifying other configuration settingsJ`\n\x03\x32\x30\x30\x12Y\n Connection disabled successfully\x12\x35\n3\x1a\x31.scalekit.v1.connections.ToggleConnectionResponse\x82\xb5\x18\x15\n\x11\x63onnections_write\x18t\x82\xd3\xe4\x93\x02\x42\x32@/api/v1/organizations/{organization_id}/connections/{id}:disable\x12\x80\x03\n\x17GetConnectionTestResult\x12\x37.scalekit.v1.connections.GetConnectionTestResultRequest\x1a\x38.scalekit.v1.connections.GetConnectionTestResultResponse\"\xf1\x01\x92\x41\x8d\x01\n\x0b\x43onnections\x12\x16Test connection result\x1a\x16\x43onnection test resultJN\n\x03\x32\x30\x30\x12G\n\x07Success\x12<\n:\x1a\x38.scalekit.v1.connections.GetConnectionTestResultResponse\x82\xb5\x18\x02\x18t\xfa\xd2\xe4\x93\x02\t\x12\x07PREVIEW\x82\xd3\xe4\x93\x02\x45\x12\x43/api/v1/connections/{connection_id}/test-requests/{test_request_id}\x12\xf6\x02\n\x12ListAppConnections\x12\x32.scalekit.v1.connections.ListAppConnectionsRequest\x1a\x33.scalekit.v1.connections.ListAppConnectionsResponse\"\xf6\x01\x92\x41\xbe\x01\n\x0b\x43onnections\x12\x14List App connections\x1a\x36Retrieves a list of app connections in the environmentJa\n\x03\x32\x30\x30\x12Z\n\"Successfully retrieved connections\x12\x34\n2\x1a\x30.scalekit.v1.connections.ListConnectionsResponse\x82\xb5\x18\x02\x18\x64\xfa\xd2\xe4\x93\x02\t\x12\x07PREVIEW\x82\xd3\xe4\x93\x02\x19\x12\x17/api/v1/connections/app\x12\xd1\x03\n\x14GetConnectionContext\x12\x34.scalekit.v1.connections.GetConnectionContextRequest\x1a\x35.scalekit.v1.connections.GetConnectionContextResponse\"\xcb\x02\x92\x41\xad\x01\n\x0b\x43onnections\x12\x16Get connection context\x1a<Retrieves the custom context data for a specific connection.J(\n\x03\x32\x30\x30\x12!\n\x1fReturns the connection context.J\x1e\n\x03\x34\x30\x34\x12\x17\n\x15\x43onnection not found.\x82\xb5\x18\x03\x18\xf0\x01\xfa\xd2\xe4\x93\x02\t\x12\x07PREVIEW\x82\xd3\xe4\x93\x02~\x12L/api/v1/organizations/{organization_id}/connections/{connection_id}/contextsZ.\x12,/api/v1/connections/{connection_id}/contexts\x12\xe4\x03\n\x17UpdateConnectionContext\x12\x37.scalekit.v1.connections.UpdateConnectionContextRequest\x1a\x16.google.protobuf.Empty\"\xf7\x02\x92\x41\xc7\x01\n\x0b\x43onnections\x12\x19Update connection context\x1a:Updates the custom context data for a specific connection.J&\n\x03\x32\x30\x30\x12\x1f\n\x1d\x43ontext updated successfully.J\x19\n\x03\x34\x30\x30\x12\x12\n\x10Invalid request.J\x1e\n\x03\x34\x30\x34\x12\x17\n\x15\x43onnection not found.\x82\xb5\x18\x02\x18p\xfa\xd2\xe4\x93\x02\t\x12\x07PREVIEW\x82\xd3\xe4\x93\x02\x90\x01\x1aL/api/v1/organizations/{organization_id}/connections/{connection_id}/contexts:\x07\x63ontextZ7\x1a,/api/v1/connections/{connection_id}/contexts:\x07\x63ontext\x1a\x9a\x01\x92\x41\x96\x01\n\x0b\x43onnections\x12\x86\x01Manage enterprise connections for your Scalekit environment. This service provides endpoints for retrieving, and updating connections.B7Z5github.com/scalekit-inc/scalekit/pkg/grpc/connectionsb\x06proto3')
32
32
 
33
33
  _globals = globals()
34
34
  _builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
@@ -502,6 +502,8 @@ if not _descriptor._USE_C_DESCRIPTORS:
502
502
  _globals['_LISTAPPCONNECTIONSREQUEST'].fields_by_name['page_token']._serialized_options = b'\222A\201\0012aToken from a previous response for pagination. Provide this to retrieve the next page of results.J\034eyJwYWdlIjoyLCJsaW1pdCI6MzB9'
503
503
  _globals['_LISTAPPCONNECTIONSREQUEST'].fields_by_name['provider']._loaded_options = None
504
504
  _globals['_LISTAPPCONNECTIONSREQUEST'].fields_by_name['provider']._serialized_options = b'\222A(2\036Filter connections by providerJ\006\"OKTA\"\272H\006r\004\020\001\0302'
505
+ _globals['_LISTAPPCONNECTIONSREQUEST'].fields_by_name['query']._loaded_options = None
506
+ _globals['_LISTAPPCONNECTIONSREQUEST'].fields_by_name['query']._serialized_options = b'\222As2hFree-text search that matches connections by connection name (key ID) or provider. Minimum 3 characters.J\007\"slack\"\272H\006r\004\020\003\030d'
505
507
  _globals['_LISTAPPCONNECTIONSRESPONSE'].fields_by_name['connections']._loaded_options = None
506
508
  _globals['_LISTAPPCONNECTIONSRESPONSE'].fields_by_name['connections']._serialized_options = b'\222A321List of connections matching the request criteria'
507
509
  _globals['_LISTAPPCONNECTIONSRESPONSE'].fields_by_name['next_page_token']._loaded_options = None
@@ -560,30 +562,30 @@ if not _descriptor._USE_C_DESCRIPTORS:
560
562
  _globals['_CONNECTIONSERVICE'].methods_by_name['GetConnectionContext']._serialized_options = b'\222A\255\001\n\013Connections\022\026Get connection context\032<Retrieves the custom context data for a specific connection.J(\n\003200\022!\n\037Returns the connection context.J\036\n\003404\022\027\n\025Connection not found.\202\265\030\003\030\360\001\372\322\344\223\002\t\022\007PREVIEW\202\323\344\223\002~\022L/api/v1/organizations/{organization_id}/connections/{connection_id}/contextsZ.\022,/api/v1/connections/{connection_id}/contexts'
561
563
  _globals['_CONNECTIONSERVICE'].methods_by_name['UpdateConnectionContext']._loaded_options = None
562
564
  _globals['_CONNECTIONSERVICE'].methods_by_name['UpdateConnectionContext']._serialized_options = b'\222A\307\001\n\013Connections\022\031Update connection context\032:Updates the custom context data for a specific connection.J&\n\003200\022\037\n\035Context updated successfully.J\031\n\003400\022\022\n\020Invalid request.J\036\n\003404\022\027\n\025Connection not found.\202\265\030\002\030p\372\322\344\223\002\t\022\007PREVIEW\202\323\344\223\002\220\001\032L/api/v1/organizations/{organization_id}/connections/{connection_id}/contexts:\007contextZ7\032,/api/v1/connections/{connection_id}/contexts:\007context'
563
- _globals['_CODECHALLENGETYPE']._serialized_start=39572
564
- _globals['_CODECHALLENGETYPE']._serialized_end=39659
565
- _globals['_CONFIGURATIONTYPE']._serialized_start=39661
566
- _globals['_CONFIGURATIONTYPE']._serialized_end=39743
567
- _globals['_NAMEIDFORMAT']._serialized_start=39745
568
- _globals['_NAMEIDFORMAT']._serialized_end=39842
569
- _globals['_PASSWORDLESSTYPE']._serialized_start=39844
570
- _globals['_PASSWORDLESSTYPE']._serialized_end=39929
571
- _globals['_TESTRESULTSTATUS']._serialized_start=39931
572
- _globals['_TESTRESULTSTATUS']._serialized_end=39988
573
- _globals['_SAMLSIGNINGOPTIONS']._serialized_start=39991
574
- _globals['_SAMLSIGNINGOPTIONS']._serialized_end=40207
575
- _globals['_REQUESTBINDING']._serialized_start=40209
576
- _globals['_REQUESTBINDING']._serialized_end=40292
577
- _globals['_TOKENAUTHTYPE']._serialized_start=40294
578
- _globals['_TOKENAUTHTYPE']._serialized_end=40374
579
- _globals['_OIDCSCOPE']._serialized_start=40376
580
- _globals['_OIDCSCOPE']._serialized_end=40475
581
- _globals['_CONNECTIONTYPE']._serialized_start=40478
582
- _globals['_CONNECTIONTYPE']._serialized_end=40716
583
- _globals['_CONNECTIONSTATUS']._serialized_start=40718
584
- _globals['_CONNECTIONSTATUS']._serialized_end=40814
585
- _globals['_CONNECTIONPROVIDER']._serialized_start=40817
586
- _globals['_CONNECTIONPROVIDER']._serialized_end=41097
565
+ _globals['_CODECHALLENGETYPE']._serialized_start=39739
566
+ _globals['_CODECHALLENGETYPE']._serialized_end=39826
567
+ _globals['_CONFIGURATIONTYPE']._serialized_start=39828
568
+ _globals['_CONFIGURATIONTYPE']._serialized_end=39910
569
+ _globals['_NAMEIDFORMAT']._serialized_start=39912
570
+ _globals['_NAMEIDFORMAT']._serialized_end=40009
571
+ _globals['_PASSWORDLESSTYPE']._serialized_start=40011
572
+ _globals['_PASSWORDLESSTYPE']._serialized_end=40096
573
+ _globals['_TESTRESULTSTATUS']._serialized_start=40098
574
+ _globals['_TESTRESULTSTATUS']._serialized_end=40155
575
+ _globals['_SAMLSIGNINGOPTIONS']._serialized_start=40158
576
+ _globals['_SAMLSIGNINGOPTIONS']._serialized_end=40374
577
+ _globals['_REQUESTBINDING']._serialized_start=40376
578
+ _globals['_REQUESTBINDING']._serialized_end=40459
579
+ _globals['_TOKENAUTHTYPE']._serialized_start=40461
580
+ _globals['_TOKENAUTHTYPE']._serialized_end=40541
581
+ _globals['_OIDCSCOPE']._serialized_start=40543
582
+ _globals['_OIDCSCOPE']._serialized_end=40642
583
+ _globals['_CONNECTIONTYPE']._serialized_start=40645
584
+ _globals['_CONNECTIONTYPE']._serialized_end=40883
585
+ _globals['_CONNECTIONSTATUS']._serialized_start=40885
586
+ _globals['_CONNECTIONSTATUS']._serialized_end=40981
587
+ _globals['_CONNECTIONPROVIDER']._serialized_start=40984
588
+ _globals['_CONNECTIONPROVIDER']._serialized_end=41264
587
589
  _globals['_ASSIGNDOMAINSTOCONNECTIONREQUEST']._serialized_start=534
588
590
  _globals['_ASSIGNDOMAINSTOCONNECTIONREQUEST']._serialized_end=730
589
591
  _globals['_ASSIGNDOMAINSTOCONNECTIONRESPONSE']._serialized_start=733
@@ -709,15 +711,15 @@ if not _descriptor._USE_C_DESCRIPTORS:
709
711
  _globals['_FLAGS']._serialized_start=38170
710
712
  _globals['_FLAGS']._serialized_end=38227
711
713
  _globals['_LISTAPPCONNECTIONSREQUEST']._serialized_start=38230
712
- _globals['_LISTAPPCONNECTIONSREQUEST']._serialized_end=38656
713
- _globals['_LISTAPPCONNECTIONSRESPONSE']._serialized_start=38659
714
- _globals['_LISTAPPCONNECTIONSRESPONSE']._serialized_end=39149
715
- _globals['_GETCONNECTIONCONTEXTREQUEST']._serialized_start=39152
716
- _globals['_GETCONNECTIONCONTEXTREQUEST']._serialized_end=39291
717
- _globals['_GETCONNECTIONCONTEXTRESPONSE']._serialized_start=39293
718
- _globals['_GETCONNECTIONCONTEXTRESPONSE']._serialized_end=39374
719
- _globals['_UPDATECONNECTIONCONTEXTREQUEST']._serialized_start=39377
720
- _globals['_UPDATECONNECTIONCONTEXTREQUEST']._serialized_end=39570
721
- _globals['_CONNECTIONSERVICE']._serialized_start=41100
722
- _globals['_CONNECTIONSERVICE']._serialized_end=50206
714
+ _globals['_LISTAPPCONNECTIONSREQUEST']._serialized_end=38823
715
+ _globals['_LISTAPPCONNECTIONSRESPONSE']._serialized_start=38826
716
+ _globals['_LISTAPPCONNECTIONSRESPONSE']._serialized_end=39316
717
+ _globals['_GETCONNECTIONCONTEXTREQUEST']._serialized_start=39319
718
+ _globals['_GETCONNECTIONCONTEXTREQUEST']._serialized_end=39458
719
+ _globals['_GETCONNECTIONCONTEXTRESPONSE']._serialized_start=39460
720
+ _globals['_GETCONNECTIONCONTEXTRESPONSE']._serialized_end=39541
721
+ _globals['_UPDATECONNECTIONCONTEXTREQUEST']._serialized_start=39544
722
+ _globals['_UPDATECONNECTIONCONTEXTREQUEST']._serialized_end=39737
723
+ _globals['_CONNECTIONSERVICE']._serialized_start=41267
724
+ _globals['_CONNECTIONSERVICE']._serialized_end=50373
723
725
  # @@protoc_insertion_point(module_scope)
@@ -989,14 +989,16 @@ class Flags(_message.Message):
989
989
  def __init__(self, is_login: bool = ..., is_app: bool = ...) -> None: ...
990
990
 
991
991
  class ListAppConnectionsRequest(_message.Message):
992
- __slots__ = ("page_size", "page_token", "provider")
992
+ __slots__ = ("page_size", "page_token", "provider", "query")
993
993
  PAGE_SIZE_FIELD_NUMBER: _ClassVar[int]
994
994
  PAGE_TOKEN_FIELD_NUMBER: _ClassVar[int]
995
995
  PROVIDER_FIELD_NUMBER: _ClassVar[int]
996
+ QUERY_FIELD_NUMBER: _ClassVar[int]
996
997
  page_size: int
997
998
  page_token: str
998
999
  provider: str
999
- def __init__(self, page_size: _Optional[int] = ..., page_token: _Optional[str] = ..., provider: _Optional[str] = ...) -> None: ...
1000
+ query: str
1001
+ def __init__(self, page_size: _Optional[int] = ..., page_token: _Optional[str] = ..., provider: _Optional[str] = ..., query: _Optional[str] = ...) -> None: ...
1000
1002
 
1001
1003
  class ListAppConnectionsResponse(_message.Message):
1002
1004
  __slots__ = ("connections", "next_page_token", "prev_page_token", "total_size")