TrustedInfrastructure_TrustedClusters_Attestation_Services_Info
TrustedInfrastructure_TrustedClusters_Attestation_Services_Info
The Services.Info structure contains all the stored information about a registered Attestation Service instance that is configured for a cluster.
JSON Example
{
"address": {
"hostname": "string",
"port": 0
},
"trusted_CA": {
"cert_chain": [
"string"
]
},
"group": "string",
"trust_authority_cluster": "string"
}
address
Required
The NetworkAddress structure contains an IP address or DNS resolvable name and a port on which a connection can be established.
trusted_CA
Required
The X509CertChain structure contains x509 certificate chain.
string
group
Required
The group determines the Key Provider Service instances can accept reports issued by this Attestation Service instance.
string
trust_authority_cluster
Required
The cluster specifies the Trust Authority Cluster this Attestation Service belongs to.