Skip to content

Commit daf02e9

Browse files
Add SDS rule should_save_match field (#2791)
Co-authored-by: ci.datadog-api-spec <[email protected]> c812e28
1 parent ff56df4 commit daf02e9

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

datadog_api_client.v2.model.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77623,6 +77623,7 @@ <h2 id="submodules">Submodules<a class="headerlink" href="#submodules" title="Li
7762377623
<li><p><strong>number_of_chars</strong> (<em>int</em><em>, </em><em>optional</em>) – Required if type == ‘partial_replacement_from_beginning’
7762477624
or ‘partial_replacement_from_end’. It must be &gt; 0.</p></li>
7762577625
<li><p><strong>replacement_string</strong> (<em>str</em><em>, </em><em>optional</em>) – Required if type == ‘replacement_string’.</p></li>
77626+
<li><p><strong>should_save_match</strong> (<em>bool</em><em>, </em><em>optional</em>) – Only valid when type == <code class="docutils literal notranslate"><span class="pre">replacement_string</span></code>. When enabled, matches can be unmasked in logs by users with ‘Data Scanner Unmask’ permission. As a security best practice, avoid masking for highly-sensitive, long-lived data.</p></li>
7762677627
<li><p><strong>type</strong> (<a class="reference internal" href="#datadog_api_client.v2.model.sensitive_data_scanner_text_replacement_type.SensitiveDataScannerTextReplacementType" title="datadog_api_client.v2.model.sensitive_data_scanner_text_replacement_type.SensitiveDataScannerTextReplacementType"><em>SensitiveDataScannerTextReplacementType</em></a><em>, </em><em>optional</em>) – Type of the replacement text. None means no replacement.
7762777628
hash means the data will be stubbed. replacement_string means that
7762877629
one can chose a text to replace the data. partial_replacement_from_beginning

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)