Class: Google::Privacy::Dlp::V2beta1::UnwrappedCryptoKey
- Inherits:
-
Object
- Object
- Google::Privacy::Dlp::V2beta1::UnwrappedCryptoKey
- Defined in:
- lib/google/cloud/dlp/v2beta1/doc/google/privacy/dlp/v2beta1/dlp.rb
Overview
Using raw keys is prone to security risks due to accidentally leaking the key. Choose another type of key if possible.
Instance Attribute Summary collapse
-
#key ⇒ String
The AES 128/192/256 bit key.
Instance Attribute Details
#key ⇒ String
Returns The AES 128/192/256 bit key. [required]
1012 |
# File 'lib/google/cloud/dlp/v2beta1/doc/google/privacy/dlp/v2beta1/dlp.rb', line 1012 class UnwrappedCryptoKey; end |