Class GooglePrivacyDlpV2StoredInfoTypeConfig
Configuration for stored infoTypes. All fields and subfield are provided by the user. For more information, see https://cloud.google.com/sensitive-data-protection/docs/creating-custom-infotypes.
Implements
Inherited Members
Namespace: Google.Apis.DLP.v2.Data
Assembly: Google.Apis.DLP.v2.dll
Syntax
public class GooglePrivacyDlpV2StoredInfoTypeConfig : IDirectResponseSchema
Properties
Description
Description of the StoredInfoType (max 256 characters).
Declaration
[JsonProperty("description")]
public virtual string Description { get; set; }
Property Value
Type | Description |
---|---|
string |
Dictionary
Store dictionary-based CustomInfoType.
Declaration
[JsonProperty("dictionary")]
public virtual GooglePrivacyDlpV2Dictionary Dictionary { get; set; }
Property Value
Type | Description |
---|---|
GooglePrivacyDlpV2Dictionary |
DisplayName
Display name of the StoredInfoType (max 256 characters).
Declaration
[JsonProperty("displayName")]
public virtual string DisplayName { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
LargeCustomDictionary
StoredInfoType where findings are defined by a dictionary of phrases.
Declaration
[JsonProperty("largeCustomDictionary")]
public virtual GooglePrivacyDlpV2LargeCustomDictionaryConfig LargeCustomDictionary { get; set; }
Property Value
Type | Description |
---|---|
GooglePrivacyDlpV2LargeCustomDictionaryConfig |
Regex
Store regular expression-based StoredInfoType.
Declaration
[JsonProperty("regex")]
public virtual GooglePrivacyDlpV2Regex Regex { get; set; }
Property Value
Type | Description |
---|---|
GooglePrivacyDlpV2Regex |