#include "ccf/ds/json.h"
#include "ccf/ds/unit_strings.h"
#include "ccf/pal/sev_snp_cpuid.h"
#include <list>
#include <map>
#include <string>
#include <vector>
#include <fmt/format.h>
Go to the source code of this file.
|
| ccf::pal::snp::DECLARE_JSON_TYPE (ACIReportEndorsements) |
|
| ccf::pal::snp::DECLARE_JSON_REQUIRED_FIELDS_WITH_RENAMES (ACIReportEndorsements, cache_control, "cacheControl", vcek_cert, "vcekCert", certificate_chain, "certificateChain", tcbm, "tcbm") |
|
| ccf::pal::snp::DECLARE_JSON_ENUM (EndorsementsEndpointType, {{EndorsementsEndpointType::Azure, "Azure"}, {EndorsementsEndpointType::AMD, "AMD"}, {EndorsementsEndpointType::THIM, "THIM"}}) |
|
| ccf::pal::snp::DECLARE_JSON_TYPE_WITH_OPTIONAL_FIELDS (EndorsementsServer) |
|
| ccf::pal::snp::DECLARE_JSON_REQUIRED_FIELDS (EndorsementsServer) |
|
| ccf::pal::snp::DECLARE_JSON_OPTIONAL_FIELDS (EndorsementsServer, type, url, max_retries_count, max_client_response_size) |
|
◆ FMT_HEADER_ONLY