SecurityReport saves all the information about the created security report.
JSON representation |
---|
{ "self": string, "state": string, "created": string, "updated": string, "result": { object ( |
Fields | |
---|---|
self |
Self link of the query. Example: |
state |
Query state could be "enqueued", "running", "completed", "expired" and "failed". |
created |
Creation time of the query. |
updated |
Output only. Last updated timestamp for the query. |
result |
Result is available only after the query is completed. |
result |
ResultRows is available only after the query is completed. |
result |
ResultFileSize is available only after the query is completed. |
execution |
ExecutionTime is available only after the query is completed. |
error |
Error is set when query fails. |
query |
Contains information like metrics, dimenstions etc of the Security Report. |
report |
Report Definition ID. |
display |
Display Name specified by the user. |
envgroup |
Hostname is available only when query is executed at host level. |
ResultMetadata
Contains informations about the security report results.
JSON representation |
---|
{ "self": string, "expires": string } |
Fields | |
---|---|
self |
Self link of the query results. Example: |
expires |
Output only. Expire_time is set to 7 days after report creation. Query result will be unaccessable after this time. Example: "2021-05-04T13:38:52-07:00" |