public sealed class DataProfileAction : IMessage<DataProfileAction>, IEquatable<DataProfileAction>, IDeepCloneable<DataProfileAction>, IBufferMessage, IMessage
Reference 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 |
PublishToChronicle
public DataProfileAction.Types.PublishToChronicle PublishToChronicle { get; set; }
Publishes generated data profiles to Google Security Operations. For more information, see Use Sensitive Data Protection data in context-aware analytics.
Property Value | |
---|---|
Type | Description |
DataProfileActionTypesPublishToChronicle |
PublishToScc
public DataProfileAction.Types.PublishToSecurityCommandCenter PublishToScc { get; set; }
Publishes findings to SCC for each data profile.
Property Value | |
---|---|
Type | Description |
DataProfileActionTypesPublishToSecurityCommandCenter |
TagResources
public DataProfileAction.Types.TagResources TagResources { get; set; }
Tags the profiled resources with the specified tag values.
Property Value | |
---|---|
Type | Description |
DataProfileActionTypesTagResources |