Skip to content

Commit

Permalink
Security Monitoring Suppressions - Make expiration date nullable in u…
Browse files Browse the repository at this point in the history
…pdate payload (#1849)

Co-authored-by: ci.datadog-api-spec <[email protected]>
Co-authored-by: api-clients-generation-pipeline[bot] <54105614+api-clients-generation-pipeline[bot]@users.noreply.github.com> e2b2570
  • Loading branch information
api-clients-generation-pipeline[bot] and ci.datadog-api-spec committed Jan 25, 2024
1 parent 744bba5 commit 5b8623e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion datadog_api_client.v2.model.html
Original file line number Diff line number Diff line change
Expand Up @@ -37445,7 +37445,7 @@ <h1 id="datadog-api-client-v2-model--page-root">datadog_api_client.v2.model<a cl
<dd class="field-odd"><ul class="simple">
<li><p><strong>description</strong> (<em>str</em><em>, </em><em>optional</em>) – A description for the suppression rule.</p></li>
<li><p><strong>enabled</strong> (<em>bool</em><em>, </em><em>optional</em>) – Whether the suppression rule is enabled.</p></li>
<li><p><strong>expiration_date</strong> (<em>int</em><em>, </em><em>optional</em>) – A Unix millisecond timestamp giving an expiration date for the suppression rule. After this date, it won’t suppress signals anymore.</p></li>
<li><p><strong>expiration_date</strong> (<em>int</em><em>, </em><em>none_type</em><em>, </em><em>optional</em>) – A Unix millisecond timestamp giving an expiration date for the suppression rule. After this date, it won’t suppress signals anymore. If unset, the expiration date of the suppression rule is left untouched. If set to <code class="docutils literal notranslate"><span class="pre">null</span></code> , the expiration date is removed.</p></li>
<li><p><strong>name</strong> (<em>str</em><em>, </em><em>optional</em>) – The name of the suppression rule.</p></li>
<li><p><strong>rule_query</strong> (<em>str</em><em>, </em><em>optional</em>) – The rule query of the suppression rule, with the same syntax as the search bar for detection rules.</p></li>
<li><p><strong>suppression_query</strong> (<em>str</em><em>, </em><em>optional</em>) – The suppression query of the suppression rule. If a signal matches this query, it is suppressed and not triggered. Same syntax as the queries to search signals in the signal explorer.</p></li>
Expand Down
2 changes: 1 addition & 1 deletion searchindex.js

Large diffs are not rendered by default.

0 comments on commit 5b8623e

Please sign in to comment.