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

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

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

Replace each input value with a value randomly selected from the dictionary.

Inheritance

object > ReplaceDictionaryConfig

Namespace

Google.Cloud.Dlp.V2

Assembly

Google.Cloud.Dlp.V2.dll

Constructors

ReplaceDictionaryConfig()

public ReplaceDictionaryConfig()

ReplaceDictionaryConfig(ReplaceDictionaryConfig)

public ReplaceDictionaryConfig(ReplaceDictionaryConfig other)
Parameter
NameDescription
otherReplaceDictionaryConfig

Properties

TypeCase

public ReplaceDictionaryConfig.TypeOneofCase TypeCase { get; }
Property Value
TypeDescription
ReplaceDictionaryConfigTypeOneofCase

WordList

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

A list of words to select from for random replacement. The limits page contains details about the size limits of dictionaries.

Property Value
TypeDescription
CustomInfoTypeTypesDictionaryTypesWordList