Class GooglePrivacyDlpV2DataProfileJobConfig
Configuration for setting up a job to scan resources for profile generation. Only one data profile configuration may exist per organization, folder, or project. The generated data profiles are retained according to the [data retention policy] (https://cloud.google.com/sensitive-data-protection/docs/data-profiles#retention).
Implements
Inherited Members
Namespace: Google.Apis.DLP.v2.Data
Assembly: Google.Apis.DLP.v2.dll
Syntax
public class GooglePrivacyDlpV2DataProfileJobConfig : IDirectResponseSchema
Properties
DataProfileActions
Actions to execute at the completion of the job.
Declaration
[JsonProperty("dataProfileActions")]
public virtual IList<GooglePrivacyDlpV2DataProfileAction> DataProfileActions { get; set; }
Property Value
Type | Description |
---|---|
IList<GooglePrivacyDlpV2DataProfileAction> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
InspectTemplates
Detection logic for profile generation. Not all template features are used by profiles. FindingLimits, include_quote and exclude_info_types have no impact on data profiling. Multiple templates may be provided if there is data in multiple regions. At most one template must be specified per-region (including "global"). Each region is scanned using the applicable template. If no region-specific template is specified, but a "global" template is specified, it will be copied to that region and used instead. If no global or region-specific template is provided for a region with data, that region's data will not be scanned. For more information, see https://cloud.google.com/sensitive-data-protection/docs/data-profiles#data-residency.
Declaration
[JsonProperty("inspectTemplates")]
public virtual IList<string> InspectTemplates { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |
Location
The data to scan.
Declaration
[JsonProperty("location")]
public virtual GooglePrivacyDlpV2DataProfileLocation Location { get; set; }
Property Value
Type | Description |
---|---|
GooglePrivacyDlpV2DataProfileLocation |
OtherCloudStartingLocation
Must be set only when scanning other clouds.
Declaration
[JsonProperty("otherCloudStartingLocation")]
public virtual GooglePrivacyDlpV2OtherCloudDiscoveryStartingLocation OtherCloudStartingLocation { get; set; }
Property Value
Type | Description |
---|---|
GooglePrivacyDlpV2OtherCloudDiscoveryStartingLocation |
ProjectId
The project that will run the scan. The DLP service account that exists within this project must have access to all resources that are profiled, and the DLP API must be enabled.
Declaration
[JsonProperty("projectId")]
public virtual string ProjectId { get; set; }
Property Value
Type | Description |
---|---|
string |