CryptoManagerHostsKmsProvidersSummary

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


Properties

health Required

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


string
provider Required

Identifier of the provider 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
TRUST_AUTHORITY : Trust Authority provider

Possible values are: NATIVETRUST_AUTHORITY

JSON Example

{
	"health": "NONE",
	"provider": "string",
	"type": "NATIVE"
}

Feedback

Was this page helpful?