Interface KmsExportKeyParams

Parameters for exporting a key from a KMS. Intended for use with a Key Management System.

interface KmsExportKeyParams {
    keyUri: string;
}

Properties

Properties

keyUri: string

Identifier for the private key to be exported from the KMS.