mirror of
https://github.com/GAM-team/GAM.git
synced 2026-07-03 20:31:35 +00:00
Two updates (#1504)
This commit is contained in:
@@ -180,7 +180,7 @@ def create_access_level():
|
|||||||
ap_name = get_access_policy(caa)
|
ap_name = get_access_policy(caa)
|
||||||
title = sys.argv[3].replace(' ', '_')
|
title = sys.argv[3].replace(' ', '_')
|
||||||
allowed_title_chars = string.ascii_letters + string.digits + '_'
|
allowed_title_chars = string.ascii_letters + string.digits + '_'
|
||||||
name = ''.join([c for c in title if c in allowed_title_chars])[:49]
|
name = ''.join([c for c in title if c in allowed_title_chars])[:50]
|
||||||
name = f'{ap_name}/accessLevels/{name}'
|
name = f'{ap_name}/accessLevels/{name}'
|
||||||
body = {
|
body = {
|
||||||
'name': name,
|
'name': name,
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
[metadata]
|
[metadata]
|
||||||
name = GAM for Google Workspace
|
name = GAM for Google Workspace
|
||||||
version = 6.0.18
|
version = 6.0.20
|
||||||
description = Command line management for Google Workspaces
|
description = Command line management for Google Workspaces
|
||||||
long_description = file: readme.md
|
long_description = file: readme.md
|
||||||
long_description_content_type = text/markdown
|
long_description_content_type = text/markdown
|
||||||
|
|||||||
Reference in New Issue
Block a user