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
IMessageInspectJobConfig, IEquatableInspectJobConfig, IDeepCloneableInspectJobConfig, IBufferMessage, IMessageNamespace
Google.Cloud.Dlp.V2Assembly
Google.Cloud.Dlp.V2.dll
Constructors
InspectJobConfig()
public InspectJobConfig()
InspectJobConfig(InspectJobConfig)
public InspectJobConfig(InspectJobConfig other)
Parameter | |
---|---|
Name | Description |
other |
InspectJobConfig |
Properties
Actions
public RepeatedField<Action> Actions { get; }
Actions to execute at the completion of the job.
Property Value | |
---|---|
Type | Description |
RepeatedFieldAction |
InspectConfig
public InspectConfig InspectConfig { get; set; }
How and what to scan for.
Property Value | |
---|---|
Type | Description |
InspectConfig |
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.
Property Value | |
---|---|
Type | Description |
string |
StorageConfig
public StorageConfig StorageConfig { get; set; }
The data to scan.
Property Value | |
---|---|
Type | Description |
StorageConfig |