public sealed class InspectJobConfig : IMessage<InspectJobConfig>, IEquatable<InspectJobConfig>, IDeepCloneable<InspectJobConfig>, IBufferMessage, IMessageControls 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)| 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 |
RepeatedField<Action> |
|
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 |
|