File tree Expand file tree Collapse file tree 3 files changed +3
-0
lines changed Expand file tree Collapse file tree 3 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -67,6 +67,7 @@ defmodule InternalApi.Audit.Event.Resource do
67
67
field ( :Okta , 17 )
68
68
field ( :FlakyTests , 18 )
69
69
field ( :RBACRole , 19 )
70
+ field ( :ServiceAccount , 20 )
70
71
end
71
72
72
73
defmodule InternalApi.Audit.Event.Operation do
Original file line number Diff line number Diff line change @@ -5,6 +5,7 @@ defmodule InternalApi.RBAC.SubjectType do
5
5
6
6
field ( :USER , 0 )
7
7
field ( :GROUP , 1 )
8
+ field ( :SERVICE_ACCOUNT , 2 )
8
9
end
9
10
10
11
defmodule InternalApi.RBAC.Scope do
Original file line number Diff line number Diff line change @@ -56,6 +56,7 @@ defmodule InternalApi.User.User.CreationSource do
56
56
57
57
field ( :NOT_SET , 0 )
58
58
field ( :OKTA , 1 )
59
+ field ( :SERVICE_ACCOUNT , 2 )
59
60
end
60
61
61
62
defmodule InternalApi.User.ListFavoritesRequest do
You can’t perform that action at this time.
0 commit comments