Skip to content

Commit

Permalink
feat: add virtual field at DataSourceAccount
Browse files Browse the repository at this point in the history
Signed-off-by: ImMin5 <[email protected]>
  • Loading branch information
ImMin5 committed Apr 22, 2024
1 parent b4d23f9 commit fde6365
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions proto/spaceone/api/cost_analysis/v1/cost.proto
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,7 @@ message CostInfo {
string project_id = 23;
string service_account_id = 24;
string data_source_id = 25;
string account_id = 26;


string billed_year = 31;
Expand Down
4 changes: 4 additions & 0 deletions proto/spaceone/api/cost_analysis/v1/data_source_account.proto
Original file line number Diff line number Diff line change
Expand Up @@ -96,8 +96,12 @@ message DataSourceAccountInfo {
string workspace_id = 22;
string project_id = 23;
string service_account_id = 24;
string v_workspace_id = 25;
string v_project_id = 26;
string v_service_account_id = 27;
string created_at = 31;
string updated_at = 32;
string last_synced_at = 33;
}

message DataSourceAccountsInfo {
Expand Down

0 comments on commit fde6365

Please sign in to comment.