Skip to content

Commit

Permalink
Merge pull request #295 from ImMin5/master
Browse files Browse the repository at this point in the history
Add role_name field at MyWorkspaceInfo
  • Loading branch information
ImMin5 authored Apr 3, 2024
2 parents 292e21e + d242f21 commit 81be742
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions proto/spaceone/api/identity/v2/user_profile.proto
Original file line number Diff line number Diff line change
Expand Up @@ -161,11 +161,12 @@ message MyWorkspaceInfo {
string workspace_id = 1;
string name = 2;
State state = 3;
RoleType role_type = 4;
google.protobuf.Struct tags = 5;
string created_by = 6;
string reference_id = 7;
bool is_managed = 8;
string role_name = 4;
RoleType role_type = 5;
google.protobuf.Struct tags = 6;
string created_by = 7;
string reference_id = 8;
bool is_managed = 9;
string domain_id = 21;
string role_id = 22;
string created_at = 31;
Expand Down

0 comments on commit 81be742

Please sign in to comment.