TrustedInfrastructure_TrustedClusters_Attestation_Services_FilterSpec

TrustedInfrastructure_TrustedClusters_Attestation_Services_FilterSpec
TrustedInfrastructure_TrustedClusters_Attestation_Services_FilterSpec

The Services.FilterSpec structure contains the data necessary for identifying a Attestation service instance.

JSON Example
{
    "services": [
        "string"
    ],
    "address": [
        {
            "hostname": "string",
            "port": 0
        }
    ],
    "group": [
        "string"
    ],
    "trust_authority_cluster": [
        "string"
    ]
}
array of string
services
Optional

A set of IDs by which to filter the services. If unset, the services will not be filtered by ID. When clients pass a value of this structure as a parameter, the field must contain identifiers 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 contain identifiers for the resource type: com.vmware.vcenter.trusted_infrastructure.attestation.Service.

address
Optional

The service's address. If unset, the services will not be filtered by address.

array of string
group
Optional

The group specifies the Key Provider Service instances can accept reports issued by this Attestation Service instance. If unset, the services will not be filtered by group.

array of string
trust_authority_cluster
Optional

The cluster specifies the Trust Authority Cluster this Attestation Service instance belongs to. If unset, the services will not be filtered by trustAuthorityCluster.