Dear @LPPapillon-1145 @jjake-8255 et al
I have a vague recollection of an add-in config.json from one of Geotab's announcements/bootcamps that demoed the upcoming add-in security controls feature.
Did this exist or am I imagining it? I'm attempting to fish out a solution for a customer that wants to restrict access to one of our partner's dashcam add-ins. A custom "hack" while we encourage the partner to implement this officially or to use getSession() to check against their users list.
It was something like this and I could have sworn I found one of the new add-ins using this.
"addinSecurityIdentifiers":{
"ViewAddinIdentifier": "custom_idValueView"
}