Google Cloud Data Loss Prevention v2 API - Class InspectJobConfig (4.8.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
NameDescription
otherInspectJobConfig

Properties

Actions

public RepeatedField<Action> Actions { get; }

Actions to execute at the completion of the job.

Property Value
TypeDescription
RepeatedFieldAction

InspectConfig

public InspectConfig InspectConfig { get; set; }

How and what to scan for.

Property Value
TypeDescription
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
TypeDescription
string

StorageConfig

public StorageConfig StorageConfig { get; set; }

The data to scan.

Property Value
TypeDescription
StorageConfig