GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2DataProfilePubSubMessage (google_api_dlp v0.54.0)
View SourcePub/Sub topic message for a DataProfileAction.PubSubNotification event. To receive a message of protocol buffer schema type, convert the message data to an object of this proto class.
Attributes
-
event(type:String.t, default:nil) - The event that caused the Pub/Sub message to be sent. -
fileStoreProfile(type:GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2FileStoreDataProfile.t, default:nil) - IfDetailLevelisFILE_STORE_PROFILEthis will be fully populated. Otherwise, ifDetailLevelisRESOURCE_NAME, then onlynameandfile_store_pathwill be populated. -
profile(type:GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2TableDataProfile.t, default:nil) - IfDetailLevelisTABLE_PROFILEthis will be fully populated. Otherwise, ifDetailLevelisRESOURCE_NAME, then onlynameandfull_resourcewill be populated.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2DataProfilePubSubMessage{ event: String.t() | nil, fileStoreProfile: GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2FileStoreDataProfile.t() | nil, profile: GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2TableDataProfile.t() | nil }