TrustedInfrastructure_TrustAuthorityHosts_Attestation_FilterSpec
The Attestation.FilterSpec structure contains the data necessary for identifying a Attestation Service
{
"hosts": [
"string"
],
"clusters": [
"string"
],
"address": [
{
"hostname": "string",
"port": 0
}
],
"groups": [
"string"
]
}
A set of host IDs by which to filter the services. If unset, the services will not be filtered by the hosts on which they run. When clients pass a value of this structure as a parameter, the field must contain identifiers for the resource type: HostSystem. When operations return a value of this structure as a result, the field will contain identifiers for the resource type: HostSystem.
A set of cluster IDs by which to filter the services. If unset, the services will not be filtered by the clusters on which they run. When clients pass a value of this structure as a parameter, the field must contain identifiers for the resource type: ClusterComputeResource. When operations return a value of this structure as a result, the field will contain identifiers for the resource type: ClusterComputeResource.
The service's address. If unset, the services will not be filtered by address.
The group IDs determines which Attestation Service instances this Attestation Service can communicate with. If unset, the services will not be filtered by groupId.