You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -154,15 +154,15 @@ Flags:
154
154
-e, --endpoint string AWS SSO SCIM API Endpoint
155
155
-u, --google-admin string Google Workspace admin user email
156
156
-c, --google-credentials string path to Google Workspace credentials file (default "credentials.json")
157
-
-g, --group-match string Google Workspace Groups filter query parameter, a simple '*' denotes sync all groups (and any users that are members of those groups). example: 'name:Admin*,email:aws-*', 'name=Admins' or '*' see: https://developers.google.com/admin-sdk/directory/v1/guides/search-groups
157
+
-g, --group-match string Google Workspace Groups filter query parameter, a simple '*' denotes sync all groups (and any users that are members of those groups). example: 'name:Admin*,email:aws-*', 'name=Admins' or '*' see: https://developers.google.com/admin-sdk/directory/v1/guides/search-groups, if left empty no groups will be selected.
158
158
-h, --help helpfor ssosync
159
159
--ignore-groups strings ignores these Google Workspace groups
160
160
--ignore-users strings ignores these Google Workspace users
161
161
--include-groups strings include only these Google Workspace groups, NOTE: only works when --sync-method 'users_groups'
162
162
--log-format string log format (default "text")
163
163
--log-level string log level (default "info")
164
164
-s, --sync-method string Sync method to use (users_groups|groups) (default "groups")
165
-
-m, --user-match string Google Workspace Users filter query parameter, a simple '*' denotes sync all users in the directory. example: 'name:John*,email:admin*', '*' or name=John Doe,email:admin*' see: https://developers.google.com/admin-sdk/directory/v1/guides/search-users
165
+
-m, --user-match string Google Workspace Users filter query parameter, a simple '*' denotes sync all users in the directory. example: 'name:John*,email:admin*', '*' or name=John Doe,email:admin*' see: https://developers.google.com/admin-sdk/directory/v1/guides/search-users, if left empty no users will be selected but if a pattern has been set for GroupMatch users that are members of the groups it matches will still be selected
166
166
-v, --version version for ssosync
167
167
-r, --region AWS region where identity store exists
Copy file name to clipboardexpand all lines: template.yaml
+2-2
Original file line number
Diff line number
Diff line change
@@ -175,14 +175,14 @@ Parameters:
175
175
GoogleUserMatch:
176
176
Type: String
177
177
Description: |
178
-
[optional] Google Workspace user filter query parameter, example: 'name:John*email:admin*', see: https://developers.google.com/admin-sdk/directory/v1/guides/search-users, if left empty all users will be selected.
178
+
[optional] Google Workspace Users filter query parameter, a simple '*' denotes sync all users in the directory. example: 'name:John*,email:admin*', '*' or name=John Doe,email:admin*' see: https://developers.google.com/admin-sdk/directory/v1/guides/search-users, if left empty no users will be selected but if a pattern has been set for GroupMatch users that are members of the groups it matches will still be selected.
[optional] Google Workspace group filter query parameter, example: 'name:Admin*email:aws-*', see: https://developers.google.com/admin-sdk/directory/v1/guides/search-groups, if left empty all groups and their members will be selected.
185
+
[optional] Google Workspace Groups filter query parameter, a simple '*' denotes sync all groups (and any users that are members of those groups). example: 'name:Admin*,email:aws-*', 'name=Admins' or '*' see: https://developers.google.com/admin-sdk/directory/v1/guides/search-groups, if left empty no groups will be selected.
0 commit comments