ThreatJustification(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Context about why the URI is unsafe.
Attributes | |
---|---|
Name | Description |
labels |
MutableSequence[google.cloud.webrisk_v1.types.ThreatInfo.ThreatJustification.JustificationLabel]
Labels associated with this URI that explain how it was classified. |
comments |
MutableSequence[str]
Free-form context on why this URI is unsafe. |
Classes
JustificationLabel
JustificationLabel(value)
Labels that explain how the URI was classified.
Values: JUSTIFICATION_LABEL_UNSPECIFIED (0): Default. MANUAL_VERIFICATION (1): The submitter manually verified that the submission is unsafe. USER_REPORT (2): The submitter received the submission from an end user. AUTOMATED_REPORT (3): The submitter received the submission from an automated system.