CryptoManagerKmsProvidersExportSpec
The Providers.ExportSpec structure contains fields that are needed to export a provider.
Properties
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.
string as password
password
Optional
Password used to encrypt the exported configuration. If unset or empty, the configuration will not be encrypted.
JSON Example
{
"provider": "string"
}