REST Resource: projects.locations.instances.coverageDetails

Resource: CoverageDetails

Provides coverage details for a threat collection and rule combination.

JSON representation
{
  "name": string,
  "threatCollection": string,
  "rule": string,
  "coveredAttackDetails": {
    object (AttackDetails)
  }
}
Fields
name

string

Identifier. The resource name of the coverage details. Format: projects/{project}/locations/{location}/instances/{instance}/coverageDetails/{coverageDetails}

threatCollection

string

Output only. Resource name of the matching ThreatCollection

rule

string

Output only. Resource name of the matching Rule

coveredAttackDetails

object (AttackDetails)

Output only. MITRE ATT&CK TTPs used in the campaign that were detected by this rule.

Methods

get

Get coverage details for a threat collection and rule combination.

list

List coverage details for threat collection and rule combinations.