CryptoManager_Kms_Providers_ImportResult
The Providers.ImportResult structure contains result of the Providers.import-provider operation.
{
"provider": "string",
"type": "string",
"native_info": {
"key_id": "string"
},
"export_time": "string",
"constraints": {
"tpm_required": false
}
}
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.
The Providers.Type enumerated type contains the types of providers.
NATIVE : Native provider
The Providers.NativeProviderInfo structure contains fields that describe details of a native provider.
Time when the provider was exported
The Providers.Constraints structure contains constraints on a provider.