CryptoManagerHostsKmsProvidersFilterSpec
The Providers.FilterSpec structure contains fields used to filter the results when listing providers.
Properties
Provider health status. If unset or empty, the result will not be filtered by provider health status.
Possible values are: NONE , OK , WARNING , ERROR
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.
Provider types. If unset or empty, the result will not be filtered by provider type.
Possible values are: NATIVE , TRUST_AUTHORITY
JSON Example
{
"health": "enum",
"providers": [
"string"
],
"types": "enum"
}