CryptoManager_Kms_Providers_Summary

CryptoManager_Kms_Providers_Summary
CryptoManager_Kms_Providers_Summary

The Providers.Summary structure contains fields that describe a provider.

JSON Example
{
    "provider": "string",
    "type": "string",
    "health": "string"
}
string
provider
Required

Provider identifier When clients pass a value of this structure as a parameter, the field must be an identifier 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 be an identifier for the resource type: com.vmware.vcenter.crypto_manager.kms.provider.

type
Required

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

health
Required

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.