public sealed class InspectConfig.Types.InfoTypeLikelihood : IMessage<InspectConfig.Types.InfoTypeLikelihood>, IEquatable<InspectConfig.Types.InfoTypeLikelihood>, IDeepCloneable<InspectConfig.Types.InfoTypeLikelihood>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Data Loss Prevention v2 API class InspectConfig.Types.InfoTypeLikelihood.
Configuration for setting a minimum likelihood per infotype. Used to customize the minimum likelihood level for specific infotypes in the request. For example, use this if you want to lower the precision for PERSON_NAME without lowering the precision for the other infotypes in the request.
Implements
IMessageInspectConfigTypesInfoTypeLikelihood, IEquatableInspectConfigTypesInfoTypeLikelihood, IDeepCloneableInspectConfigTypesInfoTypeLikelihood, IBufferMessage, IMessageNamespace
Google.Cloud.Dlp.V2Assembly
Google.Cloud.Dlp.V2.dll
Constructors
InfoTypeLikelihood()
public InfoTypeLikelihood()
InfoTypeLikelihood(InfoTypeLikelihood)
public InfoTypeLikelihood(InspectConfig.Types.InfoTypeLikelihood other)
Parameter | |
---|---|
Name | Description |
other |
InspectConfigTypesInfoTypeLikelihood |
Properties
InfoType
public InfoType InfoType { get; set; }
Type of information the likelihood threshold applies to. Only one likelihood per info_type should be provided. If InfoTypeLikelihood does not have an info_type, the configuration fails.
Property Value | |
---|---|
Type | Description |
InfoType |
MinLikelihood
public Likelihood MinLikelihood { get; set; }
Only returns findings equal to or above this threshold. This field is required or else the configuration fails.
Property Value | |
---|---|
Type | Description |
Likelihood |