Google Cloud Data Loss Prevention v2 API - Class StoredInfoTypeConfig (4.8.0)

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

Reference documentation and code samples for the Google Cloud Data Loss Prevention v2 API class StoredInfoTypeConfig.

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.

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
CustomInfoTypeTypesDictionary

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
CustomInfoTypeTypesRegex

TypeCase

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