Skip to content

Commit f6bbaf7

Browse files
committed
Update template.yaml
Added Empty string Default values.
1 parent fc9b6f4 commit f6bbaf7

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

template.yaml

+4
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,7 @@ Parameters:
119119
Type: String
120120
Description: |
121121
Google Workspace user filter query parameter, example: 'name:John* email:admin*', see: https://developers.google.com/admin-sdk/directory/v1/guides/search-users
122+
Default: ""
122123
AllowedPattern: '(?!.*\s)|(name|Name|NAME)(:([a-zA-Z0-9]{1,64})(\*))|(name|Name|NAME)(=([a-zA-Z0-9 ]{1,64}))|(email|Email|EMAIL)(:([a-zA-Z0-9.-_]{1,64})(\*))|(email|Email|EMAIL)(=([a-zA-Z0-9.-_]{1,64})@([a-zA-Z0-9.-]{5,260}))'
123124
GoogleGroupMatch:
124125
Type: String
@@ -130,16 +131,19 @@ Parameters:
130131
Type: String
131132
Description: |
132133
Ignore these Google Workspace groups, leave empty if not required
134+
Default: ""
133135
AllowedPattern: '(?!.*\s)|([0-9a-zA-Z-= _]*)(,[0-9a-zA-Z-=@. _]*)*'
134136
IgnoreUsers:
135137
Type: String
136138
Description: |
137139
Ignore these Google Workspace users, leave empty if not required
140+
Default: ""
138141
AllowedPattern: '(?!.*\s)|([0-9a-zA-Z-= _]*)(,[0-9a-zA-Z-=@. _]*)*'
139142
IncludeGroups:
140143
Type: String
141144
Description: |
142145
Include only these Google Workspace groups, leave empty if not required. (Only applicable for SyncMethod user_groups)
146+
Default: ""
143147
AllowedPattern: '(?!.*\s)|([0-9a-zA-Z-= _]*)(,[0-9a-zA-Z-=@. _]*)*'
144148
SyncMethod:
145149
Type: String

0 commit comments

Comments
 (0)