public enum ReferenceListSyntaxTypeReference documentation and code samples for the Chronicle v1 API enum ReferenceListSyntaxType.
The syntax type indicating how list entries should be validated.
Namespace
Google.Cloud.Chronicle.V1Assembly
Google.Cloud.Chronicle.V1.dll
Fields |
|
|---|---|
| Name | Description |
Cidr |
List contains only CIDR patterns. |
PlainTextString |
List contains plain text patterns. |
Regex |
List contains only Regular Expression patterns. |
Unspecified |
Defaults to REFERENCE_LIST_SYNTAX_TYPE_PLAIN_TEXT_STRING. |