TrustedInfrastructureTrustAuthorityClustersKmsProvidersSummary

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


Properties

health Required

The Providers.Health enumerated type defines the possible health states.
NONE : No status available.
OK : Health is normal.
WARNING : Health is normal, however there is an issue that requires attention.
ERROR : Not healthy.

Possible values are: NONEOKWARNINGERROR


string
provider Required

Name of the provider. A unique string chosen by the client.

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

JSON Example

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

Feedback

Was this page helpful?