TrustedInfrastructureHostsHardwareTpmFilterSpec

The Tpm.FilterSpec structure contains fields used to filter the results when listing configured TPMs.


Properties

boolean
active Optional

The TPM status. if unset, the result will not be filtered by status.


array of integer as int64
major_versions Optional

The TPM major version number. if unset or empty, the result will not be filtered by version number.

JSON Example

{
	"active": false,
	"major_versions": [
		0
	]
}

Feedback

Was this page helpful?