Class GooglePrivacyDlpV2InspectJobConfig
Controls what and how to inspect for findings.
Implements
Inherited Members
Namespace: Google.Apis.DLP.v2.Data
Assembly: Google.Apis.DLP.v2.dll
Syntax
public class GooglePrivacyDlpV2InspectJobConfig : IDirectResponseSchema
Properties
Actions
Actions to execute at the completion of the job.
Declaration
[JsonProperty("actions")]
public virtual IList<GooglePrivacyDlpV2Action> Actions { get; set; }
Property Value
Type | Description |
---|---|
IList<GooglePrivacyDlpV2Action> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
InspectConfig
How and what to scan for.
Declaration
[JsonProperty("inspectConfig")]
public virtual GooglePrivacyDlpV2InspectConfig InspectConfig { get; set; }
Property Value
Type | Description |
---|---|
GooglePrivacyDlpV2InspectConfig |
InspectTemplateName
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.
Declaration
[JsonProperty("inspectTemplateName")]
public virtual string InspectTemplateName { get; set; }
Property Value
Type | Description |
---|---|
string |
StorageConfig
The data to scan.
Declaration
[JsonProperty("storageConfig")]
public virtual GooglePrivacyDlpV2StorageConfig StorageConfig { get; set; }
Property Value
Type | Description |
---|---|
GooglePrivacyDlpV2StorageConfig |