mirror of
https://github.com/GAM-team/GAM.git
synced 2025-07-06 20:53:35 +00:00
Correct namespace capitalization (#1631)
This commit is contained in:
@ -70,7 +70,7 @@ def printshow_policies():
|
|||||||
body['policyTargetKey']['additionalTargetKeys'] = {'app_id': app_id}
|
body['policyTargetKey']['additionalTargetKeys'] = {'app_id': app_id}
|
||||||
if not namespaces:
|
if not namespaces:
|
||||||
namespaces = ['chrome.users.apps',
|
namespaces = ['chrome.users.apps',
|
||||||
'chrome.devices.managedGuest.apps',
|
'chrome.devices.managedguest.apps',
|
||||||
'chrome.devices.kiosk.apps']
|
'chrome.devices.kiosk.apps']
|
||||||
elif not namespaces:
|
elif not namespaces:
|
||||||
namespaces = [
|
namespaces = [
|
||||||
@ -78,7 +78,7 @@ def printshow_policies():
|
|||||||
'chrome.users.apps',
|
'chrome.users.apps',
|
||||||
'chrome.devices',
|
'chrome.devices',
|
||||||
'chrome.devices.kiosk',
|
'chrome.devices.kiosk',
|
||||||
'chrome.devices.managedGuest',
|
'chrome.devices.managedguest',
|
||||||
]
|
]
|
||||||
throw_reasons = [gapi_errors.ErrorReason.FOUR_O_O,]
|
throw_reasons = [gapi_errors.ErrorReason.FOUR_O_O,]
|
||||||
orgunitPath = gapi_directory_orgunits.orgunit_from_orgunitid(orgunit[9:], None)
|
orgunitPath = gapi_directory_orgunits.orgunit_from_orgunitid(orgunit[9:], None)
|
||||||
|
Reference in New Issue
Block a user