Sha256: 676ff1c1671372e665c57871c821102f84e34c2c69dc63d197232dee6163f945
Contents?: true
Size: 884 Bytes
Versions: 7
Compression:
Stored size: 884 Bytes
Contents
# DatadogAPIClient::V2::SecurityMonitoringRuleCaseCreate ## 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) | | | ## Example ```ruby require 'datadog_api_client/v2' instance = DatadogAPIClient::V2::SecurityMonitoringRuleCaseCreate.new( condition: null, name: null, notifications: null, status: null ) ```
Version data entries
7 entries across 7 versions & 1 rubygems