public sealed class InspectConfig.Types.FindingLimits.Types.InfoTypeLimit : IMessage<InspectConfig.Types.FindingLimits.Types.InfoTypeLimit>, IEquatable<InspectConfig.Types.FindingLimits.Types.InfoTypeLimit>, IDeepCloneable<InspectConfig.Types.FindingLimits.Types.InfoTypeLimit>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Data Loss Prevention v2 API class InspectConfig.Types.FindingLimits.Types.InfoTypeLimit.
Max findings configuration per infoType, per content item or long
running DlpJob.
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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-24 UTC."],[[["This webpage provides documentation for the `InfoTypeLimit` class within the Google Cloud Data Loss Prevention (DLP) v2 API, which is used to set limits on the number of findings for specific info types."],["The `InfoTypeLimit` class is part of the `InspectConfig.Types.FindingLimits.Types` nested structure and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The latest version of this documentation is version 4.16.0, with a history of versions down to 2.15.0 available, and the content provided is focusing on version 4.7.0."],["The class offers two constructors: a default constructor and one that allows creating an instance by cloning another `InfoTypeLimit` object."],["The `InfoTypeLimit` class has two key properties: `InfoType`, to specify the type of information the finding limit applies to, and `MaxFindings`, to set the maximum number of findings for the specified info type."]]],[]]