Class GooglePrivacyDlpV2DataProfilePubSubMessage
Pub/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.
Implements
Inherited Members
Namespace: Google.Apis.DLP.v2.Data
Assembly: Google.Apis.DLP.v2.dll
Syntax
public class GooglePrivacyDlpV2DataProfilePubSubMessage : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Event__
The event that caused the Pub/Sub message to be sent.
Declaration
[JsonProperty("event")]
public virtual string Event__ { get; set; }
Property Value
Type | Description |
---|---|
string |
FileStoreProfile
If DetailLevel
is FILE_STORE_PROFILE
this will be fully populated. Otherwise, if DetailLevel
is
RESOURCE_NAME
, then only name
and file_store_path
will be populated.
Declaration
[JsonProperty("fileStoreProfile")]
public virtual GooglePrivacyDlpV2FileStoreDataProfile FileStoreProfile { get; set; }
Property Value
Type | Description |
---|---|
GooglePrivacyDlpV2FileStoreDataProfile |
Profile
If DetailLevel
is TABLE_PROFILE
this will be fully populated. Otherwise, if DetailLevel
is
RESOURCE_NAME
, then only name
and full_resource
will be populated.
Declaration
[JsonProperty("profile")]
public virtual GooglePrivacyDlpV2TableDataProfile Profile { get; set; }
Property Value
Type | Description |
---|---|
GooglePrivacyDlpV2TableDataProfile |