Skip to main content

csm_cloud_accounts_coverage_analysis

Creates, updates, deletes, gets or lists a csm_cloud_accounts_coverage_analysis resource.

Overview

Namecsm_cloud_accounts_coverage_analysis
TypeResource
Iddatadog.security.csm_cloud_accounts_coverage_analysis

Fields

The following fields are returned by SELECT queries:

NameDatatypeDescription
idstringThe ID of your organization. (example: 66b3c6b5-5c9a-457e-b1c3-f247ca23afa3)
attributesobjectCSM Cloud Accounts Coverage Analysis attributes.
typestringThe type of the resource. The value should always be get_cloud_accounts_coverage_analysis_response_public_v0. (default: get_cloud_accounts_coverage_analysis_response_public_v0, example: get_cloud_accounts_coverage_analysis_response_public_v0)

Methods

The following methods are available for this resource:

NameAccessible byRequired ParamsOptional ParamsDescription
get_csmcloud_accounts_coverage_analysisselectGet the CSM Coverage Analysis of your Cloud Accounts.<br />This is calculated based on the number of your Cloud Accounts that are<br />scanned for security issues.

Parameters

Parameters can be passed in the WHERE clause of a query. Check the Methods section to see which parameters are required or optional for each operation.

NameDatatypeDescription
sitestringThe Datadog site (region) for your organization, for example datadoghq.com, us3.datadoghq.com, us5.datadoghq.com, ap1.datadoghq.com, ap2.datadoghq.com, datadoghq.eu, ddog-gov.com. Resolved from the DD_SITE environment variable when set. Optional: defaults to datadoghq.com, or the value of the DD_SITE environment variable when set; a WHERE value overrides both.

SELECT examples

Get the CSM Coverage Analysis of your Cloud Accounts.<br />This is calculated based on the number of your Cloud Accounts that are<br />scanned for security issues.

SELECT
id,
attributes,
type
FROM datadog.security.csm_cloud_accounts_coverage_analysis
;