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