Access Management
Access Management (AM) lets you securely grant access to specific resources in your TagoIO account. You create Targets (users or things) and assign Permissions that determine which resources those Targets can access.
Examples
Some examples of how AM can be used:
-
Share one specific dashboard only with users that contain certain tags. Example: Share the dashboard "Regional Sales View" with users who have the tag
level = supervisor
. -
Share all dashboards with certain tags only with users that contain certain tags. Example: Share dashboards that contain the tag
state = NY
orstate = MA
with users that have the tagregion = northeast
. -
Share all my dashboards with all users. For this, you just need to set the field in Targets like
Run User = Any
, and thePermissions = Any
to share everything with anyone. -
Allow an Analysis to do a bulk device upload. Example: An Analysis with the tag
script = device_upload
, and thePermission = device
with rulesCreate
and with fieldAny
.
By using the option Any
in the matching fields, you expose all that resource without restrictions.