![]() |
Fledge
An open source edge computing platform for industrial users
|
This class represents the ACL security change request. More...
#include <acl.h>
Public Member Functions | |
ACLReason (const std::string &reason) | |
ACLReason constructor: parse input JSON for ACL change reason. More... | |
const std::string & | getReason () |
const std::string & | getArgument () |
This class represents the ACL security change request.
Parsed JSON should have string attributes 'reason' and 'argument'
ACL::ACLReason::ACLReason | ( | const std::string & | reason | ) |
ACLReason constructor: parse input JSON for ACL change reason.
JSON should have string attributes 'reason' and 'argument'
json | The JSON reason string to parse |
exception | ACLReasonMalformed |