scalekit-sdk-python 1.0.0__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- buf/__init__.py +0 -0
- buf/validate/__init__.py +0 -0
- buf/validate/expression_pb2.py +31 -0
- buf/validate/expression_pb2.pyi +34 -0
- buf/validate/expression_pb2_grpc.py +4 -0
- buf/validate/priv/__init__.py +0 -0
- buf/validate/priv/private_pb2.py +30 -0
- buf/validate/priv/private_pb2.pyi +25 -0
- buf/validate/priv/private_pb2_grpc.py +4 -0
- buf/validate/validate_pb2.py +402 -0
- buf/validate/validate_pb2.pyi +503 -0
- buf/validate/validate_pb2_grpc.py +4 -0
- scalekit/__init__.py +4 -0
- scalekit/client.py +143 -0
- scalekit/common/__init__.py +0 -0
- scalekit/common/scalekit.py +49 -0
- scalekit/common/user.py +75 -0
- scalekit/connection.py +103 -0
- scalekit/constants/__init__.py +0 -0
- scalekit/constants/user.py +21 -0
- scalekit/core.py +169 -0
- scalekit/domain.py +73 -0
- scalekit/organization.py +181 -0
- scalekit/v1/__init__.py +0 -0
- scalekit/v1/clients/__init__.py +0 -0
- scalekit/v1/clients/clients_pb2.py +103 -0
- scalekit/v1/clients/clients_pb2.pyi +156 -0
- scalekit/v1/clients/clients_pb2_grpc.py +232 -0
- scalekit/v1/commons/__init__.py +0 -0
- scalekit/v1/commons/commons_pb2.py +36 -0
- scalekit/v1/commons/commons_pb2.pyi +30 -0
- scalekit/v1/commons/commons_pb2_grpc.py +4 -0
- scalekit/v1/connections/__init__.py +0 -0
- scalekit/v1/connections/connections_pb2.py +355 -0
- scalekit/v1/connections/connections_pb2.pyi +526 -0
- scalekit/v1/connections/connections_pb2_grpc.py +265 -0
- scalekit/v1/domains/__init__.py +0 -0
- scalekit/v1/domains/domains_pb2.py +92 -0
- scalekit/v1/domains/domains_pb2.pyi +153 -0
- scalekit/v1/domains/domains_pb2_grpc.py +199 -0
- scalekit/v1/environments/__init__.py +0 -0
- scalekit/v1/environments/environments_pb2.py +171 -0
- scalekit/v1/environments/environments_pb2.pyi +241 -0
- scalekit/v1/environments/environments_pb2_grpc.py +463 -0
- scalekit/v1/errdetails/__init__.py +0 -0
- scalekit/v1/errdetails/errdetails_pb2.py +44 -0
- scalekit/v1/errdetails/errdetails_pb2.pyi +89 -0
- scalekit/v1/errdetails/errdetails_pb2_grpc.py +4 -0
- scalekit/v1/events/__init__.py +0 -0
- scalekit/v1/events/events_pb2.py +39 -0
- scalekit/v1/events/events_pb2.pyi +62 -0
- scalekit/v1/events/events_pb2_grpc.py +4 -0
- scalekit/v1/members/__init__.py +0 -0
- scalekit/v1/members/members_pb2.py +105 -0
- scalekit/v1/members/members_pb2.pyi +142 -0
- scalekit/v1/members/members_pb2_grpc.py +271 -0
- scalekit/v1/options/__init__.py +0 -0
- scalekit/v1/options/options_pb2.py +30 -0
- scalekit/v1/options/options_pb2.pyi +44 -0
- scalekit/v1/options/options_pb2_grpc.py +4 -0
- scalekit/v1/organizations/__init__.py +0 -0
- scalekit/v1/organizations/organizations_pb2.py +168 -0
- scalekit/v1/organizations/organizations_pb2.pyi +190 -0
- scalekit/v1/organizations/organizations_pb2_grpc.py +301 -0
- scalekit/v1/users/__init__.py +0 -0
- scalekit/v1/users/users_pb2.py +97 -0
- scalekit/v1/users/users_pb2.pyi +136 -0
- scalekit/v1/users/users_pb2_grpc.py +199 -0
- scalekit/v1/workspaces/__init__.py +0 -0
- scalekit/v1/workspaces/workspaces_pb2.py +90 -0
- scalekit/v1/workspaces/workspaces_pb2.pyi +102 -0
- scalekit/v1/workspaces/workspaces_pb2_grpc.py +198 -0
- scalekit_sdk_python-1.0.0.dist-info/LICENSE +21 -0
- scalekit_sdk_python-1.0.0.dist-info/METADATA +67 -0
- scalekit_sdk_python-1.0.0.dist-info/RECORD +77 -0
- scalekit_sdk_python-1.0.0.dist-info/WHEEL +5 -0
- scalekit_sdk_python-1.0.0.dist-info/top_level.txt +2 -0
|
@@ -0,0 +1,355 @@
|
|
|
1
|
+
# -*- coding: utf-8 -*-
|
|
2
|
+
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
3
|
+
# source: scalekit/v1/connections/connections.proto
|
|
4
|
+
# Protobuf Python Version: 5.26.1
|
|
5
|
+
"""Generated protocol buffer code."""
|
|
6
|
+
from google.protobuf import descriptor as _descriptor
|
|
7
|
+
from google.protobuf import descriptor_pool as _descriptor_pool
|
|
8
|
+
from google.protobuf import symbol_database as _symbol_database
|
|
9
|
+
from google.protobuf.internal import builder as _builder
|
|
10
|
+
# @@protoc_insertion_point(imports)
|
|
11
|
+
|
|
12
|
+
_sym_db = _symbol_database.Default()
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
from buf.validate import validate_pb2 as buf_dot_validate_dot_validate__pb2
|
|
16
|
+
from google.api import annotations_pb2 as google_dot_api_dot_annotations__pb2
|
|
17
|
+
from google.api import field_behavior_pb2 as google_dot_api_dot_field__behavior__pb2
|
|
18
|
+
from google.api import visibility_pb2 as google_dot_api_dot_visibility__pb2
|
|
19
|
+
from google.protobuf import empty_pb2 as google_dot_protobuf_dot_empty__pb2
|
|
20
|
+
from google.protobuf import timestamp_pb2 as google_dot_protobuf_dot_timestamp__pb2
|
|
21
|
+
from google.protobuf import wrappers_pb2 as google_dot_protobuf_dot_wrappers__pb2
|
|
22
|
+
from protoc_gen_openapiv2.options import annotations_pb2 as protoc__gen__openapiv2_dot_options_dot_annotations__pb2
|
|
23
|
+
from scalekit.v1.commons import commons_pb2 as scalekit_dot_v1_dot_commons_dot_commons__pb2
|
|
24
|
+
from scalekit.v1.options import options_pb2 as scalekit_dot_v1_dot_options_dot_options__pb2
|
|
25
|
+
|
|
26
|
+
|
|
27
|
+
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\x1bgoogle/protobuf/empty.proto\x1a\x1fgoogle/protobuf/timestamp.proto\x1a\x1egoogle/protobuf/wrappers.proto\x1a.protoc-gen-openapiv2/options/annotations.proto\x1a!scalekit/v1/commons/commons.proto\x1a!scalekit/v1/options/options.proto\"\xb5\x02\n\x17\x43reateConnectionRequest\x12\x61\n\x0forganization_id\x18\x01 \x01(\tB6\x92\x41*2\x0fOrganization IDJ\x17\"org_12362474900684814\"\xbaH\x06r\x04\x10\x01\x18 H\x00R\x0eorganizationId\x12V\n\x0b\x65xternal_id\x18\x02 \x01(\tB3\x92\x41\'2\x0b\x45xternal IDJ\x18\"your_unique_identifier\"\xbaH\x06r\x04\x10\x01\x18 H\x00R\nexternalId\x12Q\n\nconnection\x18\x03 \x01(\x0b\x32).scalekit.v1.connections.CreateConnectionB\x06\xbaH\x03\xc8\x01\x01R\nconnectionB\x0c\n\nidentities\"\xac\x01\n\x10\x43reateConnection\x12Q\n\x08provider\x18\x01 \x01(\x0e\x32+.scalekit.v1.connections.ConnectionProviderB\x08\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\"\x90\x10\n\nConnection\x12;\n\x02id\x18\x01 \x01(\tB+\x92\x41(2\rConnection IDJ\x17\"conn_2123312131125533\"R\x02id\x12m\n\x08provider\x18\x02 \x01(\x0e\x32+.scalekit.v1.connections.ConnectionProviderB$\x92\x41!2\x17SSO Connection ProviderJ\x06\"OKTA\"R\x08provider\x12j\n\x04type\x18\x03 \x01(\x0e\x32\'.scalekit.v1.connections.ConnectionTypeB-\x92\x41*2 Connection Protocol OIDC / SAML J\x06\"OIDC\"R\x04type\x12k\n\x06status\x18\x04 \x01(\x0e\x32).scalekit.v1.connections.ConnectionStatusB(\x92\x41\"2\x11\x43onnection StatusJ\r\"IN_PROGRESS\"\xe0\x41\x03R\x06status\x12W\n\x07\x65nabled\x18\x05 \x01(\x08\x42=\x92\x41:21Indicates whether Connection active for Org usersJ\x05\x66\x61lseR\x07\x65nabled\x12\x92\x01\n\rdebug_enabled\x18\x06 \x01(\x08\x42m\x92\x41j2bDebug mode for the connection. Debug would allow non HTTPS endpoint to be used with the connectionJ\x04trueR\x0c\x64\x65\x62ugEnabled\x12U\n\x0forganization_id\x18\x07 \x01(\tB,\x92\x41)2\x0fOrganization IDJ\x16\"org_2123312131125533\"R\x0eorganizationId\x12o\n\x0fui_button_title\x18\x08 \x01(\tBG\x92\x41\x35\x32!Display name for the Login ButtonJ\x10\"Login with SSO\"\xfa\xd2\xe4\x93\x02\t\x12\x07PREVIEWR\ruiButtonTitle\x12\xc3\x01\n\x14login_initiation_uri\x18\t \x01(\tB\x90\x01\x92\x41{2&Login Endpoint for this SSO connectionJQ\"https://acmecorp.scalekit-dev.com:8888/sso/v1/oidc/conn_12388716697909994/login\"\xe0\x41\x03\xfa\xd2\xe4\x93\x02\t\x12\x07PREVIEWR\x12loginInitiationUri\x12\x61\n\nlogout_uri\x18\n \x01(\tBB\x92\x41-2\'Logout Endpoint for this SSO ConnectionJ\x02\"\"\xe0\x41\x03\xfa\xd2\xe4\x93\x02\t\x12\x07PREVIEWR\tlogoutUri\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\x12S\n\x13test_connection_uri\x18\x0c \x01(\tB#\x92\x41 2\x14\x43onfiguration Type. J\x08\"MANUAL\"R\x11testConnectionUri\x12\x83\x01\n\x0boidc_config\x18\r \x01(\x0b\x32-.scalekit.v1.connections.OIDCConnectionConfigB1\x92\x41.2,OIDC Configuration if ConnectionType == OIDCH\x00R\noidcConfig\x12\x8b\x01\n\x0bsaml_config\x18\x0e \x01(\x0b\x32\x35.scalekit.v1.connections.SAMLConnectionConfigResponseB1\x92\x41.2,SAML Configuration if ConnectionType == SAMLH\x00R\nsamlConfig\x12\x97\x01\n\x11\x61ttribute_mapping\x18\x0f \x03(\x0b\x32\x39.scalekit.v1.connections.Connection.AttributeMappingEntryB/\x92\x41\x13\x32\x11\x41ttribute Mapping\xbaH\x16\x9a\x01\x13\x10\n\"\x06r\x04\x10\x01\x18\x19*\x07r\x05\x10\x01\x18\x80\x02R\x10\x61ttributeMapping\x12\x64\n\x0b\x63reate_time\x18\x10 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\'\x92\x41\x12\x32\x0c\x63reated timeJ\x02\"\"\xe0\x41\x03\xfa\xd2\xe4\x93\x02\t\x12\x07PREVIEWR\ncreateTime\x12\x64\n\x0bupdate_time\x18\x11 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\'\x92\x41\x12\x32\x0cupdated timeJ\x02\"\"\xe0\x41\x03\xfa\xd2\xe4\x93\x02\t\x12\x07PREVIEWR\nupdateTime\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\x08settings\"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\"\xac\x05\n\x17UpdateConnectionRequest\x12\xbf\x01\n\x0forganization_id\x18\x01 \x01(\tB\x93\x01\x92\x41\x86\x01\x32mOrganization ID for the Connection. Either Organization Id or Organization\'s External Id needs to be providedJ\x15\"org_121312434123312\"\xbaH\x06r\x04\x10\x01\x18 H\x00R\x0eorganizationId\x12\xbf\x01\n\x0b\x65xternal_id\x18\x02 \x01(\tB\x9b\x01\x92\x41\x8e\x01\x32\x65Organization\'s External ID. Either Organization Id or Organization\'s External Id needs to be providedJ\x14\"unique_tenant_id_1\"\xca>\x0e\xfa\x02\x0b\x65xternal_id\xbaH\x06r\x04\x10\x01\x18 H\x00R\nexternalId\x12r\n\x02id\x18\x03 \x01(\tBb\x92\x41V2+Connection ID. Unique ID for the connectionJ\x16\"conn_121312434123312\"\xca>\x0e\xfa\x02\x0b\x65xternal_id\xbaH\x06r\x04\x10\x01\x18 R\x02id\x12\x8a\x01\n\nconnection\x18\x04 \x01(\x0b\x32).scalekit.v1.connections.UpdateConnectionB?\x92\x41\x36\x32#Connection properties to be updated\xca>\x0e\xfa\x02\x0b\x65xternal_id\xbaH\x03\xc8\x01\x01R\nconnectionB\x0c\n\nidentities\"\xe3\n\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\x7f\n\nlogout_uri\x18\n \x01(\x0b\x32\x1c.google.protobuf.StringValueBB\x92\x41-2\'Logout Endpoint for this SSO ConnectionJ\x02\"\"\xe0\x41\x03\xfa\xd2\xe4\x93\x02\t\x12\x07PREVIEWR\tlogoutUri\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\x83\x01\n\x0boidc_config\x18\r \x01(\x0b\x32-.scalekit.v1.connections.OIDCConnectionConfigB1\x92\x41.2,OIDC Configuration if ConnectionType == OIDCH\x00R\noidcConfig\x12\x8a\x01\n\x0bsaml_config\x18\x0e \x01(\x0b\x32\x34.scalekit.v1.connections.SAMLConnectionConfigRequestB1\x92\x41.2,SAML Configuration if ConnectionType == SAMLH\x00R\nsamlConfig\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\n\"\x06r\x04\x10\x01\x18\x19*\x07r\x05\x10\x01\x18\x80\x02R\x10\x61ttributeMapping\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\x08settingsJ\x04\x08\x01\x10\x02J\x04\x08\x04\x10\x05J\x04\x08\x05\x10\x06J\x04\x08\t\x10\nJ\x04\x08\x0c\x10\r\"\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\"\x8e\x04\n\x17\x44\x65leteConnectionRequest\x12\xbf\x01\n\x0forganization_id\x18\x01 \x01(\tB\x93\x01\x92\x41\x86\x01\x32mOrganization ID for the Connection. Either Organization Id or Organization\'s External Id needs to be providedJ\x15\"org_121312434123312\"\xbaH\x06r\x04\x10\x01\x18 H\x00R\x0eorganizationId\x12\xbf\x01\n\x0b\x65xternal_id\x18\x02 \x01(\tB\x9b\x01\x92\x41\x8e\x01\x32\x65Organization\'s External ID. Either Organization Id or Organization\'s External Id needs to be providedJ\x14\"unique_tenant_id_1\"\xca>\x0e\xfa\x02\x0b\x65xternal_id\xbaH\x06r\x04\x10\x01\x18 H\x00R\nexternalId\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\x02idB\x0c\n\nidentities\"\xf9\x03\n\x14GetConnectionRequest\x12\xbf\x01\n\x0forganization_id\x18\x01 \x01(\tB\x93\x01\x92\x41\x86\x01\x32mOrganization ID for the Connection. Either Organization Id or Organization\'s External Id needs to be providedJ\x15\"org_121312434123312\"\xbaH\x06r\x04\x10\x01\x18 H\x00R\x0eorganizationId\x12\xad\x01\n\x0b\x65xternal_id\x18\x02 \x01(\tB\x89\x01\x92\x41}2eOrganization\'s External ID. Either Organization Id or Organization\'s External Id needs to be providedJ\x14\"unique_tenant_id_1\"\xbaH\x06r\x04\x10\x01\x18 H\x00R\nexternalId\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\x02idB\x0c\n\nidentities\"\\\n\x15GetConnectionResponse\x12\x43\n\nconnection\x18\x01 \x01(\x0b\x32#.scalekit.v1.connections.ConnectionR\nconnection\"\xba\x05\n\x16ListConnectionsRequest\x12\xbf\x01\n\x0forganization_id\x18\x01 \x01(\tB\x93\x01\x92\x41\x86\x01\x32mOrganization ID for the Connection. Either Organization Id or Organization\'s External Id needs to be providedJ\x15\"org_121312434123312\"\xbaH\x06r\x04\x10\x01\x18 H\x00R\x0eorganizationId\x12\xad\x01\n\x0b\x65xternal_id\x18\x02 \x01(\tB\x89\x01\x92\x41}2eOrganization\'s External ID. Either Organization Id or Organization\'s External Id needs to be providedJ\x14\"unique_tenant_id_1\"\xbaH\x06r\x04\x10\x01\x18 H\x00R\nexternalId\x12\xf4\x01\n\x06\x64omain\x18\x03 \x01(\tB\xd9\x01\x92\x41\xcc\x01\x32\xb9\x01\x45mail domain associated with this connection. If domain is not empty it would return connections that are available to email domain by matching the organization associated to the domainJ\x0e\"acmecorp.com\"\xbaH\x06r\x04\x10\x01\x18 H\x00R\x06\x64omain\x12\x1d\n\x07include\x18\x04 \x01(\tH\x01R\x07include\x88\x01\x01\x42\x0c\n\nidentitiesB\n\n\x08_include\"d\n\x17ListConnectionsResponse\x12I\n\x0b\x63onnections\x18\x01 \x03(\x0b\x32\'.scalekit.v1.connections.ListConnectionR\x0b\x63onnections\"\xb8\x05\n\x0eListConnection\x12;\n\x02id\x18\x01 \x01(\tB+\x92\x41(2\rConnection IDJ\x17\"conn_2123312131125533\"R\x02id\x12o\n\x08provider\x18\x02 \x01(\x0e\x32+.scalekit.v1.connections.ConnectionProviderB&\x92\x41#2\x17SSO Connection ProviderJ\x08\"CUSTOM\"R\x08provider\x12j\n\x04type\x18\x03 \x01(\x0e\x32\'.scalekit.v1.connections.ConnectionTypeB-\x92\x41*2 Connection Protocol OIDC / SAML J\x06\"OIDC\"R\x04type\x12k\n\x06status\x18\x04 \x01(\x0e\x32).scalekit.v1.connections.ConnectionStatusB(\x92\x41\"2\x11\x43onnection StatusJ\r\"IN_PROGRESS\"\xe0\x41\x03R\x06status\x12W\n\x07\x65nabled\x18\x05 \x01(\x08\x42=\x92\x41:21Indicates whether Connection active for Org usersJ\x05\x66\x61lseR\x07\x65nabled\x12U\n\x0forganization_id\x18\x06 \x01(\tB,\x92\x41)2\x0fOrganization IDJ\x16\"org_2123312131125533\"R\x0eorganizationId\x12o\n\x0fui_button_title\x18\x07 \x01(\tBG\x92\x41\x35\x32!Display name for the Login ButtonJ\x10\"Login with SSO\"\xfa\xd2\xe4\x93\x02\t\x12\x07PREVIEWR\ruiButtonTitle\"\xfc\x03\n\x17ToggleConnectionRequest\x12\xbf\x01\n\x0forganization_id\x18\x01 \x01(\tB\x93\x01\x92\x41\x86\x01\x32mOrganization ID for the Connection. Either Organization Id or Organization\'s External Id needs to be providedJ\x15\"org_121312434123312\"\xbaH\x06r\x04\x10\x01\x18 H\x00R\x0eorganizationId\x12\xad\x01\n\x0b\x65xternal_id\x18\x02 \x01(\tB\x89\x01\x92\x41}2eOrganization\'s External ID. Either Organization Id or Organization\'s External Id needs to be providedJ\x14\"unique_tenant_id_1\"\xbaH\x06r\x04\x10\x01\x18 H\x00R\nexternalId\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\x02idB\x0c\n\nidentities\"p\n\x18ToggleConnectionResponse\x12\x18\n\x07\x65nabled\x18\x01 \x01(\x08R\x07\x65nabled\x12(\n\rerror_message\x18\x02 \x01(\tH\x00R\x0c\x65rrorMessage\x88\x01\x01\x42\x10\n\x0e_error_message\"\x84\x0b\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\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\"\xc7\x0e\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\x89\x01\n\x17idp_slo_request_binding\x18\t \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\n \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\x0b \x01(\x0b\x32\x1a.google.protobuf.BoolValueB$\x92\x41!2\x19\x41llow IDP Initiated LoginJ\x04trueR\x16\x61llowIdpInitiatedLogin\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\"\x89\x11\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\"\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\"\x1a\n\x18PasswordConnectionConfig*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*\xb0\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*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*?\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*`\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*\xa8\x01\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\x32\xe0\x12\n\x11\x43onnectionService\x12\xeb\x02\n\x10\x43reateConnection\x12\x30.scalekit.v1.connections.CreateConnectionRequest\x1a\x31.scalekit.v1.connections.CreateConnectionResponse\"\xf1\x01\x92\x41\x91\x01\n\nConnection\x12\x11\x43reate Connection\x1a\x1a\x43reates an SSO Connection.JT\n\x03\x32\x30\x31\x12M\n\x14\x43reated Successfully\x12\x35\n3\x1a\x31.scalekit.v1.connections.CreateConnectionResponse\x82\xb5\x18\x02\x18\x34\xfa\xd2\xe4\x93\x02\t\x12\x07PREVIEW\x82\xd3\xe4\x93\x02\x41\"3/api/v1/organizations/{organization_id}/connections:\nconnection\x12\xb5\x02\n\rGetConnection\x12-.scalekit.v1.connections.GetConnectionRequest\x1a..scalekit.v1.connections.GetConnectionResponse\"\xc4\x01\x92\x41{\n\nConnection\x12\x0eGet Connection\x1a\x17Get Connection detailsJD\n\x03\x32\x30\x30\x12=\n\x07Success\x12\x32\n0\x1a..scalekit.v1.connections.GetConnectionResponse\x82\xb5\x18\x02\x18\x34\x82\xd3\xe4\x93\x02:\x12\x38/api/v1/organizations/{organization_id}/connections/{id}\x12\xa6\x02\n\x0fListConnections\x12/.scalekit.v1.connections.ListConnectionsRequest\x1a\x30.scalekit.v1.connections.ListConnectionsResponse\"\xaf\x01\x92\x41\x8a\x01\n\nConnection\x12\x10List Connections\x1a\"Get a filtered list of connectionsJF\n\x03\x32\x30\x30\x12?\n\x07Success\x12\x34\n2\x1a\x30.scalekit.v1.connections.ListConnectionsResponse\x82\xb5\x18\x02\x18\x34\x82\xd3\xe4\x93\x02\x15\x12\x13/api/v1/connections\x12\xef\x02\n\x10UpdateConnection\x12\x30.scalekit.v1.connections.UpdateConnectionRequest\x1a\x31.scalekit.v1.connections.UpdateConnectionResponse\"\xf5\x01\x92\x41\x90\x01\n\nConnection\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\x34\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\x90\x02\n\x10\x44\x65leteConnection\x12\x30.scalekit.v1.connections.DeleteConnectionRequest\x1a\x16.google.protobuf.Empty\"\xb1\x01\x92\x41Y\n\nConnection\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\x34\xfa\xd2\xe4\x93\x02\t\x12\x07PREVIEW\x82\xd3\xe4\x93\x02:*8/api/v1/organizations/{organization_id}/connections/{id}\x12\xce\x02\n\x10\x45nableConnection\x12\x30.scalekit.v1.connections.ToggleConnectionRequest\x1a\x31.scalekit.v1.connections.ToggleConnectionResponse\"\xd4\x01\x92\x41\x83\x01\n\nConnection\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\x34\x82\xd3\xe4\x93\x02\x41\x32?/api/v1/organizations/{organization_id}/connections/{id}:enable\x12\xd2\x02\n\x11\x44isableConnection\x12\x30.scalekit.v1.connections.ToggleConnectionRequest\x1a\x31.scalekit.v1.connections.ToggleConnectionResponse\"\xd7\x01\x92\x41\x85\x01\n\nConnection\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\x34\x82\xd3\xe4\x93\x02\x42\x32@/api/v1/organizations/{organization_id}/connections/{id}:disable\x1aQ\x92\x41N\n\nConnection\x12@{{import \"proto/scalekit/v1/connections/connection_details.md\"}}B7Z5github.com/scalekit-inc/scalekit/pkg/grpc/connectionsb\x06proto3')
|
|
28
|
+
|
|
29
|
+
_globals = globals()
|
|
30
|
+
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
|
31
|
+
_builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'scalekit.v1.connections.connections_pb2', _globals)
|
|
32
|
+
if not _descriptor._USE_C_DESCRIPTORS:
|
|
33
|
+
_globals['DESCRIPTOR']._loaded_options = None
|
|
34
|
+
_globals['DESCRIPTOR']._serialized_options = b'Z5github.com/scalekit-inc/scalekit/pkg/grpc/connections'
|
|
35
|
+
_globals['_CREATECONNECTIONREQUEST'].fields_by_name['organization_id']._loaded_options = None
|
|
36
|
+
_globals['_CREATECONNECTIONREQUEST'].fields_by_name['organization_id']._serialized_options = b'\222A*2\017Organization IDJ\027\"org_12362474900684814\"\272H\006r\004\020\001\030 '
|
|
37
|
+
_globals['_CREATECONNECTIONREQUEST'].fields_by_name['external_id']._loaded_options = None
|
|
38
|
+
_globals['_CREATECONNECTIONREQUEST'].fields_by_name['external_id']._serialized_options = b'\222A\'2\013External IDJ\030\"your_unique_identifier\"\272H\006r\004\020\001\030 '
|
|
39
|
+
_globals['_CREATECONNECTIONREQUEST'].fields_by_name['connection']._loaded_options = None
|
|
40
|
+
_globals['_CREATECONNECTIONREQUEST'].fields_by_name['connection']._serialized_options = b'\272H\003\310\001\001'
|
|
41
|
+
_globals['_CREATECONNECTION'].fields_by_name['provider']._loaded_options = None
|
|
42
|
+
_globals['_CREATECONNECTION'].fields_by_name['provider']._serialized_options = b'\272H\005\202\001\002\020\001'
|
|
43
|
+
_globals['_CREATECONNECTION'].fields_by_name['type']._loaded_options = None
|
|
44
|
+
_globals['_CREATECONNECTION'].fields_by_name['type']._serialized_options = b'\272H\005\202\001\002\020\001'
|
|
45
|
+
_globals['_CONNECTION_ATTRIBUTEMAPPINGENTRY']._loaded_options = None
|
|
46
|
+
_globals['_CONNECTION_ATTRIBUTEMAPPINGENTRY']._serialized_options = b'8\001'
|
|
47
|
+
_globals['_CONNECTION'].fields_by_name['id']._loaded_options = None
|
|
48
|
+
_globals['_CONNECTION'].fields_by_name['id']._serialized_options = b'\222A(2\rConnection IDJ\027\"conn_2123312131125533\"'
|
|
49
|
+
_globals['_CONNECTION'].fields_by_name['provider']._loaded_options = None
|
|
50
|
+
_globals['_CONNECTION'].fields_by_name['provider']._serialized_options = b'\222A!2\027SSO Connection ProviderJ\006\"OKTA\"'
|
|
51
|
+
_globals['_CONNECTION'].fields_by_name['type']._loaded_options = None
|
|
52
|
+
_globals['_CONNECTION'].fields_by_name['type']._serialized_options = b'\222A*2 Connection Protocol OIDC / SAML J\006\"OIDC\"'
|
|
53
|
+
_globals['_CONNECTION'].fields_by_name['status']._loaded_options = None
|
|
54
|
+
_globals['_CONNECTION'].fields_by_name['status']._serialized_options = b'\222A\"2\021Connection StatusJ\r\"IN_PROGRESS\"\340A\003'
|
|
55
|
+
_globals['_CONNECTION'].fields_by_name['enabled']._loaded_options = None
|
|
56
|
+
_globals['_CONNECTION'].fields_by_name['enabled']._serialized_options = b'\222A:21Indicates whether Connection active for Org usersJ\005false'
|
|
57
|
+
_globals['_CONNECTION'].fields_by_name['debug_enabled']._loaded_options = None
|
|
58
|
+
_globals['_CONNECTION'].fields_by_name['debug_enabled']._serialized_options = b'\222Aj2bDebug mode for the connection. Debug would allow non HTTPS endpoint to be used with the connectionJ\004true'
|
|
59
|
+
_globals['_CONNECTION'].fields_by_name['organization_id']._loaded_options = None
|
|
60
|
+
_globals['_CONNECTION'].fields_by_name['organization_id']._serialized_options = b'\222A)2\017Organization IDJ\026\"org_2123312131125533\"'
|
|
61
|
+
_globals['_CONNECTION'].fields_by_name['ui_button_title']._loaded_options = None
|
|
62
|
+
_globals['_CONNECTION'].fields_by_name['ui_button_title']._serialized_options = b'\222A52!Display name for the Login ButtonJ\020\"Login with SSO\"\372\322\344\223\002\t\022\007PREVIEW'
|
|
63
|
+
_globals['_CONNECTION'].fields_by_name['login_initiation_uri']._loaded_options = None
|
|
64
|
+
_globals['_CONNECTION'].fields_by_name['login_initiation_uri']._serialized_options = b'\222A{2&Login Endpoint for this SSO connectionJQ\"https://acmecorp.scalekit-dev.com:8888/sso/v1/oidc/conn_12388716697909994/login\"\340A\003\372\322\344\223\002\t\022\007PREVIEW'
|
|
65
|
+
_globals['_CONNECTION'].fields_by_name['logout_uri']._loaded_options = None
|
|
66
|
+
_globals['_CONNECTION'].fields_by_name['logout_uri']._serialized_options = b'\222A-2\'Logout Endpoint for this SSO ConnectionJ\002\"\"\340A\003\372\322\344\223\002\t\022\007PREVIEW'
|
|
67
|
+
_globals['_CONNECTION'].fields_by_name['configuration_type']._loaded_options = None
|
|
68
|
+
_globals['_CONNECTION'].fields_by_name['configuration_type']._serialized_options = b'\222A 2\024Configuration Type. J\010\"MANUAL\"'
|
|
69
|
+
_globals['_CONNECTION'].fields_by_name['test_connection_uri']._loaded_options = None
|
|
70
|
+
_globals['_CONNECTION'].fields_by_name['test_connection_uri']._serialized_options = b'\222A 2\024Configuration Type. J\010\"MANUAL\"'
|
|
71
|
+
_globals['_CONNECTION'].fields_by_name['oidc_config']._loaded_options = None
|
|
72
|
+
_globals['_CONNECTION'].fields_by_name['oidc_config']._serialized_options = b'\222A.2,OIDC Configuration if ConnectionType == OIDC'
|
|
73
|
+
_globals['_CONNECTION'].fields_by_name['saml_config']._loaded_options = None
|
|
74
|
+
_globals['_CONNECTION'].fields_by_name['saml_config']._serialized_options = b'\222A.2,SAML Configuration if ConnectionType == SAML'
|
|
75
|
+
_globals['_CONNECTION'].fields_by_name['attribute_mapping']._loaded_options = None
|
|
76
|
+
_globals['_CONNECTION'].fields_by_name['attribute_mapping']._serialized_options = b'\222A\0232\021Attribute Mapping\272H\026\232\001\023\020\n\"\006r\004\020\001\030\031*\007r\005\020\001\030\200\002'
|
|
77
|
+
_globals['_CONNECTION'].fields_by_name['create_time']._loaded_options = None
|
|
78
|
+
_globals['_CONNECTION'].fields_by_name['create_time']._serialized_options = b'\222A\0222\014created timeJ\002\"\"\340A\003\372\322\344\223\002\t\022\007PREVIEW'
|
|
79
|
+
_globals['_CONNECTION'].fields_by_name['update_time']._loaded_options = None
|
|
80
|
+
_globals['_CONNECTION'].fields_by_name['update_time']._serialized_options = b'\222A\0222\014updated timeJ\002\"\"\340A\003\372\322\344\223\002\t\022\007PREVIEW'
|
|
81
|
+
_globals['_CREATECONNECTIONRESPONSE'].fields_by_name['connection']._loaded_options = None
|
|
82
|
+
_globals['_CREATECONNECTIONRESPONSE'].fields_by_name['connection']._serialized_options = b'\222A\0232\021Connection Detail'
|
|
83
|
+
_globals['_UPDATECONNECTIONREQUEST'].fields_by_name['organization_id']._loaded_options = None
|
|
84
|
+
_globals['_UPDATECONNECTIONREQUEST'].fields_by_name['organization_id']._serialized_options = b'\222A\206\0012mOrganization ID for the Connection. Either Organization Id or Organization\'s External Id needs to be providedJ\025\"org_121312434123312\"\272H\006r\004\020\001\030 '
|
|
85
|
+
_globals['_UPDATECONNECTIONREQUEST'].fields_by_name['external_id']._loaded_options = None
|
|
86
|
+
_globals['_UPDATECONNECTIONREQUEST'].fields_by_name['external_id']._serialized_options = b'\222A\216\0012eOrganization\'s External ID. Either Organization Id or Organization\'s External Id needs to be providedJ\024\"unique_tenant_id_1\"\312>\016\372\002\013external_id\272H\006r\004\020\001\030 '
|
|
87
|
+
_globals['_UPDATECONNECTIONREQUEST'].fields_by_name['id']._loaded_options = None
|
|
88
|
+
_globals['_UPDATECONNECTIONREQUEST'].fields_by_name['id']._serialized_options = b'\222AV2+Connection ID. Unique ID for the connectionJ\026\"conn_121312434123312\"\312>\016\372\002\013external_id\272H\006r\004\020\001\030 '
|
|
89
|
+
_globals['_UPDATECONNECTIONREQUEST'].fields_by_name['connection']._loaded_options = None
|
|
90
|
+
_globals['_UPDATECONNECTIONREQUEST'].fields_by_name['connection']._serialized_options = b'\222A62#Connection properties to be updated\312>\016\372\002\013external_id\272H\003\310\001\001'
|
|
91
|
+
_globals['_UPDATECONNECTION_ATTRIBUTEMAPPINGENTRY']._loaded_options = None
|
|
92
|
+
_globals['_UPDATECONNECTION_ATTRIBUTEMAPPINGENTRY']._serialized_options = b'8\001'
|
|
93
|
+
_globals['_UPDATECONNECTION'].fields_by_name['provider']._loaded_options = None
|
|
94
|
+
_globals['_UPDATECONNECTION'].fields_by_name['provider']._serialized_options = b'\222A#2\027SSO Connection ProviderJ\010\"CUSTOM\"\272H\005\202\001\002\020\001'
|
|
95
|
+
_globals['_UPDATECONNECTION'].fields_by_name['type']._loaded_options = None
|
|
96
|
+
_globals['_UPDATECONNECTION'].fields_by_name['type']._serialized_options = b'\222A*2 Connection Protocol OIDC / SAML J\006\"OIDC\"\272H\005\202\001\002\020\001'
|
|
97
|
+
_globals['_UPDATECONNECTION'].fields_by_name['debug_enabled']._loaded_options = None
|
|
98
|
+
_globals['_UPDATECONNECTION'].fields_by_name['debug_enabled']._serialized_options = b'\222Aj2bDebug mode for the connection. Debug would allow non HTTPS endpoint to be used with the connectionJ\004true'
|
|
99
|
+
_globals['_UPDATECONNECTION'].fields_by_name['ui_button_title']._loaded_options = None
|
|
100
|
+
_globals['_UPDATECONNECTION'].fields_by_name['ui_button_title']._serialized_options = b'\222A52!Display name for the Login ButtonJ\020\"Login with SSO\"\372\322\344\223\002\t\022\007PREVIEW'
|
|
101
|
+
_globals['_UPDATECONNECTION'].fields_by_name['logout_uri']._loaded_options = None
|
|
102
|
+
_globals['_UPDATECONNECTION'].fields_by_name['logout_uri']._serialized_options = b'\222A-2\'Logout Endpoint for this SSO ConnectionJ\002\"\"\340A\003\372\322\344\223\002\t\022\007PREVIEW'
|
|
103
|
+
_globals['_UPDATECONNECTION'].fields_by_name['configuration_type']._loaded_options = None
|
|
104
|
+
_globals['_UPDATECONNECTION'].fields_by_name['configuration_type']._serialized_options = b'\222A 2\024Configuration Type. J\010\"MANUAL\"'
|
|
105
|
+
_globals['_UPDATECONNECTION'].fields_by_name['oidc_config']._loaded_options = None
|
|
106
|
+
_globals['_UPDATECONNECTION'].fields_by_name['oidc_config']._serialized_options = b'\222A.2,OIDC Configuration if ConnectionType == OIDC'
|
|
107
|
+
_globals['_UPDATECONNECTION'].fields_by_name['saml_config']._loaded_options = None
|
|
108
|
+
_globals['_UPDATECONNECTION'].fields_by_name['saml_config']._serialized_options = b'\222A.2,SAML Configuration if ConnectionType == SAML'
|
|
109
|
+
_globals['_UPDATECONNECTION'].fields_by_name['attribute_mapping']._loaded_options = None
|
|
110
|
+
_globals['_UPDATECONNECTION'].fields_by_name['attribute_mapping']._serialized_options = b'\222A\0232\021Attribute Mapping\272H\026\232\001\023\020\n\"\006r\004\020\001\030\031*\007r\005\020\001\030\200\002'
|
|
111
|
+
_globals['_UPDATECONNECTIONRESPONSE'].fields_by_name['connection']._loaded_options = None
|
|
112
|
+
_globals['_UPDATECONNECTIONRESPONSE'].fields_by_name['connection']._serialized_options = b'\222A\0342\032Updated Connection details'
|
|
113
|
+
_globals['_DELETECONNECTIONREQUEST'].fields_by_name['organization_id']._loaded_options = None
|
|
114
|
+
_globals['_DELETECONNECTIONREQUEST'].fields_by_name['organization_id']._serialized_options = b'\222A\206\0012mOrganization ID for the Connection. Either Organization Id or Organization\'s External Id needs to be providedJ\025\"org_121312434123312\"\272H\006r\004\020\001\030 '
|
|
115
|
+
_globals['_DELETECONNECTIONREQUEST'].fields_by_name['external_id']._loaded_options = None
|
|
116
|
+
_globals['_DELETECONNECTIONREQUEST'].fields_by_name['external_id']._serialized_options = b'\222A\216\0012eOrganization\'s External ID. Either Organization Id or Organization\'s External Id needs to be providedJ\024\"unique_tenant_id_1\"\312>\016\372\002\013external_id\272H\006r\004\020\001\030 '
|
|
117
|
+
_globals['_DELETECONNECTIONREQUEST'].fields_by_name['id']._loaded_options = None
|
|
118
|
+
_globals['_DELETECONNECTIONREQUEST'].fields_by_name['id']._serialized_options = b'\222AE2+Connection ID. Unique ID for the connectionJ\026\"conn_121312434123312\"\272H\006r\004\020\001\030 '
|
|
119
|
+
_globals['_GETCONNECTIONREQUEST'].fields_by_name['organization_id']._loaded_options = None
|
|
120
|
+
_globals['_GETCONNECTIONREQUEST'].fields_by_name['organization_id']._serialized_options = b'\222A\206\0012mOrganization ID for the Connection. Either Organization Id or Organization\'s External Id needs to be providedJ\025\"org_121312434123312\"\272H\006r\004\020\001\030 '
|
|
121
|
+
_globals['_GETCONNECTIONREQUEST'].fields_by_name['external_id']._loaded_options = None
|
|
122
|
+
_globals['_GETCONNECTIONREQUEST'].fields_by_name['external_id']._serialized_options = b'\222A}2eOrganization\'s External ID. Either Organization Id or Organization\'s External Id needs to be providedJ\024\"unique_tenant_id_1\"\272H\006r\004\020\001\030 '
|
|
123
|
+
_globals['_GETCONNECTIONREQUEST'].fields_by_name['id']._loaded_options = None
|
|
124
|
+
_globals['_GETCONNECTIONREQUEST'].fields_by_name['id']._serialized_options = b'\222AE2+Connection ID. Unique ID for the connectionJ\026\"conn_121312434123312\"\272H\006r\004\020\001\030 '
|
|
125
|
+
_globals['_LISTCONNECTIONSREQUEST'].fields_by_name['organization_id']._loaded_options = None
|
|
126
|
+
_globals['_LISTCONNECTIONSREQUEST'].fields_by_name['organization_id']._serialized_options = b'\222A\206\0012mOrganization ID for the Connection. Either Organization Id or Organization\'s External Id needs to be providedJ\025\"org_121312434123312\"\272H\006r\004\020\001\030 '
|
|
127
|
+
_globals['_LISTCONNECTIONSREQUEST'].fields_by_name['external_id']._loaded_options = None
|
|
128
|
+
_globals['_LISTCONNECTIONSREQUEST'].fields_by_name['external_id']._serialized_options = b'\222A}2eOrganization\'s External ID. Either Organization Id or Organization\'s External Id needs to be providedJ\024\"unique_tenant_id_1\"\272H\006r\004\020\001\030 '
|
|
129
|
+
_globals['_LISTCONNECTIONSREQUEST'].fields_by_name['domain']._loaded_options = None
|
|
130
|
+
_globals['_LISTCONNECTIONSREQUEST'].fields_by_name['domain']._serialized_options = b'\222A\314\0012\271\001Email domain associated with this connection. If domain is not empty it would return connections that are available to email domain by matching the organization associated to the domainJ\016\"acmecorp.com\"\272H\006r\004\020\001\030 '
|
|
131
|
+
_globals['_LISTCONNECTION'].fields_by_name['id']._loaded_options = None
|
|
132
|
+
_globals['_LISTCONNECTION'].fields_by_name['id']._serialized_options = b'\222A(2\rConnection IDJ\027\"conn_2123312131125533\"'
|
|
133
|
+
_globals['_LISTCONNECTION'].fields_by_name['provider']._loaded_options = None
|
|
134
|
+
_globals['_LISTCONNECTION'].fields_by_name['provider']._serialized_options = b'\222A#2\027SSO Connection ProviderJ\010\"CUSTOM\"'
|
|
135
|
+
_globals['_LISTCONNECTION'].fields_by_name['type']._loaded_options = None
|
|
136
|
+
_globals['_LISTCONNECTION'].fields_by_name['type']._serialized_options = b'\222A*2 Connection Protocol OIDC / SAML J\006\"OIDC\"'
|
|
137
|
+
_globals['_LISTCONNECTION'].fields_by_name['status']._loaded_options = None
|
|
138
|
+
_globals['_LISTCONNECTION'].fields_by_name['status']._serialized_options = b'\222A\"2\021Connection StatusJ\r\"IN_PROGRESS\"\340A\003'
|
|
139
|
+
_globals['_LISTCONNECTION'].fields_by_name['enabled']._loaded_options = None
|
|
140
|
+
_globals['_LISTCONNECTION'].fields_by_name['enabled']._serialized_options = b'\222A:21Indicates whether Connection active for Org usersJ\005false'
|
|
141
|
+
_globals['_LISTCONNECTION'].fields_by_name['organization_id']._loaded_options = None
|
|
142
|
+
_globals['_LISTCONNECTION'].fields_by_name['organization_id']._serialized_options = b'\222A)2\017Organization IDJ\026\"org_2123312131125533\"'
|
|
143
|
+
_globals['_LISTCONNECTION'].fields_by_name['ui_button_title']._loaded_options = None
|
|
144
|
+
_globals['_LISTCONNECTION'].fields_by_name['ui_button_title']._serialized_options = b'\222A52!Display name for the Login ButtonJ\020\"Login with SSO\"\372\322\344\223\002\t\022\007PREVIEW'
|
|
145
|
+
_globals['_TOGGLECONNECTIONREQUEST'].fields_by_name['organization_id']._loaded_options = None
|
|
146
|
+
_globals['_TOGGLECONNECTIONREQUEST'].fields_by_name['organization_id']._serialized_options = b'\222A\206\0012mOrganization ID for the Connection. Either Organization Id or Organization\'s External Id needs to be providedJ\025\"org_121312434123312\"\272H\006r\004\020\001\030 '
|
|
147
|
+
_globals['_TOGGLECONNECTIONREQUEST'].fields_by_name['external_id']._loaded_options = None
|
|
148
|
+
_globals['_TOGGLECONNECTIONREQUEST'].fields_by_name['external_id']._serialized_options = b'\222A}2eOrganization\'s External ID. Either Organization Id or Organization\'s External Id needs to be providedJ\024\"unique_tenant_id_1\"\272H\006r\004\020\001\030 '
|
|
149
|
+
_globals['_TOGGLECONNECTIONREQUEST'].fields_by_name['id']._loaded_options = None
|
|
150
|
+
_globals['_TOGGLECONNECTIONREQUEST'].fields_by_name['id']._serialized_options = b'\222AE2+Connection ID. Unique ID for the connectionJ\026\"conn_121312434123312\"\272H\006r\004\020\001\030 '
|
|
151
|
+
_globals['_OIDCCONNECTIONCONFIG'].fields_by_name['issuer']._loaded_options = None
|
|
152
|
+
_globals['_OIDCCONNECTIONCONFIG'].fields_by_name['issuer']._serialized_options = b'\222A12\nIssuer URLJ#\"https://youridp.com/service/oauth\"'
|
|
153
|
+
_globals['_OIDCCONNECTIONCONFIG'].fields_by_name['discovery_endpoint']._loaded_options = None
|
|
154
|
+
_globals['_OIDCCONNECTIONCONFIG'].fields_by_name['discovery_endpoint']._serialized_options = b'\222AZ2\022Discovery EndpointJD\"https://youridp.com/service/oauth/.well-known/openid-configuration\"'
|
|
155
|
+
_globals['_OIDCCONNECTIONCONFIG'].fields_by_name['authorize_uri']._loaded_options = None
|
|
156
|
+
_globals['_OIDCCONNECTIONCONFIG'].fields_by_name['authorize_uri']._serialized_options = b'\222A>2\rAuthorize URIJ-\"https://youridp.com/service/oauth/authorize\"'
|
|
157
|
+
_globals['_OIDCCONNECTIONCONFIG'].fields_by_name['token_uri']._loaded_options = None
|
|
158
|
+
_globals['_OIDCCONNECTIONCONFIG'].fields_by_name['token_uri']._serialized_options = b'\222A62\tToken URIJ)\"https://youridp.com/service/oauth/token\"'
|
|
159
|
+
_globals['_OIDCCONNECTIONCONFIG'].fields_by_name['user_info_uri']._loaded_options = None
|
|
160
|
+
_globals['_OIDCCONNECTIONCONFIG'].fields_by_name['user_info_uri']._serialized_options = b'\222A=2\rUser Info URIJ,\"https://youridp.com/service/oauth/userinfo\"'
|
|
161
|
+
_globals['_OIDCCONNECTIONCONFIG'].fields_by_name['jwks_uri']._loaded_options = None
|
|
162
|
+
_globals['_OIDCCONNECTIONCONFIG'].fields_by_name['jwks_uri']._serialized_options = b'\222A42\010JWKS URIJ(\"https://youridp.com/service/oauth/jwks\"'
|
|
163
|
+
_globals['_OIDCCONNECTIONCONFIG'].fields_by_name['client_id']._loaded_options = None
|
|
164
|
+
_globals['_OIDCCONNECTIONCONFIG'].fields_by_name['client_id']._serialized_options = b'\222A\0362\tClient IDJ\021\"oauth_client_id\"'
|
|
165
|
+
_globals['_OIDCCONNECTIONCONFIG'].fields_by_name['client_secret']._loaded_options = None
|
|
166
|
+
_globals['_OIDCCONNECTIONCONFIG'].fields_by_name['client_secret']._serialized_options = b'\222A&2\rClient SecretJ\025\"oauth_client_secret\"'
|
|
167
|
+
_globals['_OIDCCONNECTIONCONFIG'].fields_by_name['scopes']._loaded_options = None
|
|
168
|
+
_globals['_OIDCCONNECTIONCONFIG'].fields_by_name['scopes']._serialized_options = b'\222A$2\013OIDC ScopesJ\025[\"openid\", \"profile\"]'
|
|
169
|
+
_globals['_OIDCCONNECTIONCONFIG'].fields_by_name['token_auth_type']._loaded_options = None
|
|
170
|
+
_globals['_OIDCCONNECTIONCONFIG'].fields_by_name['token_auth_type']._serialized_options = b'\222A\0372\017Token Auth TypeJ\014\"URL_PARAMS\"'
|
|
171
|
+
_globals['_OIDCCONNECTIONCONFIG'].fields_by_name['redirect_uri']._loaded_options = None
|
|
172
|
+
_globals['_OIDCCONNECTIONCONFIG'].fields_by_name['redirect_uri']._serialized_options = b'\222A<2\014Redirect URIJ,\"https://yourapp.com/service/oauth/redirect\"'
|
|
173
|
+
_globals['_OIDCCONNECTIONCONFIG'].fields_by_name['pkce_enabled']._loaded_options = None
|
|
174
|
+
_globals['_OIDCCONNECTIONCONFIG'].fields_by_name['pkce_enabled']._serialized_options = b'\222A\0242\014PKCE EnabledJ\004true'
|
|
175
|
+
_globals['_SAMLCONNECTIONCONFIGREQUEST'].fields_by_name['idp_metadata_url']._loaded_options = None
|
|
176
|
+
_globals['_SAMLCONNECTIONCONFIGREQUEST'].fields_by_name['idp_metadata_url']._serialized_options = b'\222A?2\020IDP Metadata URLJ+\"https://youridp.com/service/saml/metadata\"'
|
|
177
|
+
_globals['_SAMLCONNECTIONCONFIGREQUEST'].fields_by_name['idp_entity_id']._loaded_options = None
|
|
178
|
+
_globals['_SAMLCONNECTIONCONFIGREQUEST'].fields_by_name['idp_entity_id']._serialized_options = b'\222A32\rIDP Entity IDJ\"\"https://youridp.com/service/saml\"'
|
|
179
|
+
_globals['_SAMLCONNECTIONCONFIGREQUEST'].fields_by_name['idp_sso_url']._loaded_options = None
|
|
180
|
+
_globals['_SAMLCONNECTIONCONFIGREQUEST'].fields_by_name['idp_sso_url']._serialized_options = b'\222A52\013IDP SSO URLJ&\"https://youridp.com/service/saml/sso\"'
|
|
181
|
+
_globals['_SAMLCONNECTIONCONFIGREQUEST'].fields_by_name['idp_certificate']._loaded_options = None
|
|
182
|
+
_globals['_SAMLCONNECTIONCONFIGREQUEST'].fields_by_name['idp_certificate']._serialized_options = b'\222A\0212\017IDP Certificate'
|
|
183
|
+
_globals['_SAMLCONNECTIONCONFIGREQUEST'].fields_by_name['idp_slo_url']._loaded_options = None
|
|
184
|
+
_globals['_SAMLCONNECTIONCONFIGREQUEST'].fields_by_name['idp_slo_url']._serialized_options = b'\222A52\013IDP SLO URLJ&\"https://youridp.com/service/saml/slo\"'
|
|
185
|
+
_globals['_SAMLCONNECTIONCONFIGREQUEST'].fields_by_name['ui_button_title']._loaded_options = None
|
|
186
|
+
_globals['_SAMLCONNECTIONCONFIGREQUEST'].fields_by_name['ui_button_title']._serialized_options = b'\222A#2\017UI Button TitleJ\020\"Login with SSO\"'
|
|
187
|
+
_globals['_SAMLCONNECTIONCONFIGREQUEST'].fields_by_name['idp_name_id_format']._loaded_options = None
|
|
188
|
+
_globals['_SAMLCONNECTIONCONFIGREQUEST'].fields_by_name['idp_name_id_format']._serialized_options = b'\222A\0352\022IDP Name ID FormatJ\007\"EMAIL\"'
|
|
189
|
+
_globals['_SAMLCONNECTIONCONFIGREQUEST'].fields_by_name['idp_sso_request_binding']._loaded_options = None
|
|
190
|
+
_globals['_SAMLCONNECTIONCONFIGREQUEST'].fields_by_name['idp_sso_request_binding']._serialized_options = b'\222A&2\027IDP SSO Request BindingJ\013\"HTTP_POST\"'
|
|
191
|
+
_globals['_SAMLCONNECTIONCONFIGREQUEST'].fields_by_name['idp_slo_request_binding']._loaded_options = None
|
|
192
|
+
_globals['_SAMLCONNECTIONCONFIGREQUEST'].fields_by_name['idp_slo_request_binding']._serialized_options = b'\222A&2\027IDP SLO Request BindingJ\013\"HTTP_POST\"'
|
|
193
|
+
_globals['_SAMLCONNECTIONCONFIGREQUEST'].fields_by_name['saml_signing_option']._loaded_options = None
|
|
194
|
+
_globals['_SAMLCONNECTIONCONFIGREQUEST'].fields_by_name['saml_signing_option']._serialized_options = b'\222A32\023SAML Signing OptionJ\034\"SAML_ONLY_RESPONSE_SIGNING\"'
|
|
195
|
+
_globals['_SAMLCONNECTIONCONFIGREQUEST'].fields_by_name['allow_idp_initiated_login']._loaded_options = None
|
|
196
|
+
_globals['_SAMLCONNECTIONCONFIGREQUEST'].fields_by_name['allow_idp_initiated_login']._serialized_options = b'\222A!2\031Allow IDP Initiated LoginJ\004true'
|
|
197
|
+
_globals['_SAMLCONNECTIONCONFIGREQUEST'].fields_by_name['force_authn']._loaded_options = None
|
|
198
|
+
_globals['_SAMLCONNECTIONCONFIGREQUEST'].fields_by_name['force_authn']._serialized_options = b'\222A\0232\013Force AuthnJ\004true'
|
|
199
|
+
_globals['_SAMLCONNECTIONCONFIGREQUEST'].fields_by_name['default_redirect_uri']._loaded_options = None
|
|
200
|
+
_globals['_SAMLCONNECTIONCONFIGREQUEST'].fields_by_name['default_redirect_uri']._serialized_options = b'\222AC2\024Default Redirect URIJ+\"https://yourapp.com/service/saml/redirect\"'
|
|
201
|
+
_globals['_SAMLCONNECTIONCONFIGREQUEST'].fields_by_name['assertion_encrypted']._loaded_options = None
|
|
202
|
+
_globals['_SAMLCONNECTIONCONFIGREQUEST'].fields_by_name['assertion_encrypted']._serialized_options = b'\222A\0332\023Assertion EncryptedJ\004true'
|
|
203
|
+
_globals['_SAMLCONNECTIONCONFIGREQUEST'].fields_by_name['want_request_signed']._loaded_options = None
|
|
204
|
+
_globals['_SAMLCONNECTIONCONFIGREQUEST'].fields_by_name['want_request_signed']._serialized_options = b'\222A\0332\023Want Request SignedJ\004true'
|
|
205
|
+
_globals['_SAMLCONNECTIONCONFIGRESPONSE'].fields_by_name['sp_entity_id']._loaded_options = None
|
|
206
|
+
_globals['_SAMLCONNECTIONCONFIGRESPONSE'].fields_by_name['sp_entity_id']._serialized_options = b'\222A22\014SP Entity IDJ\"\"https://yourapp.com/service/saml\"'
|
|
207
|
+
_globals['_SAMLCONNECTIONCONFIGRESPONSE'].fields_by_name['sp_assertion_url']._loaded_options = None
|
|
208
|
+
_globals['_SAMLCONNECTIONCONFIGRESPONSE'].fields_by_name['sp_assertion_url']._serialized_options = b'\222A@2\020SP Assertion URLJ,\"https://youridp.com/service/saml/assertion\"'
|
|
209
|
+
_globals['_SAMLCONNECTIONCONFIGRESPONSE'].fields_by_name['sp_metadata_url']._loaded_options = None
|
|
210
|
+
_globals['_SAMLCONNECTIONCONFIGRESPONSE'].fields_by_name['sp_metadata_url']._serialized_options = b'\222A>2\017SP Metadata URLJ+\"https://youridp.com/service/saml/metadata\"'
|
|
211
|
+
_globals['_SAMLCONNECTIONCONFIGRESPONSE'].fields_by_name['idp_metadata_url']._loaded_options = None
|
|
212
|
+
_globals['_SAMLCONNECTIONCONFIGRESPONSE'].fields_by_name['idp_metadata_url']._serialized_options = b'\222A?2\020IDP Metadata URLJ+\"https://youridp.com/service/saml/metadata\"'
|
|
213
|
+
_globals['_SAMLCONNECTIONCONFIGRESPONSE'].fields_by_name['idp_entity_id']._loaded_options = None
|
|
214
|
+
_globals['_SAMLCONNECTIONCONFIGRESPONSE'].fields_by_name['idp_entity_id']._serialized_options = b'\222A32\rIDP Entity IDJ\"\"https://youridp.com/service/saml\"'
|
|
215
|
+
_globals['_SAMLCONNECTIONCONFIGRESPONSE'].fields_by_name['idp_sso_url']._loaded_options = None
|
|
216
|
+
_globals['_SAMLCONNECTIONCONFIGRESPONSE'].fields_by_name['idp_sso_url']._serialized_options = b'\222A52\013IDP SSO URLJ&\"https://youridp.com/service/saml/sso\"'
|
|
217
|
+
_globals['_SAMLCONNECTIONCONFIGRESPONSE'].fields_by_name['idp_certificates']._loaded_options = None
|
|
218
|
+
_globals['_SAMLCONNECTIONCONFIGRESPONSE'].fields_by_name['idp_certificates']._serialized_options = b'\222A\0222\020IDP Certificates'
|
|
219
|
+
_globals['_SAMLCONNECTIONCONFIGRESPONSE'].fields_by_name['idp_slo_url']._loaded_options = None
|
|
220
|
+
_globals['_SAMLCONNECTIONCONFIGRESPONSE'].fields_by_name['idp_slo_url']._serialized_options = b'\222A52\013IDP SLO URLJ&\"https://youridp.com/service/saml/slo\"'
|
|
221
|
+
_globals['_SAMLCONNECTIONCONFIGRESPONSE'].fields_by_name['ui_button_title']._loaded_options = None
|
|
222
|
+
_globals['_SAMLCONNECTIONCONFIGRESPONSE'].fields_by_name['ui_button_title']._serialized_options = b'\222A#2\017UI Button TitleJ\020\"Login with SSO\"'
|
|
223
|
+
_globals['_SAMLCONNECTIONCONFIGRESPONSE'].fields_by_name['idp_name_id_format']._loaded_options = None
|
|
224
|
+
_globals['_SAMLCONNECTIONCONFIGRESPONSE'].fields_by_name['idp_name_id_format']._serialized_options = b'\222A\0352\022IDP Name ID FormatJ\007\"EMAIL\"'
|
|
225
|
+
_globals['_SAMLCONNECTIONCONFIGRESPONSE'].fields_by_name['idp_sso_request_binding']._loaded_options = None
|
|
226
|
+
_globals['_SAMLCONNECTIONCONFIGRESPONSE'].fields_by_name['idp_sso_request_binding']._serialized_options = b'\222A&2\027IDP SSO Request BindingJ\013\"HTTP_POST\"'
|
|
227
|
+
_globals['_SAMLCONNECTIONCONFIGRESPONSE'].fields_by_name['idp_slo_request_binding']._loaded_options = None
|
|
228
|
+
_globals['_SAMLCONNECTIONCONFIGRESPONSE'].fields_by_name['idp_slo_request_binding']._serialized_options = b'\222A&2\027IDP SLO Request BindingJ\013\"HTTP_POST\"'
|
|
229
|
+
_globals['_SAMLCONNECTIONCONFIGRESPONSE'].fields_by_name['saml_signing_option']._loaded_options = None
|
|
230
|
+
_globals['_SAMLCONNECTIONCONFIGRESPONSE'].fields_by_name['saml_signing_option']._serialized_options = b'\222A32\023SAML Signing OptionJ\034\"SAML_ONLY_RESPONSE_SIGNING\"'
|
|
231
|
+
_globals['_SAMLCONNECTIONCONFIGRESPONSE'].fields_by_name['allow_idp_initiated_login']._loaded_options = None
|
|
232
|
+
_globals['_SAMLCONNECTIONCONFIGRESPONSE'].fields_by_name['allow_idp_initiated_login']._serialized_options = b'\222A!2\031Allow IDP Initiated LoginJ\004true'
|
|
233
|
+
_globals['_SAMLCONNECTIONCONFIGRESPONSE'].fields_by_name['force_authn']._loaded_options = None
|
|
234
|
+
_globals['_SAMLCONNECTIONCONFIGRESPONSE'].fields_by_name['force_authn']._serialized_options = b'\222A\0232\013Force AuthnJ\004true'
|
|
235
|
+
_globals['_SAMLCONNECTIONCONFIGRESPONSE'].fields_by_name['default_redirect_uri']._loaded_options = None
|
|
236
|
+
_globals['_SAMLCONNECTIONCONFIGRESPONSE'].fields_by_name['default_redirect_uri']._serialized_options = b'\222AC2\024Default Redirect URIJ+\"https://yourapp.com/service/saml/redirect\"'
|
|
237
|
+
_globals['_SAMLCONNECTIONCONFIGRESPONSE'].fields_by_name['assertion_encrypted']._loaded_options = None
|
|
238
|
+
_globals['_SAMLCONNECTIONCONFIGRESPONSE'].fields_by_name['assertion_encrypted']._serialized_options = b'\222A\0332\023Assertion EncryptedJ\004true'
|
|
239
|
+
_globals['_SAMLCONNECTIONCONFIGRESPONSE'].fields_by_name['want_request_signed']._loaded_options = None
|
|
240
|
+
_globals['_SAMLCONNECTIONCONFIGRESPONSE'].fields_by_name['want_request_signed']._serialized_options = b'\222A\0332\023Want Request SignedJ\004true'
|
|
241
|
+
_globals['_IDPCERTIFICATE'].fields_by_name['certificate']._loaded_options = None
|
|
242
|
+
_globals['_IDPCERTIFICATE'].fields_by_name['certificate']._serialized_options = b'\222A\0212\017IDP Certificate'
|
|
243
|
+
_globals['_IDPCERTIFICATE'].fields_by_name['create_time']._loaded_options = None
|
|
244
|
+
_globals['_IDPCERTIFICATE'].fields_by_name['create_time']._serialized_options = b'\222A32\031Certificate Creation TimeJ\026\"2021-09-01T00:00:00Z\"'
|
|
245
|
+
_globals['_IDPCERTIFICATE'].fields_by_name['expiry_time']._loaded_options = None
|
|
246
|
+
_globals['_IDPCERTIFICATE'].fields_by_name['expiry_time']._serialized_options = b'\222A12\027Certificate Expiry TimeJ\026\"2021-09-01T00:00:00Z\"'
|
|
247
|
+
_globals['_IDPCERTIFICATE'].fields_by_name['id']._loaded_options = None
|
|
248
|
+
_globals['_IDPCERTIFICATE'].fields_by_name['id']._serialized_options = b'\222A%2\016Certificate IDJ\023\"cert_123123123123\"'
|
|
249
|
+
_globals['_IDPCERTIFICATE'].fields_by_name['issuer']._loaded_options = None
|
|
250
|
+
_globals['_IDPCERTIFICATE'].fields_by_name['issuer']._serialized_options = b'\222A82\022Certificate IssuerJ\"\"https://youridp.com/service/saml\"'
|
|
251
|
+
_globals['_OIDCMETADATAREQUEST'].fields_by_name['issuer']._loaded_options = None
|
|
252
|
+
_globals['_OIDCMETADATAREQUEST'].fields_by_name['issuer']._serialized_options = b'\272H\007r\005\020\001\030\310\001'
|
|
253
|
+
_globals['_SAMLMETADATAREQUEST'].fields_by_name['metadata_url']._loaded_options = None
|
|
254
|
+
_globals['_SAMLMETADATAREQUEST'].fields_by_name['metadata_url']._serialized_options = b'\272H\007r\005\020\001\030\310\001'
|
|
255
|
+
_globals['_SAMLCERTIFICATEREQUEST'].fields_by_name['text']._loaded_options = None
|
|
256
|
+
_globals['_SAMLCERTIFICATEREQUEST'].fields_by_name['text']._serialized_options = b'\272H\004r\002\020\001'
|
|
257
|
+
_globals['_CONNECTIONSERVICE']._loaded_options = None
|
|
258
|
+
_globals['_CONNECTIONSERVICE']._serialized_options = b'\222AN\n\nConnection\022@{{import \"proto/scalekit/v1/connections/connection_details.md\"}}'
|
|
259
|
+
_globals['_CONNECTIONSERVICE'].methods_by_name['CreateConnection']._loaded_options = None
|
|
260
|
+
_globals['_CONNECTIONSERVICE'].methods_by_name['CreateConnection']._serialized_options = b'\222A\221\001\n\nConnection\022\021Create Connection\032\032Creates an SSO Connection.JT\n\003201\022M\n\024Created Successfully\0225\n3\0321.scalekit.v1.connections.CreateConnectionResponse\202\265\030\002\0304\372\322\344\223\002\t\022\007PREVIEW\202\323\344\223\002A\"3/api/v1/organizations/{organization_id}/connections:\nconnection'
|
|
261
|
+
_globals['_CONNECTIONSERVICE'].methods_by_name['GetConnection']._loaded_options = None
|
|
262
|
+
_globals['_CONNECTIONSERVICE'].methods_by_name['GetConnection']._serialized_options = b'\222A{\n\nConnection\022\016Get Connection\032\027Get Connection detailsJD\n\003200\022=\n\007Success\0222\n0\032..scalekit.v1.connections.GetConnectionResponse\202\265\030\002\0304\202\323\344\223\002:\0228/api/v1/organizations/{organization_id}/connections/{id}'
|
|
263
|
+
_globals['_CONNECTIONSERVICE'].methods_by_name['ListConnections']._loaded_options = None
|
|
264
|
+
_globals['_CONNECTIONSERVICE'].methods_by_name['ListConnections']._serialized_options = b'\222A\212\001\n\nConnection\022\020List Connections\032\"Get a filtered list of connectionsJF\n\003200\022?\n\007Success\0224\n2\0320.scalekit.v1.connections.ListConnectionsResponse\202\265\030\002\0304\202\323\344\223\002\025\022\023/api/v1/connections'
|
|
265
|
+
_globals['_CONNECTIONSERVICE'].methods_by_name['UpdateConnection']._loaded_options = None
|
|
266
|
+
_globals['_CONNECTIONSERVICE'].methods_by_name['UpdateConnection']._serialized_options = b'\222A\220\001\n\nConnection\022\023Update a Connection\032\027Update a SSO ConnectionJT\n\003200\022M\n\024Updated Successfully\0225\n3\0321.scalekit.v1.connections.UpdateConnectionResponse\202\265\030\002\0304\372\322\344\223\002\t\022\007PREVIEW\202\323\344\223\002F28/api/v1/organizations/{organization_id}/connections/{id}:\nconnection'
|
|
267
|
+
_globals['_CONNECTIONSERVICE'].methods_by_name['DeleteConnection']._loaded_options = None
|
|
268
|
+
_globals['_CONNECTIONSERVICE'].methods_by_name['DeleteConnection']._serialized_options = b'\222AY\n\nConnection\022\023Delete a Connection\032\027Delete a SSO ConnectionJ\035\n\003200\022\026\n\024Deleted Successfully\202\265\030\002\0304\372\322\344\223\002\t\022\007PREVIEW\202\323\344\223\002:*8/api/v1/organizations/{organization_id}/connections/{id}'
|
|
269
|
+
_globals['_CONNECTIONSERVICE'].methods_by_name['EnableConnection']._loaded_options = None
|
|
270
|
+
_globals['_CONNECTIONSERVICE'].methods_by_name['EnableConnection']._serialized_options = b'\222A\203\001\n\nConnection\022\023Enable a Connection\032\027Enable a SSO ConnectionJG\n\003200\022@\n\007Success\0225\n3\0321.scalekit.v1.connections.ToggleConnectionResponse\202\265\030\002\0304\202\323\344\223\002A2?/api/v1/organizations/{organization_id}/connections/{id}:enable'
|
|
271
|
+
_globals['_CONNECTIONSERVICE'].methods_by_name['DisableConnection']._loaded_options = None
|
|
272
|
+
_globals['_CONNECTIONSERVICE'].methods_by_name['DisableConnection']._serialized_options = b'\222A\205\001\n\nConnection\022\024Disable a Connection\032\030Disable a SSO ConnectionJG\n\003200\022@\n\007Success\0225\n3\0321.scalekit.v1.connections.ToggleConnectionResponse\202\265\030\002\0304\202\323\344\223\002B2@/api/v1/organizations/{organization_id}/connections/{id}:disable'
|
|
273
|
+
_globals['_CONFIGURATIONTYPE']._serialized_start=15683
|
|
274
|
+
_globals['_CONFIGURATIONTYPE']._serialized_end=15765
|
|
275
|
+
_globals['_NAMEIDFORMAT']._serialized_start=15767
|
|
276
|
+
_globals['_NAMEIDFORMAT']._serialized_end=15864
|
|
277
|
+
_globals['_SAMLSIGNINGOPTIONS']._serialized_start=15867
|
|
278
|
+
_globals['_SAMLSIGNINGOPTIONS']._serialized_end=16043
|
|
279
|
+
_globals['_REQUESTBINDING']._serialized_start=16045
|
|
280
|
+
_globals['_REQUESTBINDING']._serialized_end=16128
|
|
281
|
+
_globals['_TOKENAUTHTYPE']._serialized_start=16130
|
|
282
|
+
_globals['_TOKENAUTHTYPE']._serialized_end=16210
|
|
283
|
+
_globals['_OIDCSCOPE']._serialized_start=16212
|
|
284
|
+
_globals['_OIDCSCOPE']._serialized_end=16311
|
|
285
|
+
_globals['_CONNECTIONTYPE']._serialized_start=16313
|
|
286
|
+
_globals['_CONNECTIONTYPE']._serialized_end=16376
|
|
287
|
+
_globals['_CONNECTIONSTATUS']._serialized_start=16378
|
|
288
|
+
_globals['_CONNECTIONSTATUS']._serialized_end=16474
|
|
289
|
+
_globals['_CONNECTIONPROVIDER']._serialized_start=16477
|
|
290
|
+
_globals['_CONNECTIONPROVIDER']._serialized_end=16645
|
|
291
|
+
_globals['_CREATECONNECTIONREQUEST']._serialized_start=404
|
|
292
|
+
_globals['_CREATECONNECTIONREQUEST']._serialized_end=713
|
|
293
|
+
_globals['_CREATECONNECTION']._serialized_start=716
|
|
294
|
+
_globals['_CREATECONNECTION']._serialized_end=888
|
|
295
|
+
_globals['_CONNECTION']._serialized_start=891
|
|
296
|
+
_globals['_CONNECTION']._serialized_end=2955
|
|
297
|
+
_globals['_CONNECTION_ATTRIBUTEMAPPINGENTRY']._serialized_start=2876
|
|
298
|
+
_globals['_CONNECTION_ATTRIBUTEMAPPINGENTRY']._serialized_end=2943
|
|
299
|
+
_globals['_CREATECONNECTIONRESPONSE']._serialized_start=2957
|
|
300
|
+
_globals['_CREATECONNECTIONRESPONSE']._serialized_end=3076
|
|
301
|
+
_globals['_UPDATECONNECTIONREQUEST']._serialized_start=3079
|
|
302
|
+
_globals['_UPDATECONNECTIONREQUEST']._serialized_end=3763
|
|
303
|
+
_globals['_UPDATECONNECTION']._serialized_start=3766
|
|
304
|
+
_globals['_UPDATECONNECTION']._serialized_end=5145
|
|
305
|
+
_globals['_UPDATECONNECTION_ATTRIBUTEMAPPINGENTRY']._serialized_start=2876
|
|
306
|
+
_globals['_UPDATECONNECTION_ATTRIBUTEMAPPINGENTRY']._serialized_end=2943
|
|
307
|
+
_globals['_UPDATECONNECTIONRESPONSE']._serialized_start=5148
|
|
308
|
+
_globals['_UPDATECONNECTIONRESPONSE']._serialized_end=5276
|
|
309
|
+
_globals['_DELETECONNECTIONREQUEST']._serialized_start=5279
|
|
310
|
+
_globals['_DELETECONNECTIONREQUEST']._serialized_end=5805
|
|
311
|
+
_globals['_GETCONNECTIONREQUEST']._serialized_start=5808
|
|
312
|
+
_globals['_GETCONNECTIONREQUEST']._serialized_end=6313
|
|
313
|
+
_globals['_GETCONNECTIONRESPONSE']._serialized_start=6315
|
|
314
|
+
_globals['_GETCONNECTIONRESPONSE']._serialized_end=6407
|
|
315
|
+
_globals['_LISTCONNECTIONSREQUEST']._serialized_start=6410
|
|
316
|
+
_globals['_LISTCONNECTIONSREQUEST']._serialized_end=7108
|
|
317
|
+
_globals['_LISTCONNECTIONSRESPONSE']._serialized_start=7110
|
|
318
|
+
_globals['_LISTCONNECTIONSRESPONSE']._serialized_end=7210
|
|
319
|
+
_globals['_LISTCONNECTION']._serialized_start=7213
|
|
320
|
+
_globals['_LISTCONNECTION']._serialized_end=7909
|
|
321
|
+
_globals['_TOGGLECONNECTIONREQUEST']._serialized_start=7912
|
|
322
|
+
_globals['_TOGGLECONNECTIONREQUEST']._serialized_end=8420
|
|
323
|
+
_globals['_TOGGLECONNECTIONRESPONSE']._serialized_start=8422
|
|
324
|
+
_globals['_TOGGLECONNECTIONRESPONSE']._serialized_end=8534
|
|
325
|
+
_globals['_OIDCCONNECTIONCONFIG']._serialized_start=8537
|
|
326
|
+
_globals['_OIDCCONNECTIONCONFIG']._serialized_end=9949
|
|
327
|
+
_globals['_SAMLCONNECTIONCONFIGREQUEST']._serialized_start=9952
|
|
328
|
+
_globals['_SAMLCONNECTIONCONFIGREQUEST']._serialized_end=11815
|
|
329
|
+
_globals['_SAMLCONNECTIONCONFIGRESPONSE']._serialized_start=11818
|
|
330
|
+
_globals['_SAMLCONNECTIONCONFIGRESPONSE']._serialized_end=14003
|
|
331
|
+
_globals['_IDPCERTIFICATE']._serialized_start=14006
|
|
332
|
+
_globals['_IDPCERTIFICATE']._serialized_end=14453
|
|
333
|
+
_globals['_GETOIDCMETADATAREQUEST']._serialized_start=14455
|
|
334
|
+
_globals['_GETOIDCMETADATAREQUEST']._serialized_end=14553
|
|
335
|
+
_globals['_OIDCMETADATAREQUEST']._serialized_start=14555
|
|
336
|
+
_globals['_OIDCMETADATAREQUEST']._serialized_end=14612
|
|
337
|
+
_globals['_GETOIDCMETADATARESPONSE']._serialized_start=14615
|
|
338
|
+
_globals['_GETOIDCMETADATARESPONSE']._serialized_end=14830
|
|
339
|
+
_globals['_GETSAMLMETADATAREQUEST']._serialized_start=14832
|
|
340
|
+
_globals['_GETSAMLMETADATAREQUEST']._serialized_end=14930
|
|
341
|
+
_globals['_SAMLMETADATAREQUEST']._serialized_start=14932
|
|
342
|
+
_globals['_SAMLMETADATAREQUEST']._serialized_end=15000
|
|
343
|
+
_globals['_GETSAMLMETADATARESPONSE']._serialized_start=15003
|
|
344
|
+
_globals['_GETSAMLMETADATARESPONSE']._serialized_end=15311
|
|
345
|
+
_globals['_GETSAMLCERTIFICATEDETAILSREQUEST']._serialized_start=15313
|
|
346
|
+
_globals['_GETSAMLCERTIFICATEDETAILSREQUEST']._serialized_end=15430
|
|
347
|
+
_globals['_SAMLCERTIFICATEREQUEST']._serialized_start=15432
|
|
348
|
+
_globals['_SAMLCERTIFICATEREQUEST']._serialized_end=15485
|
|
349
|
+
_globals['_GETSAMLCERTIFICATEDETAILSRESPONSE']._serialized_start=15488
|
|
350
|
+
_globals['_GETSAMLCERTIFICATEDETAILSRESPONSE']._serialized_end=15653
|
|
351
|
+
_globals['_PASSWORDCONNECTIONCONFIG']._serialized_start=15655
|
|
352
|
+
_globals['_PASSWORDCONNECTIONCONFIG']._serialized_end=15681
|
|
353
|
+
_globals['_CONNECTIONSERVICE']._serialized_start=16648
|
|
354
|
+
_globals['_CONNECTIONSERVICE']._serialized_end=19048
|
|
355
|
+
# @@protoc_insertion_point(module_scope)
|