Interface protos.google.cloud.kms.v1.IImportCryptoKeyVersionRequest

Properties of an ImportCryptoKeyVersionRequest.

Package

@google-cloud/kms!

Properties

algorithm

algorithm?: (google.cloud.kms.v1.CryptoKeyVersion.CryptoKeyVersionAlgorithm|keyof typeof google.cloud.kms.v1.CryptoKeyVersion.CryptoKeyVersionAlgorithm|null);

ImportCryptoKeyVersionRequest algorithm

Property Value
TypeDescription
(google.cloud.kms.v1.CryptoKeyVersion.CryptoKeyVersionAlgorithm|keyof typeof google.cloud.kms.v1.CryptoKeyVersion.CryptoKeyVersionAlgorithm|null)

importJob

importJob?: (string|null);

ImportCryptoKeyVersionRequest importJob

Property Value
TypeDescription
(string|null)

parent

parent?: (string|null);

ImportCryptoKeyVersionRequest parent

Property Value
TypeDescription
(string|null)

rsaAesWrappedKey

rsaAesWrappedKey?: (Uint8Array|string|null);

ImportCryptoKeyVersionRequest rsaAesWrappedKey

Property Value
TypeDescription
(Uint8Array|string|null)