Google Cloud Data Loss Prevention v2 API - Class InspectJobConfig (4.14.0)

 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.

Inheritance

object > InspectJobConfig

Namespace

Google.Cloud.Dlp.V2

Assembly

Google.Cloud.Dlp.V2.dll

Constructors

InspectJobConfig()

 public InspectJobConfig() 

InspectJobConfig(InspectJobConfig)

 public InspectJobConfig(InspectJobConfig other) 
Parameter
Name
Description

Properties

Actions

 public RepeatedField<Action> Actions { get; } 

Actions to execute at the completion of the job.

Property Value
Type
Description

InspectConfig

 public InspectConfig InspectConfig { get; set; } 

How and what to scan for.

Property Value
Type
Description

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

StorageConfig

 public StorageConfig StorageConfig { get; set; } 

The data to scan.

Property Value
Type
Description