View Source GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2DataProfileAction (google_api_dlp v0.52.3)
A task to execute when a data profile has been generated.
Attributes
-
exportData
(type:GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2Export.t
, default:nil
) - Export data profiles into a provided location. -
pubSubNotification
(type:GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2PubSubNotification.t
, default:nil
) - Publish a message into the Pub/Sub topic. -
publishToChronicle
(type:GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2PublishToChronicle.t
, default:nil
) - Publishes generated data profiles to Google Security Operations. For more information, see Use Sensitive Data Protection data in context-aware analytics. -
publishToScc
(type:GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2PublishToSecurityCommandCenter.t
, default:nil
) - Publishes findings to Security Command Center for each data profile. -
tagResources
(type:GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2TagResources.t
, default:nil
) - Tags the profiled resources with the specified tag values.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2DataProfileAction{ exportData: GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2Export.t() | nil, pubSubNotification: GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2PubSubNotification.t() | nil, publishToChronicle: GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2PublishToChronicle.t() | nil, publishToScc: GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2PublishToSecurityCommandCenter.t() | nil, tagResources: GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2TagResources.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.