Show / Hide Table of Contents

Class GooglePrivacyDlpV2DataProfileAction

A task to execute when a data profile has been generated.

Inheritance
object
GooglePrivacyDlpV2DataProfileAction
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 GooglePrivacyDlpV2DataProfileAction : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

ExportData

Export data profiles into a provided location.

Declaration
[JsonProperty("exportData")]
public virtual GooglePrivacyDlpV2Export ExportData { get; set; }
Property Value
Type Description
GooglePrivacyDlpV2Export

PubSubNotification

Publish a message into the Pub/Sub topic.

Declaration
[JsonProperty("pubSubNotification")]
public virtual GooglePrivacyDlpV2PubSubNotification PubSubNotification { get; set; }
Property Value
Type Description
GooglePrivacyDlpV2PubSubNotification

PublishToChronicle

Publishes generated data profiles to Google Security Operations. For more information, see Use Sensitive Data Protection data in context-aware analytics.

Declaration
[JsonProperty("publishToChronicle")]
public virtual GooglePrivacyDlpV2PublishToChronicle PublishToChronicle { get; set; }
Property Value
Type Description
GooglePrivacyDlpV2PublishToChronicle

PublishToScc

Publishes findings to Security Command Center for each data profile.

Declaration
[JsonProperty("publishToScc")]
public virtual GooglePrivacyDlpV2PublishToSecurityCommandCenter PublishToScc { get; set; }
Property Value
Type Description
GooglePrivacyDlpV2PublishToSecurityCommandCenter

TagResources

Tags the profiled resources with the specified tag values.

Declaration
[JsonProperty("tagResources")]
public virtual GooglePrivacyDlpV2TagResources TagResources { get; set; }
Property Value
Type Description
GooglePrivacyDlpV2TagResources

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX