finding_type_stats
Creates, updates, deletes, gets or lists a finding_type_stats
resource.
Overview
Name | finding_type_stats |
Type | Resource |
Id | google.websecurityscanner.finding_type_stats |
Fields
Name | Datatype | Description |
---|---|---|
findingTypeStats | array | The list of FindingTypeStats returned. |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
list | SELECT | projectsId, scanConfigsId, scanRunsId | List all FindingTypeStats under a given ScanRun. |
SELECT
examples
List all FindingTypeStats under a given ScanRun.
SELECT
findingTypeStats
FROM google.websecurityscanner.finding_type_stats
WHERE projectsId = '{{ projectsId }}'
AND scanConfigsId = '{{ scanConfigsId }}'
AND scanRunsId = '{{ scanRunsId }}';