google_api_dlp v0.36.0 GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2InfoTypeLimit View Source
Max findings configuration per infoType, per content item or long running DlpJob.
Attributes
infoType
(type:GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2InfoType.t
, default:nil
) - Type of information the findings limit applies to. Only one limit per info_type should be provided. If InfoTypeLimit does not have an info_type, the DLP API applies the limit against all info_types that are found but not specified in another InfoTypeLimit.maxFindings
(type:integer()
, default:nil
) - Max findings limit for the given infoType.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2InfoTypeLimit{ infoType: GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2InfoType.t(), maxFindings: integer() }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.