Skip to content

Commit

Permalink
add customer_id in AuthenticatedUser
Browse files Browse the repository at this point in the history
  • Loading branch information
donch1989 committed Feb 6, 2024
1 parent 5f810cf commit 2fa54b5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions core/mgmt/v1beta/mgmt.proto
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 2fa54b5

Please sign in to comment.