I was given the iothubower SharedAccessKey for an IoT Hub instance I don't have otherwise access.
Using Visual Studio Code I can Set IoT Hub Connection String using the iothubowner credentials and then Create Device to create a device on the IoT Hub.
However, when I try to Start Monitoring Built-in Event Endpoint on that device, I am asked for additional information, namely the Event Hub compatible connection string.
Is this string something I can retrieve using the iothubowner credentials that I've been given? I don't have access to the Azure Portal. I see the structure of the Event Hub compatible connection string consists of a namespace (which I don't know) and the event hub name, in addition to the iothubowner credentials.
Is the namespace and event hub name something I can retrieve using the my credentials? Is there any other way I can monitor events?

