FAQ | This is a LIVE service | Changelog

Skip to content
Snippets Groups Projects

Synchronise Lookup groups.

Merged Dean Rasheed requested to merge issue-10-synchronise-lookup-groups into master
1 unresolved thread
Files
7
+ 5
0
@@ -3,6 +3,7 @@ Google Domain management.
"""
import dataclasses
import typing
from .config import ConfigurationDataclassMixin
@@ -20,3 +21,7 @@ class Configuration(ConfigurationDataclassMixin):
# style name. E.g. "super-admin@example.com". The service account credentials specified in the
# google_api.auth section are used to perform admin actions as this user.
admin_user: str
# Secondary domain or domain alias for groups. If None, the value of "name" is used.
# Default: None
groups_domain: typing.Union[str, None] = None
Loading