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. |
resultRows
|
ResultRows is available only after the query is completed. |
resultFileSize
|
ResultFileSize is available only after the query is completed. |
executionTime
|
ExecutionTime is available only after the query is completed. |
error
|
Error is set when query fails. |
queryParams
|
Contains information like metrics, dimenstions etc of the Security Report. |
reportDefinitionId
|
Report Definition ID. |
displayName
|
Display Name specified by the user. |
envgroupHostname
|
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" |