Skip to content

Commit

Permalink
feat: add trusted_account_id field at project, project_group, workspa…
Browse files Browse the repository at this point in the history
…ce info

Signed-off-by: ImMin5 <[email protected]>
  • Loading branch information
ImMin5 committed Apr 4, 2024
1 parent d242f21 commit ed4215f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions proto/spaceone/api/identity/v2/project.proto
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,7 @@ message ProjectInfo {
string domain_id = 21;
string workspace_id = 22;
string project_group_id = 23;
string trusted_account_id = 24;
string created_at = 31;
string last_synced_at = 32;
}
Expand Down
1 change: 1 addition & 0 deletions proto/spaceone/api/identity/v2/project_group.proto
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@ message ProjectGroupInfo {
string domain_id = 21;
string workspace_id = 22;
string parent_group_id = 23;
string trusted_account_id = 24;
string created_at = 31;
string last_synced_at = 32;
}
Expand Down
1 change: 1 addition & 0 deletions proto/spaceone/api/identity/v2/workspace.proto
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@ message WorkspaceInfo {
string reference_id = 6;
bool is_managed = 7;
string domain_id = 21;
string trusted_account_id = 22;
string created_at = 31;
string last_synced_at = 32;
}
Expand Down

0 comments on commit ed4215f

Please sign in to comment.