Skip to content

Commit

Permalink
address review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
anekkanti committed Jun 4, 2024
1 parent 5903fce commit 1da9107
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions temporal/api/cloud/identity/v1/message.proto
Original file line number Diff line number Diff line change
Expand Up @@ -81,13 +81,8 @@ message UserGroupSpec {
string display_name = 1;
// The access assigned to the group.
Access access = 2;
// The type of the group.
// Currently, the only supported type is 'google-group'.
// The type is immutable. Once set during creation, it cannot be changed.
string type = 3;
// The specification of the google group.
// This field is required when the group type is 'google-group'.
GoogleGroupSpec google_group = 4;
// The specification of the google group that this group is associated with.
GoogleGroupSpec google_group = 3;
}

message UserGroup {
Expand Down

0 comments on commit 1da9107

Please sign in to comment.