Class: Google::Cloud::Dlp::V2::UnwrappedCryptoKey

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#key::String

Returns Required. A 128/192/256 bit key.

Returns:

  • (::String)

    Required. A 128/192/256 bit key.



2711
2712
2713
2714
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 2711

class UnwrappedCryptoKey
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end