TrustedInfrastructureKmsServicesInfo
The Services.Info structure contains all the stored information about a registered Key Provider Service instance.
Properties
string
group
Required
The group determines the Attestation Service instances this Key Provider Service can accept reports from.
string
trust_authority_cluster
Required
The cluster specifies the Trust Authority Cluster this Key Provider Service belongs to.
JSON Example
{
"address": {
"hostname": "string"
},
"group": "string",
"trust_authority_cluster": "string",
"trusted_CA": {
"cert_chain": [
"string"
]
}
}