TrustedInfrastructure_TrustAuthorityHosts_Attestation_Info

TrustedInfrastructure_TrustAuthorityHosts_Attestation_Info
TrustedInfrastructure_TrustAuthorityHosts_Attestation_Info

The Attestation.Info structure contains all the stored information about a Attestation Service.

JSON Example
{
    "host": "string",
    "address": {
        "hostname": "string",
        "port": 0
    },
    "group": "string",
    "cluster": "string",
    "trusted_CA": {
        "cert_chain": [
            "string"
        ]
    }
}
string
host
Required

The trusted ESX on which the service runs. When clients pass a value of this structure as a parameter, the field must be an identifier for the resource type: HostSystem. When operations return a value of this structure as a result, the field will be an identifier for the resource type: HostSystem.

address
Required

The NetworkAddress structure contains an IP address or DNS resolvable name and a port on which a connection can be established.

string
group
Required

The group ID determines which Attestation Service instances this Attestation Service can communicate with.

string
cluster
Required

The opaque string identifier of the cluster in which the Attestation Service is part of.

trusted_CA
Required

The X509CertChain structure contains x509 certificate chain.