CryptoManagerKmsProvidersFilterSpec

The Providers.FilterSpec structure contains fields used to filter the results when listing providers.


Properties

health Optional

The Providers.Health enumerated type describes the health status of a provider.
NONE : No health status is available.
OK : Operating normally.
WARNING : Operating normally, but there is an issue that requires attention.
ERROR : There is a critical issue that requires attention.

Possible values are: NONEOKWARNINGERROR


array of string
providers Optional

Provider identifiers. If unset or empty, the result will not be filtered by provider identifier. When clients pass a value of this structure as a parameter, the field must contain identifiers for the resource type: com.vmware.vcenter.crypto_manager.kms.provider. When operations return a value of this structure as a result, the field will contain identifiers for the resource type: com.vmware.vcenter.crypto_manager.kms.provider.

JSON Example

{
	"health": "NONE",
	"providers": [
		"string"
	]
}

Feedback

Was this page helpful?