Inbound SSO documentation; org is synonym for ou and orgunit (#1576)

Are `gam info inboundssoassignment` and `gam delete inboundssoassignment` coming?

Is `gam info inboundssocredentials` coming?
This commit is contained in:
Ross Scroggs
2022-11-15 04:07:04 -08:00
committed by GitHub
parent b670a4cee6
commit 9820a3d81e
2 changed files with 17 additions and 1 deletions

View File

@@ -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: