Class GetSEAndBusinessSensitiveTextPatternsListAnswer
Represents the response for a request to retrieve a list of entries from the business sensitive text patterns combined with a list of entries from the SE sensitive text patterns. Inherits common properties from BaseAnswer, such as status codes and error messages, to provide a consistent response structure.
Inherited Members
Namespace: SecureExchangesSDK.Models.Answer
Assembly: SecureExchangesSDK.dll
Syntax
public class GetSEAndBusinessSensitiveTextPatternsListAnswer : BaseAnswer
Constructors
GetSEAndBusinessSensitiveTextPatternsListAnswer()
Declaration
public GetSEAndBusinessSensitiveTextPatternsListAnswer()
Properties
SEAndBusinessSensitiveTextPatternsList
Gets or sets the list of sensitive text patterns entries that combines the business and SE sensitive text patterns. This list can be empty if no entries match the request criteria or if the operation was successful but found no data.
Declaration
public List<SensitiveTextPattern> SEAndBusinessSensitiveTextPatternsList { get; set; }
Property Value
| Type | Description |
|---|---|
| List<SensitiveTextPattern> |