Class SensitiveTextPattern
Currently, this class contains only content, but eventually, it could include a percentage of occurrence. It might also contain other data that will aid in decision-making.
Inherited Members
Namespace: SecureExchangesSDK.Models.Transport
Assembly: SecureExchangesSDK.dll
Syntax
public class SensitiveTextPattern
Properties
Content
Gets or sets the content associated with the sensitive text pattern entry. This content can be used as the primary key for searches or matches in various business operations.
Declaration
public string Content { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ID
Gets or sets the unique identifier for the sensitive text pattern entry. This identifier ensures that each entry is unique and can be referenced precisely.
Declaration
public Guid ID { get; set; }
Property Value
| Type | Description |
|---|---|
| Guid |
SensitiveTextPatternType
Gets or sets the type of the sensitive text pattern entry. This type determines how the content is interpreted and used within the business operations, for example, whether it is treated as plain text or a regex pattern.
Declaration
public SensitiveTextPatternType SensitiveTextPatternType { get; set; }
Property Value
| Type | Description |
|---|---|
| SensitiveTextPatternType |