Skip to content

Commit

Permalink
Merge pull request #421 from yjinjo/master
Browse files Browse the repository at this point in the history
Add workspace_count field to workspace_group
  • Loading branch information
yjinjo authored Sep 10, 2024
2 parents 36d471f + 61f3793 commit 6483684
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions proto/spaceone/api/identity/v2/workspace_group.proto
Original file line number Diff line number Diff line change
Expand Up @@ -119,10 +119,11 @@ message WorkspaceGroupRequest {
message WorkspaceGroupInfo {
string workspace_group_id = 1;
string name = 2;
repeated UserWorkspaceGroup users = 3;
google.protobuf.Struct tags = 4;
string created_by = 5;
string updated_by = 6;
int32 workspace_count = 3;
repeated UserWorkspaceGroup users = 4;
google.protobuf.Struct tags = 5;
string created_by = 6;
string updated_by = 7;
string domain_id = 21;
string created_at = 31;
string updated_at = 32;
Expand Down

0 comments on commit 6483684

Please sign in to comment.