From 5d979ef7a1d1b59d6d9757ce421f44b55e5bc8c5 Mon Sep 17 00:00:00 2001 From: ImMin5 Date: Thu, 28 Mar 2024 23:26:37 +0900 Subject: [PATCH] feat: modify location str -> dict of list at AccountCollector response Signed-off-by: ImMin5 --- proto/spaceone/api/identity/plugin/account_collector.proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/proto/spaceone/api/identity/plugin/account_collector.proto b/proto/spaceone/api/identity/plugin/account_collector.proto index 8cff9232e..68ada9112 100644 --- a/proto/spaceone/api/identity/plugin/account_collector.proto +++ b/proto/spaceone/api/identity/plugin/account_collector.proto @@ -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 {