GooglePrivacyDlpV2DataProfileAction class
A task to execute when a data profile has been generated.
Constructors
- GooglePrivacyDlpV2DataProfileAction.new({GooglePrivacyDlpV2Export? exportData, GooglePrivacyDlpV2PubSubNotification? pubSubNotification, GooglePrivacyDlpV2PublishToChronicle? publishToChronicle, GooglePrivacyDlpV2PublishToSecurityCommandCenter? publishToScc, GooglePrivacyDlpV2TagResources? tagResources})
- GooglePrivacyDlpV2DataProfileAction.fromJson(Map json_)
Properties
- exportData ↔ GooglePrivacyDlpV2Export?
-
Export data profiles into a provided location.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- publishToChronicle ↔ GooglePrivacyDlpV2PublishToChronicle?
-
Publishes generated data profiles to Google Security Operations.
getter/setter pair
- publishToScc ↔ GooglePrivacyDlpV2PublishToSecurityCommandCenter?
-
Publishes findings to Security Command Center for each data profile.
getter/setter pair
- pubSubNotification ↔ GooglePrivacyDlpV2PubSubNotification?
-
Publish a message into the Pub/Sub topic.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- tagResources ↔ GooglePrivacyDlpV2TagResources?
-
Tags the profiled resources with the specified tag values.
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited