MCPcopy Index your code
hub / github.com/cloudquery/cloudquery / teamServiceAccountEmail

Function teamServiceAccountEmail

cli/internal/analytics/client.go:232–234  ·  view source on GitHub ↗
(teamName string)

Source from the content-addressed store, hash-verified

230}
231
232func teamServiceAccountEmail(teamName string) string {
233 return teamName + "@service-account.cloudquery.io"
234}
235
236func getUserIDEmail(user cqapi.User, teamName string) (userID, email string) {
237 if getEnvironment() == "cloud" {

Callers 1

getUserIDEmailFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected