CryptoManager_Kms_Providers_ExportSpec

CryptoManager_Kms_Providers_ExportSpec
CryptoManager_Kms_Providers_ExportSpec

The Providers.ExportSpec structure contains fields that are needed to export a provider.

JSON Example
{
    "provider": "string",
    "password": "string"
}
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.