CryptoManagerHostsKmsProvidersFilterSpec

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


Properties

health Optional

The Providers.Health enumerated type contains 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.


types Optional

The Providers.Type enumerated type contains the types of providers.
NATIVE : Native provider
TRUST_AUTHORITY : Trust Authority provider

Possible values are: NATIVETRUST_AUTHORITY

JSON Example

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

Feedback

Was this page helpful?