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.  | 
            
quoteInfo | 
              
                 
 Contains data parsed from quotes. Currently supported infoTypes: DATE, DATE_OF_BIRTH, and TIME.  | 
            
dataProfileResourceName | 
              
                 
 Resource name of the data profile associated with the finding.  | 
            
findingId | 
              
                 
 A unique identifier for the finding.  | 
            
timestamp | 
              
                 
 Timestamp when the finding was detected. Uses RFC 3339, where generated output will always be Z-normalized and use 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted. Examples:   | 
            
location | 
              
                 
 Where the content was found.  | 
            
resourceVisibility | 
              
                 
 How broadly a resource has been shared.  | 
            
fullResourceName | 
              
                 
 The full resource name of the resource profiled for this finding.  | 
            
dataSourceType | 
              
                 
 The type of the resource that was profiled.  | 
            
DataProfileFindingLocation
Location of a data profile finding within a resource.
| JSON representation | 
|---|
{ "containerName": string, // Union field  | 
              
| Fields | |
|---|---|
containerName | 
                
                   
 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: | 
              |
dataProfileFindingRecordLocation | 
                
                   
 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.  |