Class: Google::Cloud::Dlp::V2::CryptoKey

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/privacy/dlp/v2/dlp.rb

Overview

This is a data encryption key (DEK) (as opposed to a key encryption key (KEK) stored by Cloud Key Management Service (Cloud KMS). When using Cloud KMS to wrap or unwrap a DEK, be sure to set an appropriate IAM policy on the KEK to ensure an attacker cannot unwrap the DEK.

Instance Attribute Summary collapse

Instance Attribute Details

#kms_wrapped::Google::Cloud::Dlp::V2::KmsWrappedCryptoKey

Returns Key wrapped using Cloud KMS.

Returns:



2686
2687
2688
2689
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 2686

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

#transient::Google::Cloud::Dlp::V2::TransientCryptoKey

Returns Transient crypto key.

Returns:



2686
2687
2688
2689
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 2686

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

#unwrapped::Google::Cloud::Dlp::V2::UnwrappedCryptoKey

Returns Unwrapped crypto key.

Returns:



2686
2687
2688
2689
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 2686

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