diff --git a/src/GamCommands.txt b/src/GamCommands.txt index e7da854b..755b2fa4 100644 --- a/src/GamCommands.txt +++ b/src/GamCommands.txt @@ -1548,6 +1548,22 @@ gam print group-members|groups-members [todrive] [roles ] [membernames] [fields ] [includederivedmembership] +gam create inboundssoprofile name entityid loginurl logouturl changepasswordurl +gam update inboundssoprofile [entityid ] [loginurl ] [logouturl ] [changepasswordurl ] +gam info inboundssoprofile +gam delete inboundssoprofile +gam print inboundssoprofiles + +gam create inboundssocredentials profile (pemfile )|(generatekey [keysize 1024|2048|4096]) [replaceolddest] +gam delete inboundssocredentials +gam print inboundssocredentials [profile|profiles ] + +gam create inboundssoassignment (group rank )|(ou|org|orgunit ) + (mode sso_off)|(mode saml_sso profile )(mode domain_wide_saml_if_enabled) [neverredirect] +gam update inboundssoassignment [(group rank )|(ou|org|orgunit )] + [(mode sso_off)|(mode saml_sso profile )(mode domain_wide_saml_if_enabled)] [neverredirect] +gam print inboundssoassignments + gam send userinvitation gam cancel userinvitation gam check userinvitation|isinvitable diff --git a/src/gam/gapi/cloudidentity/inboundsso.py b/src/gam/gapi/cloudidentity/inboundsso.py index 9a307dfc..3894c0bb 100644 --- a/src/gam/gapi/cloudidentity/inboundsso.py +++ b/src/gam/gapi/cloudidentity/inboundsso.py @@ -323,7 +323,7 @@ def parse_assignment(body, i, ci): ci, group) i += 2 - elif myarg in ['ou', 'orgunit']: + elif myarg in ['ou', 'org', 'orgunit']: body['targetOrgUnit'] = get_orgunit_id(sys.argv[i+1]) i += 2 else: