google_api_dlp v0.13.0 GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2FindingLimits View Source

Attributes

  • maxFindingsPerInfoType (type: list(GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2InfoTypeLimit.t), default: nil) - Configuration of findings limit given for specified infoTypes.
  • maxFindingsPerItem (type: integer(), default: nil) - Max number of findings that will be returned for each item scanned. When set within InspectDataSourceRequest, the maximum returned is 2000 regardless if this is set higher. When set within InspectContentRequest, this field is ignored.
  • maxFindingsPerRequest (type: integer(), default: nil) - Max number of findings that will be returned per request/job. When set within InspectContentRequest, the maximum returned is 2000 regardless if this is set higher.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Link to this type

t()

View Source
t() :: %GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2FindingLimits{
  maxFindingsPerInfoType: [
    GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2InfoTypeLimit.t()
  ],
  maxFindingsPerItem: integer(),
  maxFindingsPerRequest: integer()
}

Link to this section Functions

Link to this function

decode(value, options)

View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.