TrustedInfrastructure_Attestation_Services_Summary

TrustedInfrastructure_Attestation_Services_Summary
TrustedInfrastructure_Attestation_Services_Summary

The Services.Summary structure contains basic information about a registered Attestation Service instance.

JSON Example
{
    "service": "string",
    "address": {
        "hostname": "string",
        "port": 0
    },
    "group": "string",
    "trust_authority_cluster": "string"
}
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.

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 specifies the Key Provider Service instances that can accept reports issued by this Attestation Service instance.

string
trust_authority_cluster
Required

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