Class StoredInfoTypeConfig (4.0.0)

public sealed class StoredInfoTypeConfig : IMessage<StoredInfoTypeConfig>, IEquatable<StoredInfoTypeConfig>, IDeepCloneable<StoredInfoTypeConfig>, IBufferMessage, IMessage

Configuration 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.

Inheritance

Object > StoredInfoTypeConfig

Namespace

Google.Cloud.Dlp.V2

Assembly

Google.Cloud.Dlp.V2.dll

Constructors

StoredInfoTypeConfig()

public StoredInfoTypeConfig()

StoredInfoTypeConfig(StoredInfoTypeConfig)

public StoredInfoTypeConfig(StoredInfoTypeConfig other)
Parameter
NameDescription
otherStoredInfoTypeConfig

Properties

Description

public string Description { get; set; }

Description of the StoredInfoType (max 256 characters).

Property Value
TypeDescription
String

Dictionary

public CustomInfoType.Types.Dictionary Dictionary { get; set; }

Store dictionary-based CustomInfoType.

Property Value
TypeDescription
CustomInfoType.Types.Dictionary

DisplayName

public string DisplayName { get; set; }

Display name of the StoredInfoType (max 256 characters).

Property Value
TypeDescription
String

LargeCustomDictionary

public LargeCustomDictionaryConfig LargeCustomDictionary { get; set; }

StoredInfoType where findings are defined by a dictionary of phrases.

Property Value
TypeDescription
LargeCustomDictionaryConfig

Regex

public CustomInfoType.Types.Regex Regex { get; set; }

Store regular expression-based StoredInfoType.

Property Value
TypeDescription
CustomInfoType.Types.Regex

TypeCase

public StoredInfoTypeConfig.TypeOneofCase TypeCase { get; }
Property Value
TypeDescription
StoredInfoTypeConfig.TypeOneofCase