We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d7c29b2 commit e9994dbCopy full SHA for e9994db
rbac/ce/lib/internal_api/rbac.pb.ex
@@ -5,6 +5,7 @@ defmodule InternalApi.RBAC.SubjectType do
5
6
field(:USER, 0)
7
field(:GROUP, 1)
8
+ field(:SERVICE_ACCOUNT, 2)
9
end
10
11
defmodule InternalApi.RBAC.Scope do
rbac/ce/lib/internal_api/user.pb.ex
@@ -56,6 +56,7 @@ defmodule InternalApi.User.User.CreationSource do
56
57
field(:NOT_SET, 0)
58
field(:OKTA, 1)
59
60
61
62
defmodule InternalApi.User.ListFavoritesRequest do
0 commit comments