Skip to content

Commit

Permalink
feat: modify location str -> dict of list at AccountCollector response
Browse files Browse the repository at this point in the history
Signed-off-by: ImMin5 <[email protected]>
  • Loading branch information
ImMin5 committed Mar 28, 2024
1 parent 4e930a2 commit 5d979ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion proto/spaceone/api/identity/plugin/account_collector.proto
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ message AccountInfo {
string secret_schema_id = 3;
google.protobuf.Struct secret_data = 4;
google.protobuf.Struct tags = 5;
repeated string location = 6;
repeated google.protobuf.Struct location = 6;
}

message AccountsInfo {
Expand Down

0 comments on commit 5d979ef

Please sign in to comment.