Skip to content

Commit a350cd5

Browse files
authored
Update functional.py
1 parent 267e382 commit a350cd5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

umapi_client/functional.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,11 @@ class IdentityTypes(Enum):
3333

3434

3535
class GroupTypes(Enum):
36-
group = 1
3736
# product use is deprecated!
37+
product = 1
3838
usergroup = 2
3939
productConfiguration = 3
40+
group = 4
4041

4142

4243
class RoleTypes(Enum):

0 commit comments

Comments
 (0)