Skip to content

Commit

Permalink
Add namespaces attribute and rename excluded_attributes in SDS Public…
Browse files Browse the repository at this point in the history
… API (#1308)

Co-authored-by: ci.datadog-api-spec <packages@datadoghq.com>
Co-authored-by: api-clients-generation-pipeline[bot] <54105614+api-clients-generation-pipeline[bot]@users.noreply.github.com> 675227f
  • Loading branch information
api-clients-generation-pipeline[bot] and ci.datadog-api-spec committed Jan 25, 2023
1 parent ccf9d52 commit 77054f0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion datadog_api_client.v2.model.html
Original file line number Diff line number Diff line change
Expand Up @@ -23984,9 +23984,11 @@ <h1 id="datadog-api-client-v2-model--page-root">datadog_api_client.v2.model<a cl
<dt class="field-odd">Parameters<span class="colon">:</span></dt>
<dd class="field-odd"><ul class="simple">
<li><p><strong>description</strong> (<em>str</em><em>, </em><em>optional</em>) – Description of the rule.</p></li>
<li><p><strong>excluded_attributes</strong> (<em>[</em><em>str</em><em>]</em><em>, </em><em>optional</em>) – Attributes excluded from the scan.</p></li>
<li><p><strong>excluded_namespaces</strong> (<em>[</em><em>str</em><em>]</em><em>, </em><em>optional</em>) – Attributes excluded from the scan. If namespaces is provided, it has to be a sub-path of the namespaces array.</p></li>
<li><p><strong>is_enabled</strong> (<em>bool</em><em>, </em><em>optional</em>) – Whether or not the rule is enabled.</p></li>
<li><p><strong>name</strong> (<em>str</em><em>, </em><em>optional</em>) – Name of the rule.</p></li>
<li><p><strong>namespaces</strong> (<em>[</em><em>str</em><em>]</em><em>, </em><em>optional</em>) – Attributes included in the scan. If namespaces is empty or missing, all attributes except excluded_namespaces are scanned.
If both are missing the whole event is scanned.</p></li>
<li><p><strong>pattern</strong> (<em>str</em><em>, </em><em>optional</em>) – Not included if there is a relationship to a standard pattern.</p></li>
<li><p><strong>tags</strong> (<em>[</em><em>str</em><em>]</em><em>, </em><em>optional</em>) – List of tags.</p></li>
<li><p><strong>text_replacement</strong> (<a class="reference internal" href="#datadog_api_client.v2.model.sensitive_data_scanner_text_replacement.SensitiveDataScannerTextReplacement" title="datadog_api_client.v2.model.sensitive_data_scanner_text_replacement.SensitiveDataScannerTextReplacement"><em>SensitiveDataScannerTextReplacement</em></a><em>, </em><em>optional</em>) – Object describing how the scanned event will be replaced.</p></li>
Expand Down

0 comments on commit 77054f0

Please sign in to comment.