Show / Hide Table of Contents

Class GooglePrivacyDlpV2InfoTypeLikelihood

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.

Inheritance
object
GooglePrivacyDlpV2InfoTypeLikelihood
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 GooglePrivacyDlpV2InfoTypeLikelihood : IDirectResponseSchema

Properties

ETag

The ETag of the item.

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

InfoType

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.

Declaration
[JsonProperty("infoType")]
public virtual GooglePrivacyDlpV2InfoType InfoType { get; set; }
Property Value
Type Description
GooglePrivacyDlpV2InfoType

MinLikelihood

Only returns findings equal to or above this threshold. This field is required or else the configuration fails.

Declaration
[JsonProperty("minLikelihood")]
public virtual string MinLikelihood { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX