Class: Google::Cloud::Dlp::V2::UnwrappedCryptoKey
- Inherits:
-
Object
- Object
- Google::Cloud::Dlp::V2::UnwrappedCryptoKey
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/privacy/dlp/v2/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
Required.
Instance Attribute Details
#key ⇒ ::String
Returns Required. A 128/192/256 bit key.
2749 2750 2751 2752 |
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 2749 class UnwrappedCryptoKey include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |