Class: Google::Privacy::Dlp::V2::InspectTemplate
- Inherits:
 - 
      Object
      
        
- Object
 - Google::Privacy::Dlp::V2::InspectTemplate
 
 
- Defined in:
 - lib/google/cloud/dlp/v2/doc/google/privacy/dlp/v2/dlp.rb
 
Overview
The inspectTemplate contains a configuration (set of types of sensitive data to be detected) to be used anywhere you otherwise would normally specify InspectConfig. See https://cloud.google.com/dlp/docs/concepts-templates to learn more.
Instance Attribute Summary collapse
- 
  
    
      #create_time  ⇒ Google::Protobuf::Timestamp 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The creation timestamp of a inspectTemplate, output only field.
 - 
  
    
      #description  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Short description (max 256 chars).
 - 
  
    
      #display_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Display name (max 256 chars).
 - 
  
    
      #inspect_config  ⇒ Google::Privacy::Dlp::V2::InspectConfig 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The core content of the template.
 - 
  
    
      #name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The template name.
 - 
  
    
      #update_time  ⇒ Google::Protobuf::Timestamp 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The last update timestamp of a inspectTemplate, output only field.
 
Instance Attribute Details
#create_time ⇒ Google::Protobuf::Timestamp
Returns The creation timestamp of a inspectTemplate, output only field.
      1694  | 
    
      # File 'lib/google/cloud/dlp/v2/doc/google/privacy/dlp/v2/dlp.rb', line 1694 class InspectTemplate; end  | 
  
#description ⇒ String
Returns Short description (max 256 chars).
      1694  | 
    
      # File 'lib/google/cloud/dlp/v2/doc/google/privacy/dlp/v2/dlp.rb', line 1694 class InspectTemplate; end  | 
  
#display_name ⇒ String
Returns Display name (max 256 chars).
      1694  | 
    
      # File 'lib/google/cloud/dlp/v2/doc/google/privacy/dlp/v2/dlp.rb', line 1694 class InspectTemplate; end  | 
  
#inspect_config ⇒ Google::Privacy::Dlp::V2::InspectConfig
Returns The core content of the template. Configuration of the scanning process.
      1694  | 
    
      # File 'lib/google/cloud/dlp/v2/doc/google/privacy/dlp/v2/dlp.rb', line 1694 class InspectTemplate; end  | 
  
#name ⇒ String
Returns The template name. Output only.
The template will have one of the following formats: +projects/PROJECT_ID/inspectTemplates/TEMPLATE_ID+ OR +organizations/ORGANIZATION_ID/inspectTemplates/TEMPLATE_ID+
      1694  | 
    
      # File 'lib/google/cloud/dlp/v2/doc/google/privacy/dlp/v2/dlp.rb', line 1694 class InspectTemplate; end  | 
  
#update_time ⇒ Google::Protobuf::Timestamp
Returns The last update timestamp of a inspectTemplate, output only field.
      1694  | 
    
      # File 'lib/google/cloud/dlp/v2/doc/google/privacy/dlp/v2/dlp.rb', line 1694 class InspectTemplate; end  |