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

Function teamServiceAccountUser

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

Source from the content-addressed store, hash-verified

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

Callers 1

getUserIDEmailFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected