TrustedInfrastructureKmsServicesFilterSpec

The Services.FilterSpec structure contains the data necessary for identifying a Key Provider Service instance


Properties

address Optional

A set of address by which to filter. If unset, the services will not be filtered by address.


array of string
group Optional

The group determines the Attestation Service instances this Key Provider Service can accept reports from. If unset, the Services will not be filtered by group.


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.kms.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.kms.Service.


array of string
trust_authority_cluster Optional

The cluster specifies the Trust Authority Cluster this Key Provider Service belongs to. If unset, the Services will not be filtered by trustAuthorityCluster.

JSON Example

{
	"address": [
		{
			"hostname": "string",
			"port": 0
		}
	],
	"group": [
		"string"
	],
	"services": [
		"string"
	],
	"trust_authority_cluster": [
		"string"
	]
}
Parameter To

List KMS Services

Feedback

Was this page helpful?