Class DataProfileFinding (3.29.0)

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

Details about a piece of potentially sensitive information that was detected when the data resource was profiled.

Attributes

Name Description
quote str
The content that was found. Even if the content is not textual, it may be converted to a textual representation here. If the finding exceeds 4096 bytes in length, the quote may be omitted.
infotype google.cloud.dlp_v2.types.InfoType
The `type of content
quote_info google.cloud.dlp_v2.types.QuoteInfo
Contains data parsed from quotes. Currently supported infoTypes: DATE, DATE_OF_BIRTH, and TIME.
data_profile_resource_name str
Resource name of the data profile associated with the finding.
finding_id str
A unique identifier for the finding.
timestamp google.protobuf.timestamp_pb2.Timestamp
Timestamp when the finding was detected.
location google.cloud.dlp_v2.types.DataProfileFindingLocation
Where the content was found.
resource_visibility google.cloud.dlp_v2.types.ResourceVisibility
How broadly a resource has been shared.