public enum Collection.CollectionType extends Enum<Collection.CollectionType> implements ProtocolMessageEnumThe type of the collection which will indicate which other fields are relevant. For example, detection finding collections will populate the detection field. Findings that evolve into investigations will populate the investigation field.
Protobuf enum google.backstory.Collection.CollectionType
Implements
ProtocolMessageEnumStatic Fields |
|
|---|---|
| Name | Description |
COLLECTION_TYPE_UNSPECIFIED |
An unspecified collection type. |
COLLECTION_TYPE_UNSPECIFIED_VALUE |
An unspecified collection type. |
GCTI_FINDING |
A finding from the Uppercase team. |
GCTI_FINDING_VALUE |
A finding from the Uppercase team. |
MACHINE_INTELLIGENCE_ALERT |
An alert generated by Chronicle machine learning models. |
MACHINE_INTELLIGENCE_ALERT_VALUE |
An alert generated by Chronicle machine learning models. |
RULE_DETECTION |
A detection found by applying a rule. |
RULE_DETECTION_VALUE |
A detection found by applying a rule. |
SOAR_ALERT |
An alert coming from other SIEMs via Chronicle SOAR. |
SOAR_ALERT_VALUE |
An alert coming from other SIEMs via Chronicle SOAR. |
TELEMETRY_ALERT |
An alert reported in customer telemetry. |
TELEMETRY_ALERT_VALUE |
An alert reported in customer telemetry. |
UNRECOGNIZED |
|
UPPERCASE_ALERT |
|
UPPERCASE_ALERT_VALUE |
|
Static Methods |
|
|---|---|
| Name | Description |
forNumber(int value) |
|
getDescriptor() |
|
internalGetValueMap() |
|
valueOf(Descriptors.EnumValueDescriptor desc) |
|
valueOf(int value) |
Deprecated. Use #forNumber(int) instead. |
valueOf(String name) |
|
values() |
|
Methods |
|
|---|---|
| Name | Description |
getDescriptorForType() |
|
getNumber() |
|
getValueDescriptor() |
|