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.RecipientsRequired. The recipients who will receive the notification report. | 
| score_threshold_trigger | google.cloud.dataplex_v1.types.DataQualitySpec.PostScanActions.ScoreThresholdTriggerOptional. If set, report will be sent when score threshold is met. | 
| job_failure_trigger | google.cloud.dataplex_v1.types.DataQualitySpec.PostScanActions.JobFailureTriggerOptional. If set, report will be sent when a scan job fails. | 
| job_end_trigger | google.cloud.dataplex_v1.types.DataQualitySpec.PostScanActions.JobEndTriggerOptional. If set, report will be sent when a scan job ends. |