weave-python 0.46.0__tar.gz → 0.47.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.46.0 → weave_python-0.47.0}/PKG-INFO +1 -1
- weave_python-0.47.0/weave/weaveapi/auth/v1/auth_pb2.py +254 -0
- {weave_python-0.46.0 → weave_python-0.47.0}/weave/weaveapi/auth/v1/auth_pb2.pyi +119 -8
- {weave_python-0.46.0 → weave_python-0.47.0}/weave/weaveapi/auth/v1/service_pb2.py +162 -144
- {weave_python-0.46.0 → weave_python-0.47.0}/weave/weaveapi/auth/v1/service_pb2.pyi +64 -5
- {weave_python-0.46.0 → weave_python-0.47.0}/weave/weavesql/weavedb/auth_identity.py +118 -18
- weave_python-0.46.0/weave/weaveapi/auth/v1/auth_pb2.py +0 -206
- {weave_python-0.46.0 → weave_python-0.47.0}/.github/runs-on.yml +0 -0
- {weave_python-0.46.0 → weave_python-0.47.0}/.github/workflows/format-lint.yaml +0 -0
- {weave_python-0.46.0 → weave_python-0.47.0}/.github/workflows/generate.yaml +0 -0
- {weave_python-0.46.0 → weave_python-0.47.0}/.github/workflows/release.yaml +0 -0
- {weave_python-0.46.0 → weave_python-0.47.0}/.gitignore +0 -0
- {weave_python-0.46.0 → weave_python-0.47.0}/.python-version +0 -0
- {weave_python-0.46.0 → weave_python-0.47.0}/LICENSE +0 -0
- {weave_python-0.46.0 → weave_python-0.47.0}/README.md +0 -0
- {weave_python-0.46.0 → weave_python-0.47.0}/Taskfile.yaml +0 -0
- {weave_python-0.46.0 → weave_python-0.47.0}/buf.gen.yaml +0 -0
- {weave_python-0.46.0 → weave_python-0.47.0}/pyproject.toml +0 -0
- {weave_python-0.46.0 → weave_python-0.47.0}/renovate.json +0 -0
- {weave_python-0.46.0 → weave_python-0.47.0}/tools/sqlcgen/README.md +0 -0
- {weave_python-0.46.0 → weave_python-0.47.0}/tools/sqlcgen/sqlcgen.py +0 -0
- {weave_python-0.46.0 → weave_python-0.47.0}/tools/sqlcgen/test_sqlcgen.py +0 -0
- {weave_python-0.46.0 → weave_python-0.47.0}/uv.lock +0 -0
- {weave_python-0.46.0 → weave_python-0.47.0}/weave/weaveapi/atc/v1/event_pb2.py +0 -0
- {weave_python-0.46.0 → weave_python-0.47.0}/weave/weaveapi/atc/v1/event_pb2.pyi +0 -0
- {weave_python-0.46.0 → weave_python-0.47.0}/weave/weaveapi/atc/v1/event_pb2_grpc.py +0 -0
- {weave_python-0.46.0 → weave_python-0.47.0}/weave/weaveapi/atc/v1/event_pb2_grpc.pyi +0 -0
- {weave_python-0.46.0 → weave_python-0.47.0}/weave/weaveapi/atc/v1/message_pb2.py +0 -0
- {weave_python-0.46.0 → weave_python-0.47.0}/weave/weaveapi/atc/v1/message_pb2.pyi +0 -0
- {weave_python-0.46.0 → weave_python-0.47.0}/weave/weaveapi/atc/v1/message_pb2_grpc.py +0 -0
- {weave_python-0.46.0 → weave_python-0.47.0}/weave/weaveapi/atc/v1/message_pb2_grpc.pyi +0 -0
- {weave_python-0.46.0 → weave_python-0.47.0}/weave/weaveapi/atc/v1/process_pb2.py +0 -0
- {weave_python-0.46.0 → weave_python-0.47.0}/weave/weaveapi/atc/v1/process_pb2.pyi +0 -0
- {weave_python-0.46.0 → weave_python-0.47.0}/weave/weaveapi/atc/v1/process_pb2_grpc.py +0 -0
- {weave_python-0.46.0 → weave_python-0.47.0}/weave/weaveapi/atc/v1/process_pb2_grpc.pyi +0 -0
- {weave_python-0.46.0 → weave_python-0.47.0}/weave/weaveapi/atc/v1/run_pb2.py +0 -0
- {weave_python-0.46.0 → weave_python-0.47.0}/weave/weaveapi/atc/v1/run_pb2.pyi +0 -0
- {weave_python-0.46.0 → weave_python-0.47.0}/weave/weaveapi/atc/v1/run_pb2_grpc.py +0 -0
- {weave_python-0.46.0 → weave_python-0.47.0}/weave/weaveapi/atc/v1/run_pb2_grpc.pyi +0 -0
- {weave_python-0.46.0 → weave_python-0.47.0}/weave/weaveapi/atc/v1/service_pb2.py +0 -0
- {weave_python-0.46.0 → weave_python-0.47.0}/weave/weaveapi/atc/v1/service_pb2.pyi +0 -0
- {weave_python-0.46.0 → weave_python-0.47.0}/weave/weaveapi/atc/v1/service_pb2_grpc.py +0 -0
- {weave_python-0.46.0 → weave_python-0.47.0}/weave/weaveapi/atc/v1/service_pb2_grpc.pyi +0 -0
- {weave_python-0.46.0 → weave_python-0.47.0}/weave/weaveapi/auth/v1/auth_pb2_grpc.py +0 -0
- {weave_python-0.46.0 → weave_python-0.47.0}/weave/weaveapi/auth/v1/auth_pb2_grpc.pyi +0 -0
- {weave_python-0.46.0 → weave_python-0.47.0}/weave/weaveapi/auth/v1/service_pb2_grpc.py +0 -0
- {weave_python-0.46.0 → weave_python-0.47.0}/weave/weaveapi/auth/v1/service_pb2_grpc.pyi +0 -0
- {weave_python-0.46.0 → weave_python-0.47.0}/weave/weaveapi/chat/v1/chat_pb2.py +0 -0
- {weave_python-0.46.0 → weave_python-0.47.0}/weave/weaveapi/chat/v1/chat_pb2.pyi +0 -0
- {weave_python-0.46.0 → weave_python-0.47.0}/weave/weaveapi/chat/v1/chat_pb2_grpc.py +0 -0
- {weave_python-0.46.0 → weave_python-0.47.0}/weave/weaveapi/chat/v1/chat_pb2_grpc.pyi +0 -0
- {weave_python-0.46.0 → weave_python-0.47.0}/weave/weaveapi/chat/v1/service_pb2.py +0 -0
- {weave_python-0.46.0 → weave_python-0.47.0}/weave/weaveapi/chat/v1/service_pb2.pyi +0 -0
- {weave_python-0.46.0 → weave_python-0.47.0}/weave/weaveapi/chat/v1/service_pb2_grpc.py +0 -0
- {weave_python-0.46.0 → weave_python-0.47.0}/weave/weaveapi/chat/v1/service_pb2_grpc.pyi +0 -0
- {weave_python-0.46.0 → weave_python-0.47.0}/weave/weaveapi/consolidation/v1/consolidation_pb2.py +0 -0
- {weave_python-0.46.0 → weave_python-0.47.0}/weave/weaveapi/consolidation/v1/consolidation_pb2.pyi +0 -0
- {weave_python-0.46.0 → weave_python-0.47.0}/weave/weaveapi/consolidation/v1/consolidation_pb2_grpc.py +0 -0
- {weave_python-0.46.0 → weave_python-0.47.0}/weave/weaveapi/consolidation/v1/consolidation_pb2_grpc.pyi +0 -0
- {weave_python-0.46.0 → weave_python-0.47.0}/weave/weaveapi/consolidation/v1/service_pb2.py +0 -0
- {weave_python-0.46.0 → weave_python-0.47.0}/weave/weaveapi/consolidation/v1/service_pb2.pyi +0 -0
- {weave_python-0.46.0 → weave_python-0.47.0}/weave/weaveapi/consolidation/v1/service_pb2_grpc.py +0 -0
- {weave_python-0.46.0 → weave_python-0.47.0}/weave/weaveapi/consolidation/v1/service_pb2_grpc.pyi +0 -0
- {weave_python-0.46.0 → weave_python-0.47.0}/weave/weaveapi/inference/v1/inference_pb2.py +0 -0
- {weave_python-0.46.0 → weave_python-0.47.0}/weave/weaveapi/inference/v1/inference_pb2.pyi +0 -0
- {weave_python-0.46.0 → weave_python-0.47.0}/weave/weaveapi/inference/v1/inference_pb2_grpc.py +0 -0
- {weave_python-0.46.0 → weave_python-0.47.0}/weave/weaveapi/inference/v1/inference_pb2_grpc.pyi +0 -0
- {weave_python-0.46.0 → weave_python-0.47.0}/weave/weaveapi/inference/v1/service_pb2.py +0 -0
- {weave_python-0.46.0 → weave_python-0.47.0}/weave/weaveapi/inference/v1/service_pb2.pyi +0 -0
- {weave_python-0.46.0 → weave_python-0.47.0}/weave/weaveapi/inference/v1/service_pb2_grpc.py +0 -0
- {weave_python-0.46.0 → weave_python-0.47.0}/weave/weaveapi/inference/v1/service_pb2_grpc.pyi +0 -0
- {weave_python-0.46.0 → weave_python-0.47.0}/weave/weaveapi/ingestion/v1/ingestion_pb2.py +0 -0
- {weave_python-0.46.0 → weave_python-0.47.0}/weave/weaveapi/ingestion/v1/ingestion_pb2.pyi +0 -0
- {weave_python-0.46.0 → weave_python-0.47.0}/weave/weaveapi/ingestion/v1/ingestion_pb2_grpc.py +0 -0
- {weave_python-0.46.0 → weave_python-0.47.0}/weave/weaveapi/ingestion/v1/ingestion_pb2_grpc.pyi +0 -0
- {weave_python-0.46.0 → weave_python-0.47.0}/weave/weaveapi/ingestion/v1/service_pb2.py +0 -0
- {weave_python-0.46.0 → weave_python-0.47.0}/weave/weaveapi/ingestion/v1/service_pb2.pyi +0 -0
- {weave_python-0.46.0 → weave_python-0.47.0}/weave/weaveapi/ingestion/v1/service_pb2_grpc.py +0 -0
- {weave_python-0.46.0 → weave_python-0.47.0}/weave/weaveapi/ingestion/v1/service_pb2_grpc.pyi +0 -0
- {weave_python-0.46.0 → weave_python-0.47.0}/weave/weaveapi/model/v1/model_pb2.py +0 -0
- {weave_python-0.46.0 → weave_python-0.47.0}/weave/weaveapi/model/v1/model_pb2.pyi +0 -0
- {weave_python-0.46.0 → weave_python-0.47.0}/weave/weaveapi/model/v1/model_pb2_grpc.py +0 -0
- {weave_python-0.46.0 → weave_python-0.47.0}/weave/weaveapi/model/v1/model_pb2_grpc.pyi +0 -0
- {weave_python-0.46.0 → weave_python-0.47.0}/weave/weaveapi/model/v1/service_pb2.py +0 -0
- {weave_python-0.46.0 → weave_python-0.47.0}/weave/weaveapi/model/v1/service_pb2.pyi +0 -0
- {weave_python-0.46.0 → weave_python-0.47.0}/weave/weaveapi/model/v1/service_pb2_grpc.py +0 -0
- {weave_python-0.46.0 → weave_python-0.47.0}/weave/weaveapi/model/v1/service_pb2_grpc.pyi +0 -0
- {weave_python-0.46.0 → weave_python-0.47.0}/weave/weaveapi/organization/v1/organization_pb2.py +0 -0
- {weave_python-0.46.0 → weave_python-0.47.0}/weave/weaveapi/organization/v1/organization_pb2.pyi +0 -0
- {weave_python-0.46.0 → weave_python-0.47.0}/weave/weaveapi/organization/v1/organization_pb2_grpc.py +0 -0
- {weave_python-0.46.0 → weave_python-0.47.0}/weave/weaveapi/organization/v1/organization_pb2_grpc.pyi +0 -0
- {weave_python-0.46.0 → weave_python-0.47.0}/weave/weaveapi/organization/v1/service_pb2.py +0 -0
- {weave_python-0.46.0 → weave_python-0.47.0}/weave/weaveapi/organization/v1/service_pb2.pyi +0 -0
- {weave_python-0.46.0 → weave_python-0.47.0}/weave/weaveapi/organization/v1/service_pb2_grpc.py +0 -0
- {weave_python-0.46.0 → weave_python-0.47.0}/weave/weaveapi/organization/v1/service_pb2_grpc.pyi +0 -0
- {weave_python-0.46.0 → weave_python-0.47.0}/weave/weaveapi/project/v1/project_pb2.py +0 -0
- {weave_python-0.46.0 → weave_python-0.47.0}/weave/weaveapi/project/v1/project_pb2.pyi +0 -0
- {weave_python-0.46.0 → weave_python-0.47.0}/weave/weaveapi/project/v1/project_pb2_grpc.py +0 -0
- {weave_python-0.46.0 → weave_python-0.47.0}/weave/weaveapi/project/v1/project_pb2_grpc.pyi +0 -0
- {weave_python-0.46.0 → weave_python-0.47.0}/weave/weaveapi/project/v1/service_pb2.py +0 -0
- {weave_python-0.46.0 → weave_python-0.47.0}/weave/weaveapi/project/v1/service_pb2.pyi +0 -0
- {weave_python-0.46.0 → weave_python-0.47.0}/weave/weaveapi/project/v1/service_pb2_grpc.py +0 -0
- {weave_python-0.46.0 → weave_python-0.47.0}/weave/weaveapi/project/v1/service_pb2_grpc.pyi +0 -0
- {weave_python-0.46.0 → weave_python-0.47.0}/weave/weaveapi/provider/v1/provider_pb2.py +0 -0
- {weave_python-0.46.0 → weave_python-0.47.0}/weave/weaveapi/provider/v1/provider_pb2.pyi +0 -0
- {weave_python-0.46.0 → weave_python-0.47.0}/weave/weaveapi/provider/v1/provider_pb2_grpc.py +0 -0
- {weave_python-0.46.0 → weave_python-0.47.0}/weave/weaveapi/provider/v1/provider_pb2_grpc.pyi +0 -0
- {weave_python-0.46.0 → weave_python-0.47.0}/weave/weaveapi/provider/v1/service_pb2.py +0 -0
- {weave_python-0.46.0 → weave_python-0.47.0}/weave/weaveapi/provider/v1/service_pb2.pyi +0 -0
- {weave_python-0.46.0 → weave_python-0.47.0}/weave/weaveapi/provider/v1/service_pb2_grpc.py +0 -0
- {weave_python-0.46.0 → weave_python-0.47.0}/weave/weaveapi/provider/v1/service_pb2_grpc.pyi +0 -0
- {weave_python-0.46.0 → weave_python-0.47.0}/weave/weaveapi/retrieval/v1/retrieval_pb2.py +0 -0
- {weave_python-0.46.0 → weave_python-0.47.0}/weave/weaveapi/retrieval/v1/retrieval_pb2.pyi +0 -0
- {weave_python-0.46.0 → weave_python-0.47.0}/weave/weaveapi/retrieval/v1/retrieval_pb2_grpc.py +0 -0
- {weave_python-0.46.0 → weave_python-0.47.0}/weave/weaveapi/retrieval/v1/retrieval_pb2_grpc.pyi +0 -0
- {weave_python-0.46.0 → weave_python-0.47.0}/weave/weaveapi/retrieval/v1/service_pb2.py +0 -0
- {weave_python-0.46.0 → weave_python-0.47.0}/weave/weaveapi/retrieval/v1/service_pb2.pyi +0 -0
- {weave_python-0.46.0 → weave_python-0.47.0}/weave/weaveapi/retrieval/v1/service_pb2_grpc.py +0 -0
- {weave_python-0.46.0 → weave_python-0.47.0}/weave/weaveapi/retrieval/v1/service_pb2_grpc.pyi +0 -0
- {weave_python-0.46.0 → weave_python-0.47.0}/weave/weaveapi/task/v1/service_pb2.py +0 -0
- {weave_python-0.46.0 → weave_python-0.47.0}/weave/weaveapi/task/v1/service_pb2.pyi +0 -0
- {weave_python-0.46.0 → weave_python-0.47.0}/weave/weaveapi/task/v1/service_pb2_grpc.py +0 -0
- {weave_python-0.46.0 → weave_python-0.47.0}/weave/weaveapi/task/v1/service_pb2_grpc.pyi +0 -0
- {weave_python-0.46.0 → weave_python-0.47.0}/weave/weaveapi/task/v1/task_pb2.py +0 -0
- {weave_python-0.46.0 → weave_python-0.47.0}/weave/weaveapi/task/v1/task_pb2.pyi +0 -0
- {weave_python-0.46.0 → weave_python-0.47.0}/weave/weaveapi/task/v1/task_pb2_grpc.py +0 -0
- {weave_python-0.46.0 → weave_python-0.47.0}/weave/weaveapi/task/v1/task_pb2_grpc.pyi +0 -0
- {weave_python-0.46.0 → weave_python-0.47.0}/weave/weavesql/atcdb/event.py +0 -0
- {weave_python-0.46.0 → weave_python-0.47.0}/weave/weavesql/atcdb/inspection.py +0 -0
- {weave_python-0.46.0 → weave_python-0.47.0}/weave/weavesql/atcdb/mailbox.py +0 -0
- {weave_python-0.46.0 → weave_python-0.47.0}/weave/weavesql/atcdb/models.py +0 -0
- {weave_python-0.46.0 → weave_python-0.47.0}/weave/weavesql/atcdb/run_template.py +0 -0
- {weave_python-0.46.0 → weave_python-0.47.0}/weave/weavesql/atcdb/snapshot.py +0 -0
- {weave_python-0.46.0 → weave_python-0.47.0}/weave/weavesql/atcdb/team.py +0 -0
- {weave_python-0.46.0 → weave_python-0.47.0}/weave/weavesql/weavedb/chat.py +0 -0
- {weave_python-0.46.0 → weave_python-0.47.0}/weave/weavesql/weavedb/consolidation.py +0 -0
- {weave_python-0.46.0 → weave_python-0.47.0}/weave/weavesql/weavedb/document_security.py +0 -0
- {weave_python-0.46.0 → weave_python-0.47.0}/weave/weavesql/weavedb/ingestion.py +0 -0
- {weave_python-0.46.0 → weave_python-0.47.0}/weave/weavesql/weavedb/model_catalog.py +0 -0
- {weave_python-0.46.0 → weave_python-0.47.0}/weave/weavesql/weavedb/models.py +0 -0
- {weave_python-0.46.0 → weave_python-0.47.0}/weave/weavesql/weavedb/organization.py +0 -0
- {weave_python-0.46.0 → weave_python-0.47.0}/weave/weavesql/weavedb/project.py +0 -0
- {weave_python-0.46.0 → weave_python-0.47.0}/weave/weavesql/weavedb/provider.py +0 -0
- {weave_python-0.46.0 → weave_python-0.47.0}/weave/weavesql/weavedb/retrieval.py +0 -0
- {weave_python-0.46.0 → weave_python-0.47.0}/weave/weavesql/weavedb/task.py +0 -0
|
@@ -0,0 +1,254 @@
|
|
|
1
|
+
# -*- coding: utf-8 -*-
|
|
2
|
+
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
3
|
+
# NO CHECKED-IN PROTOBUF GENCODE
|
|
4
|
+
# source: weaveapi/auth/v1/auth.proto
|
|
5
|
+
# Protobuf Python Version: 7.34.1
|
|
6
|
+
"""Generated protocol buffer code."""
|
|
7
|
+
|
|
8
|
+
from google.protobuf import descriptor as _descriptor
|
|
9
|
+
from google.protobuf import descriptor_pool as _descriptor_pool
|
|
10
|
+
from google.protobuf import runtime_version as _runtime_version
|
|
11
|
+
from google.protobuf import symbol_database as _symbol_database
|
|
12
|
+
from google.protobuf.internal import builder as _builder
|
|
13
|
+
|
|
14
|
+
_runtime_version.ValidateProtobufRuntimeVersion(
|
|
15
|
+
_runtime_version.Domain.PUBLIC, 7, 34, 1, "", "weaveapi/auth/v1/auth.proto"
|
|
16
|
+
)
|
|
17
|
+
# @@protoc_insertion_point(imports)
|
|
18
|
+
|
|
19
|
+
_sym_db = _symbol_database.Default()
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(
|
|
23
|
+
b'\n\x1bweaveapi/auth/v1/auth.proto\x12\x10weaveapi.auth.v1\x1a\x1cgoogle/protobuf/struct.proto\x1a\x1fgoogle/protobuf/timestamp.proto"\xe3\x02\n\x0b\x41uthSession\x12\x1d\n\nsession_id\x18\x01 \x01(\tR\tsessionId\x12\x32\n\x04user\x18\x02 \x01(\x0b\x32\x1a.weaveapi.auth.v1.AuthUserB\x02(\x01R\x04user\x12W\n\x13\x61\x63tive_organization\x18\x03 \x01(\x0b\x32".weaveapi.auth.v1.AuthOrganizationB\x02(\x01R\x12\x61\x63tiveOrganization\x12\x19\n\x08role_ids\x18\x04 \x03(\tR\x07roleIds\x12\'\n\x0f\x61llowed_actions\x18\x05 \x03(\tR\x0e\x61llowedActions\x12%\n\x0eplatform_admin\x18\x06 \x01(\x08R\rplatformAdmin\x12=\n\nexpires_at\x18\x07 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x02(\x01R\texpiresAt"\xca\x04\n\x08\x41uthUser\x12\x0e\n\x02id\x18\x01 \x01(\tR\x02id\x12!\n\x0c\x64isplay_name\x18\x02 \x01(\tR\x0b\x64isplayName\x12\x14\n\x05\x65mail\x18\x03 \x01(\tR\x05\x65mail\x12\x1d\n\navatar_url\x18\x04 \x01(\tR\tavatarUrl\x12\x1b\n\tjob_title\x18\x05 \x01(\tR\x08jobTitle\x12\x14\n\x05theme\x18\x06 \x01(\tR\x05theme\x12\x36\n\x17\x64\x65\x66\x61ult_organization_id\x18\x07 \x01(\tR\x15\x64\x65\x66\x61ultOrganizationId\x12:\n\x19\x64\x65\x66\x61ult_organization_slug\x18\x08 \x01(\tR\x17\x64\x65\x66\x61ultOrganizationSlug\x12\x30\n\x14last_organization_id\x18\t \x01(\tR\x12lastOrganizationId\x12\x34\n\x16last_organization_slug\x18\n \x01(\tR\x14lastOrganizationSlug\x12y\n\x1borganization_page_positions\x18\x0b \x03(\x0b\x32\x39.weaveapi.auth.v1.AuthUser.OrganizationPagePositionsEntryR\x19organizationPagePositions\x1aL\n\x1eOrganizationPagePositionsEntry\x12\x10\n\x03key\x18\x01 \x01(\tR\x03key\x12\x14\n\x05value\x18\x02 \x01(\tR\x05value:\x02\x38\x01"\xa8\x02\n\x10\x41uthOrganization\x12\x0e\n\x02id\x18\x01 \x01(\tR\x02id\x12\x12\n\x04slug\x18\x02 \x01(\tR\x04slug\x12\x12\n\x04name\x18\x03 \x01(\tR\x04name\x12\x36\n\x04kind\x18\x04 \x01(\x0e\x32".weaveapi.auth.v1.OrganizationKindR\x04kind\x12\x38\n\x16stytch_organization_id\x18\x05 \x01(\tB\x02\x18\x01R\x14stytchOrganizationId\x12\x19\n\x08role_ids\x18\x06 \x03(\tR\x07roleIds\x12O\n\x11membership_status\x18\x07 \x01(\x0e\x32".weaveapi.auth.v1.MembershipStatusR\x10membershipStatus"\xdf\x03\n\x15\x44iscoveryOrganization\x12\'\n\x0forganization_id\x18\x01 \x01(\tR\x0eorganizationId\x12+\n\x11organization_slug\x18\x02 \x01(\tR\x10organizationSlug\x12+\n\x11organization_name\x18\x03 \x01(\tR\x10organizationName\x12\x38\n\x16stytch_organization_id\x18\x04 \x01(\tB\x02\x18\x01R\x14stytchOrganizationId\x12<\n\x18stytch_organization_slug\x18\x05 \x01(\tB\x02\x18\x01R\x16stytchOrganizationSlug\x12O\n\x11organization_kind\x18\x06 \x01(\x0e\x32".weaveapi.auth.v1.OrganizationKindR\x10organizationKind\x12\x45\n\x06status\x18\x07 \x01(\x0e\x32-.weaveapi.auth.v1.DiscoveryOrganizationStatusR\x06status\x12\x18\n\x07\x64omains\x18\x08 \x03(\tR\x07\x64omains\x12\x19\n\x08role_ids\x18\t \x03(\tR\x07roleIds"\xc0\x08\n\x15InviteOnboardingState\x12*\n\x11invite_session_id\x18\x01 \x01(\tR\x0finviteSessionId\x12@\n\x06status\x18\x02 \x01(\x0e\x32(.weaveapi.auth.v1.InviteOnboardingStatusR\x06status\x12\'\n\x0forganization_id\x18\x03 \x01(\tR\x0eorganizationId\x12+\n\x11organization_slug\x18\x04 \x01(\tR\x10organizationSlug\x12+\n\x11organization_name\x18\x05 \x01(\tR\x10organizationName\x12O\n\x11organization_kind\x18\x06 \x01(\x0e\x32".weaveapi.auth.v1.OrganizationKindR\x10organizationKind\x12\x38\n\x16stytch_organization_id\x18\x07 \x01(\tB\x02\x18\x01R\x14stytchOrganizationId\x12,\n\x10stytch_member_id\x18\x08 \x01(\tB\x02\x18\x01R\x0estytchMemberId\x12\x14\n\x05\x65mail\x18\t \x01(\tR\x05\x65mail\x12!\n\x0c\x64isplay_name\x18\n \x01(\tR\x0b\x64isplayName\x12\x19\n\x08role_ids\x18\x0b \x03(\tR\x07roleIds\x12N\n\x14\x61llowed_auth_methods\x18\x0c \x03(\x0e\x32\x1c.weaveapi.auth.v1.AuthMethodR\x12\x61llowedAuthMethods\x12V\n\x17\x61llowed_oauth_providers\x18\r \x03(\x0e\x32\x1e.weaveapi.auth.v1.AuthProviderR\x15\x61llowedOauthProviders\x12)\n\x10password_allowed\x18\x0e \x01(\x08R\x0fpasswordAllowed\x12+\n\x11password_required\x18\x0f \x01(\x08R\x10passwordRequired\x12#\n\roauth_allowed\x18\x10 \x01(\x08R\x0coauthAllowed\x12O\n\x11membership_status\x18\x11 \x01(\x0e\x32".weaveapi.auth.v1.MembershipStatusR\x10membershipStatus\x12O\n\x0frecovery_reason\x18\x12 \x01(\x0e\x32&.weaveapi.auth.v1.InviteRecoveryReasonR\x0erecoveryReason\x12#\n\rrecovery_hint\x18\x13 \x01(\tR\x0crecoveryHint\x12=\n\nexpires_at\x18\x14 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x02(\x01R\texpiresAt"\xea\x02\n\x0bUserProfile\x12\x17\n\x07user_id\x18\x01 \x01(\tR\x06userId\x12!\n\x0c\x64isplay_name\x18\x02 \x01(\tR\x0b\x64isplayName\x12\x1b\n\tjob_title\x18\x03 \x01(\tR\x08jobTitle\x12\x14\n\x05\x65mail\x18\x04 \x01(\tR\x05\x65mail\x12\x1d\n\navatar_url\x18\x05 \x01(\tR\tavatarUrl\x12\x14\n\x05theme\x18\x06 \x01(\tR\x05theme\x12\x39\n\x19\x65mail_managed_by_provider\x18\x07 \x01(\x08R\x16\x65mailManagedByProvider\x12=\n\ncreated_at\x18\x08 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x02(\x01R\tcreatedAt\x12=\n\nupdated_at\x18\t \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x02(\x01R\tupdatedAt"_\n\x1cUserOrganizationPagePosition\x12+\n\x11organization_slug\x18\x01 \x01(\tR\x10organizationSlug\x12\x12\n\x04href\x18\x02 \x01(\tR\x04href"\xd4\x03\n\x0fUserPreferences\x12\x14\n\x05theme\x18\x01 \x01(\tR\x05theme\x12\x36\n\x17\x64\x65\x66\x61ult_organization_id\x18\x02 \x01(\tR\x15\x64\x65\x66\x61ultOrganizationId\x12:\n\x19\x64\x65\x66\x61ult_organization_slug\x18\x03 \x01(\tR\x17\x64\x65\x66\x61ultOrganizationSlug\x12\x30\n\x14last_organization_id\x18\x04 \x01(\tR\x12lastOrganizationId\x12\x34\n\x16last_organization_slug\x18\x05 \x01(\tR\x14lastOrganizationSlug\x12\x80\x01\n\x1borganization_page_positions\x18\x06 \x03(\x0b\x32@.weaveapi.auth.v1.UserPreferences.OrganizationPagePositionsEntryR\x19organizationPagePositions\x1aL\n\x1eOrganizationPagePositionsEntry\x12\x10\n\x03key\x18\x01 \x01(\tR\x03key\x12\x14\n\x05value\x18\x02 \x01(\tR\x05value:\x02\x38\x01"\xf6\x06\n\x18OrganizationAuthSettings\x12\'\n\x0forganization_id\x18\x01 \x01(\tR\x0eorganizationId\x12+\n\x11organization_slug\x18\x02 \x01(\tR\x10organizationSlug\x12\x38\n\x16stytch_organization_id\x18\x03 \x01(\tB\x02\x18\x01R\x14stytchOrganizationId\x12<\n\x18stytch_organization_slug\x18\x04 \x01(\tB\x02\x18\x01R\x16stytchOrganizationSlug\x12O\n\x11organization_kind\x18\x05 \x01(\x0e\x32".weaveapi.auth.v1.OrganizationKindR\x10organizationKind\x12N\n\x14\x61llowed_auth_methods\x18\x06 \x03(\x0e\x32\x1c.weaveapi.auth.v1.AuthMethodR\x12\x61llowedAuthMethods\x12\'\n\x0f\x61llowed_domains\x18\x07 \x03(\tR\x0e\x61llowedDomains\x12\x38\n\x18jit_provisioning_enabled\x18\x08 \x01(\x08R\x16jitProvisioningEnabled\x12\x32\n\x15password_auth_enabled\x18\t \x01(\x08R\x13passwordAuthEnabled\x12\x30\n\x14google_oauth_enabled\x18\n \x01(\x08R\x12googleOauthEnabled\x12\x36\n\x17microsoft_oauth_enabled\x18\x0b \x01(\x08R\x15microsoftOauthEnabled\x12!\n\x0csso_required\x18\x0c \x01(\x08R\x0bssoRequired\x12!\n\x0cscim_enabled\x18\r \x01(\x08R\x0bscimEnabled\x12W\n\x13rbac_policy_summary\x18\x0e \x01(\x0b\x32#.weaveapi.auth.v1.RbacPolicySummaryB\x02(\x01R\x11rbacPolicySummary\x12K\n\x13\x61uth_policy_summary\x18\x0f \x01(\x0b\x32\x17.google.protobuf.StructB\x02(\x01R\x11\x61uthPolicySummary"\xc1\x03\n\x12OrganizationMember\x12\x0e\n\x02id\x18\x01 \x01(\tR\x02id\x12\x17\n\x07user_id\x18\x02 \x01(\tR\x06userId\x12\'\n\x0forganization_id\x18\x03 \x01(\tR\x0eorganizationId\x12,\n\x10stytch_member_id\x18\x04 \x01(\tB\x02\x18\x01R\x0estytchMemberId\x12\x14\n\x05\x65mail\x18\x05 \x01(\tR\x05\x65mail\x12!\n\x0c\x64isplay_name\x18\x06 \x01(\tR\x0b\x64isplayName\x12\x1d\n\navatar_url\x18\x07 \x01(\tR\tavatarUrl\x12:\n\x06status\x18\x08 \x01(\x0e\x32".weaveapi.auth.v1.MembershipStatusR\x06status\x12\x19\n\x08role_ids\x18\t \x03(\tR\x07roleIds\x12=\n\ncreated_at\x18\n \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x02(\x01R\tcreatedAt\x12=\n\nupdated_at\x18\x0b \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x02(\x01R\tupdatedAt"\xf6\x02\n\x10OrganizationTeam\x12\x0e\n\x02id\x18\x01 \x01(\tR\x02id\x12\'\n\x0forganization_id\x18\x02 \x01(\tR\x0eorganizationId\x12\x12\n\x04slug\x18\x03 \x01(\tR\x04slug\x12\x12\n\x04name\x18\x04 \x01(\tR\x04name\x12 \n\x0b\x64\x65scription\x18\x05 \x01(\tR\x0b\x64\x65scription\x12\x19\n\x08role_ids\x18\x06 \x03(\tR\x07roleIds\x12\x46\n\x07members\x18\x07 \x03(\x0b\x32(.weaveapi.auth.v1.OrganizationTeamMemberB\x02(\x01R\x07members\x12=\n\ncreated_at\x18\x08 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x02(\x01R\tcreatedAt\x12=\n\nupdated_at\x18\t \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x02(\x01R\tupdatedAt"\x83\x02\n\x16OrganizationTeamMember\x12<\n\x1aorganization_membership_id\x18\x01 \x01(\tR\x18organizationMembershipId\x12\x17\n\x07user_id\x18\x02 \x01(\tR\x06userId\x12\x14\n\x05\x65mail\x18\x03 \x01(\tR\x05\x65mail\x12!\n\x0c\x64isplay_name\x18\x04 \x01(\tR\x0b\x64isplayName\x12\x1d\n\navatar_url\x18\x05 \x01(\tR\tavatarUrl\x12:\n\x06status\x18\x06 \x01(\x0e\x32".weaveapi.auth.v1.MembershipStatusR\x06status"\xca\x01\n\x11RbacPolicySummary\x12@\n\tresources\x18\x01 \x03(\x0b\x32\x1e.weaveapi.auth.v1.RbacResourceB\x02(\x01R\tresources\x12\x34\n\x05roles\x18\x02 \x03(\x0b\x32\x1a.weaveapi.auth.v1.RbacRoleB\x02(\x01R\x05roles\x12=\n\nupdated_at\x18\x03 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x02(\x01R\tupdatedAt"[\n\x0cRbacResource\x12\x0e\n\x02id\x18\x01 \x01(\tR\x02id\x12!\n\x0c\x64isplay_name\x18\x02 \x01(\tR\x0b\x64isplayName\x12\x18\n\x07\x61\x63tions\x18\x03 \x03(\tR\x07\x61\x63tions"\xa7\x01\n\x08RbacRole\x12\x0e\n\x02id\x18\x01 \x01(\tR\x02id\x12!\n\x0c\x64isplay_name\x18\x02 \x01(\tR\x0b\x64isplayName\x12 \n\x0b\x64\x65scription\x18\x03 \x01(\tR\x0b\x64\x65scription\x12\x46\n\x0bpermissions\x18\x04 \x03(\x0b\x32 .weaveapi.auth.v1.RbacPermissionB\x02(\x01R\x0bpermissions"K\n\x0eRbacPermission\x12\x1f\n\x0bresource_id\x18\x01 \x01(\tR\nresourceId\x12\x18\n\x07\x61\x63tions\x18\x02 \x03(\tR\x07\x61\x63tions"\xaf\x04\n\rSsoConnection\x12\x0e\n\x02id\x18\x01 \x01(\tR\x02id\x12\'\n\x0forganization_id\x18\x02 \x01(\tR\x0eorganizationId\x12\x37\n\x04type\x18\x03 \x01(\x0e\x32#.weaveapi.auth.v1.SsoConnectionTypeR\x04type\x12=\n\x06status\x18\x04 \x01(\x0e\x32%.weaveapi.auth.v1.SsoConnectionStatusR\x06status\x12!\n\x0c\x64isplay_name\x18\x05 \x01(\tR\x0b\x64isplayName\x12+\n\x11identity_provider\x18\x06 \x01(\tR\x10identityProvider\x12\x16\n\x06issuer\x18\x07 \x01(\tR\x06issuer\x12\x17\n\x07sso_url\x18\x08 \x01(\tR\x06ssoUrl\x12\x17\n\x07\x61\x63s_url\x18\t \x01(\tR\x06\x61\x63sUrl\x12\x1b\n\tentity_id\x18\n \x01(\tR\x08\x65ntityId\x12\x38\n\x18jit_provisioning_enabled\x18\x0b \x01(\x08R\x16jitProvisioningEnabled\x12=\n\ncreated_at\x18\x0c \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x02(\x01R\tcreatedAt\x12=\n\nupdated_at\x18\r \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x02(\x01R\tupdatedAt"\xcb\x02\n\x0eScimConnection\x12\x0e\n\x02id\x18\x01 \x01(\tR\x02id\x12\'\n\x0forganization_id\x18\x02 \x01(\tR\x0eorganizationId\x12>\n\x06status\x18\x03 \x01(\x0e\x32&.weaveapi.auth.v1.ScimConnectionStatusR\x06status\x12\x19\n\x08\x62\x61se_url\x18\x04 \x01(\tR\x07\x62\x61seUrl\x12\'\n\x0ftoken_available\x18\x05 \x01(\x08R\x0etokenAvailable\x12=\n\ncreated_at\x18\x06 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x02(\x01R\tcreatedAt\x12=\n\nupdated_at\x18\x07 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x02(\x01R\tupdatedAt"\xb3\x01\n\x11ScimTokenRotation\x12\x1f\n\x0brotation_id\x18\x01 \x01(\tR\nrotationId\x12>\n\x06status\x18\x02 \x01(\x0e\x32&.weaveapi.auth.v1.ScimConnectionStatusR\x06status\x12=\n\nexpires_at\x18\x03 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x02(\x01R\texpiresAt"\xde\x01\n\x10ScimGroupMapping\x12\x0e\n\x02id\x18\x01 \x01(\tR\x02id\x12\'\n\x0forganization_id\x18\x02 \x01(\tR\x0eorganizationId\x12"\n\rscim_group_id\x18\x03 \x01(\tR\x0bscimGroupId\x12&\n\x0fscim_group_name\x18\x04 \x01(\tR\rscimGroupName\x12\x1e\n\x0borg_team_id\x18\x05 \x01(\tR\torgTeamId\x12%\n\x0emapping_status\x18\x06 \x01(\tR\rmappingStatus"\xbd\x02\n\x14SupportAccessSession\x12\x0e\n\x02id\x18\x01 \x01(\tR\x02id\x12$\n\x0e\x61\x63ting_user_id\x18\x02 \x01(\tR\x0c\x61\x63tingUserId\x12\x34\n\x16target_organization_id\x18\x03 \x01(\tR\x14targetOrganizationId\x12\x16\n\x06reason\x18\x04 \x01(\tR\x06reason\x12\'\n\x0f\x61llowed_actions\x18\x05 \x03(\tR\x0e\x61llowedActions\x12=\n\nstarted_at\x18\x06 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x02(\x01R\tstartedAt\x12\x39\n\x08\x65nded_at\x18\x07 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x02(\x01R\x07\x65ndedAt*\xb6\x01\n\nAuthMethod\x12\x1b\n\x17\x41UTH_METHOD_UNSPECIFIED\x10\x00\x12\x18\n\x14\x41UTH_METHOD_PASSWORD\x10\x01\x12\x1c\n\x18\x41UTH_METHOD_OAUTH_GOOGLE\x10\x02\x12\x1f\n\x1b\x41UTH_METHOD_OAUTH_MICROSOFT\x10\x03\x12\x18\n\x14\x41UTH_METHOD_SSO_SAML\x10\x04\x12\x18\n\x14\x41UTH_METHOD_SSO_OIDC\x10\x05*\x8b\x02\n\x1b\x44iscoveryOrganizationStatus\x12-\n)DISCOVERY_ORGANIZATION_STATUS_UNSPECIFIED\x10\x00\x12/\n+DISCOVERY_ORGANIZATION_STATUS_ACTIVE_MEMBER\x10\x01\x12\x30\n,DISCOVERY_ORGANIZATION_STATUS_INVITED_MEMBER\x10\x02\x12*\n&DISCOVERY_ORGANIZATION_STATUS_ELIGIBLE\x10\x03\x12.\n*DISCOVERY_ORGANIZATION_STATUS_MFA_REQUIRED\x10\x04*\xb8\x01\n\x10MembershipStatus\x12!\n\x1dMEMBERSHIP_STATUS_UNSPECIFIED\x10\x00\x12\x1c\n\x18MEMBERSHIP_STATUS_ACTIVE\x10\x01\x12\x1d\n\x19MEMBERSHIP_STATUS_INVITED\x10\x02\x12\x1f\n\x1bMEMBERSHIP_STATUS_SUSPENDED\x10\x03\x12#\n\x1fMEMBERSHIP_STATUS_DEPROVISIONED\x10\x04*\x9a\x01\n\x10OrganizationKind\x12!\n\x1dORGANIZATION_KIND_UNSPECIFIED\x10\x00\x12\x1e\n\x1aORGANIZATION_KIND_CUSTOMER\x10\x01\x12$\n ORGANIZATION_KIND_WEAVE_INTERNAL\x10\x02\x12\x1d\n\x19ORGANIZATION_KIND_SANDBOX\x10\x03*t\n\x11SsoConnectionType\x12#\n\x1fSSO_CONNECTION_TYPE_UNSPECIFIED\x10\x00\x12\x1c\n\x18SSO_CONNECTION_TYPE_SAML\x10\x01\x12\x1c\n\x18SSO_CONNECTION_TYPE_OIDC\x10\x02*\xc4\x01\n\x13SsoConnectionStatus\x12%\n!SSO_CONNECTION_STATUS_UNSPECIFIED\x10\x00\x12\x1f\n\x1bSSO_CONNECTION_STATUS_DRAFT\x10\x01\x12 \n\x1cSSO_CONNECTION_STATUS_ACTIVE\x10\x02\x12"\n\x1eSSO_CONNECTION_STATUS_DISABLED\x10\x03\x12\x1f\n\x1bSSO_CONNECTION_STATUS_ERROR\x10\x04*\x86\x02\n\x14ScimConnectionStatus\x12&\n"SCIM_CONNECTION_STATUS_UNSPECIFIED\x10\x00\x12)\n%SCIM_CONNECTION_STATUS_NOT_CONFIGURED\x10\x01\x12!\n\x1dSCIM_CONNECTION_STATUS_ACTIVE\x10\x02\x12#\n\x1fSCIM_CONNECTION_STATUS_DISABLED\x10\x03\x12\x31\n-SCIM_CONNECTION_STATUS_TOKEN_ROTATION_PENDING\x10\x04\x12 \n\x1cSCIM_CONNECTION_STATUS_ERROR\x10\x05*d\n\x0c\x41uthProvider\x12\x1d\n\x19\x41UTH_PROVIDER_UNSPECIFIED\x10\x00\x12\x18\n\x14\x41UTH_PROVIDER_GOOGLE\x10\x01\x12\x1b\n\x17\x41UTH_PROVIDER_MICROSOFT\x10\x02*\x9e\x02\n\x16InviteOnboardingStatus\x12(\n$INVITE_ONBOARDING_STATUS_UNSPECIFIED\x10\x00\x12"\n\x1eINVITE_ONBOARDING_STATUS_READY\x10\x01\x12.\n*INVITE_ONBOARDING_STATUS_PASSWORD_REQUIRED\x10\x02\x12.\n*INVITE_ONBOARDING_STATUS_PROVIDER_REQUIRED\x10\x03\x12.\n*INVITE_ONBOARDING_STATUS_RECOVERY_REQUIRED\x10\x04\x12&\n"INVITE_ONBOARDING_STATUS_COMPLETED\x10\x05*\xb1\x02\n\x14InviteRecoveryReason\x12&\n"INVITE_RECOVERY_REASON_UNSPECIFIED\x10\x00\x12"\n\x1eINVITE_RECOVERY_REASON_EXPIRED\x10\x01\x12\'\n#INVITE_RECOVERY_REASON_ALREADY_USED\x10\x02\x12"\n\x1eINVITE_RECOVERY_REASON_REVOKED\x10\x03\x12-\n)INVITE_RECOVERY_REASON_WRONG_ORGANIZATION\x10\x04\x12$\n INVITE_RECOVERY_REASON_MALFORMED\x10\x05\x12+\n\'INVITE_RECOVERY_REASON_MEMBER_NOT_FOUND\x10\x06*\xdb\x01\n\x14InviteRecoveryStatus\x12&\n"INVITE_RECOVERY_STATUS_UNSPECIFIED\x10\x00\x12$\n INVITE_RECOVERY_STATUS_REQUESTED\x10\x01\x12!\n\x1dINVITE_RECOVERY_STATUS_RESENT\x10\x02\x12(\n$INVITE_RECOVERY_STATUS_CONTACT_ADMIN\x10\x03\x12(\n$INVITE_RECOVERY_STATUS_NOT_AVAILABLE\x10\x04\x42\xb9\x01\n\x14\x63om.weaveapi.auth.v1B\tAuthProtoP\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
|
+
)
|
|
25
|
+
|
|
26
|
+
_globals = globals()
|
|
27
|
+
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
|
28
|
+
_builder.BuildTopDescriptorsAndMessages(
|
|
29
|
+
DESCRIPTOR, "weaveapi.auth.v1.auth_pb2", _globals
|
|
30
|
+
)
|
|
31
|
+
if not _descriptor._USE_C_DESCRIPTORS:
|
|
32
|
+
_globals["DESCRIPTOR"]._loaded_options = None
|
|
33
|
+
_globals[
|
|
34
|
+
"DESCRIPTOR"
|
|
35
|
+
]._serialized_options = b"\n\024com.weaveapi.auth.v1B\tAuthProtoP\001Z4github.com/weave-labs/weave-go/weaveapi/auth/v1;auth\242\002\003WAX\252\002\020Weaveapi.Auth.V1\312\002\020Weaveapi\\Auth\\V1\342\002\034Weaveapi\\Auth\\V1\\GPBMetadata\352\002\022Weaveapi::Auth::V1"
|
|
36
|
+
_globals["_AUTHSESSION"].fields_by_name["user"]._loaded_options = None
|
|
37
|
+
_globals["_AUTHSESSION"].fields_by_name["user"]._serialized_options = b"(\001"
|
|
38
|
+
_globals["_AUTHSESSION"].fields_by_name[
|
|
39
|
+
"active_organization"
|
|
40
|
+
]._loaded_options = None
|
|
41
|
+
_globals["_AUTHSESSION"].fields_by_name[
|
|
42
|
+
"active_organization"
|
|
43
|
+
]._serialized_options = b"(\001"
|
|
44
|
+
_globals["_AUTHSESSION"].fields_by_name["expires_at"]._loaded_options = None
|
|
45
|
+
_globals["_AUTHSESSION"].fields_by_name["expires_at"]._serialized_options = b"(\001"
|
|
46
|
+
_globals["_AUTHUSER_ORGANIZATIONPAGEPOSITIONSENTRY"]._loaded_options = None
|
|
47
|
+
_globals["_AUTHUSER_ORGANIZATIONPAGEPOSITIONSENTRY"]._serialized_options = b"8\001"
|
|
48
|
+
_globals["_AUTHORGANIZATION"].fields_by_name[
|
|
49
|
+
"stytch_organization_id"
|
|
50
|
+
]._loaded_options = None
|
|
51
|
+
_globals["_AUTHORGANIZATION"].fields_by_name[
|
|
52
|
+
"stytch_organization_id"
|
|
53
|
+
]._serialized_options = b"\030\001"
|
|
54
|
+
_globals["_DISCOVERYORGANIZATION"].fields_by_name[
|
|
55
|
+
"stytch_organization_id"
|
|
56
|
+
]._loaded_options = None
|
|
57
|
+
_globals["_DISCOVERYORGANIZATION"].fields_by_name[
|
|
58
|
+
"stytch_organization_id"
|
|
59
|
+
]._serialized_options = b"\030\001"
|
|
60
|
+
_globals["_DISCOVERYORGANIZATION"].fields_by_name[
|
|
61
|
+
"stytch_organization_slug"
|
|
62
|
+
]._loaded_options = None
|
|
63
|
+
_globals["_DISCOVERYORGANIZATION"].fields_by_name[
|
|
64
|
+
"stytch_organization_slug"
|
|
65
|
+
]._serialized_options = b"\030\001"
|
|
66
|
+
_globals["_INVITEONBOARDINGSTATE"].fields_by_name[
|
|
67
|
+
"stytch_organization_id"
|
|
68
|
+
]._loaded_options = None
|
|
69
|
+
_globals["_INVITEONBOARDINGSTATE"].fields_by_name[
|
|
70
|
+
"stytch_organization_id"
|
|
71
|
+
]._serialized_options = b"\030\001"
|
|
72
|
+
_globals["_INVITEONBOARDINGSTATE"].fields_by_name[
|
|
73
|
+
"stytch_member_id"
|
|
74
|
+
]._loaded_options = None
|
|
75
|
+
_globals["_INVITEONBOARDINGSTATE"].fields_by_name[
|
|
76
|
+
"stytch_member_id"
|
|
77
|
+
]._serialized_options = b"\030\001"
|
|
78
|
+
_globals["_INVITEONBOARDINGSTATE"].fields_by_name[
|
|
79
|
+
"expires_at"
|
|
80
|
+
]._loaded_options = None
|
|
81
|
+
_globals["_INVITEONBOARDINGSTATE"].fields_by_name[
|
|
82
|
+
"expires_at"
|
|
83
|
+
]._serialized_options = b"(\001"
|
|
84
|
+
_globals["_USERPROFILE"].fields_by_name["created_at"]._loaded_options = None
|
|
85
|
+
_globals["_USERPROFILE"].fields_by_name["created_at"]._serialized_options = b"(\001"
|
|
86
|
+
_globals["_USERPROFILE"].fields_by_name["updated_at"]._loaded_options = None
|
|
87
|
+
_globals["_USERPROFILE"].fields_by_name["updated_at"]._serialized_options = b"(\001"
|
|
88
|
+
_globals["_USERPREFERENCES_ORGANIZATIONPAGEPOSITIONSENTRY"]._loaded_options = None
|
|
89
|
+
_globals[
|
|
90
|
+
"_USERPREFERENCES_ORGANIZATIONPAGEPOSITIONSENTRY"
|
|
91
|
+
]._serialized_options = b"8\001"
|
|
92
|
+
_globals["_ORGANIZATIONAUTHSETTINGS"].fields_by_name[
|
|
93
|
+
"stytch_organization_id"
|
|
94
|
+
]._loaded_options = None
|
|
95
|
+
_globals["_ORGANIZATIONAUTHSETTINGS"].fields_by_name[
|
|
96
|
+
"stytch_organization_id"
|
|
97
|
+
]._serialized_options = b"\030\001"
|
|
98
|
+
_globals["_ORGANIZATIONAUTHSETTINGS"].fields_by_name[
|
|
99
|
+
"stytch_organization_slug"
|
|
100
|
+
]._loaded_options = None
|
|
101
|
+
_globals["_ORGANIZATIONAUTHSETTINGS"].fields_by_name[
|
|
102
|
+
"stytch_organization_slug"
|
|
103
|
+
]._serialized_options = b"\030\001"
|
|
104
|
+
_globals["_ORGANIZATIONAUTHSETTINGS"].fields_by_name[
|
|
105
|
+
"rbac_policy_summary"
|
|
106
|
+
]._loaded_options = None
|
|
107
|
+
_globals["_ORGANIZATIONAUTHSETTINGS"].fields_by_name[
|
|
108
|
+
"rbac_policy_summary"
|
|
109
|
+
]._serialized_options = b"(\001"
|
|
110
|
+
_globals["_ORGANIZATIONAUTHSETTINGS"].fields_by_name[
|
|
111
|
+
"auth_policy_summary"
|
|
112
|
+
]._loaded_options = None
|
|
113
|
+
_globals["_ORGANIZATIONAUTHSETTINGS"].fields_by_name[
|
|
114
|
+
"auth_policy_summary"
|
|
115
|
+
]._serialized_options = b"(\001"
|
|
116
|
+
_globals["_ORGANIZATIONMEMBER"].fields_by_name[
|
|
117
|
+
"stytch_member_id"
|
|
118
|
+
]._loaded_options = None
|
|
119
|
+
_globals["_ORGANIZATIONMEMBER"].fields_by_name[
|
|
120
|
+
"stytch_member_id"
|
|
121
|
+
]._serialized_options = b"\030\001"
|
|
122
|
+
_globals["_ORGANIZATIONMEMBER"].fields_by_name["created_at"]._loaded_options = None
|
|
123
|
+
_globals["_ORGANIZATIONMEMBER"].fields_by_name[
|
|
124
|
+
"created_at"
|
|
125
|
+
]._serialized_options = b"(\001"
|
|
126
|
+
_globals["_ORGANIZATIONMEMBER"].fields_by_name["updated_at"]._loaded_options = None
|
|
127
|
+
_globals["_ORGANIZATIONMEMBER"].fields_by_name[
|
|
128
|
+
"updated_at"
|
|
129
|
+
]._serialized_options = b"(\001"
|
|
130
|
+
_globals["_ORGANIZATIONTEAM"].fields_by_name["members"]._loaded_options = None
|
|
131
|
+
_globals["_ORGANIZATIONTEAM"].fields_by_name[
|
|
132
|
+
"members"
|
|
133
|
+
]._serialized_options = b"(\001"
|
|
134
|
+
_globals["_ORGANIZATIONTEAM"].fields_by_name["created_at"]._loaded_options = None
|
|
135
|
+
_globals["_ORGANIZATIONTEAM"].fields_by_name[
|
|
136
|
+
"created_at"
|
|
137
|
+
]._serialized_options = b"(\001"
|
|
138
|
+
_globals["_ORGANIZATIONTEAM"].fields_by_name["updated_at"]._loaded_options = None
|
|
139
|
+
_globals["_ORGANIZATIONTEAM"].fields_by_name[
|
|
140
|
+
"updated_at"
|
|
141
|
+
]._serialized_options = b"(\001"
|
|
142
|
+
_globals["_RBACPOLICYSUMMARY"].fields_by_name["resources"]._loaded_options = None
|
|
143
|
+
_globals["_RBACPOLICYSUMMARY"].fields_by_name[
|
|
144
|
+
"resources"
|
|
145
|
+
]._serialized_options = b"(\001"
|
|
146
|
+
_globals["_RBACPOLICYSUMMARY"].fields_by_name["roles"]._loaded_options = None
|
|
147
|
+
_globals["_RBACPOLICYSUMMARY"].fields_by_name[
|
|
148
|
+
"roles"
|
|
149
|
+
]._serialized_options = b"(\001"
|
|
150
|
+
_globals["_RBACPOLICYSUMMARY"].fields_by_name["updated_at"]._loaded_options = None
|
|
151
|
+
_globals["_RBACPOLICYSUMMARY"].fields_by_name[
|
|
152
|
+
"updated_at"
|
|
153
|
+
]._serialized_options = b"(\001"
|
|
154
|
+
_globals["_RBACROLE"].fields_by_name["permissions"]._loaded_options = None
|
|
155
|
+
_globals["_RBACROLE"].fields_by_name["permissions"]._serialized_options = b"(\001"
|
|
156
|
+
_globals["_SSOCONNECTION"].fields_by_name["created_at"]._loaded_options = None
|
|
157
|
+
_globals["_SSOCONNECTION"].fields_by_name[
|
|
158
|
+
"created_at"
|
|
159
|
+
]._serialized_options = b"(\001"
|
|
160
|
+
_globals["_SSOCONNECTION"].fields_by_name["updated_at"]._loaded_options = None
|
|
161
|
+
_globals["_SSOCONNECTION"].fields_by_name[
|
|
162
|
+
"updated_at"
|
|
163
|
+
]._serialized_options = b"(\001"
|
|
164
|
+
_globals["_SCIMCONNECTION"].fields_by_name["created_at"]._loaded_options = None
|
|
165
|
+
_globals["_SCIMCONNECTION"].fields_by_name[
|
|
166
|
+
"created_at"
|
|
167
|
+
]._serialized_options = b"(\001"
|
|
168
|
+
_globals["_SCIMCONNECTION"].fields_by_name["updated_at"]._loaded_options = None
|
|
169
|
+
_globals["_SCIMCONNECTION"].fields_by_name[
|
|
170
|
+
"updated_at"
|
|
171
|
+
]._serialized_options = b"(\001"
|
|
172
|
+
_globals["_SCIMTOKENROTATION"].fields_by_name["expires_at"]._loaded_options = None
|
|
173
|
+
_globals["_SCIMTOKENROTATION"].fields_by_name[
|
|
174
|
+
"expires_at"
|
|
175
|
+
]._serialized_options = b"(\001"
|
|
176
|
+
_globals["_SUPPORTACCESSSESSION"].fields_by_name[
|
|
177
|
+
"started_at"
|
|
178
|
+
]._loaded_options = None
|
|
179
|
+
_globals["_SUPPORTACCESSSESSION"].fields_by_name[
|
|
180
|
+
"started_at"
|
|
181
|
+
]._serialized_options = b"(\001"
|
|
182
|
+
_globals["_SUPPORTACCESSSESSION"].fields_by_name["ended_at"]._loaded_options = None
|
|
183
|
+
_globals["_SUPPORTACCESSSESSION"].fields_by_name[
|
|
184
|
+
"ended_at"
|
|
185
|
+
]._serialized_options = b"(\001"
|
|
186
|
+
_globals["_AUTHMETHOD"]._serialized_start = 8013
|
|
187
|
+
_globals["_AUTHMETHOD"]._serialized_end = 8195
|
|
188
|
+
_globals["_DISCOVERYORGANIZATIONSTATUS"]._serialized_start = 8198
|
|
189
|
+
_globals["_DISCOVERYORGANIZATIONSTATUS"]._serialized_end = 8465
|
|
190
|
+
_globals["_MEMBERSHIPSTATUS"]._serialized_start = 8468
|
|
191
|
+
_globals["_MEMBERSHIPSTATUS"]._serialized_end = 8652
|
|
192
|
+
_globals["_ORGANIZATIONKIND"]._serialized_start = 8655
|
|
193
|
+
_globals["_ORGANIZATIONKIND"]._serialized_end = 8809
|
|
194
|
+
_globals["_SSOCONNECTIONTYPE"]._serialized_start = 8811
|
|
195
|
+
_globals["_SSOCONNECTIONTYPE"]._serialized_end = 8927
|
|
196
|
+
_globals["_SSOCONNECTIONSTATUS"]._serialized_start = 8930
|
|
197
|
+
_globals["_SSOCONNECTIONSTATUS"]._serialized_end = 9126
|
|
198
|
+
_globals["_SCIMCONNECTIONSTATUS"]._serialized_start = 9129
|
|
199
|
+
_globals["_SCIMCONNECTIONSTATUS"]._serialized_end = 9391
|
|
200
|
+
_globals["_AUTHPROVIDER"]._serialized_start = 9393
|
|
201
|
+
_globals["_AUTHPROVIDER"]._serialized_end = 9493
|
|
202
|
+
_globals["_INVITEONBOARDINGSTATUS"]._serialized_start = 9496
|
|
203
|
+
_globals["_INVITEONBOARDINGSTATUS"]._serialized_end = 9782
|
|
204
|
+
_globals["_INVITERECOVERYREASON"]._serialized_start = 9785
|
|
205
|
+
_globals["_INVITERECOVERYREASON"]._serialized_end = 10090
|
|
206
|
+
_globals["_INVITERECOVERYSTATUS"]._serialized_start = 10093
|
|
207
|
+
_globals["_INVITERECOVERYSTATUS"]._serialized_end = 10312
|
|
208
|
+
_globals["_AUTHSESSION"]._serialized_start = 113
|
|
209
|
+
_globals["_AUTHSESSION"]._serialized_end = 468
|
|
210
|
+
_globals["_AUTHUSER"]._serialized_start = 471
|
|
211
|
+
_globals["_AUTHUSER"]._serialized_end = 1057
|
|
212
|
+
_globals["_AUTHUSER_ORGANIZATIONPAGEPOSITIONSENTRY"]._serialized_start = 981
|
|
213
|
+
_globals["_AUTHUSER_ORGANIZATIONPAGEPOSITIONSENTRY"]._serialized_end = 1057
|
|
214
|
+
_globals["_AUTHORGANIZATION"]._serialized_start = 1060
|
|
215
|
+
_globals["_AUTHORGANIZATION"]._serialized_end = 1356
|
|
216
|
+
_globals["_DISCOVERYORGANIZATION"]._serialized_start = 1359
|
|
217
|
+
_globals["_DISCOVERYORGANIZATION"]._serialized_end = 1838
|
|
218
|
+
_globals["_INVITEONBOARDINGSTATE"]._serialized_start = 1841
|
|
219
|
+
_globals["_INVITEONBOARDINGSTATE"]._serialized_end = 2929
|
|
220
|
+
_globals["_USERPROFILE"]._serialized_start = 2932
|
|
221
|
+
_globals["_USERPROFILE"]._serialized_end = 3294
|
|
222
|
+
_globals["_USERORGANIZATIONPAGEPOSITION"]._serialized_start = 3296
|
|
223
|
+
_globals["_USERORGANIZATIONPAGEPOSITION"]._serialized_end = 3391
|
|
224
|
+
_globals["_USERPREFERENCES"]._serialized_start = 3394
|
|
225
|
+
_globals["_USERPREFERENCES"]._serialized_end = 3862
|
|
226
|
+
_globals["_USERPREFERENCES_ORGANIZATIONPAGEPOSITIONSENTRY"]._serialized_start = 981
|
|
227
|
+
_globals["_USERPREFERENCES_ORGANIZATIONPAGEPOSITIONSENTRY"]._serialized_end = 1057
|
|
228
|
+
_globals["_ORGANIZATIONAUTHSETTINGS"]._serialized_start = 3865
|
|
229
|
+
_globals["_ORGANIZATIONAUTHSETTINGS"]._serialized_end = 4751
|
|
230
|
+
_globals["_ORGANIZATIONMEMBER"]._serialized_start = 4754
|
|
231
|
+
_globals["_ORGANIZATIONMEMBER"]._serialized_end = 5203
|
|
232
|
+
_globals["_ORGANIZATIONTEAM"]._serialized_start = 5206
|
|
233
|
+
_globals["_ORGANIZATIONTEAM"]._serialized_end = 5580
|
|
234
|
+
_globals["_ORGANIZATIONTEAMMEMBER"]._serialized_start = 5583
|
|
235
|
+
_globals["_ORGANIZATIONTEAMMEMBER"]._serialized_end = 5842
|
|
236
|
+
_globals["_RBACPOLICYSUMMARY"]._serialized_start = 5845
|
|
237
|
+
_globals["_RBACPOLICYSUMMARY"]._serialized_end = 6047
|
|
238
|
+
_globals["_RBACRESOURCE"]._serialized_start = 6049
|
|
239
|
+
_globals["_RBACRESOURCE"]._serialized_end = 6140
|
|
240
|
+
_globals["_RBACROLE"]._serialized_start = 6143
|
|
241
|
+
_globals["_RBACROLE"]._serialized_end = 6310
|
|
242
|
+
_globals["_RBACPERMISSION"]._serialized_start = 6312
|
|
243
|
+
_globals["_RBACPERMISSION"]._serialized_end = 6387
|
|
244
|
+
_globals["_SSOCONNECTION"]._serialized_start = 6390
|
|
245
|
+
_globals["_SSOCONNECTION"]._serialized_end = 6949
|
|
246
|
+
_globals["_SCIMCONNECTION"]._serialized_start = 6952
|
|
247
|
+
_globals["_SCIMCONNECTION"]._serialized_end = 7283
|
|
248
|
+
_globals["_SCIMTOKENROTATION"]._serialized_start = 7286
|
|
249
|
+
_globals["_SCIMTOKENROTATION"]._serialized_end = 7465
|
|
250
|
+
_globals["_SCIMGROUPMAPPING"]._serialized_start = 7468
|
|
251
|
+
_globals["_SCIMGROUPMAPPING"]._serialized_end = 7690
|
|
252
|
+
_globals["_SUPPORTACCESSSESSION"]._serialized_start = 7693
|
|
253
|
+
_globals["_SUPPORTACCESSSESSION"]._serialized_end = 8010
|
|
254
|
+
# @@protoc_insertion_point(module_scope)
|
|
@@ -19,6 +19,11 @@ if sys.version_info >= (3, 11):
|
|
|
19
19
|
else:
|
|
20
20
|
from typing_extensions import TypeAlias as _TypeAlias, Never as _Never
|
|
21
21
|
|
|
22
|
+
if sys.version_info >= (3, 13):
|
|
23
|
+
from warnings import deprecated as _deprecated
|
|
24
|
+
else:
|
|
25
|
+
from typing_extensions import deprecated as _deprecated
|
|
26
|
+
|
|
22
27
|
DESCRIPTOR: _descriptor.FileDescriptor
|
|
23
28
|
|
|
24
29
|
class _AuthMethod:
|
|
@@ -512,7 +517,20 @@ class AuthOrganization(_message.Message):
|
|
|
512
517
|
slug: _builtins.str
|
|
513
518
|
name: _builtins.str
|
|
514
519
|
kind: Global___OrganizationKind.ValueType
|
|
515
|
-
|
|
520
|
+
@_builtins.property
|
|
521
|
+
@_deprecated(
|
|
522
|
+
"""This field has been marked as deprecated using proto field options."""
|
|
523
|
+
)
|
|
524
|
+
def stytch_organization_id(self) -> _builtins.str:
|
|
525
|
+
"""Deprecated: provider identifiers are backend-only; use id."""
|
|
526
|
+
|
|
527
|
+
@stytch_organization_id.setter
|
|
528
|
+
@_deprecated(
|
|
529
|
+
"""This field has been marked as deprecated using proto field options."""
|
|
530
|
+
)
|
|
531
|
+
def stytch_organization_id(self, value: _builtins.str) -> None:
|
|
532
|
+
"""Deprecated: provider identifiers are backend-only; use id."""
|
|
533
|
+
|
|
516
534
|
membership_status: Global___MembershipStatus.ValueType
|
|
517
535
|
@_builtins.property
|
|
518
536
|
def role_ids(self) -> _containers.RepeatedScalarFieldContainer[_builtins.str]: ...
|
|
@@ -581,8 +599,34 @@ class DiscoveryOrganization(_message.Message):
|
|
|
581
599
|
organization_id: _builtins.str
|
|
582
600
|
organization_slug: _builtins.str
|
|
583
601
|
organization_name: _builtins.str
|
|
584
|
-
|
|
585
|
-
|
|
602
|
+
@_builtins.property
|
|
603
|
+
@_deprecated(
|
|
604
|
+
"""This field has been marked as deprecated using proto field options."""
|
|
605
|
+
)
|
|
606
|
+
def stytch_organization_id(self) -> _builtins.str:
|
|
607
|
+
"""Deprecated: provider identifiers are backend-only; use organization_id."""
|
|
608
|
+
|
|
609
|
+
@stytch_organization_id.setter
|
|
610
|
+
@_deprecated(
|
|
611
|
+
"""This field has been marked as deprecated using proto field options."""
|
|
612
|
+
)
|
|
613
|
+
def stytch_organization_id(self, value: _builtins.str) -> None:
|
|
614
|
+
"""Deprecated: provider identifiers are backend-only; use organization_id."""
|
|
615
|
+
|
|
616
|
+
@_builtins.property
|
|
617
|
+
@_deprecated(
|
|
618
|
+
"""This field has been marked as deprecated using proto field options."""
|
|
619
|
+
)
|
|
620
|
+
def stytch_organization_slug(self) -> _builtins.str:
|
|
621
|
+
"""Deprecated: provider identifiers are backend-only; use organization_slug."""
|
|
622
|
+
|
|
623
|
+
@stytch_organization_slug.setter
|
|
624
|
+
@_deprecated(
|
|
625
|
+
"""This field has been marked as deprecated using proto field options."""
|
|
626
|
+
)
|
|
627
|
+
def stytch_organization_slug(self, value: _builtins.str) -> None:
|
|
628
|
+
"""Deprecated: provider identifiers are backend-only; use organization_slug."""
|
|
629
|
+
|
|
586
630
|
organization_kind: Global___OrganizationKind.ValueType
|
|
587
631
|
status: Global___DiscoveryOrganizationStatus.ValueType
|
|
588
632
|
@_builtins.property
|
|
@@ -678,8 +722,34 @@ class InviteOnboardingState(_message.Message):
|
|
|
678
722
|
organization_slug: _builtins.str
|
|
679
723
|
organization_name: _builtins.str
|
|
680
724
|
organization_kind: Global___OrganizationKind.ValueType
|
|
681
|
-
|
|
682
|
-
|
|
725
|
+
@_builtins.property
|
|
726
|
+
@_deprecated(
|
|
727
|
+
"""This field has been marked as deprecated using proto field options."""
|
|
728
|
+
)
|
|
729
|
+
def stytch_organization_id(self) -> _builtins.str:
|
|
730
|
+
"""Deprecated: provider identifiers are backend-only; use organization_id."""
|
|
731
|
+
|
|
732
|
+
@stytch_organization_id.setter
|
|
733
|
+
@_deprecated(
|
|
734
|
+
"""This field has been marked as deprecated using proto field options."""
|
|
735
|
+
)
|
|
736
|
+
def stytch_organization_id(self, value: _builtins.str) -> None:
|
|
737
|
+
"""Deprecated: provider identifiers are backend-only; use organization_id."""
|
|
738
|
+
|
|
739
|
+
@_builtins.property
|
|
740
|
+
@_deprecated(
|
|
741
|
+
"""This field has been marked as deprecated using proto field options."""
|
|
742
|
+
)
|
|
743
|
+
def stytch_member_id(self) -> _builtins.str:
|
|
744
|
+
"""Deprecated: provider identifiers are backend-only; use invite_session_id."""
|
|
745
|
+
|
|
746
|
+
@stytch_member_id.setter
|
|
747
|
+
@_deprecated(
|
|
748
|
+
"""This field has been marked as deprecated using proto field options."""
|
|
749
|
+
)
|
|
750
|
+
def stytch_member_id(self, value: _builtins.str) -> None:
|
|
751
|
+
"""Deprecated: provider identifiers are backend-only; use invite_session_id."""
|
|
752
|
+
|
|
683
753
|
email: _builtins.str
|
|
684
754
|
display_name: _builtins.str
|
|
685
755
|
password_allowed: _builtins.bool
|
|
@@ -1031,8 +1101,34 @@ class OrganizationAuthSettings(_message.Message):
|
|
|
1031
1101
|
AUTH_POLICY_SUMMARY_FIELD_NUMBER: _builtins.int
|
|
1032
1102
|
organization_id: _builtins.str
|
|
1033
1103
|
organization_slug: _builtins.str
|
|
1034
|
-
|
|
1035
|
-
|
|
1104
|
+
@_builtins.property
|
|
1105
|
+
@_deprecated(
|
|
1106
|
+
"""This field has been marked as deprecated using proto field options."""
|
|
1107
|
+
)
|
|
1108
|
+
def stytch_organization_id(self) -> _builtins.str:
|
|
1109
|
+
"""Deprecated: provider identifiers are backend-only; use organization_id."""
|
|
1110
|
+
|
|
1111
|
+
@stytch_organization_id.setter
|
|
1112
|
+
@_deprecated(
|
|
1113
|
+
"""This field has been marked as deprecated using proto field options."""
|
|
1114
|
+
)
|
|
1115
|
+
def stytch_organization_id(self, value: _builtins.str) -> None:
|
|
1116
|
+
"""Deprecated: provider identifiers are backend-only; use organization_id."""
|
|
1117
|
+
|
|
1118
|
+
@_builtins.property
|
|
1119
|
+
@_deprecated(
|
|
1120
|
+
"""This field has been marked as deprecated using proto field options."""
|
|
1121
|
+
)
|
|
1122
|
+
def stytch_organization_slug(self) -> _builtins.str:
|
|
1123
|
+
"""Deprecated: provider identifiers are backend-only; use organization_slug."""
|
|
1124
|
+
|
|
1125
|
+
@stytch_organization_slug.setter
|
|
1126
|
+
@_deprecated(
|
|
1127
|
+
"""This field has been marked as deprecated using proto field options."""
|
|
1128
|
+
)
|
|
1129
|
+
def stytch_organization_slug(self, value: _builtins.str) -> None:
|
|
1130
|
+
"""Deprecated: provider identifiers are backend-only; use organization_slug."""
|
|
1131
|
+
|
|
1036
1132
|
organization_kind: Global___OrganizationKind.ValueType
|
|
1037
1133
|
jit_provisioning_enabled: _builtins.bool
|
|
1038
1134
|
password_auth_enabled: _builtins.bool
|
|
@@ -1157,9 +1253,24 @@ class OrganizationMember(_message.Message):
|
|
|
1157
1253
|
CREATED_AT_FIELD_NUMBER: _builtins.int
|
|
1158
1254
|
UPDATED_AT_FIELD_NUMBER: _builtins.int
|
|
1159
1255
|
id: _builtins.str
|
|
1256
|
+
"""Weave organization_memberships.id."""
|
|
1160
1257
|
user_id: _builtins.str
|
|
1258
|
+
"""Weave users.id."""
|
|
1161
1259
|
organization_id: _builtins.str
|
|
1162
|
-
|
|
1260
|
+
@_builtins.property
|
|
1261
|
+
@_deprecated(
|
|
1262
|
+
"""This field has been marked as deprecated using proto field options."""
|
|
1263
|
+
)
|
|
1264
|
+
def stytch_member_id(self) -> _builtins.str:
|
|
1265
|
+
"""Deprecated: provider identifiers are backend-only; use id."""
|
|
1266
|
+
|
|
1267
|
+
@stytch_member_id.setter
|
|
1268
|
+
@_deprecated(
|
|
1269
|
+
"""This field has been marked as deprecated using proto field options."""
|
|
1270
|
+
)
|
|
1271
|
+
def stytch_member_id(self, value: _builtins.str) -> None:
|
|
1272
|
+
"""Deprecated: provider identifiers are backend-only; use id."""
|
|
1273
|
+
|
|
1163
1274
|
email: _builtins.str
|
|
1164
1275
|
display_name: _builtins.str
|
|
1165
1276
|
avatar_url: _builtins.str
|