CryptoManagerKmsProvidersCreateSpec

The Providers.CreateSpec structure contains fields that describe the desired configuration for a new provider.


Properties

string
provider Required

Provider identifier. A unique string provided 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.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.


constraints Optional

The constraints on the provider. If unset there are no constraints on the provider.


native_spec Optional

Native provider create spec. This field is required when creating a NATIVE provider.

JSON Example

{
	"provider": "string"
}
Parameter To

Create KMS Providers

Feedback

Was this page helpful?