Engage Engine API
1.249.9089
|
Holds a certstore. More...
#include <ConfigurationObjects.h>
Inherits AppConfigurationObjects::ConfigurationObjectBase.
Public Member Functions | |
void | clear () |
![]() | |
virtual void | initForDocumenting () |
virtual std::string | toString () |
virtual bool | isDocumenting () const |
Public Attributes | |
std::string | id |
The ID of the certstore. | |
std::vector< CertStoreCertificate > | certificates |
Array of certificates in this store. | |
std::vector< KvPair > | kvp |
[Optional] Array of KV pairs | |
![]() | |
nlohmann::json | _attached |
Additional Inherited Members | |
![]() | |
bool | _documenting |
Holds a certstore.
Helper C++ class to serialize and de-serialize CertStore JSON
Definition at line 9308 of file ConfigurationObjects.h.
|
inline |
Definition at line 9323 of file ConfigurationObjects.h.
|
inline |
Definition at line 9328 of file ConfigurationObjects.h.
std::vector<CertStoreCertificate> AppConfigurationObjects::CertStore::certificates |
Array of certificates in this store.
Definition at line 9318 of file ConfigurationObjects.h.
std::string AppConfigurationObjects::CertStore::id |
The ID of the certstore.
Definition at line 9315 of file ConfigurationObjects.h.
std::vector<KvPair> AppConfigurationObjects::CertStore::kvp |
[Optional] Array of KV pairs
Definition at line 9321 of file ConfigurationObjects.h.