Interface KmsGetPublicKeyParams

Parameters for retrieving a public key from a KMS using the private key's URI. Intended for use with a Key Management System.

interface KmsGetPublicKeyParams {
    keyUri: string;
}

Properties

Properties

keyUri: string

Identifier for the private key in the KMS.