Class MetadataKeyValueExpression (3.35.0)

MetadataKeyValueExpression(mapping=None, *, ignore_unknown_fields=False, **kwargs)

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

Attributes

Name Description
key_regex str
The regular expression for the key. Key should be non-empty.
value_regex str
The regular expression for the value. Value should be non-empty.