TrustedInfrastructure_Attestation_Services_Summary
The Services.Summary structure contains basic information about a registered Attestation Service instance.
{
"service": "string",
"address": {
"hostname": "string",
"port": 0
},
"group": "string",
"trust_authority_cluster": "string"
}
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.
The NetworkAddress structure contains an IP address or DNS resolvable name and a port on which a connection can be established.
The group specifies the Key Provider Service instances that can accept reports issued by this Attestation Service instance.
The cluster specifies the Trust Authority Cluster this Attestation Service instance belongs to.