Class GoogleCloudDataplexV1DataQualitySpecPostScanActionsNotificationReport
The configuration of notification report post scan action.
Implements
Inherited Members
Namespace: Google.Apis.CloudDataplex.v1.Data
Assembly: Google.Apis.CloudDataplex.v1.dll
Syntax
public class GoogleCloudDataplexV1DataQualitySpecPostScanActionsNotificationReport : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
JobEndTrigger
Optional. If set, report will be sent when a scan job ends.
Declaration
[JsonProperty("jobEndTrigger")]
public virtual GoogleCloudDataplexV1DataQualitySpecPostScanActionsJobEndTrigger JobEndTrigger { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudDataplexV1DataQualitySpecPostScanActionsJobEndTrigger |
JobFailureTrigger
Optional. If set, report will be sent when a scan job fails.
Declaration
[JsonProperty("jobFailureTrigger")]
public virtual GoogleCloudDataplexV1DataQualitySpecPostScanActionsJobFailureTrigger JobFailureTrigger { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudDataplexV1DataQualitySpecPostScanActionsJobFailureTrigger |
Recipients
Required. The recipients who will receive the notification report.
Declaration
[JsonProperty("recipients")]
public virtual GoogleCloudDataplexV1DataQualitySpecPostScanActionsRecipients Recipients { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudDataplexV1DataQualitySpecPostScanActionsRecipients |
ScoreThresholdTrigger
Optional. If set, report will be sent when score threshold is met.
Declaration
[JsonProperty("scoreThresholdTrigger")]
public virtual GoogleCloudDataplexV1DataQualitySpecPostScanActionsScoreThresholdTrigger ScoreThresholdTrigger { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudDataplexV1DataQualitySpecPostScanActionsScoreThresholdTrigger |