Skip to content

Commit

Permalink
Document new resource_collection and `is_security_command_center_en…
Browse files Browse the repository at this point in the history
…abled` fields in GCP APIs (#1804)

Co-authored-by: ci.datadog-api-spec <[email protected]>
Co-authored-by: api-clients-generation-pipeline[bot] <54105614+api-clients-generation-pipeline[bot]@users.noreply.github.com> e63972a
  • Loading branch information
api-clients-generation-pipeline[bot] and ci.datadog-api-spec committed Dec 14, 2023
1 parent 2adb772 commit 51b5ede
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 3 additions & 1 deletion datadog_api_client.v1.model.html
Original file line number Diff line number Diff line change
Expand Up @@ -14311,10 +14311,12 @@ <h1 id="datadog-api-client-v1-model--page-root">datadog_api_client.v1.model<a cl
<li><p><strong>errors</strong> (<em>[</em><em>str</em><em>]</em><em>, </em><em>optional</em>) – An array of errors.</p></li>
<li><p><strong>host_filters</strong> (<em>str</em><em>, </em><em>optional</em>) – Limit the GCE instances that are pulled into Datadog by using tags.
Only hosts that match one of the defined tags are imported into Datadog.</p></li>
<li><p><strong>is_cspm_enabled</strong> (<em>bool</em><em>, </em><em>optional</em>) – When enabled, Datadog performs configuration checks across your Google Cloud environment by continuously scanning every resource.</p></li>
<li><p><strong>is_cspm_enabled</strong> (<em>bool</em><em>, </em><em>optional</em>) – When enabled, Datadog will activate the Cloud Security Monitoring product for this service account. Note: This requires resource_collection_enabled to be set to true.</p></li>
<li><p><strong>is_security_command_center_enabled</strong> (<em>bool</em><em>, </em><em>optional</em>) – When enabled, Datadog will attempt to collect Security Command Center Findings. Note: This requires additional permissions on the service account.</p></li>
<li><p><strong>private_key</strong> (<em>str</em><em>, </em><em>optional</em>) – Your private key name found in your JSON service account key.</p></li>
<li><p><strong>private_key_id</strong> (<em>str</em><em>, </em><em>optional</em>) – Your private key ID found in your JSON service account key.</p></li>
<li><p><strong>project_id</strong> (<em>str</em><em>, </em><em>optional</em>) – Your Google Cloud project ID found in your JSON service account key.</p></li>
<li><p><strong>resource_collection_enabled</strong> (<em>bool</em><em>, </em><em>optional</em>) – When enabled, Datadog scans for all resources in your GCP environment.</p></li>
<li><p><strong>token_uri</strong> (<em>str</em><em>, </em><em>optional</em>) – Should be <code class="docutils literal notranslate"><span class="pre">https://accounts.google.com/o/oauth2/token</span></code>.</p></li>
<li><p><strong>type</strong> (<em>str</em><em>, </em><em>optional</em>) – The value for service_account found in your JSON service account key.</p></li>
</ul>
Expand Down
4 changes: 3 additions & 1 deletion datadog_api_client.v2.model.html
Original file line number Diff line number Diff line change
Expand Up @@ -23477,7 +23477,9 @@ <h1 id="datadog-api-client-v2-model--page-root">datadog_api_client.v2.model<a cl
<li><p><strong>automute</strong> (<em>bool</em><em>, </em><em>optional</em>) – Silence monitors for expected GCE instance shutdowns.</p></li>
<li><p><strong>client_email</strong> (<em>str</em><em>, </em><em>optional</em>) – Your service account email address.</p></li>
<li><p><strong>host_filters</strong> (<em>[</em><em>str</em><em>]</em><em>, </em><em>optional</em>) – Your Host Filters.</p></li>
<li><p><strong>is_cspm_enabled</strong> (<em>bool</em><em>, </em><em>optional</em>) – When enabled, Datadog performs configuration checks across your Google Cloud environment by continuously scanning every resource.</p></li>
<li><p><strong>is_cspm_enabled</strong> (<em>bool</em><em>, </em><em>optional</em>) – When enabled, Datadog will activate the Cloud Security Monitoring product for this service account. Note: This requires resource_collection_enabled to be set to true.</p></li>
<li><p><strong>is_security_command_center_enabled</strong> (<em>bool</em><em>, </em><em>optional</em>) – When enabled, Datadog will attempt to collect Security Command Center Findings. Note: This requires additional permissions on the service account.</p></li>
<li><p><strong>resource_collection_enabled</strong> (<em>bool</em><em>, </em><em>optional</em>) – When enabled, Datadog scans for all resources in your GCP environment.</p></li>
</ul>
</dd>
</dl>
Expand Down
2 changes: 1 addition & 1 deletion searchindex.js

Large diffs are not rendered by default.

0 comments on commit 51b5ede

Please sign in to comment.