Chronicle v1 API - Enum ReferenceListSyntaxType (1.0.0-beta02)

public enum ReferenceListSyntaxType

Reference 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.V1

Assembly

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.