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.
Controls what and how to inspect for findings.
Implements
IMessage InspectJobConfig , IEquatable InspectJobConfig , IDeepCloneable InspectJobConfig , IBufferMessage , IMessageNamespace
Google.Cloud.Dlp.V2Assembly
Google.Cloud.Dlp.V2.dll
Constructors
InspectJobConfig()
public InspectJobConfig()
InspectJobConfig(InspectJobConfig)
public InspectJobConfig(InspectJobConfig other)
Properties
Actions
public RepeatedField<Action> Actions { get; }
Actions to execute at the completion of the job.
InspectConfig
public InspectConfig InspectConfig { get; set; }
How and what to scan for.
InspectTemplateName
public string InspectTemplateName { get; set; }
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.
StorageConfig
public StorageConfig StorageConfig { get; set; }
The data to scan.