SecurityReportMetadata

Metadata for the security report.

JSON representation
{
  "metrics": [
    string
  ],
  "dimensions": [
    string
  ],
  "startTimestamp": string,
  "endTimestamp": string,
  "mimeType": string,
  "timeUnit": string
}
Fields
metrics[]

string

Metrics of the SecurityReport.

Example: ["name:bot_count,func:sum,alias:sum_bot_count"]

dimensions[]

string

Dimensions of the SecurityReport.

startTimestamp

string (Timestamp format)

Start timestamp of the query range.

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".

endTimestamp

string (Timestamp format)

End timestamp of the query range.

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".

mimeType

string

MIME type / Output format.

timeUnit

string

Query GroupBy time unit. Example: "seconds", "minute", "hour"