public sealed class InspectJobConfig : IMessage<InspectJobConfig>, IEquatable<InspectJobConfig>, IDeepCloneable<InspectJobConfig>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Data Loss Prevention v2 API class InspectJobConfig.
If provided, will be used as the default for all values in InspectConfig.
inspect_config will be merged into the values persisted as part of the
template.
[[["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-04-02 UTC."],[[["The `InspectJobConfig` class in the Google Cloud Data Loss Prevention v2 API controls the settings for inspecting data, including what and how to scan for sensitive information."],["Version 4.16.0 is the latest release, with a history of previous versions available dating back to 2.15.0."],["This class implements several interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the base `object` class."],["`InspectJobConfig` includes properties for `Actions`, `InspectConfig`, `InspectTemplateName`, and `StorageConfig`, allowing customization of job execution, inspection rules, template usage, and data sources."],["There are two constructors available for creating an instance of `InspectJobConfig`, one default and one that takes an existing `InspectJobConfig` object as a parameter for cloning."]]],[]]