GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2Finding (google_api_dlp v0.54.0)
View SourceRepresents a piece of potentially sensitive content.
Attributes
-
createTime(type:DateTime.t, default:nil) - Timestamp when finding was detected. -
findingId(type:String.t, default:nil) - The unique finding id. -
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.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2Finding{ createTime: DateTime.t() | nil, findingId: String.t() | nil, infoType: GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2InfoType.t() | nil, jobCreateTime: DateTime.t() | nil, jobName: String.t() | nil, labels: map() | nil, likelihood: String.t() | nil, location: GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2Location.t() | nil, name: String.t() | nil, quote: String.t() | nil, quoteInfo: GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2QuoteInfo.t() | nil, resourceName: String.t() | nil, triggerName: String.t() | nil }