IntelligenceFindingRevision

An IntelligenceFindingRevision represents a specific revision of an IntelligenceFinding resource.

JSON representation
{
  "name": string,
  "snapshot": {
    object (IntelligenceFinding)
  },
  "createTime": string
}
Fields
name

string

Output only. The resource name of IntelligenceFindingRevision.
Format: projects/{project}/locations/{location}/intelligenceFindings/{intelligence_finding}/revisions/{revision}

snapshot

object (IntelligenceFinding)

Output only. The snapshot of the IntelligenceFinding at the time the revision was created. This field contains the full finding details as they existed for the revision.

createTime

string (Timestamp format)

Output only. The timestamp when the revision was created.