@piiano/vault-client
Version:
Piiano Vault generated typescript client
5 lines • 529 B
TypeScript
/**
* The encrypted copy of the key used to encrypt exported data. The key is encrypted using the export KMS key defined by the [`PVAULT_KMS_EXPORT_URI` or `PVAULT_KMS_EXPORT_SEED` environment variables](/guides/configure/environment-variables#key-management-service). When importing data, the key is decrypted by the KMS, then used to decrypt the data. This parameter is not intended to be used manually, but through the CLI command `pvault import`.
*/
export type export_key = string;
//# sourceMappingURL=export_key.d.ts.map