Class ScanRunLog (1.9.0)

ScanRunLog(mapping=None, *, ignore_unknown_fields=False, **kwargs)

A ScanRunLog is an output-only proto used for Stackdriver customer logging. It is used for logs covering the start and end of scan pipelines. Other than an added summary, this is a subset of the ScanRun. Representation in logs is either a proto Struct, or converted to JSON. Next id: 9

Attributes

NameDescription
summary str
Human friendly message about the event.
name str
The resource name of the ScanRun being logged.
execution_state google.cloud.websecurityscanner_v1.types.ScanRun.ExecutionState
The execution state of the ScanRun.
result_state google.cloud.websecurityscanner_v1.types.ScanRun.ResultState
The result state of the ScanRun.

Inheritance

builtins.object > proto.message.Message > ScanRunLog