GoogleApi.Dataplex.V1.Model.GoogleCloudDataplexV1DataQualitySpecPostScanActionsNotificationReport (google_api_dataplex v0.21.0)
View SourceThe configuration of notification report post scan action.
Attributes
-
jobEndTrigger(type:GoogleApi.Dataplex.V1.Model.GoogleCloudDataplexV1DataQualitySpecPostScanActionsJobEndTrigger.t, default:nil) - Optional. If set, report will be sent when a scan job ends. -
jobFailureTrigger(type:GoogleApi.Dataplex.V1.Model.GoogleCloudDataplexV1DataQualitySpecPostScanActionsJobFailureTrigger.t, default:nil) - Optional. If set, report will be sent when a scan job fails. -
recipients(type:GoogleApi.Dataplex.V1.Model.GoogleCloudDataplexV1DataQualitySpecPostScanActionsRecipients.t, default:nil) - Required. The recipients who will receive the notification report. -
scoreThresholdTrigger(type:GoogleApi.Dataplex.V1.Model.GoogleCloudDataplexV1DataQualitySpecPostScanActionsScoreThresholdTrigger.t, default:nil) - Optional. If set, report will be sent when score threshold is met.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Dataplex.V1.Model.GoogleCloudDataplexV1DataQualitySpecPostScanActionsNotificationReport{ jobEndTrigger: GoogleApi.Dataplex.V1.Model.GoogleCloudDataplexV1DataQualitySpecPostScanActionsJobEndTrigger.t() | nil, jobFailureTrigger: GoogleApi.Dataplex.V1.Model.GoogleCloudDataplexV1DataQualitySpecPostScanActionsJobFailureTrigger.t() | nil, recipients: GoogleApi.Dataplex.V1.Model.GoogleCloudDataplexV1DataQualitySpecPostScanActionsRecipients.t() | nil, scoreThresholdTrigger: GoogleApi.Dataplex.V1.Model.GoogleCloudDataplexV1DataQualitySpecPostScanActionsScoreThresholdTrigger.t() | nil }