Skip to content

Commit

Permalink
create cigroup now supports security label
Browse files Browse the repository at this point in the history
  • Loading branch information
jay0lee committed Feb 3, 2025
1 parent c8108da commit b04ba4b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/gam/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -31731,6 +31731,8 @@ def doCreateGroup(ciGroupsAPI=False):
'query': getString(Cmd.OB_QUERY)})
elif ciGroupsAPI and myarg == 'makeowner':
initialGroupConfig = 'WITH_INITIAL_OWNER'
elif ciGroupsAPI and myarg == 'security':
body['labels'][CIGROUP_SECURITY_LABEL] = ''
elif myarg == 'verifynotinvitable':
verifyNotInvitable = True
else:
Expand Down Expand Up @@ -34609,6 +34611,7 @@ def doPrintShowGroupTree():

# gam create cigroup <EmailAddress> [copyfrom <GroupItem>] <GroupAttribute>
# [makeowner] [alias|aliases <CIGroupAliasList>] [dynamic <QueryDynamicGroup>]
# [security]
def doCreateCIGroup():
doCreateGroup(ciGroupsAPI=True)

Expand Down

0 comments on commit b04ba4b

Please sign in to comment.