Class GooglePrivacyDlpV2CustomInfoType
Custom information type provided by the user. Used to find domain-specific sensitive information configurable to the data in question.
Implements
Inherited Members
Namespace: Google.Apis.DLP.v2.Data
Assembly: Google.Apis.DLP.v2.dll
Syntax
public class GooglePrivacyDlpV2CustomInfoType : IDirectResponseSchema
Properties
DetectionRules
Set of detection rules to apply to all findings of this CustomInfoType. Rules are applied in order that they
are specified. Not supported for the surrogate_type
CustomInfoType.
Declaration
[JsonProperty("detectionRules")]
public virtual IList<GooglePrivacyDlpV2DetectionRule> DetectionRules { get; set; }
Property Value
Type | Description |
---|---|
IList<GooglePrivacyDlpV2DetectionRule> |
Dictionary
A list of phrases to detect as a CustomInfoType.
Declaration
[JsonProperty("dictionary")]
public virtual GooglePrivacyDlpV2Dictionary Dictionary { get; set; }
Property Value
Type | Description |
---|---|
GooglePrivacyDlpV2Dictionary |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
ExclusionType
If set to EXCLUSION_TYPE_EXCLUDE this infoType will not cause a finding to be returned. It still can be used for rules matching.
Declaration
[JsonProperty("exclusionType")]
public virtual string ExclusionType { get; set; }
Property Value
Type | Description |
---|---|
string |
InfoType
CustomInfoType can either be a new infoType, or an extension of built-in infoType, when the name matches one
of existing infoTypes and that infoType is specified in InspectContent.info_types
field. Specifying the
latter adds findings to the one detected by the system. If built-in info type is not specified in
InspectContent.info_types
list then the name is treated as a custom info type.
Declaration
[JsonProperty("infoType")]
public virtual GooglePrivacyDlpV2InfoType InfoType { get; set; }
Property Value
Type | Description |
---|---|
GooglePrivacyDlpV2InfoType |
Likelihood
Likelihood to return for this CustomInfoType. This base value can be altered by a detection rule if the
finding meets the criteria specified by the rule. Defaults to VERY_LIKELY
if not specified.
Declaration
[JsonProperty("likelihood")]
public virtual string Likelihood { get; set; }
Property Value
Type | Description |
---|---|
string |
Regex
Regular expression based CustomInfoType.
Declaration
[JsonProperty("regex")]
public virtual GooglePrivacyDlpV2Regex Regex { get; set; }
Property Value
Type | Description |
---|---|
GooglePrivacyDlpV2Regex |
SensitivityScore
Sensitivity for this CustomInfoType. If this CustomInfoType extends an existing InfoType, the sensitivity here will take precedence over that of the original InfoType. If unset for a CustomInfoType, it will default to HIGH. This only applies to data profiling.
Declaration
[JsonProperty("sensitivityScore")]
public virtual GooglePrivacyDlpV2SensitivityScore SensitivityScore { get; set; }
Property Value
Type | Description |
---|---|
GooglePrivacyDlpV2SensitivityScore |
StoredType
Load an existing StoredInfoType
resource for use in InspectDataSource
. Not currently supported in
InspectContent
.
Declaration
[JsonProperty("storedType")]
public virtual GooglePrivacyDlpV2StoredType StoredType { get; set; }
Property Value
Type | Description |
---|---|
GooglePrivacyDlpV2StoredType |
SurrogateType
Message for detecting output from deidentification transformations that support reversing.
Declaration
[JsonProperty("surrogateType")]
public virtual GooglePrivacyDlpV2SurrogateType SurrogateType { get; set; }
Property Value
Type | Description |
---|---|
GooglePrivacyDlpV2SurrogateType |