Class: Google::Privacy::Dlp::V2::KmsWrappedCryptoKey
- Inherits:
 - 
      Object
      
        
- Object
 - Google::Privacy::Dlp::V2::KmsWrappedCryptoKey
 
 
- 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. 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
- 
  
    
      #crypto_key_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The resource name of the KMS CryptoKey to use for unwrapping.
 - 
  
    
      #wrapped_key  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The wrapped data crypto key.
 
Instance Attribute Details
#crypto_key_name ⇒ String
Returns The resource name of the KMS CryptoKey to use for unwrapping. [required]
      1449  | 
    
      # File 'lib/google/cloud/dlp/v2/doc/google/privacy/dlp/v2/dlp.rb', line 1449 class KmsWrappedCryptoKey; end  | 
  
#wrapped_key ⇒ String
Returns The wrapped data crypto key. [required]
      1449  | 
    
      # File 'lib/google/cloud/dlp/v2/doc/google/privacy/dlp/v2/dlp.rb', line 1449 class KmsWrappedCryptoKey; end  |