Resource: CoverageDetails
Provides coverage details for a threat collection and rule combination.
JSON representation |
---|
{
"name": string,
"threatCollection": string,
"rule": string,
"coveredAttackDetails": {
object ( |
Fields | |
---|---|
name |
Identifier. The resource name of the coverage details. Format: projects/{project}/locations/{location}/instances/{instance}/coverageDetails/{coverageDetails} |
threatCollection |
Output only. Resource name of the matching ThreatCollection |
rule |
Output only. Resource name of the matching Rule |
coveredAttackDetails |
Output only. MITRE ATT&CK TTPs used in the campaign that were detected by this rule. |
Methods |
|
---|---|
|
Get coverage details for a threat collection and rule combination. |
|
List coverage details for threat collection and rule combinations. |