diff --git a/authorization_message.proto b/authorization_message.proto index 8b57c29..cd697ba 100644 --- a/authorization_message.proto +++ b/authorization_message.proto @@ -75,6 +75,7 @@ message CheckIAMReq { message InternalIAM { User user = 1; IdentityBasic identity = 2; + optional Company company = 3; } message IdReqWithIAM { int64 id = 1;