Show / Hide Table of Contents

Class GooglePrivacyDlpV2InspectJobConfig

Controls what and how to inspect for findings.

Inheritance
object
GooglePrivacyDlpV2InspectJobConfig
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX