SecurityReportResultView

The response for security report result view APIs.

JSON representation
{
  "metadata": {
    object (SecurityReportMetadata)
  },
  "rows": array,
  "state": string,
  "code": integer,
  "error": string
}
Fields
metadata

object (SecurityReportMetadata)

Metadata contains information like metrics, dimenstions etc of the security report.

rows

array (ListValue format)

Rows of security report result. Each row is a JSON object.

Example: {sum(message_count): 1, developerApp: "(not set)",…}

state

string

State of retrieving ResultView.

code

integer

Error code when there is a failure.

error

string

Error message when there is a failure.