TrustedInfrastructureTrustedClustersAttestationServicesSummary

The Services.Summary structure contains basic information about a registered Attestation Service instance that is configured for a cluster.


Properties

address Required

The service’s address.


string
group Required

The group specifies the Key Provider Service instances can accept reports issued by this Attestation Service instance.


string
service Required

The service’s unique identifier. When clients pass a value of this structure as a parameter, the field must be an identifier for the resource type: com.vmware.vcenter.trusted_infrastructure.attestation.Service. When operations return a value of this structure as a result, the field will be an identifier for the resource type: com.vmware.vcenter.trusted_infrastructure.attestation.Service.


string
trust_authority_cluster Required

The cluster specifies the Trust Authority Cluster this Attestation Service belongs to.

JSON Example

{
	"address": {
		"hostname": "string"
	},
	"group": "string",
	"service": "string",
	"trust_authority_cluster": "string"
}

Feedback

Was this page helpful?