From 2fa54b5537d5f2e98476284abcfadfcd2eaa402d Mon Sep 17 00:00:00 2001 From: "Chang, Hui-Tang" Date: Tue, 6 Feb 2024 20:28:48 +0800 Subject: [PATCH] add customer_id in AuthenticatedUser --- core/mgmt/v1beta/mgmt.proto | 2 ++ 1 file changed, 2 insertions(+) diff --git a/core/mgmt/v1beta/mgmt.proto b/core/mgmt/v1beta/mgmt.proto index 6a3542ca..329f3af2 100644 --- a/core/mgmt/v1beta/mgmt.proto +++ b/core/mgmt/v1beta/mgmt.proto @@ -138,6 +138,8 @@ message AuthenticatedUser { google.protobuf.Timestamp update_time = 6 [(google.api.field_behavior) = OUTPUT_ONLY]; // Email. string email = 7 [(google.api.field_behavior) = REQUIRED]; + // Stripe customer ID. This field is used in Instill Cloud. + string customer_id = 8 [(google.api.field_behavior) = OUTPUT_ONLY]; // Role. // // It must be one of the following allowed roles: