Class GooglePrivacyDlpV2InfoType
Type of information detected by the API.
Implements
Inherited Members
Namespace: Google.Apis.DLP.v2.Data
Assembly: Google.Apis.DLP.v2.dll
Syntax
public class GooglePrivacyDlpV2InfoType : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Name
Name of the information type. Either a name of your choosing when creating a CustomInfoType, or one of the
names listed at https://cloud.google.com/sensitive-data-protection/docs/infotypes-reference when specifying
a built-in type. When sending Cloud DLP results to Data Catalog, infoType names should conform to the
pattern [A-Za-z0-9$_-]{1,64}
.
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type | Description |
---|---|
string |
SensitivityScore
Optional custom sensitivity for this InfoType. This only applies to data profiling.
Declaration
[JsonProperty("sensitivityScore")]
public virtual GooglePrivacyDlpV2SensitivityScore SensitivityScore { get; set; }
Property Value
Type | Description |
---|---|
GooglePrivacyDlpV2SensitivityScore |
Version
Optional version name for this InfoType.
Declaration
[JsonProperty("version")]
public virtual string Version { get; set; }
Property Value
Type | Description |
---|---|
string |