associate Account and Identity by accountId (#3754)

This commit is contained in:
LHHDZ
2022-09-29 04:25:59 +08:00
committed by GitHub
parent aacdcc4cad
commit e00a12b099
3 changed files with 36 additions and 21 deletions

View File

@@ -22,6 +22,7 @@ message Identity {
string name = 1;
repeated Credential credentials = 2;
repeated string actions = 3;
string accountId = 4;
}
message Credential {