Class: DatadogAPIClient::V2::SecurityFilterUpdateAttributes
- Inherits:
 - 
      Object
      
        
- Object
 - DatadogAPIClient::V2::SecurityFilterUpdateAttributes
 
 
- Includes:
 - BaseGenericModel
 
- Defined in:
 - lib/datadog_api_client/v2/models/security_filter_update_attributes.rb
 
Overview
The security filters properties to be updated.
Instance Attribute Summary collapse
- 
  
    
      #additional_properties  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Returns the value of attribute additional_properties.
 - 
  
    
      #exclusion_filters  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Exclusion filters to exclude some logs from the security filter.
 - 
  
    
      #filtered_data_type  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The filtered data type.
 - 
  
    
      #is_enabled  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Whether the security filter is enabled.
 - 
  
    
      #name  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name of the security filter.
 - 
  
    
      #query  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The query of the security filter.
 - 
  
    
      #version  ⇒ Object 
    
    
  
  
  
  
    
      readonly
    
    
  
  
  
  
  
  
    
The version of the security filter to update.
 
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
      42 43 44  | 
    
      # File 'lib/datadog_api_client/v2/models/security_filter_update_attributes.rb', line 42 def additional_properties @additional_properties end  | 
  
#exclusion_filters ⇒ Object
Exclusion filters to exclude some logs from the security filter.
      25 26 27  | 
    
      # File 'lib/datadog_api_client/v2/models/security_filter_update_attributes.rb', line 25 def exclusion_filters @exclusion_filters end  | 
  
#filtered_data_type ⇒ Object
The filtered data type.
      28 29 30  | 
    
      # File 'lib/datadog_api_client/v2/models/security_filter_update_attributes.rb', line 28 def filtered_data_type @filtered_data_type end  | 
  
#is_enabled ⇒ Object
Whether the security filter is enabled.
      31 32 33  | 
    
      # File 'lib/datadog_api_client/v2/models/security_filter_update_attributes.rb', line 31 def is_enabled @is_enabled end  | 
  
#name ⇒ Object
The name of the security filter.
      34 35 36  | 
    
      # File 'lib/datadog_api_client/v2/models/security_filter_update_attributes.rb', line 34 def name @name end  | 
  
#query ⇒ Object
The query of the security filter.
      37 38 39  | 
    
      # File 'lib/datadog_api_client/v2/models/security_filter_update_attributes.rb', line 37 def query @query end  | 
  
#version ⇒ Object
The version of the security filter to update.
      40 41 42  | 
    
      # File 'lib/datadog_api_client/v2/models/security_filter_update_attributes.rb', line 40 def version @version end  |