From 65d56353c54b57bee786247e9b5dd647724fe8f0 Mon Sep 17 00:00:00 2001 From: Simon Mayer <49491825+simcod@users.noreply.github.com> Date: Tue, 29 Oct 2024 10:08:46 +0100 Subject: [PATCH] Update proto/v1/tenant.proto Co-authored-by: Gerrit --- proto/v1/tenant.proto | 1 + 1 file changed, 1 insertion(+) diff --git a/proto/v1/tenant.proto b/proto/v1/tenant.proto index 8aef2f7..24c70d8 100644 --- a/proto/v1/tenant.proto +++ b/proto/v1/tenant.proto @@ -59,6 +59,7 @@ message TenantWithMembershipAnnotations { Tenant tenant = 1; map project_annotations = 2; map tenant_annotations = 3; + // ProjectIDs contains all project IDs of this tenant for which an explicit project membership exists repeated string project_ids = 4; }