TrustedInfrastructureTrustAuthorityHostsAttestationFilterSpec

The Attestation.FilterSpec structure contains the data necessary for identifying a Attestation Service


Properties

address Optional

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


array of string
clusters Optional

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.


array of string
groups Optional

The group IDs determines which Attestation Service instances this Attestation Service can communicate with. If unset, the services will not be filtered by groupId.


array of string
hosts Optional

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.

JSON Example

{
	"address": [
		{
			"hostname": "string",
			"port": 0
		}
	],
	"clusters": [
		"string"
	],
	"groups": [
		"string"
	],
	"hosts": [
		"string"
	]
}

Feedback

Was this page helpful?