TrustedInfrastructureTrustedClustersAttestationServicesInfo
The Services.Info structure contains all the stored information about a registered Attestation Service instance that is configured for a cluster.
Properties
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.
JSON Example
{
"address": {
"hostname": "string"
},
"group": "string",
"trust_authority_cluster": "string",
"trusted_CA": {
"cert_chain": [
"string"
]
}
}