google_api_dlp v0.9.0 GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2FindingLimits View Source
Attributes
- maxFindingsPerInfoType ([GooglePrivacyDlpV2InfoTypeLimit]): Configuration of findings limit given for specified infoTypes. Defaults to:
null. - maxFindingsPerItem (integer()): 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. Defaults to:
null. - maxFindingsPerRequest (integer()): 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. Defaults to:
null.
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()
View Source
t() :: %GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2FindingLimits{
maxFindingsPerInfoType: [
GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2InfoTypeLimit.t()
],
maxFindingsPerItem: any(),
maxFindingsPerRequest: any()
}
t() :: %GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2FindingLimits{
maxFindingsPerInfoType: [
GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2InfoTypeLimit.t()
],
maxFindingsPerItem: any(),
maxFindingsPerRequest: any()
}
Link to this section Functions
Link to this function
decode(value, options) View Source
Unwrap a decoded JSON object into its complex fields.