public sealed class InspectConfig.Types.FindingLimits.Types.InfoTypeLimit : IMessage<InspectConfig.Types.FindingLimits.Types.InfoTypeLimit>, IEquatable<InspectConfig.Types.FindingLimits.Types.InfoTypeLimit>, IDeepCloneable<InspectConfig.Types.FindingLimits.Types.InfoTypeLimit>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Data Loss Prevention v2 API class InspectConfig.Types.FindingLimits.Types.InfoTypeLimit.
Max findings configuration per infoType, per content item or long running DlpJob.
Implements
IMessageInspectConfigTypesFindingLimitsTypesInfoTypeLimit, IEquatableInspectConfigTypesFindingLimitsTypesInfoTypeLimit, IDeepCloneableInspectConfigTypesFindingLimitsTypesInfoTypeLimit, IBufferMessage, IMessageNamespace
Google.Cloud.Dlp.V2Assembly
Google.Cloud.Dlp.V2.dll
Constructors
InfoTypeLimit()
public InfoTypeLimit()
InfoTypeLimit(InfoTypeLimit)
public InfoTypeLimit(InspectConfig.Types.FindingLimits.Types.InfoTypeLimit other)
Parameter | |
---|---|
Name | Description |
other |
InspectConfigTypesFindingLimitsTypesInfoTypeLimit |
Properties
InfoType
public InfoType InfoType { get; set; }
Type of information the findings limit applies to. Only one limit per info_type should be provided. If InfoTypeLimit does not have an info_type, the DLP API applies the limit against all info_types that are found but not specified in another InfoTypeLimit.
Property Value | |
---|---|
Type | Description |
InfoType |
MaxFindings
public int MaxFindings { get; set; }
Max findings limit for the given infoType.
Property Value | |
---|---|
Type | Description |
int |