TrustedInfrastructureAttestationServicesSummary
The Services.Summary structure contains basic information about a registered Attestation Service instance.
Properties
string
group
Required
The group specifies the Key Provider Service instances that 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 instance belongs to.
JSON Example
{
"address": {
"hostname": "string"
},
"group": "string",
"service": "string",
"trust_authority_cluster": "string"
}