public sealed class AdjustmentRule : IMessage<AdjustmentRule>, IEquatable<AdjustmentRule>, IDeepCloneable<AdjustmentRule>, IBufferMessage, IMessageReference documentation and code samples for the Google Cloud Data Loss Prevention v2 API class AdjustmentRule.
Rule that specifies conditions when a certain infoType's finding details should be adjusted.
Implements
IMessageAdjustmentRule, IEquatableAdjustmentRule, IDeepCloneableAdjustmentRule, IBufferMessage, IMessageNamespace
Google.Cloud.Dlp.V2Assembly
Google.Cloud.Dlp.V2.dll
Constructors
AdjustmentRule()
public AdjustmentRule()AdjustmentRule(AdjustmentRule)
public AdjustmentRule(AdjustmentRule other)| Parameter | |
|---|---|
| Name | Description |
other |
AdjustmentRule |
Properties
AdjustByImageFindings
public AdjustByImageFindings AdjustByImageFindings { get; set; }AdjustmentRule condition for image findings.
| Property Value | |
|---|---|
| Type | Description |
AdjustByImageFindings |
|
AdjustByMatchingInfoTypes
public AdjustByMatchingInfoTypes AdjustByMatchingInfoTypes { get; set; }Set of infoTypes for which findings would affect this rule.
| Property Value | |
|---|---|
| Type | Description |
AdjustByMatchingInfoTypes |
|
ConditionsCase
public AdjustmentRule.ConditionsOneofCase ConditionsCase { get; }| Property Value | |
|---|---|
| Type | Description |
AdjustmentRuleConditionsOneofCase |
|
LikelihoodAdjustment
public CustomInfoType.Types.DetectionRule.Types.LikelihoodAdjustment LikelihoodAdjustment { get; set; }Likelihood adjustment to apply to the infoType.
| Property Value | |
|---|---|
| Type | Description |
CustomInfoTypeTypesDetectionRuleTypesLikelihoodAdjustment |
|