Sha256: 88fb03e0ecc635e8132f00380b7965755051253a757a9cf3203e931efa9a9123
Contents?: true
Size: 882 Bytes
Versions: 7
Compression:
Stored size: 882 Bytes
Contents
# DatadogAPIClient::V2::SecurityMonitoringRuleCase ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **condition** | **String** | A rule case contains logical operations (`>`,`>=`, `&&`, `||`) to determine if a signal should be generated based on the event counts in the previously defined queries. | [optional] | | **name** | **String** | Name of the case. | [optional] | | **notifications** | **Array<String>** | Notification targets for each rule case. | [optional] | | **status** | [**SecurityMonitoringRuleSeverity**](SecurityMonitoringRuleSeverity.md) | | [optional] | ## Example ```ruby require 'datadog_api_client/v2' instance = DatadogAPIClient::V2::SecurityMonitoringRuleCase.new( condition: null, name: null, notifications: null, status: null ) ```
Version data entries
7 entries across 7 versions & 1 rubygems