scanning_groups
Overview
Name | scanning_groups |
Type | Resource |
Id | datadog.sensitive_data_scanner.scanning_groups |
Fields
Name | Datatype | Description |
---|---|---|
id | string | ID of the configuration. |
attributes | object | Attributes of the Sensitive Data configuration. |
relationships | object | Relationships of the configuration. |
type | string | Sensitive Data Scanner configuration type. |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
list_scanning_groups | SELECT | dd_site | List all the Scanning groups in your organization. |
create_scanning_group | INSERT | dd_site | Create 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_group | DELETE | group_id, data__meta, dd_site | Delete a given group. |
_list_scanning_groups | EXEC | dd_site | List all the Scanning groups in your organization. |
reorder_scanning_groups | EXEC | data__data, data__meta, dd_site | Reorder the list of groups. |
update_scanning_group | EXEC | group_id, data__data, data__meta, dd_site | Update 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. |