Details about a piece of potentially sensitive information that was detected when the data resource was profiled.
JSON representation |
---|
{ "quote": string, "infotype": { object ( |
Fields | |
---|---|
quote |
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 |
The type of content that might have been found. |
quote |
Contains data parsed from quotes. Currently supported infoTypes: DATE, DATE_OF_BIRTH, and TIME. |
data |
Resource name of the data profile associated with the finding. |
finding |
A unique identifier for the finding. |
timestamp |
Timestamp when the finding was detected. A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: |
location |
Where the content was found. |
resource |
How broadly a resource has been shared. |
DataProfileFindingLocation
Location of a data profile finding within a resource.
JSON representation |
---|
{ "containerName": string, // Union field |
Fields | |
---|---|
container |
Name of the container where the finding is located. The top-level name is the source file name or table name. Names of some common storage containers are formatted as follows:
|
Union field location_extra_details . Additional location details that may be provided for some types of profiles. At this time, only findings for table data profiles include such details. location_extra_details can be only one of the following: |
|
data |
Location of a finding within a resource that produces a table data profile. |
DataProfileFindingRecordLocation
Location of a finding within a resource that produces a table data profile.
JSON representation |
---|
{
"field": {
object ( |
Fields | |
---|---|
field |
Field ID of the column containing the finding. |