CCF
Loading...
Searching...
No Matches
host_data.h
Go to the documentation of this file.
1// Copyright (c) Microsoft Corporation. All rights reserved.
2// Licensed under the Apache 2.0 License.
3#pragma once
4
6#include "ccf/service/map.h"
7
10 std::string; // Optional raw (i.e. not base64-encoded) policy
11
12namespace ccf
13{
16 namespace Tables
17 {
18 static constexpr auto HOST_DATA = "public:ccf.gov.nodes.snp.host_data";
19 static constexpr auto VIRTUAL_HOST_DATA =
20 "public:ccf.gov.nodes.virtual.host_data";
21 }
22}
Definition sha256_hash.h:16
Definition map.h:30
Definition set.h:33
std::string HostDataMetadata
Definition host_data.h:10
Definition app_interface.h:14