esx trusted infrastructure attestation services: info
The
info
structure contains all the stored information about an attestation service instance.Representation:
{
"trusted_CA" : {
"cert_chain" : [
"string",
"string"
]
},
"address" : {
"hostname" : "string",
"port" : 1
},
"group" : "string"
}
"trusted_CA" : {
"cert_chain" : [
"string",
"string"
]
},
"address" : {
"hostname" : "string",
"port" : 1
},
"group" : "string"
}
Attributes:
Name | Type | Description |
---|---|---|
Required | ||
address | network_address | The service's address. |
address.hostname | string | The IP address or DNS resolvable name of the service. |
trusted_CA | x509_cert_chain | The service's TLS certificate chain. |
trusted_CA.cert_chain | string[] | Certificate chain in base64 format |
group | string | The group identifier determines which KMS service instances this attestation service can communicate with. If the group attribute values of attestation and KMS records match then those services are associated with each other. |
Optional | ||
address.port | long | The port of the service. Optional. If unset, port 443 will be used. |