Skip to main content

scanning_groups

Overview

Namescanning_groups
TypeResource
Iddatadog.sensitive_data_scanner.scanning_groups

Fields

NameDatatypeDescription
idstringID of the configuration.
attributesobjectAttributes of the Sensitive Data configuration.
relationshipsobjectRelationships of the configuration.
typestringSensitive Data Scanner configuration type.

Methods

NameAccessible byRequired ParamsDescription
list_scanning_groupsSELECTdd_siteList all the Scanning groups in your organization.
create_scanning_groupINSERTdd_siteCreate a scanning group.
The request MAY include a configuration relationship.
A rules relationship can be omitted entirely, but if it is included it MUST be
null or an empty array (rules cannot be created at the same time).
The new group will be ordered last within the configuration.
delete_scanning_groupDELETEgroup_id, data__meta, dd_siteDelete a given group.
_list_scanning_groupsEXECdd_siteList all the Scanning groups in your organization.
reorder_scanning_groupsEXECdata__data, data__meta, dd_siteReorder the list of groups.
update_scanning_groupEXECgroup_id, data__data, data__meta, dd_siteUpdate a group, including the order of the rules.
Rules within the group are reordered by including a rules relationship. If the rules
relationship is present, its data section MUST contain linkages for all of the rules
currently in the group, and MUST NOT contain any others.