libkazv
Loading...
Searching...
No Matches
Kazv::SetDevicesTrustLevelsAction Struct Reference

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.
 

Detailed Description

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.

Member Data Documentation

◆ trustLevelMap

immer::map< std::string , immer::map<std::string , DeviceTrustLevel> > Kazv::SetDevicesTrustLevelsAction::trustLevelMap

A map from userId to deviceId to the trust level to set.


The documentation for this struct was generated from the following file: