Class: Google::Privacy::Dlp::V2::KmsWrappedCryptoKey

Inherits:
Object
  • Object
show all
Defined in:
lib/google/cloud/dlp/v2/doc/google/privacy/dlp/v2/dlp.rb

Overview

Include to use an existing data crypto key wrapped by KMS. The wrapped key must be a 128/192/256 bit key. Authorization requires the following IAM permissions when sending a request to perform a crypto transformation using a kms-wrapped crypto key: dlp.kms.encrypt

Instance Attribute Summary collapse

Instance Attribute Details

#crypto_key_nameString

Returns The resource name of the KMS CryptoKey to use for unwrapping. [required].

Returns:

  • (String)

    The resource name of the KMS CryptoKey to use for unwrapping. [required]



1584
# File 'lib/google/cloud/dlp/v2/doc/google/privacy/dlp/v2/dlp.rb', line 1584

class KmsWrappedCryptoKey; end

#wrapped_keyString

Returns The wrapped data crypto key. [required].

Returns:

  • (String)

    The wrapped data crypto key. [required]



1584
# File 'lib/google/cloud/dlp/v2/doc/google/privacy/dlp/v2/dlp.rb', line 1584

class KmsWrappedCryptoKey; end