Show / Hide Table of Contents

Class GooglePrivacyDlpV2AdjustmentRule

Rule that specifies conditions when a certain infoType's finding details should be adjusted.

Inheritance
object
GooglePrivacyDlpV2AdjustmentRule
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.DLP.v2.Data
Assembly: Google.Apis.DLP.v2.dll
Syntax
public class GooglePrivacyDlpV2AdjustmentRule : IDirectResponseSchema

Properties

AdjustByImageFindings

AdjustmentRule condition for image findings.

Declaration
[JsonProperty("adjustByImageFindings")]
public virtual GooglePrivacyDlpV2AdjustByImageFindings AdjustByImageFindings { get; set; }
Property Value
Type Description
GooglePrivacyDlpV2AdjustByImageFindings

AdjustByMatchingInfoTypes

Set of infoTypes for which findings would affect this rule.

Declaration
[JsonProperty("adjustByMatchingInfoTypes")]
public virtual GooglePrivacyDlpV2AdjustByMatchingInfoTypes AdjustByMatchingInfoTypes { get; set; }
Property Value
Type Description
GooglePrivacyDlpV2AdjustByMatchingInfoTypes

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

LikelihoodAdjustment

Likelihood adjustment to apply to the infoType.

Declaration
[JsonProperty("likelihoodAdjustment")]
public virtual GooglePrivacyDlpV2LikelihoodAdjustment LikelihoodAdjustment { get; set; }
Property Value
Type Description
GooglePrivacyDlpV2LikelihoodAdjustment

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX