Skip to content

Commit

Permalink
consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
codemonkeycxy committed Apr 17, 2024
1 parent 1c7fa20 commit 0ceb782
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions temporal/api/cloud/identity/v1/message.proto
Original file line number Diff line number Diff line change
Expand Up @@ -71,11 +71,11 @@ message User {
}

message UserGroupSpec {
// The name of the group as defined in the customer's IdP (e.g. Google group name in Google Workspace).
// The name is immutable. Once set, it cannot be changed.
// The name of the group as defined in the customer's IdP (e.g. Google group name in Google Workspace)
// The name is immutable. Once set, it cannot be changed
string name = 1;
// The type of the group. e.g. "googleworkspace"
// This field is immutable. Once set, it cannot be changed.
// This field is immutable. Once set, it cannot be changed
string type = 2;
// The access assigned to the group
temporal.api.cloud.identity.v1.Access access = 3;
Expand Down

0 comments on commit 0ceb782

Please sign in to comment.