Skip to content

Commit

Permalink
Add secure field to synthetics config variables (#1283)
Browse files Browse the repository at this point in the history
Co-authored-by: ci.datadog-api-spec <[email protected]> 5e0aaf9
  • Loading branch information
1 parent 443b5c9 commit e998819
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions datadog_api_client.v1.model.html
Original file line number Diff line number Diff line change
Expand Up @@ -21600,6 +21600,7 @@ <h1 id="datadog-api-client-v1-model--page-root">datadog_api_client.v1.model<a cl
<li><p><strong>id</strong> (<em>str</em><em>, </em><em>optional</em>) – ID of the variable for global variables.</p></li>
<li><p><strong>name</strong> (<em>str</em>) – Name of the variable.</p></li>
<li><p><strong>pattern</strong> (<em>str</em><em>, </em><em>optional</em>) – Pattern of the variable.</p></li>
<li><p><strong>secure</strong> (<em>bool</em><em>, </em><em>optional</em>) – Whether the value of this variable will be obfuscated in test results.</p></li>
<li><p><strong>type</strong> (<a class="reference internal" href="#datadog_api_client.v1.model.synthetics_config_variable_type.SyntheticsConfigVariableType" title="datadog_api_client.v1.model.synthetics_config_variable_type.SyntheticsConfigVariableType"><em>SyntheticsConfigVariableType</em></a>) – Type of the configuration variable.</p></li>
</ul>
</dd>
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -698,7 +698,7 @@ <h2 id="requirements">Requirements<a class="headerlink" href="#requirements" tit
<section id="installation">
<h2 id="installation">Installation<a class="headerlink" href="#installation" title="Permalink to this heading"></a></h2>
<p>To install the API client library, simply execute:</p>
<div class="highlight-shell notranslate"><div class="highlight"><pre><span></span>pip install datadog-api-client
<div class="highlight-shell notranslate"><div class="highlight"><pre><span></span>pip<span class="w"> </span>install<span class="w"> </span>datadog-api-client
</pre></div>
</div>
</section>
Expand Down
2 changes: 1 addition & 1 deletion searchindex.js

Large diffs are not rendered by default.

0 comments on commit e998819

Please sign in to comment.