Engage Engine API
1.251.9091
|
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 9349 of file ConfigurationObjects.h.
|
inline |
Definition at line 9364 of file ConfigurationObjects.h.
|
inline |
Definition at line 9369 of file ConfigurationObjects.h.
std::vector<CertStoreCertificate> AppConfigurationObjects::CertStore::certificates |
Array of certificates in this store.
Definition at line 9359 of file ConfigurationObjects.h.
std::string AppConfigurationObjects::CertStore::id |
The ID of the certstore.
Definition at line 9356 of file ConfigurationObjects.h.
std::vector<KvPair> AppConfigurationObjects::CertStore::kvp |
[Optional] Array of KV pairs
Definition at line 9362 of file ConfigurationObjects.h.