Sha256: 658a0d63e83c2f0a51564a07e9e0b58e100cf1e77493572236cb50491df3c611
Contents?: true
Size: 498 Bytes
Versions: 7
Compression:
Stored size: 498 Bytes
Contents
# DatadogAPIClient::V2::SecurityMonitoringFilter ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **action** | [**SecurityMonitoringFilterAction**](SecurityMonitoringFilterAction.md) | | [optional] | | **query** | **String** | Query for selecting logs to apply the filtering action. | [optional] | ## Example ```ruby require 'datadog_api_client/v2' instance = DatadogAPIClient::V2::SecurityMonitoringFilter.new( action: null, query: null ) ```
Version data entries
7 entries across 7 versions & 1 rubygems