weave-python 0.40.0__tar.gz → 0.42.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.
- {weave_python-0.40.0 → weave_python-0.42.0}/PKG-INFO +1 -1
- {weave_python-0.40.0 → weave_python-0.42.0}/weave/weaveapi/auth/v1/service_pb2.py +101 -65
- {weave_python-0.40.0 → weave_python-0.42.0}/weave/weaveapi/auth/v1/service_pb2.pyi +120 -0
- {weave_python-0.40.0 → weave_python-0.42.0}/weave/weaveapi/auth/v1/service_pb2_grpc.py +94 -0
- {weave_python-0.40.0 → weave_python-0.42.0}/weave/weaveapi/auth/v1/service_pb2_grpc.pyi +34 -0
- {weave_python-0.40.0 → weave_python-0.42.0}/weave/weavesql/weavedb/auth_identity.py +1129 -25
- {weave_python-0.40.0 → weave_python-0.42.0}/weave/weavesql/weavedb/models.py +41 -0
- {weave_python-0.40.0 → weave_python-0.42.0}/.github/runs-on.yml +0 -0
- {weave_python-0.40.0 → weave_python-0.42.0}/.github/workflows/format-lint.yaml +0 -0
- {weave_python-0.40.0 → weave_python-0.42.0}/.github/workflows/generate.yaml +0 -0
- {weave_python-0.40.0 → weave_python-0.42.0}/.github/workflows/release.yaml +0 -0
- {weave_python-0.40.0 → weave_python-0.42.0}/.gitignore +0 -0
- {weave_python-0.40.0 → weave_python-0.42.0}/.python-version +0 -0
- {weave_python-0.40.0 → weave_python-0.42.0}/LICENSE +0 -0
- {weave_python-0.40.0 → weave_python-0.42.0}/README.md +0 -0
- {weave_python-0.40.0 → weave_python-0.42.0}/Taskfile.yaml +0 -0
- {weave_python-0.40.0 → weave_python-0.42.0}/buf.gen.yaml +0 -0
- {weave_python-0.40.0 → weave_python-0.42.0}/pyproject.toml +0 -0
- {weave_python-0.40.0 → weave_python-0.42.0}/renovate.json +0 -0
- {weave_python-0.40.0 → weave_python-0.42.0}/tools/sqlcgen/README.md +0 -0
- {weave_python-0.40.0 → weave_python-0.42.0}/tools/sqlcgen/sqlcgen.py +0 -0
- {weave_python-0.40.0 → weave_python-0.42.0}/tools/sqlcgen/test_sqlcgen.py +0 -0
- {weave_python-0.40.0 → weave_python-0.42.0}/uv.lock +0 -0
- {weave_python-0.40.0 → weave_python-0.42.0}/weave/weaveapi/atc/v1/event_pb2.py +0 -0
- {weave_python-0.40.0 → weave_python-0.42.0}/weave/weaveapi/atc/v1/event_pb2.pyi +0 -0
- {weave_python-0.40.0 → weave_python-0.42.0}/weave/weaveapi/atc/v1/event_pb2_grpc.py +0 -0
- {weave_python-0.40.0 → weave_python-0.42.0}/weave/weaveapi/atc/v1/event_pb2_grpc.pyi +0 -0
- {weave_python-0.40.0 → weave_python-0.42.0}/weave/weaveapi/atc/v1/message_pb2.py +0 -0
- {weave_python-0.40.0 → weave_python-0.42.0}/weave/weaveapi/atc/v1/message_pb2.pyi +0 -0
- {weave_python-0.40.0 → weave_python-0.42.0}/weave/weaveapi/atc/v1/message_pb2_grpc.py +0 -0
- {weave_python-0.40.0 → weave_python-0.42.0}/weave/weaveapi/atc/v1/message_pb2_grpc.pyi +0 -0
- {weave_python-0.40.0 → weave_python-0.42.0}/weave/weaveapi/atc/v1/process_pb2.py +0 -0
- {weave_python-0.40.0 → weave_python-0.42.0}/weave/weaveapi/atc/v1/process_pb2.pyi +0 -0
- {weave_python-0.40.0 → weave_python-0.42.0}/weave/weaveapi/atc/v1/process_pb2_grpc.py +0 -0
- {weave_python-0.40.0 → weave_python-0.42.0}/weave/weaveapi/atc/v1/process_pb2_grpc.pyi +0 -0
- {weave_python-0.40.0 → weave_python-0.42.0}/weave/weaveapi/atc/v1/run_pb2.py +0 -0
- {weave_python-0.40.0 → weave_python-0.42.0}/weave/weaveapi/atc/v1/run_pb2.pyi +0 -0
- {weave_python-0.40.0 → weave_python-0.42.0}/weave/weaveapi/atc/v1/run_pb2_grpc.py +0 -0
- {weave_python-0.40.0 → weave_python-0.42.0}/weave/weaveapi/atc/v1/run_pb2_grpc.pyi +0 -0
- {weave_python-0.40.0 → weave_python-0.42.0}/weave/weaveapi/atc/v1/service_pb2.py +0 -0
- {weave_python-0.40.0 → weave_python-0.42.0}/weave/weaveapi/atc/v1/service_pb2.pyi +0 -0
- {weave_python-0.40.0 → weave_python-0.42.0}/weave/weaveapi/atc/v1/service_pb2_grpc.py +0 -0
- {weave_python-0.40.0 → weave_python-0.42.0}/weave/weaveapi/atc/v1/service_pb2_grpc.pyi +0 -0
- {weave_python-0.40.0 → weave_python-0.42.0}/weave/weaveapi/auth/v1/auth_pb2.py +0 -0
- {weave_python-0.40.0 → weave_python-0.42.0}/weave/weaveapi/auth/v1/auth_pb2.pyi +0 -0
- {weave_python-0.40.0 → weave_python-0.42.0}/weave/weaveapi/auth/v1/auth_pb2_grpc.py +0 -0
- {weave_python-0.40.0 → weave_python-0.42.0}/weave/weaveapi/auth/v1/auth_pb2_grpc.pyi +0 -0
- {weave_python-0.40.0 → weave_python-0.42.0}/weave/weaveapi/chat/v1/chat_pb2.py +0 -0
- {weave_python-0.40.0 → weave_python-0.42.0}/weave/weaveapi/chat/v1/chat_pb2.pyi +0 -0
- {weave_python-0.40.0 → weave_python-0.42.0}/weave/weaveapi/chat/v1/chat_pb2_grpc.py +0 -0
- {weave_python-0.40.0 → weave_python-0.42.0}/weave/weaveapi/chat/v1/chat_pb2_grpc.pyi +0 -0
- {weave_python-0.40.0 → weave_python-0.42.0}/weave/weaveapi/chat/v1/service_pb2.py +0 -0
- {weave_python-0.40.0 → weave_python-0.42.0}/weave/weaveapi/chat/v1/service_pb2.pyi +0 -0
- {weave_python-0.40.0 → weave_python-0.42.0}/weave/weaveapi/chat/v1/service_pb2_grpc.py +0 -0
- {weave_python-0.40.0 → weave_python-0.42.0}/weave/weaveapi/chat/v1/service_pb2_grpc.pyi +0 -0
- {weave_python-0.40.0 → weave_python-0.42.0}/weave/weaveapi/consolidation/v1/consolidation_pb2.py +0 -0
- {weave_python-0.40.0 → weave_python-0.42.0}/weave/weaveapi/consolidation/v1/consolidation_pb2.pyi +0 -0
- {weave_python-0.40.0 → weave_python-0.42.0}/weave/weaveapi/consolidation/v1/consolidation_pb2_grpc.py +0 -0
- {weave_python-0.40.0 → weave_python-0.42.0}/weave/weaveapi/consolidation/v1/consolidation_pb2_grpc.pyi +0 -0
- {weave_python-0.40.0 → weave_python-0.42.0}/weave/weaveapi/consolidation/v1/service_pb2.py +0 -0
- {weave_python-0.40.0 → weave_python-0.42.0}/weave/weaveapi/consolidation/v1/service_pb2.pyi +0 -0
- {weave_python-0.40.0 → weave_python-0.42.0}/weave/weaveapi/consolidation/v1/service_pb2_grpc.py +0 -0
- {weave_python-0.40.0 → weave_python-0.42.0}/weave/weaveapi/consolidation/v1/service_pb2_grpc.pyi +0 -0
- {weave_python-0.40.0 → weave_python-0.42.0}/weave/weaveapi/inference/v1/inference_pb2.py +0 -0
- {weave_python-0.40.0 → weave_python-0.42.0}/weave/weaveapi/inference/v1/inference_pb2.pyi +0 -0
- {weave_python-0.40.0 → weave_python-0.42.0}/weave/weaveapi/inference/v1/inference_pb2_grpc.py +0 -0
- {weave_python-0.40.0 → weave_python-0.42.0}/weave/weaveapi/inference/v1/inference_pb2_grpc.pyi +0 -0
- {weave_python-0.40.0 → weave_python-0.42.0}/weave/weaveapi/inference/v1/service_pb2.py +0 -0
- {weave_python-0.40.0 → weave_python-0.42.0}/weave/weaveapi/inference/v1/service_pb2.pyi +0 -0
- {weave_python-0.40.0 → weave_python-0.42.0}/weave/weaveapi/inference/v1/service_pb2_grpc.py +0 -0
- {weave_python-0.40.0 → weave_python-0.42.0}/weave/weaveapi/inference/v1/service_pb2_grpc.pyi +0 -0
- {weave_python-0.40.0 → weave_python-0.42.0}/weave/weaveapi/ingestion/v1/ingestion_pb2.py +0 -0
- {weave_python-0.40.0 → weave_python-0.42.0}/weave/weaveapi/ingestion/v1/ingestion_pb2.pyi +0 -0
- {weave_python-0.40.0 → weave_python-0.42.0}/weave/weaveapi/ingestion/v1/ingestion_pb2_grpc.py +0 -0
- {weave_python-0.40.0 → weave_python-0.42.0}/weave/weaveapi/ingestion/v1/ingestion_pb2_grpc.pyi +0 -0
- {weave_python-0.40.0 → weave_python-0.42.0}/weave/weaveapi/ingestion/v1/service_pb2.py +0 -0
- {weave_python-0.40.0 → weave_python-0.42.0}/weave/weaveapi/ingestion/v1/service_pb2.pyi +0 -0
- {weave_python-0.40.0 → weave_python-0.42.0}/weave/weaveapi/ingestion/v1/service_pb2_grpc.py +0 -0
- {weave_python-0.40.0 → weave_python-0.42.0}/weave/weaveapi/ingestion/v1/service_pb2_grpc.pyi +0 -0
- {weave_python-0.40.0 → weave_python-0.42.0}/weave/weaveapi/model/v1/model_pb2.py +0 -0
- {weave_python-0.40.0 → weave_python-0.42.0}/weave/weaveapi/model/v1/model_pb2.pyi +0 -0
- {weave_python-0.40.0 → weave_python-0.42.0}/weave/weaveapi/model/v1/model_pb2_grpc.py +0 -0
- {weave_python-0.40.0 → weave_python-0.42.0}/weave/weaveapi/model/v1/model_pb2_grpc.pyi +0 -0
- {weave_python-0.40.0 → weave_python-0.42.0}/weave/weaveapi/model/v1/service_pb2.py +0 -0
- {weave_python-0.40.0 → weave_python-0.42.0}/weave/weaveapi/model/v1/service_pb2.pyi +0 -0
- {weave_python-0.40.0 → weave_python-0.42.0}/weave/weaveapi/model/v1/service_pb2_grpc.py +0 -0
- {weave_python-0.40.0 → weave_python-0.42.0}/weave/weaveapi/model/v1/service_pb2_grpc.pyi +0 -0
- {weave_python-0.40.0 → weave_python-0.42.0}/weave/weaveapi/organization/v1/organization_pb2.py +0 -0
- {weave_python-0.40.0 → weave_python-0.42.0}/weave/weaveapi/organization/v1/organization_pb2.pyi +0 -0
- {weave_python-0.40.0 → weave_python-0.42.0}/weave/weaveapi/organization/v1/organization_pb2_grpc.py +0 -0
- {weave_python-0.40.0 → weave_python-0.42.0}/weave/weaveapi/organization/v1/organization_pb2_grpc.pyi +0 -0
- {weave_python-0.40.0 → weave_python-0.42.0}/weave/weaveapi/organization/v1/service_pb2.py +0 -0
- {weave_python-0.40.0 → weave_python-0.42.0}/weave/weaveapi/organization/v1/service_pb2.pyi +0 -0
- {weave_python-0.40.0 → weave_python-0.42.0}/weave/weaveapi/organization/v1/service_pb2_grpc.py +0 -0
- {weave_python-0.40.0 → weave_python-0.42.0}/weave/weaveapi/organization/v1/service_pb2_grpc.pyi +0 -0
- {weave_python-0.40.0 → weave_python-0.42.0}/weave/weaveapi/project/v1/project_pb2.py +0 -0
- {weave_python-0.40.0 → weave_python-0.42.0}/weave/weaveapi/project/v1/project_pb2.pyi +0 -0
- {weave_python-0.40.0 → weave_python-0.42.0}/weave/weaveapi/project/v1/project_pb2_grpc.py +0 -0
- {weave_python-0.40.0 → weave_python-0.42.0}/weave/weaveapi/project/v1/project_pb2_grpc.pyi +0 -0
- {weave_python-0.40.0 → weave_python-0.42.0}/weave/weaveapi/project/v1/service_pb2.py +0 -0
- {weave_python-0.40.0 → weave_python-0.42.0}/weave/weaveapi/project/v1/service_pb2.pyi +0 -0
- {weave_python-0.40.0 → weave_python-0.42.0}/weave/weaveapi/project/v1/service_pb2_grpc.py +0 -0
- {weave_python-0.40.0 → weave_python-0.42.0}/weave/weaveapi/project/v1/service_pb2_grpc.pyi +0 -0
- {weave_python-0.40.0 → weave_python-0.42.0}/weave/weaveapi/provider/v1/provider_pb2.py +0 -0
- {weave_python-0.40.0 → weave_python-0.42.0}/weave/weaveapi/provider/v1/provider_pb2.pyi +0 -0
- {weave_python-0.40.0 → weave_python-0.42.0}/weave/weaveapi/provider/v1/provider_pb2_grpc.py +0 -0
- {weave_python-0.40.0 → weave_python-0.42.0}/weave/weaveapi/provider/v1/provider_pb2_grpc.pyi +0 -0
- {weave_python-0.40.0 → weave_python-0.42.0}/weave/weaveapi/provider/v1/service_pb2.py +0 -0
- {weave_python-0.40.0 → weave_python-0.42.0}/weave/weaveapi/provider/v1/service_pb2.pyi +0 -0
- {weave_python-0.40.0 → weave_python-0.42.0}/weave/weaveapi/provider/v1/service_pb2_grpc.py +0 -0
- {weave_python-0.40.0 → weave_python-0.42.0}/weave/weaveapi/provider/v1/service_pb2_grpc.pyi +0 -0
- {weave_python-0.40.0 → weave_python-0.42.0}/weave/weaveapi/retrieval/v1/retrieval_pb2.py +0 -0
- {weave_python-0.40.0 → weave_python-0.42.0}/weave/weaveapi/retrieval/v1/retrieval_pb2.pyi +0 -0
- {weave_python-0.40.0 → weave_python-0.42.0}/weave/weaveapi/retrieval/v1/retrieval_pb2_grpc.py +0 -0
- {weave_python-0.40.0 → weave_python-0.42.0}/weave/weaveapi/retrieval/v1/retrieval_pb2_grpc.pyi +0 -0
- {weave_python-0.40.0 → weave_python-0.42.0}/weave/weaveapi/retrieval/v1/service_pb2.py +0 -0
- {weave_python-0.40.0 → weave_python-0.42.0}/weave/weaveapi/retrieval/v1/service_pb2.pyi +0 -0
- {weave_python-0.40.0 → weave_python-0.42.0}/weave/weaveapi/retrieval/v1/service_pb2_grpc.py +0 -0
- {weave_python-0.40.0 → weave_python-0.42.0}/weave/weaveapi/retrieval/v1/service_pb2_grpc.pyi +0 -0
- {weave_python-0.40.0 → weave_python-0.42.0}/weave/weaveapi/task/v1/service_pb2.py +0 -0
- {weave_python-0.40.0 → weave_python-0.42.0}/weave/weaveapi/task/v1/service_pb2.pyi +0 -0
- {weave_python-0.40.0 → weave_python-0.42.0}/weave/weaveapi/task/v1/service_pb2_grpc.py +0 -0
- {weave_python-0.40.0 → weave_python-0.42.0}/weave/weaveapi/task/v1/service_pb2_grpc.pyi +0 -0
- {weave_python-0.40.0 → weave_python-0.42.0}/weave/weaveapi/task/v1/task_pb2.py +0 -0
- {weave_python-0.40.0 → weave_python-0.42.0}/weave/weaveapi/task/v1/task_pb2.pyi +0 -0
- {weave_python-0.40.0 → weave_python-0.42.0}/weave/weaveapi/task/v1/task_pb2_grpc.py +0 -0
- {weave_python-0.40.0 → weave_python-0.42.0}/weave/weaveapi/task/v1/task_pb2_grpc.pyi +0 -0
- {weave_python-0.40.0 → weave_python-0.42.0}/weave/weavesql/atcdb/event.py +0 -0
- {weave_python-0.40.0 → weave_python-0.42.0}/weave/weavesql/atcdb/inspection.py +0 -0
- {weave_python-0.40.0 → weave_python-0.42.0}/weave/weavesql/atcdb/mailbox.py +0 -0
- {weave_python-0.40.0 → weave_python-0.42.0}/weave/weavesql/atcdb/models.py +0 -0
- {weave_python-0.40.0 → weave_python-0.42.0}/weave/weavesql/atcdb/run_template.py +0 -0
- {weave_python-0.40.0 → weave_python-0.42.0}/weave/weavesql/atcdb/snapshot.py +0 -0
- {weave_python-0.40.0 → weave_python-0.42.0}/weave/weavesql/atcdb/team.py +0 -0
- {weave_python-0.40.0 → weave_python-0.42.0}/weave/weavesql/weavedb/chat.py +0 -0
- {weave_python-0.40.0 → weave_python-0.42.0}/weave/weavesql/weavedb/consolidation.py +0 -0
- {weave_python-0.40.0 → weave_python-0.42.0}/weave/weavesql/weavedb/document_security.py +0 -0
- {weave_python-0.40.0 → weave_python-0.42.0}/weave/weavesql/weavedb/ingestion.py +0 -0
- {weave_python-0.40.0 → weave_python-0.42.0}/weave/weavesql/weavedb/model_catalog.py +0 -0
- {weave_python-0.40.0 → weave_python-0.42.0}/weave/weavesql/weavedb/organization.py +0 -0
- {weave_python-0.40.0 → weave_python-0.42.0}/weave/weavesql/weavedb/project.py +0 -0
- {weave_python-0.40.0 → weave_python-0.42.0}/weave/weavesql/weavedb/provider.py +0 -0
- {weave_python-0.40.0 → weave_python-0.42.0}/weave/weavesql/weavedb/retrieval.py +0 -0
- {weave_python-0.40.0 → weave_python-0.42.0}/weave/weavesql/weavedb/task.py +0 -0
|
@@ -20,7 +20,7 @@ _sym_db = _symbol_database.Default()
|
|
|
20
20
|
|
|
21
21
|
|
|
22
22
|
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(
|
|
23
|
-
b'\n\x1eweaveapi/auth/v1/service.proto\x12\x10weaveapi.auth.v1\x1a\x1cgoogle/api/annotations.proto\x1a\x1cgoogle/protobuf/struct.proto\x1a\x1bweaveapi/auth/v1/auth.proto"\x13\n\x11GetSessionRequest"w\n\x12GetSessionResponse\x12;\n\x07session\x18\x01 \x01(\x0b\x32\x1d.weaveapi.auth.v1.AuthSessionB\x02(\x01R\x07session\x12$\n\rauthenticated\x18\x02 \x01(\x08R\rauthenticated"Q\n\x1dStartDiscoveryPasswordRequest\x12\x14\n\x05\x65mail\x18\x01 \x01(\tR\x05\x65mail\x12\x1a\n\x08password\x18\x02 \x01(\tR\x08password"\xc8\x01\n\x1eStartDiscoveryPasswordResponse\x12\x30\n\x14\x64iscovery_session_id\x18\x01 \x01(\tR\x12\x64iscoverySessionId\x12Q\n\rorganizations\x18\x02 \x03(\x0b\x32\'.weaveapi.auth.v1.DiscoveryOrganizationB\x02(\x01R\rorganizations\x12!\n\x0cmfa_required\x18\x03 \x01(\x08R\x0bmfaRequired"w\n\x1aStartDiscoveryOAuthRequest\x12:\n\x08provider\x18\x01 \x01(\x0e\x32\x1e.weaveapi.auth.v1.AuthProviderR\x08provider\x12\x1d\n\nreturn_url\x18\x02 \x01(\tR\treturnUrl"[\n\x1bStartDiscoveryOAuthResponse\x12!\n\x0credirect_url\x18\x01 \x01(\tR\x0bredirectUrl\x12\x19\n\x08state_id\x18\x02 \x01(\tR\x07stateId"\x85\x01\n\x1d\x43ompleteDiscoveryOAuthRequest\x12:\n\x08provider\x18\x01 \x01(\x0e\x32\x1e.weaveapi.auth.v1.AuthProviderR\x08provider\x12\x12\n\x04\x63ode\x18\x02 \x01(\tR\x04\x63ode\x12\x14\n\x05state\x18\x03 \x01(\tR\x05state"\xc8\x01\n\x1e\x43ompleteDiscoveryOAuthResponse\x12\x30\n\x14\x64iscovery_session_id\x18\x01 \x01(\tR\x12\x64iscoverySessionId\x12Q\n\rorganizations\x18\x02 \x03(\x0b\x32\'.weaveapi.auth.v1.DiscoveryOrganizationB\x02(\x01R\rorganizations\x12!\n\x0cmfa_required\x18\x03 \x01(\x08R\x0bmfaRequired"|\n\x18StartDiscoverySSORequest\x12\x14\n\x05\x65mail\x18\x01 \x01(\tR\x05\x65mail\x12+\n\x11organization_slug\x18\x02 \x01(\tR\x10organizationSlug\x12\x1d\n\nreturn_url\x18\x03 \x01(\tR\treturnUrl"Y\n\x19StartDiscoverySSOResponse\x12!\n\x0credirect_url\x18\x01 \x01(\tR\x0bredirectUrl\x12\x19\n\x08state_id\x18\x02 \x01(\tR\x07stateId"G\n\x1b\x43ompleteDiscoverySSORequest\x12\x12\n\x04\x63ode\x18\x01 \x01(\tR\x04\x63ode\x12\x14\n\x05state\x18\x02 \x01(\tR\x05state"\xc6\x01\n\x1c\x43ompleteDiscoverySSOResponse\x12\x30\n\x14\x64iscovery_session_id\x18\x01 \x01(\tR\x12\x64iscoverySessionId\x12Q\n\rorganizations\x18\x02 \x03(\x0b\x32\'.weaveapi.auth.v1.DiscoveryOrganizationB\x02(\x01R\rorganizations\x12!\n\x0cmfa_required\x18\x03 \x01(\x08R\x0bmfaRequired"\xb7\x01\n$ExchangeDiscoveryOrganizationRequest\x12\x30\n\x14\x64iscovery_session_id\x18\x01 \x01(\tR\x12\x64iscoverySessionId\x12\'\n\x0forganization_id\x18\x02 \x01(\tR\x0eorganizationId\x12\x34\n\x16stytch_organization_id\x18\x03 \x01(\tR\x14stytchOrganizationId"d\n%ExchangeDiscoveryOrganizationResponse\x12;\n\x07session\x18\x01 \x01(\x0b\x32\x1d.weaveapi.auth.v1.AuthSessionB\x02(\x01R\x07session"\x0f\n\rLogoutRequest"/\n\x0eLogoutResponse\x12\x1d\n\nlogged_out\x18\x01 \x01(\x08R\tloggedOut"\x13\n\x11GetProfileRequest"Q\n\x12GetProfileResponse\x12;\n\x07profile\x18\x01 \x01(\x0b\x32\x1d.weaveapi.auth.v1.UserProfileB\x02(\x01R\x07profile"\x8b\x01\n\x14UpdateProfileRequest\x12!\n\x0c\x64isplay_name\x18\x01 \x01(\tR\x0b\x64isplayName\x12\x1b\n\tjob_title\x18\x02 \x01(\tR\x08jobTitle\x12\x1d\n\navatar_url\x18\x03 \x01(\tR\tavatarUrl\x12\x14\n\x05theme\x18\x04 \x01(\tR\x05theme"T\n\x15UpdateProfileResponse\x12;\n\x07profile\x18\x01 \x01(\x0b\x32\x1d.weaveapi.auth.v1.UserProfileB\x02(\x01R\x07profile"P\n\x13UpdateAvatarRequest\x12\x16\n\x06\x61vatar\x18\x01 \x01(\x0cR\x06\x61vatar\x12!\n\x0c\x63ontent_type\x18\x02 \x01(\tR\x0b\x63ontentType"S\n\x14UpdateAvatarResponse\x12;\n\x07profile\x18\x01 \x01(\x0b\x32\x1d.weaveapi.auth.v1.UserProfileB\x02(\x01R\x07profile"Q\n"GetOrganizationAuthSettingsRequest\x12+\n\x11organization_slug\x18\x01 \x01(\tR\x10organizationSlug"q\n#GetOrganizationAuthSettingsResponse\x12J\n\x08settings\x18\x01 \x01(\x0b\x32*.weaveapi.auth.v1.OrganizationAuthSettingsB\x02(\x01R\x08settings"\xc8\x03\n%UpdateOrganizationAuthSettingsRequest\x12+\n\x11organization_slug\x18\x01 \x01(\tR\x10organizationSlug\x12N\n\x14\x61llowed_auth_methods\x18\x02 \x03(\x0e\x32\x1c.weaveapi.auth.v1.AuthMethodR\x12\x61llowedAuthMethods\x12\'\n\x0f\x61llowed_domains\x18\x03 \x03(\tR\x0e\x61llowedDomains\x12\x38\n\x18jit_provisioning_enabled\x18\x04 \x01(\x08R\x16jitProvisioningEnabled\x12\x32\n\x15password_auth_enabled\x18\x05 \x01(\x08R\x13passwordAuthEnabled\x12\x30\n\x14google_oauth_enabled\x18\x06 \x01(\x08R\x12googleOauthEnabled\x12\x36\n\x17microsoft_oauth_enabled\x18\x07 \x01(\x08R\x15microsoftOauthEnabled\x12!\n\x0csso_required\x18\x08 \x01(\x08R\x0bssoRequired"t\n&UpdateOrganizationAuthSettingsResponse\x12J\n\x08settings\x18\x01 \x01(\x0b\x32*.weaveapi.auth.v1.OrganizationAuthSettingsB\x02(\x01R\x08settings"\xe8\x01\n\x1eListOrganizationMembersRequest\x12+\n\x11organization_slug\x18\x01 \x01(\tR\x10organizationSlug\x12\x14\n\x05query\x18\x02 \x01(\tR\x05query\x12G\n\rstatus_filter\x18\x03 \x01(\x0e\x32".weaveapi.auth.v1.MembershipStatusR\x0cstatusFilter\x12\x1b\n\tpage_size\x18\x04 \x01(\x05R\x08pageSize\x12\x1d\n\npage_token\x18\x05 \x01(\tR\tpageToken"\x8d\x01\n\x1fListOrganizationMembersResponse\x12\x42\n\x07members\x18\x01 \x03(\x0b\x32$.weaveapi.auth.v1.OrganizationMemberB\x02(\x01R\x07members\x12&\n\x0fnext_page_token\x18\x02 \x01(\tR\rnextPageToken"\xc2\x01\n\x1fUpdateOrganizationMemberRequest\x12+\n\x11organization_slug\x18\x01 \x01(\tR\x10organizationSlug\x12\x1b\n\tmember_id\x18\x02 \x01(\tR\x08memberId\x12:\n\x06status\x18\x03 \x01(\x0e\x32".weaveapi.auth.v1.MembershipStatusR\x06status\x12\x19\n\x08role_ids\x18\x04 \x03(\tR\x07roleIds"d\n UpdateOrganizationMemberResponse\x12@\n\x06member\x18\x01 \x01(\x0b\x32$.weaveapi.auth.v1.OrganizationMemberB\x02(\x01R\x06member"C\n\x14GetRbacPolicyRequest\x12+\n\x11organization_slug\x18\x01 \x01(\tR\x10organizationSlug"X\n\x15GetRbacPolicyResponse\x12?\n\x06policy\x18\x01 \x01(\x0b\x32#.weaveapi.auth.v1.RbacPolicySummaryB\x02(\x01R\x06policy"\xac\x01\n\x17UpdateRbacPolicyRequest\x12+\n\x11organization_slug\x18\x01 \x01(\tR\x10organizationSlug\x12?\n\x06policy\x18\x02 \x01(\x0b\x32#.weaveapi.auth.v1.RbacPolicySummaryB\x02(\x01R\x06policy\x12#\n\rchange_reason\x18\x03 \x01(\tR\x0c\x63hangeReason"[\n\x18UpdateRbacPolicyResponse\x12?\n\x06policy\x18\x01 \x01(\x0b\x32#.weaveapi.auth.v1.RbacPolicySummaryB\x02(\x01R\x06policy"H\n\x19ListSsoConnectionsRequest\x12+\n\x11organization_slug\x18\x01 \x01(\tR\x10organizationSlug"c\n\x1aListSsoConnectionsResponse\x12\x45\n\x0b\x63onnections\x18\x01 \x03(\x0b\x32\x1f.weaveapi.auth.v1.SsoConnectionB\x02(\x01R\x0b\x63onnections"\x9a\x03\n\x1a\x43reateSsoConnectionRequest\x12+\n\x11organization_slug\x18\x01 \x01(\tR\x10organizationSlug\x12\x37\n\x04type\x18\x02 \x01(\x0e\x32#.weaveapi.auth.v1.SsoConnectionTypeR\x04type\x12!\n\x0c\x64isplay_name\x18\x03 \x01(\tR\x0b\x64isplayName\x12!\n\x0cmetadata_url\x18\x04 \x01(\tR\x0bmetadataUrl\x12!\n\x0cmetadata_xml\x18\x05 \x01(\tR\x0bmetadataXml\x12\x1f\n\x0boidc_issuer\x18\x06 \x01(\tR\noidcIssuer\x12$\n\x0eoidc_client_id\x18\x07 \x01(\tR\x0coidcClientId\x12,\n\x12oidc_client_secret\x18\x08 \x01(\tR\x10oidcClientSecret\x12\x38\n\x18jit_provisioning_enabled\x18\t \x01(\x08R\x16jitProvisioningEnabled"b\n\x1b\x43reateSsoConnectionResponse\x12\x43\n\nconnection\x18\x01 \x01(\x0b\x32\x1f.weaveapi.auth.v1.SsoConnectionB\x02(\x01R\nconnection"\xc5\x03\n\x1aUpdateSsoConnectionRequest\x12+\n\x11organization_slug\x18\x01 \x01(\tR\x10organizationSlug\x12#\n\rconnection_id\x18\x02 \x01(\tR\x0c\x63onnectionId\x12!\n\x0c\x64isplay_name\x18\x03 \x01(\tR\x0b\x64isplayName\x12!\n\x0cmetadata_url\x18\x04 \x01(\tR\x0bmetadataUrl\x12!\n\x0cmetadata_xml\x18\x05 \x01(\tR\x0bmetadataXml\x12\x1f\n\x0boidc_issuer\x18\x06 \x01(\tR\noidcIssuer\x12$\n\x0eoidc_client_id\x18\x07 \x01(\tR\x0coidcClientId\x12,\n\x12oidc_client_secret\x18\x08 \x01(\tR\x10oidcClientSecret\x12\x38\n\x18jit_provisioning_enabled\x18\t \x01(\x08R\x16jitProvisioningEnabled\x12=\n\x06status\x18\n \x01(\x0e\x32%.weaveapi.auth.v1.SsoConnectionStatusR\x06status"b\n\x1bUpdateSsoConnectionResponse\x12\x43\n\nconnection\x18\x01 \x01(\x0b\x32\x1f.weaveapi.auth.v1.SsoConnectionB\x02(\x01R\nconnection"n\n\x1a\x44\x65leteSsoConnectionRequest\x12+\n\x11organization_slug\x18\x01 \x01(\tR\x10organizationSlug\x12#\n\rconnection_id\x18\x02 \x01(\tR\x0c\x63onnectionId"\x1d\n\x1b\x44\x65leteSsoConnectionResponse"G\n\x18GetScimConnectionRequest\x12+\n\x11organization_slug\x18\x01 \x01(\tR\x10organizationSlug"a\n\x19GetScimConnectionResponse\x12\x44\n\nconnection\x18\x01 \x01(\x0b\x32 .weaveapi.auth.v1.ScimConnectionB\x02(\x01R\nconnection"J\n\x1b\x43reateScimConnectionRequest\x12+\n\x11organization_slug\x18\x01 \x01(\tR\x10organizationSlug"\x87\x01\n\x1c\x43reateScimConnectionResponse\x12\x44\n\nconnection\x18\x01 \x01(\x0b\x32 .weaveapi.auth.v1.ScimConnectionB\x02(\x01R\nconnection\x12!\n\x0c\x62\x65\x61rer_token\x18\x02 \x01(\tR\x0b\x62\x65\x61rerToken"L\n\x1dStartScimTokenRotationRequest\x12+\n\x11organization_slug\x18\x01 \x01(\tR\x10organizationSlug"e\n\x1eStartScimTokenRotationResponse\x12\x43\n\x08rotation\x18\x01 \x01(\x0b\x32#.weaveapi.auth.v1.ScimTokenRotationB\x02(\x01R\x08rotation"p\n CompleteScimTokenRotationRequest\x12+\n\x11organization_slug\x18\x01 \x01(\tR\x10organizationSlug\x12\x1f\n\x0brotation_id\x18\x02 \x01(\tR\nrotationId"\x8c\x01\n!CompleteScimTokenRotationResponse\x12\x44\n\nconnection\x18\x01 \x01(\x0b\x32 .weaveapi.auth.v1.ScimConnectionB\x02(\x01R\nconnection\x12!\n\x0c\x62\x65\x61rer_token\x18\x02 \x01(\tR\x0b\x62\x65\x61rerToken"n\n\x1e\x43\x61ncelScimTokenRotationRequest\x12+\n\x11organization_slug\x18\x01 \x01(\tR\x10organizationSlug\x12\x1f\n\x0brotation_id\x18\x02 \x01(\tR\nrotationId"g\n\x1f\x43\x61ncelScimTokenRotationResponse\x12\x44\n\nconnection\x18\x01 \x01(\x0b\x32 .weaveapi.auth.v1.ScimConnectionB\x02(\x01R\nconnection"K\n\x1cListScimGroupMappingsRequest\x12+\n\x11organization_slug\x18\x01 \x01(\tR\x10organizationSlug"c\n\x1dListScimGroupMappingsResponse\x12\x42\n\x08mappings\x18\x01 \x03(\x0b\x32".weaveapi.auth.v1.ScimGroupMappingB\x02(\x01R\x08mappings"\xb2\x01\n\x1dUpdateScimGroupMappingRequest\x12+\n\x11organization_slug\x18\x01 \x01(\tR\x10organizationSlug\x12\x1d\n\nmapping_id\x18\x02 \x01(\tR\tmappingId\x12\x1e\n\x0borg_team_id\x18\x03 \x01(\tR\torgTeamId\x12%\n\x0emapping_status\x18\x04 \x01(\tR\rmappingStatus"b\n\x1eUpdateScimGroupMappingResponse\x12@\n\x07mapping\x18\x01 \x01(\x0b\x32".weaveapi.auth.v1.ScimGroupMappingB\x02(\x01R\x07mapping"\x9c\x01\n\tAuthError\x12\x12\n\x04\x63ode\x18\x01 \x01(\tR\x04\x63ode\x12\x18\n\x07message\x18\x02 \x01(\tR\x07message\x12*\n\x11stytch_request_id\x18\x03 \x01(\tR\x0fstytchRequestId\x12\x35\n\x07\x64\x65tails\x18\x04 \x01(\x0b\x32\x17.google.protobuf.StructB\x02(\x01R\x07\x64\x65tails2\xd2\t\n\x0b\x41uthService\x12q\n\nGetSession\x12#.weaveapi.auth.v1.GetSessionRequest\x1a$.weaveapi.auth.v1.GetSessionResponse"\x18\x82\xd3\xe4\x93\x02\x12\x12\x10/v1/auth/session\x12\xa3\x01\n\x16StartDiscoveryPassword\x12/.weaveapi.auth.v1.StartDiscoveryPasswordRequest\x1a\x30.weaveapi.auth.v1.StartDiscoveryPasswordResponse"&\x82\xd3\xe4\x93\x02 "\x1b/v1/auth/discovery/password:\x01*\x12\x9d\x01\n\x13StartDiscoveryOAuth\x12,.weaveapi.auth.v1.StartDiscoveryOAuthRequest\x1a-.weaveapi.auth.v1.StartDiscoveryOAuthResponse")\x82\xd3\xe4\x93\x02#"\x1e/v1/auth/discovery/oauth/start:\x01*\x12\xa9\x01\n\x16\x43ompleteDiscoveryOAuth\x12/.weaveapi.auth.v1.CompleteDiscoveryOAuthRequest\x1a\x30.weaveapi.auth.v1.CompleteDiscoveryOAuthResponse",\x82\xd3\xe4\x93\x02&"!/v1/auth/discovery/oauth/callback:\x01*\x12\x95\x01\n\x11StartDiscoverySSO\x12*.weaveapi.auth.v1.StartDiscoverySSORequest\x1a+.weaveapi.auth.v1.StartDiscoverySSOResponse"\'\x82\xd3\xe4\x93\x02!"\x1c/v1/auth/discovery/sso/start:\x01*\x12\xa1\x01\n\x14\x43ompleteDiscoverySSO\x12-.weaveapi.auth.v1.CompleteDiscoverySSORequest\x1a..weaveapi.auth.v1.CompleteDiscoverySSOResponse"*\x82\xd3\xe4\x93\x02$"\x1f/v1/auth/discovery/sso/callback:\x01*\x12\xb8\x01\n\x1d\x45xchangeDiscoveryOrganization\x12\x36.weaveapi.auth.v1.ExchangeDiscoveryOrganizationRequest\x1a\x37.weaveapi.auth.v1.ExchangeDiscoveryOrganizationResponse"&\x82\xd3\xe4\x93\x02 "\x1b/v1/auth/discovery/exchange:\x01*\x12g\n\x06Logout\x12\x1f.weaveapi.auth.v1.LogoutRequest\x1a .weaveapi.auth.v1.LogoutResponse"\x1a\x82\xd3\xe4\x93\x02\x14"\x0f/v1/auth/logout:\x01*2\xf6\x02\n\x0eProfileService\x12l\n\nGetProfile\x12#.weaveapi.auth.v1.GetProfileRequest\x1a$.weaveapi.auth.v1.GetProfileResponse"\x13\x82\xd3\xe4\x93\x02\r\x12\x0b/v1/profile\x12x\n\rUpdateProfile\x12&.weaveapi.auth.v1.UpdateProfileRequest\x1a\'.weaveapi.auth.v1.UpdateProfileResponse"\x16\x82\xd3\xe4\x93\x02\x10\x32\x0b/v1/profile:\x01*\x12|\n\x0cUpdateAvatar\x12%.weaveapi.auth.v1.UpdateAvatarRequest\x1a&.weaveapi.auth.v1.UpdateAvatarResponse"\x1d\x82\xd3\xe4\x93\x02\x17"\x12/v1/profile/avatar:\x01*2\xab\x18\n\x1cOrganizationAuthAdminService\x12\xbd\x01\n\x1bGetOrganizationAuthSettings\x12\x34.weaveapi.auth.v1.GetOrganizationAuthSettingsRequest\x1a\x35.weaveapi.auth.v1.GetOrganizationAuthSettingsResponse"1\x82\xd3\xe4\x93\x02+\x12)/v1/org/{organization_slug}/auth/settings\x12\xc9\x01\n\x1eUpdateOrganizationAuthSettings\x12\x37.weaveapi.auth.v1.UpdateOrganizationAuthSettingsRequest\x1a\x38.weaveapi.auth.v1.UpdateOrganizationAuthSettingsResponse"4\x82\xd3\xe4\x93\x02.2)/v1/org/{organization_slug}/auth/settings:\x01*\x12\xb0\x01\n\x17ListOrganizationMembers\x12\x30.weaveapi.auth.v1.ListOrganizationMembersRequest\x1a\x31.weaveapi.auth.v1.ListOrganizationMembersResponse"0\x82\xd3\xe4\x93\x02*\x12(/v1/org/{organization_slug}/auth/members\x12\xc2\x01\n\x18UpdateOrganizationMember\x12\x31.weaveapi.auth.v1.UpdateOrganizationMemberRequest\x1a\x32.weaveapi.auth.v1.UpdateOrganizationMemberResponse"?\x82\xd3\xe4\x93\x02\x39\x32\x34/v1/org/{organization_slug}/auth/members/{member_id}:\x01*\x12\x96\x01\n\rGetRbacPolicy\x12&.weaveapi.auth.v1.GetRbacPolicyRequest\x1a\'.weaveapi.auth.v1.GetRbacPolicyResponse"4\x82\xd3\xe4\x93\x02.\x12,/v1/org/{organization_slug}/auth/rbac/policy\x12\xa2\x01\n\x10UpdateRbacPolicy\x12).weaveapi.auth.v1.UpdateRbacPolicyRequest\x1a*.weaveapi.auth.v1.UpdateRbacPolicyResponse"7\x82\xd3\xe4\x93\x02\x31\x32,/v1/org/{organization_slug}/auth/rbac/policy:\x01*\x12\x9d\x01\n\x12ListSsoConnections\x12+.weaveapi.auth.v1.ListSsoConnectionsRequest\x1a,.weaveapi.auth.v1.ListSsoConnectionsResponse",\x82\xd3\xe4\x93\x02&\x12$/v1/org/{organization_slug}/auth/sso\x12\xa3\x01\n\x13\x43reateSsoConnection\x12,.weaveapi.auth.v1.CreateSsoConnectionRequest\x1a-.weaveapi.auth.v1.CreateSsoConnectionResponse"/\x82\xd3\xe4\x93\x02)"$/v1/org/{organization_slug}/auth/sso:\x01*\x12\xb3\x01\n\x13UpdateSsoConnection\x12,.weaveapi.auth.v1.UpdateSsoConnectionRequest\x1a-.weaveapi.auth.v1.UpdateSsoConnectionResponse"?\x82\xd3\xe4\x93\x02\x39\x32\x34/v1/org/{organization_slug}/auth/sso/{connection_id}:\x01*\x12\xb0\x01\n\x13\x44\x65leteSsoConnection\x12,.weaveapi.auth.v1.DeleteSsoConnectionRequest\x1a-.weaveapi.auth.v1.DeleteSsoConnectionResponse"<\x82\xd3\xe4\x93\x02\x36*4/v1/org/{organization_slug}/auth/sso/{connection_id}\x12\x9b\x01\n\x11GetScimConnection\x12*.weaveapi.auth.v1.GetScimConnectionRequest\x1a+.weaveapi.auth.v1.GetScimConnectionResponse"-\x82\xd3\xe4\x93\x02\'\x12%/v1/org/{organization_slug}/auth/scim\x12\xa7\x01\n\x14\x43reateScimConnection\x12-.weaveapi.auth.v1.CreateScimConnectionRequest\x1a..weaveapi.auth.v1.CreateScimConnectionResponse"0\x82\xd3\xe4\x93\x02*"%/v1/org/{organization_slug}/auth/scim:\x01*\x12\xc2\x01\n\x16StartScimTokenRotation\x12/.weaveapi.auth.v1.StartScimTokenRotationRequest\x1a\x30.weaveapi.auth.v1.StartScimTokenRotationResponse"E\x82\xd3\xe4\x93\x02?":/v1/org/{organization_slug}/auth/scim/token-rotation/start:\x01*\x12\xce\x01\n\x19\x43ompleteScimTokenRotation\x12\x32.weaveapi.auth.v1.CompleteScimTokenRotationRequest\x1a\x33.weaveapi.auth.v1.CompleteScimTokenRotationResponse"H\x82\xd3\xe4\x93\x02\x42"=/v1/org/{organization_slug}/auth/scim/token-rotation/complete:\x01*\x12\xc6\x01\n\x17\x43\x61ncelScimTokenRotation\x12\x30.weaveapi.auth.v1.CancelScimTokenRotationRequest\x1a\x31.weaveapi.auth.v1.CancelScimTokenRotationResponse"F\x82\xd3\xe4\x93\x02@";/v1/org/{organization_slug}/auth/scim/token-rotation/cancel:\x01*\x12\xae\x01\n\x15ListScimGroupMappings\x12..weaveapi.auth.v1.ListScimGroupMappingsRequest\x1a/.weaveapi.auth.v1.ListScimGroupMappingsResponse"4\x82\xd3\xe4\x93\x02.\x12,/v1/org/{organization_slug}/auth/scim/groups\x12\xc1\x01\n\x16UpdateScimGroupMapping\x12/.weaveapi.auth.v1.UpdateScimGroupMappingRequest\x1a\x30.weaveapi.auth.v1.UpdateScimGroupMappingResponse"D\x82\xd3\xe4\x93\x02>29/v1/org/{organization_slug}/auth/scim/groups/{mapping_id}:\x01*B\xbc\x01\n\x14\x63om.weaveapi.auth.v1B\x0cServiceProtoP\x01Z4github.com/weave-labs/weave-go/weaveapi/auth/v1;auth\xa2\x02\x03WAX\xaa\x02\x10Weaveapi.Auth.V1\xca\x02\x10Weaveapi\\Auth\\V1\xe2\x02\x1cWeaveapi\\Auth\\V1\\GPBMetadata\xea\x02\x12Weaveapi::Auth::V1b\x08\x65\x64itionsp\xe8\x07'
|
|
23
|
+
b'\n\x1eweaveapi/auth/v1/service.proto\x12\x10weaveapi.auth.v1\x1a\x1cgoogle/api/annotations.proto\x1a\x1cgoogle/protobuf/struct.proto\x1a\x1bweaveapi/auth/v1/auth.proto"\x13\n\x11GetSessionRequest"w\n\x12GetSessionResponse\x12;\n\x07session\x18\x01 \x01(\x0b\x32\x1d.weaveapi.auth.v1.AuthSessionB\x02(\x01R\x07session\x12$\n\rauthenticated\x18\x02 \x01(\x08R\rauthenticated"Q\n\x1dStartDiscoveryPasswordRequest\x12\x14\n\x05\x65mail\x18\x01 \x01(\tR\x05\x65mail\x12\x1a\n\x08password\x18\x02 \x01(\tR\x08password"\xc8\x01\n\x1eStartDiscoveryPasswordResponse\x12\x30\n\x14\x64iscovery_session_id\x18\x01 \x01(\tR\x12\x64iscoverySessionId\x12Q\n\rorganizations\x18\x02 \x03(\x0b\x32\'.weaveapi.auth.v1.DiscoveryOrganizationB\x02(\x01R\rorganizations\x12!\n\x0cmfa_required\x18\x03 \x01(\x08R\x0bmfaRequired"w\n\x1aStartDiscoveryOAuthRequest\x12:\n\x08provider\x18\x01 \x01(\x0e\x32\x1e.weaveapi.auth.v1.AuthProviderR\x08provider\x12\x1d\n\nreturn_url\x18\x02 \x01(\tR\treturnUrl"[\n\x1bStartDiscoveryOAuthResponse\x12!\n\x0credirect_url\x18\x01 \x01(\tR\x0bredirectUrl\x12\x19\n\x08state_id\x18\x02 \x01(\tR\x07stateId"\x85\x01\n\x1d\x43ompleteDiscoveryOAuthRequest\x12:\n\x08provider\x18\x01 \x01(\x0e\x32\x1e.weaveapi.auth.v1.AuthProviderR\x08provider\x12\x12\n\x04\x63ode\x18\x02 \x01(\tR\x04\x63ode\x12\x14\n\x05state\x18\x03 \x01(\tR\x05state"\xc8\x01\n\x1e\x43ompleteDiscoveryOAuthResponse\x12\x30\n\x14\x64iscovery_session_id\x18\x01 \x01(\tR\x12\x64iscoverySessionId\x12Q\n\rorganizations\x18\x02 \x03(\x0b\x32\'.weaveapi.auth.v1.DiscoveryOrganizationB\x02(\x01R\rorganizations\x12!\n\x0cmfa_required\x18\x03 \x01(\x08R\x0bmfaRequired"|\n\x18StartDiscoverySSORequest\x12\x14\n\x05\x65mail\x18\x01 \x01(\tR\x05\x65mail\x12+\n\x11organization_slug\x18\x02 \x01(\tR\x10organizationSlug\x12\x1d\n\nreturn_url\x18\x03 \x01(\tR\treturnUrl"Y\n\x19StartDiscoverySSOResponse\x12!\n\x0credirect_url\x18\x01 \x01(\tR\x0bredirectUrl\x12\x19\n\x08state_id\x18\x02 \x01(\tR\x07stateId"G\n\x1b\x43ompleteDiscoverySSORequest\x12\x12\n\x04\x63ode\x18\x01 \x01(\tR\x04\x63ode\x12\x14\n\x05state\x18\x02 \x01(\tR\x05state"\xc6\x01\n\x1c\x43ompleteDiscoverySSOResponse\x12\x30\n\x14\x64iscovery_session_id\x18\x01 \x01(\tR\x12\x64iscoverySessionId\x12Q\n\rorganizations\x18\x02 \x03(\x0b\x32\'.weaveapi.auth.v1.DiscoveryOrganizationB\x02(\x01R\rorganizations\x12!\n\x0cmfa_required\x18\x03 \x01(\x08R\x0bmfaRequired"\xb7\x01\n$ExchangeDiscoveryOrganizationRequest\x12\x30\n\x14\x64iscovery_session_id\x18\x01 \x01(\tR\x12\x64iscoverySessionId\x12\'\n\x0forganization_id\x18\x02 \x01(\tR\x0eorganizationId\x12\x34\n\x16stytch_organization_id\x18\x03 \x01(\tR\x14stytchOrganizationId"d\n%ExchangeDiscoveryOrganizationResponse\x12;\n\x07session\x18\x01 \x01(\x0b\x32\x1d.weaveapi.auth.v1.AuthSessionB\x02(\x01R\x07session"\x0f\n\rLogoutRequest"/\n\x0eLogoutResponse\x12\x1d\n\nlogged_out\x18\x01 \x01(\x08R\tloggedOut"\x13\n\x11GetProfileRequest"Q\n\x12GetProfileResponse\x12;\n\x07profile\x18\x01 \x01(\x0b\x32\x1d.weaveapi.auth.v1.UserProfileB\x02(\x01R\x07profile"\x8b\x01\n\x14UpdateProfileRequest\x12!\n\x0c\x64isplay_name\x18\x01 \x01(\tR\x0b\x64isplayName\x12\x1b\n\tjob_title\x18\x02 \x01(\tR\x08jobTitle\x12\x1d\n\navatar_url\x18\x03 \x01(\tR\tavatarUrl\x12\x14\n\x05theme\x18\x04 \x01(\tR\x05theme"T\n\x15UpdateProfileResponse\x12;\n\x07profile\x18\x01 \x01(\x0b\x32\x1d.weaveapi.auth.v1.UserProfileB\x02(\x01R\x07profile"P\n\x13UpdateAvatarRequest\x12\x16\n\x06\x61vatar\x18\x01 \x01(\x0cR\x06\x61vatar\x12!\n\x0c\x63ontent_type\x18\x02 \x01(\tR\x0b\x63ontentType"S\n\x14UpdateAvatarResponse\x12;\n\x07profile\x18\x01 \x01(\x0b\x32\x1d.weaveapi.auth.v1.UserProfileB\x02(\x01R\x07profile"Q\n"GetOrganizationAuthSettingsRequest\x12+\n\x11organization_slug\x18\x01 \x01(\tR\x10organizationSlug"q\n#GetOrganizationAuthSettingsResponse\x12J\n\x08settings\x18\x01 \x01(\x0b\x32*.weaveapi.auth.v1.OrganizationAuthSettingsB\x02(\x01R\x08settings"\xc8\x03\n%UpdateOrganizationAuthSettingsRequest\x12+\n\x11organization_slug\x18\x01 \x01(\tR\x10organizationSlug\x12N\n\x14\x61llowed_auth_methods\x18\x02 \x03(\x0e\x32\x1c.weaveapi.auth.v1.AuthMethodR\x12\x61llowedAuthMethods\x12\'\n\x0f\x61llowed_domains\x18\x03 \x03(\tR\x0e\x61llowedDomains\x12\x38\n\x18jit_provisioning_enabled\x18\x04 \x01(\x08R\x16jitProvisioningEnabled\x12\x32\n\x15password_auth_enabled\x18\x05 \x01(\x08R\x13passwordAuthEnabled\x12\x30\n\x14google_oauth_enabled\x18\x06 \x01(\x08R\x12googleOauthEnabled\x12\x36\n\x17microsoft_oauth_enabled\x18\x07 \x01(\x08R\x15microsoftOauthEnabled\x12!\n\x0csso_required\x18\x08 \x01(\x08R\x0bssoRequired"t\n&UpdateOrganizationAuthSettingsResponse\x12J\n\x08settings\x18\x01 \x01(\x0b\x32*.weaveapi.auth.v1.OrganizationAuthSettingsB\x02(\x01R\x08settings"\xe8\x01\n\x1eListOrganizationMembersRequest\x12+\n\x11organization_slug\x18\x01 \x01(\tR\x10organizationSlug\x12\x14\n\x05query\x18\x02 \x01(\tR\x05query\x12G\n\rstatus_filter\x18\x03 \x01(\x0e\x32".weaveapi.auth.v1.MembershipStatusR\x0cstatusFilter\x12\x1b\n\tpage_size\x18\x04 \x01(\x05R\x08pageSize\x12\x1d\n\npage_token\x18\x05 \x01(\tR\tpageToken"\x8d\x01\n\x1fListOrganizationMembersResponse\x12\x42\n\x07members\x18\x01 \x03(\x0b\x32$.weaveapi.auth.v1.OrganizationMemberB\x02(\x01R\x07members\x12&\n\x0fnext_page_token\x18\x02 \x01(\tR\rnextPageToken"\xc3\x01\n\x1f\x43reateOrganizationMemberRequest\x12+\n\x11organization_slug\x18\x01 \x01(\tR\x10organizationSlug\x12\x14\n\x05\x65mail\x18\x02 \x01(\tR\x05\x65mail\x12!\n\x0c\x64isplay_name\x18\x03 \x01(\tR\x0b\x64isplayName\x12\x19\n\x08role_ids\x18\x04 \x03(\tR\x07roleIds\x12\x1f\n\x0bsend_invite\x18\x05 \x01(\x08R\nsendInvite"d\n CreateOrganizationMemberResponse\x12@\n\x06member\x18\x01 \x01(\x0b\x32$.weaveapi.auth.v1.OrganizationMemberB\x02(\x01R\x06member"\xc2\x01\n\x1fUpdateOrganizationMemberRequest\x12+\n\x11organization_slug\x18\x01 \x01(\tR\x10organizationSlug\x12\x1b\n\tmember_id\x18\x02 \x01(\tR\x08memberId\x12:\n\x06status\x18\x03 \x01(\x0e\x32".weaveapi.auth.v1.MembershipStatusR\x06status\x12\x19\n\x08role_ids\x18\x04 \x03(\tR\x07roleIds"d\n UpdateOrganizationMemberResponse\x12@\n\x06member\x18\x01 \x01(\x0b\x32$.weaveapi.auth.v1.OrganizationMemberB\x02(\x01R\x06member"k\n\x1fRemoveOrganizationMemberRequest\x12+\n\x11organization_slug\x18\x01 \x01(\tR\x10organizationSlug\x12\x1b\n\tmember_id\x18\x02 \x01(\tR\x08memberId"d\n RemoveOrganizationMemberResponse\x12@\n\x06member\x18\x01 \x01(\x0b\x32$.weaveapi.auth.v1.OrganizationMemberB\x02(\x01R\x06member"C\n\x14GetRbacPolicyRequest\x12+\n\x11organization_slug\x18\x01 \x01(\tR\x10organizationSlug"X\n\x15GetRbacPolicyResponse\x12?\n\x06policy\x18\x01 \x01(\x0b\x32#.weaveapi.auth.v1.RbacPolicySummaryB\x02(\x01R\x06policy"\xac\x01\n\x17UpdateRbacPolicyRequest\x12+\n\x11organization_slug\x18\x01 \x01(\tR\x10organizationSlug\x12?\n\x06policy\x18\x02 \x01(\x0b\x32#.weaveapi.auth.v1.RbacPolicySummaryB\x02(\x01R\x06policy\x12#\n\rchange_reason\x18\x03 \x01(\tR\x0c\x63hangeReason"[\n\x18UpdateRbacPolicyResponse\x12?\n\x06policy\x18\x01 \x01(\x0b\x32#.weaveapi.auth.v1.RbacPolicySummaryB\x02(\x01R\x06policy"H\n\x19ListSsoConnectionsRequest\x12+\n\x11organization_slug\x18\x01 \x01(\tR\x10organizationSlug"c\n\x1aListSsoConnectionsResponse\x12\x45\n\x0b\x63onnections\x18\x01 \x03(\x0b\x32\x1f.weaveapi.auth.v1.SsoConnectionB\x02(\x01R\x0b\x63onnections"\x9a\x03\n\x1a\x43reateSsoConnectionRequest\x12+\n\x11organization_slug\x18\x01 \x01(\tR\x10organizationSlug\x12\x37\n\x04type\x18\x02 \x01(\x0e\x32#.weaveapi.auth.v1.SsoConnectionTypeR\x04type\x12!\n\x0c\x64isplay_name\x18\x03 \x01(\tR\x0b\x64isplayName\x12!\n\x0cmetadata_url\x18\x04 \x01(\tR\x0bmetadataUrl\x12!\n\x0cmetadata_xml\x18\x05 \x01(\tR\x0bmetadataXml\x12\x1f\n\x0boidc_issuer\x18\x06 \x01(\tR\noidcIssuer\x12$\n\x0eoidc_client_id\x18\x07 \x01(\tR\x0coidcClientId\x12,\n\x12oidc_client_secret\x18\x08 \x01(\tR\x10oidcClientSecret\x12\x38\n\x18jit_provisioning_enabled\x18\t \x01(\x08R\x16jitProvisioningEnabled"b\n\x1b\x43reateSsoConnectionResponse\x12\x43\n\nconnection\x18\x01 \x01(\x0b\x32\x1f.weaveapi.auth.v1.SsoConnectionB\x02(\x01R\nconnection"\xc5\x03\n\x1aUpdateSsoConnectionRequest\x12+\n\x11organization_slug\x18\x01 \x01(\tR\x10organizationSlug\x12#\n\rconnection_id\x18\x02 \x01(\tR\x0c\x63onnectionId\x12!\n\x0c\x64isplay_name\x18\x03 \x01(\tR\x0b\x64isplayName\x12!\n\x0cmetadata_url\x18\x04 \x01(\tR\x0bmetadataUrl\x12!\n\x0cmetadata_xml\x18\x05 \x01(\tR\x0bmetadataXml\x12\x1f\n\x0boidc_issuer\x18\x06 \x01(\tR\noidcIssuer\x12$\n\x0eoidc_client_id\x18\x07 \x01(\tR\x0coidcClientId\x12,\n\x12oidc_client_secret\x18\x08 \x01(\tR\x10oidcClientSecret\x12\x38\n\x18jit_provisioning_enabled\x18\t \x01(\x08R\x16jitProvisioningEnabled\x12=\n\x06status\x18\n \x01(\x0e\x32%.weaveapi.auth.v1.SsoConnectionStatusR\x06status"b\n\x1bUpdateSsoConnectionResponse\x12\x43\n\nconnection\x18\x01 \x01(\x0b\x32\x1f.weaveapi.auth.v1.SsoConnectionB\x02(\x01R\nconnection"n\n\x1a\x44\x65leteSsoConnectionRequest\x12+\n\x11organization_slug\x18\x01 \x01(\tR\x10organizationSlug\x12#\n\rconnection_id\x18\x02 \x01(\tR\x0c\x63onnectionId"\x1d\n\x1b\x44\x65leteSsoConnectionResponse"G\n\x18GetScimConnectionRequest\x12+\n\x11organization_slug\x18\x01 \x01(\tR\x10organizationSlug"a\n\x19GetScimConnectionResponse\x12\x44\n\nconnection\x18\x01 \x01(\x0b\x32 .weaveapi.auth.v1.ScimConnectionB\x02(\x01R\nconnection"J\n\x1b\x43reateScimConnectionRequest\x12+\n\x11organization_slug\x18\x01 \x01(\tR\x10organizationSlug"\x87\x01\n\x1c\x43reateScimConnectionResponse\x12\x44\n\nconnection\x18\x01 \x01(\x0b\x32 .weaveapi.auth.v1.ScimConnectionB\x02(\x01R\nconnection\x12!\n\x0c\x62\x65\x61rer_token\x18\x02 \x01(\tR\x0b\x62\x65\x61rerToken"L\n\x1dStartScimTokenRotationRequest\x12+\n\x11organization_slug\x18\x01 \x01(\tR\x10organizationSlug"e\n\x1eStartScimTokenRotationResponse\x12\x43\n\x08rotation\x18\x01 \x01(\x0b\x32#.weaveapi.auth.v1.ScimTokenRotationB\x02(\x01R\x08rotation"p\n CompleteScimTokenRotationRequest\x12+\n\x11organization_slug\x18\x01 \x01(\tR\x10organizationSlug\x12\x1f\n\x0brotation_id\x18\x02 \x01(\tR\nrotationId"\x8c\x01\n!CompleteScimTokenRotationResponse\x12\x44\n\nconnection\x18\x01 \x01(\x0b\x32 .weaveapi.auth.v1.ScimConnectionB\x02(\x01R\nconnection\x12!\n\x0c\x62\x65\x61rer_token\x18\x02 \x01(\tR\x0b\x62\x65\x61rerToken"n\n\x1e\x43\x61ncelScimTokenRotationRequest\x12+\n\x11organization_slug\x18\x01 \x01(\tR\x10organizationSlug\x12\x1f\n\x0brotation_id\x18\x02 \x01(\tR\nrotationId"g\n\x1f\x43\x61ncelScimTokenRotationResponse\x12\x44\n\nconnection\x18\x01 \x01(\x0b\x32 .weaveapi.auth.v1.ScimConnectionB\x02(\x01R\nconnection"K\n\x1cListScimGroupMappingsRequest\x12+\n\x11organization_slug\x18\x01 \x01(\tR\x10organizationSlug"c\n\x1dListScimGroupMappingsResponse\x12\x42\n\x08mappings\x18\x01 \x03(\x0b\x32".weaveapi.auth.v1.ScimGroupMappingB\x02(\x01R\x08mappings"\xb2\x01\n\x1dUpdateScimGroupMappingRequest\x12+\n\x11organization_slug\x18\x01 \x01(\tR\x10organizationSlug\x12\x1d\n\nmapping_id\x18\x02 \x01(\tR\tmappingId\x12\x1e\n\x0borg_team_id\x18\x03 \x01(\tR\torgTeamId\x12%\n\x0emapping_status\x18\x04 \x01(\tR\rmappingStatus"b\n\x1eUpdateScimGroupMappingResponse\x12@\n\x07mapping\x18\x01 \x01(\x0b\x32".weaveapi.auth.v1.ScimGroupMappingB\x02(\x01R\x07mapping"\x9c\x01\n\tAuthError\x12\x12\n\x04\x63ode\x18\x01 \x01(\tR\x04\x63ode\x12\x18\n\x07message\x18\x02 \x01(\tR\x07message\x12*\n\x11stytch_request_id\x18\x03 \x01(\tR\x0fstytchRequestId\x12\x35\n\x07\x64\x65tails\x18\x04 \x01(\x0b\x32\x17.google.protobuf.StructB\x02(\x01R\x07\x64\x65tails2\xd2\t\n\x0b\x41uthService\x12q\n\nGetSession\x12#.weaveapi.auth.v1.GetSessionRequest\x1a$.weaveapi.auth.v1.GetSessionResponse"\x18\x82\xd3\xe4\x93\x02\x12\x12\x10/v1/auth/session\x12\xa3\x01\n\x16StartDiscoveryPassword\x12/.weaveapi.auth.v1.StartDiscoveryPasswordRequest\x1a\x30.weaveapi.auth.v1.StartDiscoveryPasswordResponse"&\x82\xd3\xe4\x93\x02 "\x1b/v1/auth/discovery/password:\x01*\x12\x9d\x01\n\x13StartDiscoveryOAuth\x12,.weaveapi.auth.v1.StartDiscoveryOAuthRequest\x1a-.weaveapi.auth.v1.StartDiscoveryOAuthResponse")\x82\xd3\xe4\x93\x02#"\x1e/v1/auth/discovery/oauth/start:\x01*\x12\xa9\x01\n\x16\x43ompleteDiscoveryOAuth\x12/.weaveapi.auth.v1.CompleteDiscoveryOAuthRequest\x1a\x30.weaveapi.auth.v1.CompleteDiscoveryOAuthResponse",\x82\xd3\xe4\x93\x02&"!/v1/auth/discovery/oauth/callback:\x01*\x12\x95\x01\n\x11StartDiscoverySSO\x12*.weaveapi.auth.v1.StartDiscoverySSORequest\x1a+.weaveapi.auth.v1.StartDiscoverySSOResponse"\'\x82\xd3\xe4\x93\x02!"\x1c/v1/auth/discovery/sso/start:\x01*\x12\xa1\x01\n\x14\x43ompleteDiscoverySSO\x12-.weaveapi.auth.v1.CompleteDiscoverySSORequest\x1a..weaveapi.auth.v1.CompleteDiscoverySSOResponse"*\x82\xd3\xe4\x93\x02$"\x1f/v1/auth/discovery/sso/callback:\x01*\x12\xb8\x01\n\x1d\x45xchangeDiscoveryOrganization\x12\x36.weaveapi.auth.v1.ExchangeDiscoveryOrganizationRequest\x1a\x37.weaveapi.auth.v1.ExchangeDiscoveryOrganizationResponse"&\x82\xd3\xe4\x93\x02 "\x1b/v1/auth/discovery/exchange:\x01*\x12g\n\x06Logout\x12\x1f.weaveapi.auth.v1.LogoutRequest\x1a .weaveapi.auth.v1.LogoutResponse"\x1a\x82\xd3\xe4\x93\x02\x14"\x0f/v1/auth/logout:\x01*2\xf6\x02\n\x0eProfileService\x12l\n\nGetProfile\x12#.weaveapi.auth.v1.GetProfileRequest\x1a$.weaveapi.auth.v1.GetProfileResponse"\x13\x82\xd3\xe4\x93\x02\r\x12\x0b/v1/profile\x12x\n\rUpdateProfile\x12&.weaveapi.auth.v1.UpdateProfileRequest\x1a\'.weaveapi.auth.v1.UpdateProfileResponse"\x16\x82\xd3\xe4\x93\x02\x10\x32\x0b/v1/profile:\x01*\x12|\n\x0cUpdateAvatar\x12%.weaveapi.auth.v1.UpdateAvatarRequest\x1a&.weaveapi.auth.v1.UpdateAvatarResponse"\x1d\x82\xd3\xe4\x93\x02\x17"\x12/v1/profile/avatar:\x01*2\xa6\x1b\n\x1cOrganizationAuthAdminService\x12\xbd\x01\n\x1bGetOrganizationAuthSettings\x12\x34.weaveapi.auth.v1.GetOrganizationAuthSettingsRequest\x1a\x35.weaveapi.auth.v1.GetOrganizationAuthSettingsResponse"1\x82\xd3\xe4\x93\x02+\x12)/v1/org/{organization_slug}/auth/settings\x12\xc9\x01\n\x1eUpdateOrganizationAuthSettings\x12\x37.weaveapi.auth.v1.UpdateOrganizationAuthSettingsRequest\x1a\x38.weaveapi.auth.v1.UpdateOrganizationAuthSettingsResponse"4\x82\xd3\xe4\x93\x02.2)/v1/org/{organization_slug}/auth/settings:\x01*\x12\xb0\x01\n\x17ListOrganizationMembers\x12\x30.weaveapi.auth.v1.ListOrganizationMembersRequest\x1a\x31.weaveapi.auth.v1.ListOrganizationMembersResponse"0\x82\xd3\xe4\x93\x02*\x12(/v1/org/{organization_slug}/auth/members\x12\xb6\x01\n\x18\x43reateOrganizationMember\x12\x31.weaveapi.auth.v1.CreateOrganizationMemberRequest\x1a\x32.weaveapi.auth.v1.CreateOrganizationMemberResponse"3\x82\xd3\xe4\x93\x02-"(/v1/org/{organization_slug}/auth/members:\x01*\x12\xc2\x01\n\x18UpdateOrganizationMember\x12\x31.weaveapi.auth.v1.UpdateOrganizationMemberRequest\x1a\x32.weaveapi.auth.v1.UpdateOrganizationMemberResponse"?\x82\xd3\xe4\x93\x02\x39\x32\x34/v1/org/{organization_slug}/auth/members/{member_id}:\x01*\x12\xbf\x01\n\x18RemoveOrganizationMember\x12\x31.weaveapi.auth.v1.RemoveOrganizationMemberRequest\x1a\x32.weaveapi.auth.v1.RemoveOrganizationMemberResponse"<\x82\xd3\xe4\x93\x02\x36*4/v1/org/{organization_slug}/auth/members/{member_id}\x12\x96\x01\n\rGetRbacPolicy\x12&.weaveapi.auth.v1.GetRbacPolicyRequest\x1a\'.weaveapi.auth.v1.GetRbacPolicyResponse"4\x82\xd3\xe4\x93\x02.\x12,/v1/org/{organization_slug}/auth/rbac/policy\x12\xa2\x01\n\x10UpdateRbacPolicy\x12).weaveapi.auth.v1.UpdateRbacPolicyRequest\x1a*.weaveapi.auth.v1.UpdateRbacPolicyResponse"7\x82\xd3\xe4\x93\x02\x31\x32,/v1/org/{organization_slug}/auth/rbac/policy:\x01*\x12\x9d\x01\n\x12ListSsoConnections\x12+.weaveapi.auth.v1.ListSsoConnectionsRequest\x1a,.weaveapi.auth.v1.ListSsoConnectionsResponse",\x82\xd3\xe4\x93\x02&\x12$/v1/org/{organization_slug}/auth/sso\x12\xa3\x01\n\x13\x43reateSsoConnection\x12,.weaveapi.auth.v1.CreateSsoConnectionRequest\x1a-.weaveapi.auth.v1.CreateSsoConnectionResponse"/\x82\xd3\xe4\x93\x02)"$/v1/org/{organization_slug}/auth/sso:\x01*\x12\xb3\x01\n\x13UpdateSsoConnection\x12,.weaveapi.auth.v1.UpdateSsoConnectionRequest\x1a-.weaveapi.auth.v1.UpdateSsoConnectionResponse"?\x82\xd3\xe4\x93\x02\x39\x32\x34/v1/org/{organization_slug}/auth/sso/{connection_id}:\x01*\x12\xb0\x01\n\x13\x44\x65leteSsoConnection\x12,.weaveapi.auth.v1.DeleteSsoConnectionRequest\x1a-.weaveapi.auth.v1.DeleteSsoConnectionResponse"<\x82\xd3\xe4\x93\x02\x36*4/v1/org/{organization_slug}/auth/sso/{connection_id}\x12\x9b\x01\n\x11GetScimConnection\x12*.weaveapi.auth.v1.GetScimConnectionRequest\x1a+.weaveapi.auth.v1.GetScimConnectionResponse"-\x82\xd3\xe4\x93\x02\'\x12%/v1/org/{organization_slug}/auth/scim\x12\xa7\x01\n\x14\x43reateScimConnection\x12-.weaveapi.auth.v1.CreateScimConnectionRequest\x1a..weaveapi.auth.v1.CreateScimConnectionResponse"0\x82\xd3\xe4\x93\x02*"%/v1/org/{organization_slug}/auth/scim:\x01*\x12\xc2\x01\n\x16StartScimTokenRotation\x12/.weaveapi.auth.v1.StartScimTokenRotationRequest\x1a\x30.weaveapi.auth.v1.StartScimTokenRotationResponse"E\x82\xd3\xe4\x93\x02?":/v1/org/{organization_slug}/auth/scim/token-rotation/start:\x01*\x12\xce\x01\n\x19\x43ompleteScimTokenRotation\x12\x32.weaveapi.auth.v1.CompleteScimTokenRotationRequest\x1a\x33.weaveapi.auth.v1.CompleteScimTokenRotationResponse"H\x82\xd3\xe4\x93\x02\x42"=/v1/org/{organization_slug}/auth/scim/token-rotation/complete:\x01*\x12\xc6\x01\n\x17\x43\x61ncelScimTokenRotation\x12\x30.weaveapi.auth.v1.CancelScimTokenRotationRequest\x1a\x31.weaveapi.auth.v1.CancelScimTokenRotationResponse"F\x82\xd3\xe4\x93\x02@";/v1/org/{organization_slug}/auth/scim/token-rotation/cancel:\x01*\x12\xae\x01\n\x15ListScimGroupMappings\x12..weaveapi.auth.v1.ListScimGroupMappingsRequest\x1a/.weaveapi.auth.v1.ListScimGroupMappingsResponse"4\x82\xd3\xe4\x93\x02.\x12,/v1/org/{organization_slug}/auth/scim/groups\x12\xc1\x01\n\x16UpdateScimGroupMapping\x12/.weaveapi.auth.v1.UpdateScimGroupMappingRequest\x1a\x30.weaveapi.auth.v1.UpdateScimGroupMappingResponse"D\x82\xd3\xe4\x93\x02>29/v1/org/{organization_slug}/auth/scim/groups/{mapping_id}:\x01*B\xbc\x01\n\x14\x63om.weaveapi.auth.v1B\x0cServiceProtoP\x01Z4github.com/weave-labs/weave-go/weaveapi/auth/v1;auth\xa2\x02\x03WAX\xaa\x02\x10Weaveapi.Auth.V1\xca\x02\x10Weaveapi\\Auth\\V1\xe2\x02\x1cWeaveapi\\Auth\\V1\\GPBMetadata\xea\x02\x12Weaveapi::Auth::V1b\x08\x65\x64itionsp\xe8\x07'
|
|
24
24
|
)
|
|
25
25
|
|
|
26
26
|
_globals = globals()
|
|
@@ -91,12 +91,24 @@ if not _descriptor._USE_C_DESCRIPTORS:
|
|
|
91
91
|
_globals["_LISTORGANIZATIONMEMBERSRESPONSE"].fields_by_name[
|
|
92
92
|
"members"
|
|
93
93
|
]._serialized_options = b"(\001"
|
|
94
|
+
_globals["_CREATEORGANIZATIONMEMBERRESPONSE"].fields_by_name[
|
|
95
|
+
"member"
|
|
96
|
+
]._loaded_options = None
|
|
97
|
+
_globals["_CREATEORGANIZATIONMEMBERRESPONSE"].fields_by_name[
|
|
98
|
+
"member"
|
|
99
|
+
]._serialized_options = b"(\001"
|
|
94
100
|
_globals["_UPDATEORGANIZATIONMEMBERRESPONSE"].fields_by_name[
|
|
95
101
|
"member"
|
|
96
102
|
]._loaded_options = None
|
|
97
103
|
_globals["_UPDATEORGANIZATIONMEMBERRESPONSE"].fields_by_name[
|
|
98
104
|
"member"
|
|
99
105
|
]._serialized_options = b"(\001"
|
|
106
|
+
_globals["_REMOVEORGANIZATIONMEMBERRESPONSE"].fields_by_name[
|
|
107
|
+
"member"
|
|
108
|
+
]._loaded_options = None
|
|
109
|
+
_globals["_REMOVEORGANIZATIONMEMBERRESPONSE"].fields_by_name[
|
|
110
|
+
"member"
|
|
111
|
+
]._serialized_options = b"(\001"
|
|
100
112
|
_globals["_GETRBACPOLICYRESPONSE"].fields_by_name["policy"]._loaded_options = None
|
|
101
113
|
_globals["_GETRBACPOLICYRESPONSE"].fields_by_name[
|
|
102
114
|
"policy"
|
|
@@ -263,12 +275,28 @@ if not _descriptor._USE_C_DESCRIPTORS:
|
|
|
263
275
|
]._serialized_options = (
|
|
264
276
|
b"\202\323\344\223\002*\022(/v1/org/{organization_slug}/auth/members"
|
|
265
277
|
)
|
|
278
|
+
_globals["_ORGANIZATIONAUTHADMINSERVICE"].methods_by_name[
|
|
279
|
+
"CreateOrganizationMember"
|
|
280
|
+
]._loaded_options = None
|
|
281
|
+
_globals["_ORGANIZATIONAUTHADMINSERVICE"].methods_by_name[
|
|
282
|
+
"CreateOrganizationMember"
|
|
283
|
+
]._serialized_options = (
|
|
284
|
+
b'\202\323\344\223\002-"(/v1/org/{organization_slug}/auth/members:\001*'
|
|
285
|
+
)
|
|
266
286
|
_globals["_ORGANIZATIONAUTHADMINSERVICE"].methods_by_name[
|
|
267
287
|
"UpdateOrganizationMember"
|
|
268
288
|
]._loaded_options = None
|
|
269
289
|
_globals["_ORGANIZATIONAUTHADMINSERVICE"].methods_by_name[
|
|
270
290
|
"UpdateOrganizationMember"
|
|
271
291
|
]._serialized_options = b"\202\323\344\223\002924/v1/org/{organization_slug}/auth/members/{member_id}:\001*"
|
|
292
|
+
_globals["_ORGANIZATIONAUTHADMINSERVICE"].methods_by_name[
|
|
293
|
+
"RemoveOrganizationMember"
|
|
294
|
+
]._loaded_options = None
|
|
295
|
+
_globals["_ORGANIZATIONAUTHADMINSERVICE"].methods_by_name[
|
|
296
|
+
"RemoveOrganizationMember"
|
|
297
|
+
]._serialized_options = (
|
|
298
|
+
b"\202\323\344\223\0026*4/v1/org/{organization_slug}/auth/members/{member_id}"
|
|
299
|
+
)
|
|
272
300
|
_globals["_ORGANIZATIONAUTHADMINSERVICE"].methods_by_name[
|
|
273
301
|
"GetRbacPolicy"
|
|
274
302
|
]._loaded_options = None
|
|
@@ -419,68 +447,76 @@ if not _descriptor._USE_C_DESCRIPTORS:
|
|
|
419
447
|
_globals["_LISTORGANIZATIONMEMBERSREQUEST"]._serialized_end = 3474
|
|
420
448
|
_globals["_LISTORGANIZATIONMEMBERSRESPONSE"]._serialized_start = 3477
|
|
421
449
|
_globals["_LISTORGANIZATIONMEMBERSRESPONSE"]._serialized_end = 3618
|
|
422
|
-
_globals["
|
|
423
|
-
_globals["
|
|
424
|
-
_globals["
|
|
425
|
-
_globals["
|
|
426
|
-
_globals["
|
|
427
|
-
_globals["
|
|
428
|
-
_globals["
|
|
429
|
-
_globals["
|
|
430
|
-
_globals["
|
|
431
|
-
_globals["
|
|
432
|
-
_globals["
|
|
433
|
-
_globals["
|
|
434
|
-
_globals["
|
|
435
|
-
_globals["
|
|
436
|
-
_globals["
|
|
437
|
-
_globals["
|
|
438
|
-
_globals["
|
|
439
|
-
_globals["
|
|
440
|
-
_globals["
|
|
441
|
-
_globals["
|
|
442
|
-
_globals["
|
|
443
|
-
_globals["
|
|
444
|
-
_globals["
|
|
445
|
-
_globals["
|
|
446
|
-
_globals["
|
|
447
|
-
_globals["
|
|
448
|
-
_globals["
|
|
449
|
-
_globals["
|
|
450
|
-
_globals["
|
|
451
|
-
_globals["
|
|
452
|
-
_globals["
|
|
453
|
-
_globals["
|
|
454
|
-
_globals["
|
|
455
|
-
_globals["
|
|
456
|
-
_globals["
|
|
457
|
-
_globals["
|
|
458
|
-
_globals["
|
|
459
|
-
_globals["
|
|
460
|
-
_globals["
|
|
461
|
-
_globals["
|
|
462
|
-
_globals["
|
|
463
|
-
_globals["
|
|
464
|
-
_globals["
|
|
465
|
-
_globals["
|
|
466
|
-
_globals["
|
|
467
|
-
_globals["
|
|
468
|
-
_globals["
|
|
469
|
-
_globals["
|
|
470
|
-
_globals["
|
|
471
|
-
_globals["
|
|
472
|
-
_globals["
|
|
473
|
-
_globals["
|
|
474
|
-
_globals["
|
|
475
|
-
_globals["
|
|
476
|
-
_globals["
|
|
477
|
-
_globals["
|
|
478
|
-
_globals["
|
|
479
|
-
_globals["
|
|
480
|
-
_globals["
|
|
481
|
-
_globals["
|
|
482
|
-
_globals["
|
|
483
|
-
_globals["
|
|
484
|
-
_globals["
|
|
485
|
-
_globals["
|
|
450
|
+
_globals["_CREATEORGANIZATIONMEMBERREQUEST"]._serialized_start = 3621
|
|
451
|
+
_globals["_CREATEORGANIZATIONMEMBERREQUEST"]._serialized_end = 3816
|
|
452
|
+
_globals["_CREATEORGANIZATIONMEMBERRESPONSE"]._serialized_start = 3818
|
|
453
|
+
_globals["_CREATEORGANIZATIONMEMBERRESPONSE"]._serialized_end = 3918
|
|
454
|
+
_globals["_UPDATEORGANIZATIONMEMBERREQUEST"]._serialized_start = 3921
|
|
455
|
+
_globals["_UPDATEORGANIZATIONMEMBERREQUEST"]._serialized_end = 4115
|
|
456
|
+
_globals["_UPDATEORGANIZATIONMEMBERRESPONSE"]._serialized_start = 4117
|
|
457
|
+
_globals["_UPDATEORGANIZATIONMEMBERRESPONSE"]._serialized_end = 4217
|
|
458
|
+
_globals["_REMOVEORGANIZATIONMEMBERREQUEST"]._serialized_start = 4219
|
|
459
|
+
_globals["_REMOVEORGANIZATIONMEMBERREQUEST"]._serialized_end = 4326
|
|
460
|
+
_globals["_REMOVEORGANIZATIONMEMBERRESPONSE"]._serialized_start = 4328
|
|
461
|
+
_globals["_REMOVEORGANIZATIONMEMBERRESPONSE"]._serialized_end = 4428
|
|
462
|
+
_globals["_GETRBACPOLICYREQUEST"]._serialized_start = 4430
|
|
463
|
+
_globals["_GETRBACPOLICYREQUEST"]._serialized_end = 4497
|
|
464
|
+
_globals["_GETRBACPOLICYRESPONSE"]._serialized_start = 4499
|
|
465
|
+
_globals["_GETRBACPOLICYRESPONSE"]._serialized_end = 4587
|
|
466
|
+
_globals["_UPDATERBACPOLICYREQUEST"]._serialized_start = 4590
|
|
467
|
+
_globals["_UPDATERBACPOLICYREQUEST"]._serialized_end = 4762
|
|
468
|
+
_globals["_UPDATERBACPOLICYRESPONSE"]._serialized_start = 4764
|
|
469
|
+
_globals["_UPDATERBACPOLICYRESPONSE"]._serialized_end = 4855
|
|
470
|
+
_globals["_LISTSSOCONNECTIONSREQUEST"]._serialized_start = 4857
|
|
471
|
+
_globals["_LISTSSOCONNECTIONSREQUEST"]._serialized_end = 4929
|
|
472
|
+
_globals["_LISTSSOCONNECTIONSRESPONSE"]._serialized_start = 4931
|
|
473
|
+
_globals["_LISTSSOCONNECTIONSRESPONSE"]._serialized_end = 5030
|
|
474
|
+
_globals["_CREATESSOCONNECTIONREQUEST"]._serialized_start = 5033
|
|
475
|
+
_globals["_CREATESSOCONNECTIONREQUEST"]._serialized_end = 5443
|
|
476
|
+
_globals["_CREATESSOCONNECTIONRESPONSE"]._serialized_start = 5445
|
|
477
|
+
_globals["_CREATESSOCONNECTIONRESPONSE"]._serialized_end = 5543
|
|
478
|
+
_globals["_UPDATESSOCONNECTIONREQUEST"]._serialized_start = 5546
|
|
479
|
+
_globals["_UPDATESSOCONNECTIONREQUEST"]._serialized_end = 5999
|
|
480
|
+
_globals["_UPDATESSOCONNECTIONRESPONSE"]._serialized_start = 6001
|
|
481
|
+
_globals["_UPDATESSOCONNECTIONRESPONSE"]._serialized_end = 6099
|
|
482
|
+
_globals["_DELETESSOCONNECTIONREQUEST"]._serialized_start = 6101
|
|
483
|
+
_globals["_DELETESSOCONNECTIONREQUEST"]._serialized_end = 6211
|
|
484
|
+
_globals["_DELETESSOCONNECTIONRESPONSE"]._serialized_start = 6213
|
|
485
|
+
_globals["_DELETESSOCONNECTIONRESPONSE"]._serialized_end = 6242
|
|
486
|
+
_globals["_GETSCIMCONNECTIONREQUEST"]._serialized_start = 6244
|
|
487
|
+
_globals["_GETSCIMCONNECTIONREQUEST"]._serialized_end = 6315
|
|
488
|
+
_globals["_GETSCIMCONNECTIONRESPONSE"]._serialized_start = 6317
|
|
489
|
+
_globals["_GETSCIMCONNECTIONRESPONSE"]._serialized_end = 6414
|
|
490
|
+
_globals["_CREATESCIMCONNECTIONREQUEST"]._serialized_start = 6416
|
|
491
|
+
_globals["_CREATESCIMCONNECTIONREQUEST"]._serialized_end = 6490
|
|
492
|
+
_globals["_CREATESCIMCONNECTIONRESPONSE"]._serialized_start = 6493
|
|
493
|
+
_globals["_CREATESCIMCONNECTIONRESPONSE"]._serialized_end = 6628
|
|
494
|
+
_globals["_STARTSCIMTOKENROTATIONREQUEST"]._serialized_start = 6630
|
|
495
|
+
_globals["_STARTSCIMTOKENROTATIONREQUEST"]._serialized_end = 6706
|
|
496
|
+
_globals["_STARTSCIMTOKENROTATIONRESPONSE"]._serialized_start = 6708
|
|
497
|
+
_globals["_STARTSCIMTOKENROTATIONRESPONSE"]._serialized_end = 6809
|
|
498
|
+
_globals["_COMPLETESCIMTOKENROTATIONREQUEST"]._serialized_start = 6811
|
|
499
|
+
_globals["_COMPLETESCIMTOKENROTATIONREQUEST"]._serialized_end = 6923
|
|
500
|
+
_globals["_COMPLETESCIMTOKENROTATIONRESPONSE"]._serialized_start = 6926
|
|
501
|
+
_globals["_COMPLETESCIMTOKENROTATIONRESPONSE"]._serialized_end = 7066
|
|
502
|
+
_globals["_CANCELSCIMTOKENROTATIONREQUEST"]._serialized_start = 7068
|
|
503
|
+
_globals["_CANCELSCIMTOKENROTATIONREQUEST"]._serialized_end = 7178
|
|
504
|
+
_globals["_CANCELSCIMTOKENROTATIONRESPONSE"]._serialized_start = 7180
|
|
505
|
+
_globals["_CANCELSCIMTOKENROTATIONRESPONSE"]._serialized_end = 7283
|
|
506
|
+
_globals["_LISTSCIMGROUPMAPPINGSREQUEST"]._serialized_start = 7285
|
|
507
|
+
_globals["_LISTSCIMGROUPMAPPINGSREQUEST"]._serialized_end = 7360
|
|
508
|
+
_globals["_LISTSCIMGROUPMAPPINGSRESPONSE"]._serialized_start = 7362
|
|
509
|
+
_globals["_LISTSCIMGROUPMAPPINGSRESPONSE"]._serialized_end = 7461
|
|
510
|
+
_globals["_UPDATESCIMGROUPMAPPINGREQUEST"]._serialized_start = 7464
|
|
511
|
+
_globals["_UPDATESCIMGROUPMAPPINGREQUEST"]._serialized_end = 7642
|
|
512
|
+
_globals["_UPDATESCIMGROUPMAPPINGRESPONSE"]._serialized_start = 7644
|
|
513
|
+
_globals["_UPDATESCIMGROUPMAPPINGRESPONSE"]._serialized_end = 7742
|
|
514
|
+
_globals["_AUTHERROR"]._serialized_start = 7745
|
|
515
|
+
_globals["_AUTHERROR"]._serialized_end = 7901
|
|
516
|
+
_globals["_AUTHSERVICE"]._serialized_start = 7904
|
|
517
|
+
_globals["_AUTHSERVICE"]._serialized_end = 9138
|
|
518
|
+
_globals["_PROFILESERVICE"]._serialized_start = 9141
|
|
519
|
+
_globals["_PROFILESERVICE"]._serialized_end = 9515
|
|
520
|
+
_globals["_ORGANIZATIONAUTHADMINSERVICE"]._serialized_start = 9518
|
|
521
|
+
_globals["_ORGANIZATIONAUTHADMINSERVICE"]._serialized_end = 13012
|
|
486
522
|
# @@protoc_insertion_point(module_scope)
|
|
@@ -866,6 +866,80 @@ class ListOrganizationMembersResponse(_message.Message):
|
|
|
866
866
|
|
|
867
867
|
Global___ListOrganizationMembersResponse: _TypeAlias = ListOrganizationMembersResponse # noqa: Y015
|
|
868
868
|
|
|
869
|
+
@_typing.final
|
|
870
|
+
class CreateOrganizationMemberRequest(_message.Message):
|
|
871
|
+
DESCRIPTOR: _descriptor.Descriptor
|
|
872
|
+
|
|
873
|
+
ORGANIZATION_SLUG_FIELD_NUMBER: _builtins.int
|
|
874
|
+
EMAIL_FIELD_NUMBER: _builtins.int
|
|
875
|
+
DISPLAY_NAME_FIELD_NUMBER: _builtins.int
|
|
876
|
+
ROLE_IDS_FIELD_NUMBER: _builtins.int
|
|
877
|
+
SEND_INVITE_FIELD_NUMBER: _builtins.int
|
|
878
|
+
organization_slug: _builtins.str
|
|
879
|
+
email: _builtins.str
|
|
880
|
+
display_name: _builtins.str
|
|
881
|
+
send_invite: _builtins.bool
|
|
882
|
+
@_builtins.property
|
|
883
|
+
def role_ids(self) -> _containers.RepeatedScalarFieldContainer[_builtins.str]: ...
|
|
884
|
+
def __init__(
|
|
885
|
+
self,
|
|
886
|
+
*,
|
|
887
|
+
organization_slug: _builtins.str | None = ...,
|
|
888
|
+
email: _builtins.str | None = ...,
|
|
889
|
+
display_name: _builtins.str | None = ...,
|
|
890
|
+
role_ids: _abc.Iterable[_builtins.str] | None = ...,
|
|
891
|
+
send_invite: _builtins.bool | None = ...,
|
|
892
|
+
) -> None: ...
|
|
893
|
+
_HasFieldArgType: _TypeAlias = _typing.Literal[
|
|
894
|
+
"display_name",
|
|
895
|
+
b"display_name",
|
|
896
|
+
"email",
|
|
897
|
+
b"email",
|
|
898
|
+
"organization_slug",
|
|
899
|
+
b"organization_slug",
|
|
900
|
+
"role_ids",
|
|
901
|
+
b"role_ids",
|
|
902
|
+
"send_invite",
|
|
903
|
+
b"send_invite",
|
|
904
|
+
] # noqa: Y015
|
|
905
|
+
def HasField(self, field_name: _HasFieldArgType) -> _builtins.bool: ...
|
|
906
|
+
_ClearFieldArgType: _TypeAlias = _typing.Literal[
|
|
907
|
+
"display_name",
|
|
908
|
+
b"display_name",
|
|
909
|
+
"email",
|
|
910
|
+
b"email",
|
|
911
|
+
"organization_slug",
|
|
912
|
+
b"organization_slug",
|
|
913
|
+
"role_ids",
|
|
914
|
+
b"role_ids",
|
|
915
|
+
"send_invite",
|
|
916
|
+
b"send_invite",
|
|
917
|
+
] # noqa: Y015
|
|
918
|
+
def ClearField(self, field_name: _ClearFieldArgType) -> None: ...
|
|
919
|
+
def WhichOneof(self, oneof_group: _Never) -> None: ...
|
|
920
|
+
|
|
921
|
+
Global___CreateOrganizationMemberRequest: _TypeAlias = CreateOrganizationMemberRequest # noqa: Y015
|
|
922
|
+
|
|
923
|
+
@_typing.final
|
|
924
|
+
class CreateOrganizationMemberResponse(_message.Message):
|
|
925
|
+
DESCRIPTOR: _descriptor.Descriptor
|
|
926
|
+
|
|
927
|
+
MEMBER_FIELD_NUMBER: _builtins.int
|
|
928
|
+
@_builtins.property
|
|
929
|
+
def member(self) -> _auth_pb2.OrganizationMember: ...
|
|
930
|
+
def __init__(
|
|
931
|
+
self,
|
|
932
|
+
*,
|
|
933
|
+
member: _auth_pb2.OrganizationMember | None = ...,
|
|
934
|
+
) -> None: ...
|
|
935
|
+
_HasFieldArgType: _TypeAlias = _typing.Literal["member", b"member"] # noqa: Y015
|
|
936
|
+
def HasField(self, field_name: _HasFieldArgType) -> _builtins.bool: ...
|
|
937
|
+
_ClearFieldArgType: _TypeAlias = _typing.Literal["member", b"member"] # noqa: Y015
|
|
938
|
+
def ClearField(self, field_name: _ClearFieldArgType) -> None: ...
|
|
939
|
+
def WhichOneof(self, oneof_group: _Never) -> None: ...
|
|
940
|
+
|
|
941
|
+
Global___CreateOrganizationMemberResponse: _TypeAlias = CreateOrganizationMemberResponse # noqa: Y015
|
|
942
|
+
|
|
869
943
|
@_typing.final
|
|
870
944
|
class UpdateOrganizationMemberRequest(_message.Message):
|
|
871
945
|
DESCRIPTOR: _descriptor.Descriptor
|
|
@@ -933,6 +1007,52 @@ class UpdateOrganizationMemberResponse(_message.Message):
|
|
|
933
1007
|
|
|
934
1008
|
Global___UpdateOrganizationMemberResponse: _TypeAlias = UpdateOrganizationMemberResponse # noqa: Y015
|
|
935
1009
|
|
|
1010
|
+
@_typing.final
|
|
1011
|
+
class RemoveOrganizationMemberRequest(_message.Message):
|
|
1012
|
+
DESCRIPTOR: _descriptor.Descriptor
|
|
1013
|
+
|
|
1014
|
+
ORGANIZATION_SLUG_FIELD_NUMBER: _builtins.int
|
|
1015
|
+
MEMBER_ID_FIELD_NUMBER: _builtins.int
|
|
1016
|
+
organization_slug: _builtins.str
|
|
1017
|
+
member_id: _builtins.str
|
|
1018
|
+
def __init__(
|
|
1019
|
+
self,
|
|
1020
|
+
*,
|
|
1021
|
+
organization_slug: _builtins.str | None = ...,
|
|
1022
|
+
member_id: _builtins.str | None = ...,
|
|
1023
|
+
) -> None: ...
|
|
1024
|
+
_HasFieldArgType: _TypeAlias = _typing.Literal[
|
|
1025
|
+
"member_id", b"member_id", "organization_slug", b"organization_slug"
|
|
1026
|
+
] # noqa: Y015
|
|
1027
|
+
def HasField(self, field_name: _HasFieldArgType) -> _builtins.bool: ...
|
|
1028
|
+
_ClearFieldArgType: _TypeAlias = _typing.Literal[
|
|
1029
|
+
"member_id", b"member_id", "organization_slug", b"organization_slug"
|
|
1030
|
+
] # noqa: Y015
|
|
1031
|
+
def ClearField(self, field_name: _ClearFieldArgType) -> None: ...
|
|
1032
|
+
def WhichOneof(self, oneof_group: _Never) -> None: ...
|
|
1033
|
+
|
|
1034
|
+
Global___RemoveOrganizationMemberRequest: _TypeAlias = RemoveOrganizationMemberRequest # noqa: Y015
|
|
1035
|
+
|
|
1036
|
+
@_typing.final
|
|
1037
|
+
class RemoveOrganizationMemberResponse(_message.Message):
|
|
1038
|
+
DESCRIPTOR: _descriptor.Descriptor
|
|
1039
|
+
|
|
1040
|
+
MEMBER_FIELD_NUMBER: _builtins.int
|
|
1041
|
+
@_builtins.property
|
|
1042
|
+
def member(self) -> _auth_pb2.OrganizationMember: ...
|
|
1043
|
+
def __init__(
|
|
1044
|
+
self,
|
|
1045
|
+
*,
|
|
1046
|
+
member: _auth_pb2.OrganizationMember | None = ...,
|
|
1047
|
+
) -> None: ...
|
|
1048
|
+
_HasFieldArgType: _TypeAlias = _typing.Literal["member", b"member"] # noqa: Y015
|
|
1049
|
+
def HasField(self, field_name: _HasFieldArgType) -> _builtins.bool: ...
|
|
1050
|
+
_ClearFieldArgType: _TypeAlias = _typing.Literal["member", b"member"] # noqa: Y015
|
|
1051
|
+
def ClearField(self, field_name: _ClearFieldArgType) -> None: ...
|
|
1052
|
+
def WhichOneof(self, oneof_group: _Never) -> None: ...
|
|
1053
|
+
|
|
1054
|
+
Global___RemoveOrganizationMemberResponse: _TypeAlias = RemoveOrganizationMemberResponse # noqa: Y015
|
|
1055
|
+
|
|
936
1056
|
@_typing.final
|
|
937
1057
|
class GetRbacPolicyRequest(_message.Message):
|
|
938
1058
|
DESCRIPTOR: _descriptor.Descriptor
|
|
@@ -614,12 +614,24 @@ class OrganizationAuthAdminServiceStub(object):
|
|
|
614
614
|
response_deserializer=weaveapi_dot_auth_dot_v1_dot_service__pb2.ListOrganizationMembersResponse.FromString,
|
|
615
615
|
_registered_method=True,
|
|
616
616
|
)
|
|
617
|
+
self.CreateOrganizationMember = channel.unary_unary(
|
|
618
|
+
"/weaveapi.auth.v1.OrganizationAuthAdminService/CreateOrganizationMember",
|
|
619
|
+
request_serializer=weaveapi_dot_auth_dot_v1_dot_service__pb2.CreateOrganizationMemberRequest.SerializeToString,
|
|
620
|
+
response_deserializer=weaveapi_dot_auth_dot_v1_dot_service__pb2.CreateOrganizationMemberResponse.FromString,
|
|
621
|
+
_registered_method=True,
|
|
622
|
+
)
|
|
617
623
|
self.UpdateOrganizationMember = channel.unary_unary(
|
|
618
624
|
"/weaveapi.auth.v1.OrganizationAuthAdminService/UpdateOrganizationMember",
|
|
619
625
|
request_serializer=weaveapi_dot_auth_dot_v1_dot_service__pb2.UpdateOrganizationMemberRequest.SerializeToString,
|
|
620
626
|
response_deserializer=weaveapi_dot_auth_dot_v1_dot_service__pb2.UpdateOrganizationMemberResponse.FromString,
|
|
621
627
|
_registered_method=True,
|
|
622
628
|
)
|
|
629
|
+
self.RemoveOrganizationMember = channel.unary_unary(
|
|
630
|
+
"/weaveapi.auth.v1.OrganizationAuthAdminService/RemoveOrganizationMember",
|
|
631
|
+
request_serializer=weaveapi_dot_auth_dot_v1_dot_service__pb2.RemoveOrganizationMemberRequest.SerializeToString,
|
|
632
|
+
response_deserializer=weaveapi_dot_auth_dot_v1_dot_service__pb2.RemoveOrganizationMemberResponse.FromString,
|
|
633
|
+
_registered_method=True,
|
|
634
|
+
)
|
|
623
635
|
self.GetRbacPolicy = channel.unary_unary(
|
|
624
636
|
"/weaveapi.auth.v1.OrganizationAuthAdminService/GetRbacPolicy",
|
|
625
637
|
request_serializer=weaveapi_dot_auth_dot_v1_dot_service__pb2.GetRbacPolicyRequest.SerializeToString,
|
|
@@ -721,12 +733,24 @@ class OrganizationAuthAdminServiceServicer(object):
|
|
|
721
733
|
context.set_details("Method not implemented!")
|
|
722
734
|
raise NotImplementedError("Method not implemented!")
|
|
723
735
|
|
|
736
|
+
def CreateOrganizationMember(self, request, context):
|
|
737
|
+
"""Missing associated documentation comment in .proto file."""
|
|
738
|
+
context.set_code(grpc.StatusCode.UNIMPLEMENTED)
|
|
739
|
+
context.set_details("Method not implemented!")
|
|
740
|
+
raise NotImplementedError("Method not implemented!")
|
|
741
|
+
|
|
724
742
|
def UpdateOrganizationMember(self, request, context):
|
|
725
743
|
"""Missing associated documentation comment in .proto file."""
|
|
726
744
|
context.set_code(grpc.StatusCode.UNIMPLEMENTED)
|
|
727
745
|
context.set_details("Method not implemented!")
|
|
728
746
|
raise NotImplementedError("Method not implemented!")
|
|
729
747
|
|
|
748
|
+
def RemoveOrganizationMember(self, request, context):
|
|
749
|
+
"""Missing associated documentation comment in .proto file."""
|
|
750
|
+
context.set_code(grpc.StatusCode.UNIMPLEMENTED)
|
|
751
|
+
context.set_details("Method not implemented!")
|
|
752
|
+
raise NotImplementedError("Method not implemented!")
|
|
753
|
+
|
|
730
754
|
def GetRbacPolicy(self, request, context):
|
|
731
755
|
"""Missing associated documentation comment in .proto file."""
|
|
732
756
|
context.set_code(grpc.StatusCode.UNIMPLEMENTED)
|
|
@@ -823,11 +847,21 @@ def add_OrganizationAuthAdminServiceServicer_to_server(servicer, server):
|
|
|
823
847
|
request_deserializer=weaveapi_dot_auth_dot_v1_dot_service__pb2.ListOrganizationMembersRequest.FromString,
|
|
824
848
|
response_serializer=weaveapi_dot_auth_dot_v1_dot_service__pb2.ListOrganizationMembersResponse.SerializeToString,
|
|
825
849
|
),
|
|
850
|
+
"CreateOrganizationMember": grpc.unary_unary_rpc_method_handler(
|
|
851
|
+
servicer.CreateOrganizationMember,
|
|
852
|
+
request_deserializer=weaveapi_dot_auth_dot_v1_dot_service__pb2.CreateOrganizationMemberRequest.FromString,
|
|
853
|
+
response_serializer=weaveapi_dot_auth_dot_v1_dot_service__pb2.CreateOrganizationMemberResponse.SerializeToString,
|
|
854
|
+
),
|
|
826
855
|
"UpdateOrganizationMember": grpc.unary_unary_rpc_method_handler(
|
|
827
856
|
servicer.UpdateOrganizationMember,
|
|
828
857
|
request_deserializer=weaveapi_dot_auth_dot_v1_dot_service__pb2.UpdateOrganizationMemberRequest.FromString,
|
|
829
858
|
response_serializer=weaveapi_dot_auth_dot_v1_dot_service__pb2.UpdateOrganizationMemberResponse.SerializeToString,
|
|
830
859
|
),
|
|
860
|
+
"RemoveOrganizationMember": grpc.unary_unary_rpc_method_handler(
|
|
861
|
+
servicer.RemoveOrganizationMember,
|
|
862
|
+
request_deserializer=weaveapi_dot_auth_dot_v1_dot_service__pb2.RemoveOrganizationMemberRequest.FromString,
|
|
863
|
+
response_serializer=weaveapi_dot_auth_dot_v1_dot_service__pb2.RemoveOrganizationMemberResponse.SerializeToString,
|
|
864
|
+
),
|
|
831
865
|
"GetRbacPolicy": grpc.unary_unary_rpc_method_handler(
|
|
832
866
|
servicer.GetRbacPolicy,
|
|
833
867
|
request_deserializer=weaveapi_dot_auth_dot_v1_dot_service__pb2.GetRbacPolicyRequest.FromString,
|
|
@@ -997,6 +1031,36 @@ class OrganizationAuthAdminService(object):
|
|
|
997
1031
|
_registered_method=True,
|
|
998
1032
|
)
|
|
999
1033
|
|
|
1034
|
+
@staticmethod
|
|
1035
|
+
def CreateOrganizationMember(
|
|
1036
|
+
request,
|
|
1037
|
+
target,
|
|
1038
|
+
options=(),
|
|
1039
|
+
channel_credentials=None,
|
|
1040
|
+
call_credentials=None,
|
|
1041
|
+
insecure=False,
|
|
1042
|
+
compression=None,
|
|
1043
|
+
wait_for_ready=None,
|
|
1044
|
+
timeout=None,
|
|
1045
|
+
metadata=None,
|
|
1046
|
+
):
|
|
1047
|
+
return grpc.experimental.unary_unary(
|
|
1048
|
+
request,
|
|
1049
|
+
target,
|
|
1050
|
+
"/weaveapi.auth.v1.OrganizationAuthAdminService/CreateOrganizationMember",
|
|
1051
|
+
weaveapi_dot_auth_dot_v1_dot_service__pb2.CreateOrganizationMemberRequest.SerializeToString,
|
|
1052
|
+
weaveapi_dot_auth_dot_v1_dot_service__pb2.CreateOrganizationMemberResponse.FromString,
|
|
1053
|
+
options,
|
|
1054
|
+
channel_credentials,
|
|
1055
|
+
insecure,
|
|
1056
|
+
call_credentials,
|
|
1057
|
+
compression,
|
|
1058
|
+
wait_for_ready,
|
|
1059
|
+
timeout,
|
|
1060
|
+
metadata,
|
|
1061
|
+
_registered_method=True,
|
|
1062
|
+
)
|
|
1063
|
+
|
|
1000
1064
|
@staticmethod
|
|
1001
1065
|
def UpdateOrganizationMember(
|
|
1002
1066
|
request,
|
|
@@ -1027,6 +1091,36 @@ class OrganizationAuthAdminService(object):
|
|
|
1027
1091
|
_registered_method=True,
|
|
1028
1092
|
)
|
|
1029
1093
|
|
|
1094
|
+
@staticmethod
|
|
1095
|
+
def RemoveOrganizationMember(
|
|
1096
|
+
request,
|
|
1097
|
+
target,
|
|
1098
|
+
options=(),
|
|
1099
|
+
channel_credentials=None,
|
|
1100
|
+
call_credentials=None,
|
|
1101
|
+
insecure=False,
|
|
1102
|
+
compression=None,
|
|
1103
|
+
wait_for_ready=None,
|
|
1104
|
+
timeout=None,
|
|
1105
|
+
metadata=None,
|
|
1106
|
+
):
|
|
1107
|
+
return grpc.experimental.unary_unary(
|
|
1108
|
+
request,
|
|
1109
|
+
target,
|
|
1110
|
+
"/weaveapi.auth.v1.OrganizationAuthAdminService/RemoveOrganizationMember",
|
|
1111
|
+
weaveapi_dot_auth_dot_v1_dot_service__pb2.RemoveOrganizationMemberRequest.SerializeToString,
|
|
1112
|
+
weaveapi_dot_auth_dot_v1_dot_service__pb2.RemoveOrganizationMemberResponse.FromString,
|
|
1113
|
+
options,
|
|
1114
|
+
channel_credentials,
|
|
1115
|
+
insecure,
|
|
1116
|
+
call_credentials,
|
|
1117
|
+
compression,
|
|
1118
|
+
wait_for_ready,
|
|
1119
|
+
timeout,
|
|
1120
|
+
metadata,
|
|
1121
|
+
_registered_method=True,
|
|
1122
|
+
)
|
|
1123
|
+
|
|
1030
1124
|
@staticmethod
|
|
1031
1125
|
def GetRbacPolicy(
|
|
1032
1126
|
request,
|
|
@@ -250,10 +250,18 @@ class OrganizationAuthAdminServiceStub:
|
|
|
250
250
|
_service_pb2.ListOrganizationMembersRequest,
|
|
251
251
|
_service_pb2.ListOrganizationMembersResponse,
|
|
252
252
|
]
|
|
253
|
+
CreateOrganizationMember: _grpc.UnaryUnaryMultiCallable[
|
|
254
|
+
_service_pb2.CreateOrganizationMemberRequest,
|
|
255
|
+
_service_pb2.CreateOrganizationMemberResponse,
|
|
256
|
+
]
|
|
253
257
|
UpdateOrganizationMember: _grpc.UnaryUnaryMultiCallable[
|
|
254
258
|
_service_pb2.UpdateOrganizationMemberRequest,
|
|
255
259
|
_service_pb2.UpdateOrganizationMemberResponse,
|
|
256
260
|
]
|
|
261
|
+
RemoveOrganizationMember: _grpc.UnaryUnaryMultiCallable[
|
|
262
|
+
_service_pb2.RemoveOrganizationMemberRequest,
|
|
263
|
+
_service_pb2.RemoveOrganizationMemberResponse,
|
|
264
|
+
]
|
|
257
265
|
GetRbacPolicy: _grpc.UnaryUnaryMultiCallable[
|
|
258
266
|
_service_pb2.GetRbacPolicyRequest, _service_pb2.GetRbacPolicyResponse
|
|
259
267
|
]
|
|
@@ -318,10 +326,18 @@ class OrganizationAuthAdminServiceAsyncStub(OrganizationAuthAdminServiceStub):
|
|
|
318
326
|
_service_pb2.ListOrganizationMembersRequest,
|
|
319
327
|
_service_pb2.ListOrganizationMembersResponse,
|
|
320
328
|
] # type: ignore[assignment]
|
|
329
|
+
CreateOrganizationMember: _aio.UnaryUnaryMultiCallable[
|
|
330
|
+
_service_pb2.CreateOrganizationMemberRequest,
|
|
331
|
+
_service_pb2.CreateOrganizationMemberResponse,
|
|
332
|
+
] # type: ignore[assignment]
|
|
321
333
|
UpdateOrganizationMember: _aio.UnaryUnaryMultiCallable[
|
|
322
334
|
_service_pb2.UpdateOrganizationMemberRequest,
|
|
323
335
|
_service_pb2.UpdateOrganizationMemberResponse,
|
|
324
336
|
] # type: ignore[assignment]
|
|
337
|
+
RemoveOrganizationMember: _aio.UnaryUnaryMultiCallable[
|
|
338
|
+
_service_pb2.RemoveOrganizationMemberRequest,
|
|
339
|
+
_service_pb2.RemoveOrganizationMemberResponse,
|
|
340
|
+
] # type: ignore[assignment]
|
|
325
341
|
GetRbacPolicy: _aio.UnaryUnaryMultiCallable[
|
|
326
342
|
_service_pb2.GetRbacPolicyRequest, _service_pb2.GetRbacPolicyResponse
|
|
327
343
|
] # type: ignore[assignment]
|
|
@@ -400,6 +416,15 @@ class OrganizationAuthAdminServiceServicer(metaclass=_abc_1.ABCMeta):
|
|
|
400
416
|
_abc.Awaitable[_service_pb2.ListOrganizationMembersResponse],
|
|
401
417
|
]: ...
|
|
402
418
|
@_abc_1.abstractmethod
|
|
419
|
+
def CreateOrganizationMember(
|
|
420
|
+
self,
|
|
421
|
+
request: _service_pb2.CreateOrganizationMemberRequest,
|
|
422
|
+
context: _ServicerContext,
|
|
423
|
+
) -> _typing.Union[
|
|
424
|
+
_service_pb2.CreateOrganizationMemberResponse,
|
|
425
|
+
_abc.Awaitable[_service_pb2.CreateOrganizationMemberResponse],
|
|
426
|
+
]: ...
|
|
427
|
+
@_abc_1.abstractmethod
|
|
403
428
|
def UpdateOrganizationMember(
|
|
404
429
|
self,
|
|
405
430
|
request: _service_pb2.UpdateOrganizationMemberRequest,
|
|
@@ -409,6 +434,15 @@ class OrganizationAuthAdminServiceServicer(metaclass=_abc_1.ABCMeta):
|
|
|
409
434
|
_abc.Awaitable[_service_pb2.UpdateOrganizationMemberResponse],
|
|
410
435
|
]: ...
|
|
411
436
|
@_abc_1.abstractmethod
|
|
437
|
+
def RemoveOrganizationMember(
|
|
438
|
+
self,
|
|
439
|
+
request: _service_pb2.RemoveOrganizationMemberRequest,
|
|
440
|
+
context: _ServicerContext,
|
|
441
|
+
) -> _typing.Union[
|
|
442
|
+
_service_pb2.RemoveOrganizationMemberResponse,
|
|
443
|
+
_abc.Awaitable[_service_pb2.RemoveOrganizationMemberResponse],
|
|
444
|
+
]: ...
|
|
445
|
+
@_abc_1.abstractmethod
|
|
412
446
|
def GetRbacPolicy(
|
|
413
447
|
self,
|
|
414
448
|
request: _service_pb2.GetRbacPolicyRequest,
|