Show / Hide Table of Contents

Class GoogleCloudDataplexV1DataQualitySpecPostScanActionsNotificationReport

The configuration of notification report post scan action.

Inheritance
object
GoogleCloudDataplexV1DataQualitySpecPostScanActionsNotificationReport
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX