Class GooglePrivacyDlpV2Action
A task to execute on the completion of a job. See https://cloud.google.com/sensitive-data-protection/docs/concepts-actions to learn more.
Implements
Inherited Members
Namespace: Google.Apis.DLP.v2.Data
Assembly: Google.Apis.DLP.v2.dll
Syntax
public class GooglePrivacyDlpV2Action : IDirectResponseSchema
Properties
Deidentify
Create a de-identified copy of the input data.
Declaration
[JsonProperty("deidentify")]
public virtual GooglePrivacyDlpV2Deidentify Deidentify { get; set; }
Property Value
Type | Description |
---|---|
GooglePrivacyDlpV2Deidentify |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
JobNotificationEmails
Sends an email when the job completes. The email goes to IAM project owners and technical Essential Contacts.
Declaration
[JsonProperty("jobNotificationEmails")]
public virtual GooglePrivacyDlpV2JobNotificationEmails JobNotificationEmails { get; set; }
Property Value
Type | Description |
---|---|
GooglePrivacyDlpV2JobNotificationEmails |
PubSub
Publish a notification to a Pub/Sub topic.
Declaration
[JsonProperty("pubSub")]
public virtual GooglePrivacyDlpV2PublishToPubSub PubSub { get; set; }
Property Value
Type | Description |
---|---|
GooglePrivacyDlpV2PublishToPubSub |
PublishFindingsToCloudDataCatalog
Publish findings to Cloud Datahub.
Declaration
[JsonProperty("publishFindingsToCloudDataCatalog")]
public virtual GooglePrivacyDlpV2PublishFindingsToCloudDataCatalog PublishFindingsToCloudDataCatalog { get; set; }
Property Value
Type | Description |
---|---|
GooglePrivacyDlpV2PublishFindingsToCloudDataCatalog |
PublishSummaryToCscc
Publish summary to Cloud Security Command Center (Alpha).
Declaration
[JsonProperty("publishSummaryToCscc")]
public virtual GooglePrivacyDlpV2PublishSummaryToCscc PublishSummaryToCscc { get; set; }
Property Value
Type | Description |
---|---|
GooglePrivacyDlpV2PublishSummaryToCscc |
PublishToStackdriver
Enable Stackdriver metric dlp.googleapis.com/finding_count.
Declaration
[JsonProperty("publishToStackdriver")]
public virtual GooglePrivacyDlpV2PublishToStackdriver PublishToStackdriver { get; set; }
Property Value
Type | Description |
---|---|
GooglePrivacyDlpV2PublishToStackdriver |
SaveFindings
Save resulting findings in a provided location.
Declaration
[JsonProperty("saveFindings")]
public virtual GooglePrivacyDlpV2SaveFindings SaveFindings { get; set; }
Property Value
Type | Description |
---|---|
GooglePrivacyDlpV2SaveFindings |