Skip to content

Commit 2a042fb

Browse files
Add user behavior case actions in API spec (#2497)
Co-authored-by: ci.datadog-api-spec <packages@datadoghq.com> c562fc9
1 parent d95f96a commit 2a042fb

2 files changed

Lines changed: 6 additions & 3 deletions

File tree

datadog_api_client.v2.model.html

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53826,7 +53826,10 @@ <h2 id="submodules">Submodules<a class="headerlink" href="#submodules" title="Li
5382653826
<p>Options for the rule action</p>
5382753827
<dl class="field-list simple">
5382853828
<dt class="field-odd">Parameters<span class="colon">:</span></dt>
53829-
<dd class="field-odd"><p><strong>duration</strong> (<em>int</em><em>, </em><em>optional</em>) – Duration of the action in seconds. 0 indicates no expiration.</p>
53829+
<dd class="field-odd"><ul class="simple">
53830+
<li><p><strong>duration</strong> (<em>int</em><em>, </em><em>optional</em>) – Duration of the action in seconds. 0 indicates no expiration.</p></li>
53831+
<li><p><strong>user_behavior_name</strong> (<em>str</em><em>, </em><em>optional</em>) – Used with the case action of type ‘user_behavior’. The value specified in this field is applied as a risk tag to all users affected by the rule.</p></li>
53832+
</ul>
5383053833
</dd>
5383153834
</dl>
5383253835
</dd></dl>
@@ -53845,7 +53848,7 @@ <h2 id="submodules">Submodules<a class="headerlink" href="#submodules" title="Li
5384553848
<dl class="field-list simple">
5384653849
<dt class="field-odd">Parameters<span class="colon">:</span></dt>
5384753850
<dd class="field-odd"><ul class="simple">
53848-
<li><p><strong>value</strong> (<em>str</em>) – Must be one of [“block_ip”, “block_user”].</p></li>
53851+
<li><p><strong>value</strong> (<em>str</em>) – Must be one of [“block_ip”, “block_user”, “user_behavior”].</p></li>
5384953852
<li><p><strong>_check_type</strong> (<em>bool</em>) – If True, values for parameters in openapi_types
5385053853
will be type checked and a TypeError will be raised if the wrong type is input.
5385153854
Defaults to True.</p></li>

searchindex.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)