Sha256: a59b4ab8bd5ca25faeac57db2aa97b95590e721a5d08e543660af5389f78d7bc
Contents?: true
Size: 1.52 KB
Versions: 3
Compression:
Stored size: 1.52 KB
Contents
# DatadogAPIClient::V2::SecurityMonitoringRuleUpdatePayload ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **cases** | [**Array<SecurityMonitoringRuleCase>**](SecurityMonitoringRuleCase.md) | Cases for generating signals. | [optional] | | **filters** | [**Array<SecurityMonitoringFilter>**](SecurityMonitoringFilter.md) | Additional queries to filter matched events before they are processed. | [optional] | | **has_extended_title** | **Boolean** | Whether the notifications include the triggering group-by values in their title. | [optional] | | **is_enabled** | **Boolean** | Whether the rule is enabled. | [optional] | | **message** | **String** | Message for generated signals. | [optional] | | **name** | **String** | Name of the rule. | [optional] | | **options** | [**SecurityMonitoringRuleOptions**](SecurityMonitoringRuleOptions.md) | | [optional] | | **queries** | [**Array<SecurityMonitoringRuleQuery>**](SecurityMonitoringRuleQuery.md) | Queries for selecting logs which are part of the rule. | [optional] | | **tags** | **Array<String>** | Tags for generated signals. | [optional] | | **version** | **Integer** | The version of the rule being updated. | [optional] | ## Example ```ruby require 'datadog_api_client/v2' instance = DatadogAPIClient::V2::SecurityMonitoringRuleUpdatePayload.new( cases: null, filters: null, has_extended_title: true, is_enabled: null, message: null, name: null, options: null, queries: null, tags: null, version: 1 ) ```
Version data entries
3 entries across 3 versions & 1 rubygems