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; }