in internal/tel/v2/tel.go [246:251]
func authTypeValue(iamAuthn bool) string { if iamAuthn { return "iam" } return "built_in" }