types.TelemetryAuthenticationConfig
namespacestring
Namespace is used to group telemetry data for all nodes in a namespace
tokenstring
Token is the authentication token or password
typestring
Type represents the authentication type, currently only supports "Basic"
types.TelemetryAuthenticationConfig
{
"namespace": "string",
"token": "string",
"type": "string"
}