diff options
Diffstat (limited to 'weed/pb/iam.proto')
| -rw-r--r-- | weed/pb/iam.proto | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/weed/pb/iam.proto b/weed/pb/iam.proto index 1703f2c2b..1a6027292 100644 --- a/weed/pb/iam.proto +++ b/weed/pb/iam.proto @@ -22,6 +22,7 @@ message Identity { string name = 1; repeated Credential credentials = 2; repeated string actions = 3; + string accountId = 4; } message Credential { |
