Class: Google::Privacy::Dlp::V2::UnwrappedCryptoKey
- Inherits:
 - 
      Object
      
        
- Object
 - Google::Privacy::Dlp::V2::UnwrappedCryptoKey
 
 
- Defined in:
 - lib/google/cloud/dlp/v2/doc/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 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The AES 128/192/256 bit key.
 
Instance Attribute Details
#key ⇒ String
Returns The AES 128/192/256 bit key. [required]
      1437  | 
    
      # File 'lib/google/cloud/dlp/v2/doc/google/privacy/dlp/v2/dlp.rb', line 1437 class UnwrappedCryptoKey; end  |