NotificationReport(mapping=None, *, ignore_unknown_fields=False, **kwargs)
The configuration of notification report post scan action.
Attributes |
|
---|---|
Name | Description |
recipients |
google.cloud.dataplex_v1.types.DataQualitySpec.PostScanActions.Recipients
Required. The recipients who will receive the notification report. |
score_threshold_trigger |
google.cloud.dataplex_v1.types.DataQualitySpec.PostScanActions.ScoreThresholdTrigger
Optional. If set, report will be sent when score threshold is met. |
job_failure_trigger |
google.cloud.dataplex_v1.types.DataQualitySpec.PostScanActions.JobFailureTrigger
Optional. If set, report will be sent when a scan job fails. |
job_end_trigger |
google.cloud.dataplex_v1.types.DataQualitySpec.PostScanActions.JobEndTrigger
Optional. If set, report will be sent when a scan job ends. |