mirror of
https://github.com/bitwarden/directory-connector
synced 2025-12-05 23:53:21 +00:00
G Suite with a space
This commit is contained in:
@@ -387,7 +387,7 @@ namespace Bit.Console
|
||||
|
||||
Con.WriteLine("1. Active Directory");
|
||||
Con.WriteLine("2. Azure Active Directory ");
|
||||
Con.WriteLine("3. GSuite Directory");
|
||||
Con.WriteLine("3. G Suite Directory");
|
||||
Con.WriteLine("4. Other LDAP Directory");
|
||||
|
||||
string currentType;
|
||||
|
||||
@@ -45,14 +45,14 @@ namespace Bit.Core.Models
|
||||
* - Read more at http://bit.ly/2q3FOOD
|
||||
* - ex. "startswith(displayName,'J')"
|
||||
*
|
||||
* 3. GSuite
|
||||
* 3. G Suite
|
||||
* - Group Filter
|
||||
* - Custom filtering syntax that allows you to exclude or include a comma separated list of group names.
|
||||
* - ex. "include:Group A,Sales People,My Other Group"
|
||||
* or "exclude:Group C,Developers,Some Other Group"
|
||||
* - User Filter
|
||||
* - Custom filtering syntax that allows you to exclude or include a comma separated list of group names.
|
||||
* - Allows you to concatenate a GSuite Admin API user search query to the end of the filter after delimiting
|
||||
* - Allows you to concatenate a G Suite Admin API user search query to the end of the filter after delimiting
|
||||
* the include/exclude filter with a pipe (|).
|
||||
* - Read more at http://bit.ly/2rlTskX
|
||||
* - ex.
|
||||
|
||||
Reference in New Issue
Block a user