Interface protos.google.privacy.dlp.v2.ICryptoKey (3.1.8)

Properties of a CryptoKey.

Package

@google-cloud/dlp!

Properties

kmsWrapped

kmsWrapped?: (google.privacy.dlp.v2.IKmsWrappedCryptoKey|null);

CryptoKey kmsWrapped

Property Value
TypeDescription
(google.privacy.dlp.v2.IKmsWrappedCryptoKey|null)

transient

transient?: (google.privacy.dlp.v2.ITransientCryptoKey|null);

CryptoKey transient

Property Value
TypeDescription
(google.privacy.dlp.v2.ITransientCryptoKey|null)

unwrapped

unwrapped?: (google.privacy.dlp.v2.IUnwrappedCryptoKey|null);

CryptoKey unwrapped

Property Value
TypeDescription
(google.privacy.dlp.v2.IUnwrappedCryptoKey|null)