Google Cloud Data Loss Prevention v2 API - Class CustomInfoType.Types.MetadataKeyValueExpression (4.23.0)

public sealed class CustomInfoType.Types.MetadataKeyValueExpression : IMessage<CustomInfoType.Types.MetadataKeyValueExpression>, IEquatable<CustomInfoType.Types.MetadataKeyValueExpression>, IDeepCloneable<CustomInfoType.Types.MetadataKeyValueExpression>, IBufferMessage, IMessage

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

Configuration for a custom infoType that detects key-value pairs in the metadata matching the specified regular expressions.

Inheritance

object > CustomInfoType.Types.MetadataKeyValueExpression

Namespace

Google.Cloud.Dlp.V2

Assembly

Google.Cloud.Dlp.V2.dll

Constructors

MetadataKeyValueExpression()

public MetadataKeyValueExpression()

MetadataKeyValueExpression(MetadataKeyValueExpression)

public MetadataKeyValueExpression(CustomInfoType.Types.MetadataKeyValueExpression other)
Parameter
Name Description
other CustomInfoTypeTypesMetadataKeyValueExpression

Properties

KeyRegex

public string KeyRegex { get; set; }

The regular expression for the key. Key should be non-empty.

Property Value
Type Description
string

ValueRegex

public string ValueRegex { get; set; }

The regular expression for the value. Value should be non-empty.

Property Value
Type Description
string