public sealed class DataProfileAction : IMessage<DataProfileAction>, IEquatable<DataProfileAction>, IDeepCloneable<DataProfileAction>, IBufferMessage, IMessageReference documentation and code samples for the Google Cloud Data Loss Prevention v2 API class DataProfileAction.
A task to execute when a data profile has been generated.
Implements
IMessageDataProfileAction, IEquatableDataProfileAction, IDeepCloneableDataProfileAction, IBufferMessage, IMessageNamespace
Google.Cloud.Dlp.V2Assembly
Google.Cloud.Dlp.V2.dll
Constructors
DataProfileAction()
public DataProfileAction()DataProfileAction(DataProfileAction)
public DataProfileAction(DataProfileAction other)| Parameter | |
|---|---|
| Name | Description |
other |
DataProfileAction |
Properties
ActionCase
public DataProfileAction.ActionOneofCase ActionCase { get; }| Property Value | |
|---|---|
| Type | Description |
DataProfileActionActionOneofCase |
|
ExportData
public DataProfileAction.Types.Export ExportData { get; set; }Export data profiles into a provided location.
| Property Value | |
|---|---|
| Type | Description |
DataProfileActionTypesExport |
|
PubSubNotification
public DataProfileAction.Types.PubSubNotification PubSubNotification { get; set; }Publish a message into the Pub/Sub topic.
| Property Value | |
|---|---|
| Type | Description |
DataProfileActionTypesPubSubNotification |
|
TagResources
public DataProfileAction.Types.TagResources TagResources { get; set; }Tags the profiled resources with the specified tag values.
| Property Value | |
|---|---|
| Type | Description |
DataProfileActionTypesTagResources |
|