Sha256: 76b2e0840ac8b4d05b820a7854fdcfd891cb71762e412be86ccad52ff2958eb1
Contents?: true
Size: 500 Bytes
Versions: 4
Compression:
Stored size: 500 Bytes
Contents
# DatadogAPIClient::V2::SecurityFilterExclusionFilter ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **name** | **String** | Exclusion filter name. | | | **query** | **String** | Exclusion filter query. Logs that match this query are excluded from the security filter. | | ## Example ```ruby require 'datadog_api_client/v2' instance = DatadogAPIClient::V2::SecurityFilterExclusionFilter.new( name: Exclude staging, query: source:staging ) ```
Version data entries
4 entries across 4 versions & 1 rubygems