Finding

JSON representation
{
  "uid": string,
  "finding_type": enum (CollectionType),
  "uid_namespace": enum (Namespace),
  "created_time": string,
  "last_updated_time": string,
  "detection_metadata": {
    object (SecurityResult)
  },
  "udm_events": [
    {
      object (UdmEventInfo)
    }
  ],
  "feedback_summary": {
    object (Feedback)
  },
  "feedback_history": [
    {
      object (Feedback)
    }
  ],
  "tags": [
    string
  ]
}
Fields
uid

string (bytes format)

A base64-encoded string.

finding_type

enum (CollectionType)

uid_namespace

enum (Namespace)

created_time

string (Timestamp format)

A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: "2014-10-02T15:01:23Z" and "2014-10-02T15:01:23.045123456Z".

last_updated_time

string (Timestamp format)

A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: "2014-10-02T15:01:23Z" and "2014-10-02T15:01:23.045123456Z".

detection_metadata

object (SecurityResult)

udm_events[]

object (UdmEventInfo)

feedback_summary

object (Feedback)

feedback_history[]

object (Feedback)

tags[]

string