Skip to content

Commit fea2602

Browse files
[SIEM] Include ruleId in SecurityMonitoringRuleConvertResponse (#2829)
Co-authored-by: ci.datadog-api-spec <packages@datadoghq.com> 3e57772
1 parent 899b5ac commit fea2602

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

datadog_api_client.v2.model.html

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78440,7 +78440,10 @@ <h2 id="submodules">Submodules<a class="headerlink" href="#submodules" title="Li
7844078440
<p>Result of the convert rule request containing Terraform content.</p>
7844178441
<dl class="field-list simple">
7844278442
<dt class="field-odd">Parameters<span class="colon">:</span></dt>
78443-
<dd class="field-odd"><p><strong>terraform_content</strong> (<em>str</em><em>, </em><em>optional</em>) – Terraform string as a result of converting the rule from JSON.</p>
78443+
<dd class="field-odd"><ul class="simple">
78444+
<li><p><strong>rule_id</strong> (<em>str</em><em>, </em><em>optional</em>) – the ID of the rule.</p></li>
78445+
<li><p><strong>terraform_content</strong> (<em>str</em><em>, </em><em>optional</em>) – Terraform string as a result of converting the rule from JSON.</p></li>
78446+
</ul>
7844478447
</dd>
7844578448
</dl>
7844678449
</dd></dl>

0 commit comments

Comments
 (0)