public sealed class StoredInfoTypeConfig : IMessage<StoredInfoTypeConfig>, IEquatable<StoredInfoTypeConfig>, IDeepCloneable<StoredInfoTypeConfig>, IBufferMessage, IMessageConfiguration for stored infoTypes. All fields and subfield are provided by the user. For more information, see https://cloud.google.com/dlp/docs/creating-custom-infotypes.
Implements
IMessage<StoredInfoTypeConfig>, IEquatable<StoredInfoTypeConfig>, IDeepCloneable<StoredInfoTypeConfig>, IBufferMessage, IMessageNamespace
Google.Cloud.Dlp.V2Assembly
Google.Cloud.Dlp.V2.dll
Constructors
StoredInfoTypeConfig()
public StoredInfoTypeConfig()StoredInfoTypeConfig(StoredInfoTypeConfig)
public StoredInfoTypeConfig(StoredInfoTypeConfig other)| Parameter | |
|---|---|
| Name | Description |
other |
StoredInfoTypeConfig |
Properties
Description
public string Description { get; set; }Description of the StoredInfoType (max 256 characters).
| Property Value | |
|---|---|
| Type | Description |
String |
|
Dictionary
public CustomInfoType.Types.Dictionary Dictionary { get; set; }Store dictionary-based CustomInfoType.
| Property Value | |
|---|---|
| Type | Description |
CustomInfoType.Types.Dictionary |
|
DisplayName
public string DisplayName { get; set; }Display name of the StoredInfoType (max 256 characters).
| Property Value | |
|---|---|
| Type | Description |
String |
|
LargeCustomDictionary
public LargeCustomDictionaryConfig LargeCustomDictionary { get; set; }StoredInfoType where findings are defined by a dictionary of phrases.
| Property Value | |
|---|---|
| Type | Description |
LargeCustomDictionaryConfig |
|
Regex
public CustomInfoType.Types.Regex Regex { get; set; }Store regular expression-based StoredInfoType.
| Property Value | |
|---|---|
| Type | Description |
CustomInfoType.Types.Regex |
|
TypeCase
public StoredInfoTypeConfig.TypeOneofCase TypeCase { get; }| Property Value | |
|---|---|
| Type | Description |
StoredInfoTypeConfig.TypeOneofCase |
|