(teamName string)
| 226 | } |
| 227 | |
| 228 | func teamServiceAccountUser(teamName string) string { |
| 229 | return teamName + "_service_account" |
| 230 | } |
| 231 | |
| 232 | func teamServiceAccountEmail(teamName string) string { |
| 233 | return teamName + "@service-account.cloudquery.io" |