google_api_dlp v0.34.2 GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2Finding View Source
Represents a piece of potentially sensitive content.
Attributes
createTime(type:DateTime.t, default:nil) - Timestamp when finding was detected.infoType(type:GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2InfoType.t, default:nil) - The type of content that might have been found. Provided ifexcluded_typesis false.jobCreateTime(type:DateTime.t, default:nil) - Time the job started that produced this finding.jobName(type:String.t, default:nil) - The job that stored the finding.labels(type:map(), default:nil) - The labels associated with thisFinding.Label keys must be between 1 and 63 characters long and must conform to the following regular expression:
[a-z]([-a-z0-9]*[a-z0-9])?.Label values must be between 0 and 63 characters long and must conform to the regular expression
([a-z]([-a-z0-9]*[a-z0-9])?)?.No more than 10 labels can be associated with a given finding.
Examples:
"environment" : "production""pipeline" : "etl"
likelihood(type:String.t, default:nil) - Confidence of how likely it is that theinfo_typeis correct.location(type:GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2Location.t, default:nil) - Where the content was found.name(type:String.t, default:nil) - Resource name in format projects/{project}/locations/{location}/findings/{finding} Populated only when viewing persisted findings.quote(type:String.t, default:nil) - The content that was found. Even if the content is not textual, it may be converted to a textual representation here. Provided ifinclude_quoteis true and the finding is less than or equal to 4096 bytes long. If the finding exceeds 4096 bytes in length, the quote may be omitted.quoteInfo(type:GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2QuoteInfo.t, default:nil) - Contains data parsed from quotes. Only populated if include_quote was set to true and a supported infoType was requested. Currently supported infoTypes: DATE, DATE_OF_BIRTH and TIME.resourceName(type:String.t, default:nil) - The job that stored the finding.triggerName(type:String.t, default:nil) - Job trigger name, if applicable, for this finding.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
t()
View Sourcet() :: %GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2Finding{
createTime: DateTime.t(),
infoType: GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2InfoType.t(),
jobCreateTime: DateTime.t(),
jobName: String.t(),
labels: map(),
likelihood: String.t(),
location: GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2Location.t(),
name: String.t(),
quote: String.t(),
quoteInfo: GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2QuoteInfo.t(),
resourceName: String.t(),
triggerName: String.t()
}
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.