Skip to content

Commit 51b5ede

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-spec
and
ci.datadog-api-spec
committed
Document new resource_collection and is_security_command_center_enabled 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
1 parent 2adb772 commit 51b5ede

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

datadog_api_client.v1.model.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14311,10 +14311,12 @@ <h1 id="datadog-api-client-v1-model--page-root">datadog_api_client.v1.model<a cl
1431114311
<li><p><strong>errors</strong> (<em>[</em><em>str</em><em>]</em><em>, </em><em>optional</em>) – An array of errors.</p></li>
1431214312
<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.
1431314313
Only hosts that match one of the defined tags are imported into Datadog.</p></li>
14314-
<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>
14314+
<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>
14315+
<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>
1431514316
<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>
1431614317
<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>
1431714318
<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>
14319+
<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>
1431814320
<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>
1431914321
<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>
1432014322
</ul>

datadog_api_client.v2.model.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23477,7 +23477,9 @@ <h1 id="datadog-api-client-v2-model--page-root">datadog_api_client.v2.model<a cl
2347723477
<li><p><strong>automute</strong> (<em>bool</em><em>, </em><em>optional</em>) – Silence monitors for expected GCE instance shutdowns.</p></li>
2347823478
<li><p><strong>client_email</strong> (<em>str</em><em>, </em><em>optional</em>) – Your service account email address.</p></li>
2347923479
<li><p><strong>host_filters</strong> (<em>[</em><em>str</em><em>]</em><em>, </em><em>optional</em>) – Your Host Filters.</p></li>
23480-
<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>
23480+
<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>
23481+
<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>
23482+
<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>
2348123483
</ul>
2348223484
</dd>
2348323485
</dl>

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)