Properties of a CryptoKey.
Package
@google-cloud/dlp!Properties
kmsWrapped
kmsWrapped
?:
(
google
.
privacy
.
dlp
.
v2
.
IKmsWrappedCryptoKey
|
null
);
CryptoKey kmsWrapped
Type | Description |
---|---|
( google.privacy.dlp.v2.IKmsWrappedCryptoKey |null) |
transient
transient
?:
(
google
.
privacy
.
dlp
.
v2
.
ITransientCryptoKey
|
null
);
CryptoKey transient
Type | Description |
---|---|
( google.privacy.dlp.v2.ITransientCryptoKey |null) |
unwrapped
unwrapped
?:
(
google
.
privacy
.
dlp
.
v2
.
IUnwrappedCryptoKey
|
null
);
CryptoKey unwrapped
Type | Description |
---|---|
( google.privacy.dlp.v2.IUnwrappedCryptoKey |null) |