|
libkazv
|
Set the trust levels of devices. More...
#include <client-model.hpp>
Public Attributes | |
| immer::map< std::string, immer::map< std::string, DeviceTrustLevel > > | trustLevelMap |
| A map from userId to deviceId to the trust level to set. | |
Set the trust levels of devices.
If any of the devices is not found, this will return a failed EffectStatus with data {"notFound": [[<userId>, <deviceId>]...]}. Otherwise, it returns a successful EffectStatus.
| immer::map< std::string , immer::map<std::string , DeviceTrustLevel> > Kazv::SetDevicesTrustLevelsAction::trustLevelMap |
A map from userId to deviceId to the trust level to set.