26 #ifndef SERVER_PROXY_CALL_CONFIG_HPP
27 #define SERVER_PROXY_CALL_CONFIG_HPP
std::string caller
caller id (zone id or host)
Definition: proxy-call-config.hpp:42
#define CARGO_REGISTER(...)
Registers cargo fields within class.
Definition: fields.hpp:74
std::string targetMethod
target dbus method
Definition: proxy-call-config.hpp:47
std::string targetBusName
target dbus bus name
Definition: proxy-call-config.hpp:44
std::string targetObjectPath
target dbus object path
Definition: proxy-call-config.hpp:45
std::string target
target id (zone id or host)
Definition: proxy-call-config.hpp:43
std::string targetInterface
target dbus interface
Definition: proxy-call-config.hpp:46
A single allow rule for proxy call dispatching.
Definition: proxy-call-config.hpp:40