Class GooglePrivacyDlpV2AdjustmentRule
Rule that specifies conditions when a certain infoType's finding details should be adjusted.
Implements
Inherited Members
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 |