TrustedInfrastructureTrustAuthorityHostsAttestationInfo

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


Properties

address Required

The service’s address.


string
cluster Required

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


string
group Required

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


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.


trusted_CA Required

The service’s TLS certificate chain.

JSON Example

{
	"address": {
		"hostname": "string"
	},
	"cluster": "string",
	"group": "string",
	"host": "string",
	"trusted_CA": {
		"cert_chain": [
			"string"
		]
	}
}

Feedback

Was this page helpful?