Class ReferenceList (0.6.0)

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

A reference list. Reference lists are user-defined lists of values which users can use in multiple Rules.

Attributes

Name Description
name str
Identifier. The resource name of the reference list. Format: projects/{project}/locations/{location}/instances/{instance}/referenceLists/{reference_list}
display_name str
Output only. The unique display name of the reference list.
revision_create_time google.protobuf.timestamp_pb2.Timestamp
Output only. The timestamp when the reference list was last updated.
description str
Required. A user-provided description of the reference list.
entries MutableSequence[google.cloud.chronicle_v1.types.ReferenceListEntry]
Required. The entries of the reference list. When listed, they are returned in the order that was specified at creation or update. The combined size of the values of the reference list may not exceed 6MB. This is returned only when the view is REFERENCE_LIST_VIEW_FULL.
rules MutableSequence[str]
Output only. The resource names for the associated self-authored Rules that use this reference list. This is returned only when the view is REFERENCE_LIST_VIEW_FULL.
syntax_type google.cloud.chronicle_v1.types.ReferenceListSyntaxType
Required. The syntax type indicating how list entries should be validated.
rule_associations_count int
Output only. The count of self-authored rules using the reference list.
scope_info google.cloud.chronicle_v1.types.ScopeInfo
The scope info of the reference list. During reference list creation, if this field is not set, the reference list without scopes (an unscoped list) will be created for an unscoped user. For a scoped user, this field must be set. During reference list update, if scope_info is requested to be updated, this field must be set.