Enum SecurityResult.Association.AssociationType (0.3.0)

public enum SecurityResult.Association.AssociationType extends Enum<SecurityResult.Association.AssociationType> implements ProtocolMessageEnum

Represents different possible Association types. Can be threat or malware. Used to represent Mandiant threat intelligence.

Protobuf enum google.backstory.SecurityResult.Association.AssociationType

Implements

ProtocolMessageEnum

Static Fields

Name Description
ASSOCIATION_TYPE_UNSPECIFIED

The default Association Type.

ASSOCIATION_TYPE_UNSPECIFIED = 0;

ASSOCIATION_TYPE_UNSPECIFIED_VALUE

The default Association Type.

ASSOCIATION_TYPE_UNSPECIFIED = 0;

MALWARE

Association type Malware.

MALWARE = 2;

MALWARE_VALUE

Association type Malware.

MALWARE = 2;

SOFTWARE_TOOLKIT

Association type Software toolkit.

SOFTWARE_TOOLKIT = 3;

SOFTWARE_TOOLKIT_VALUE

Association type Software toolkit.

SOFTWARE_TOOLKIT = 3;

THREAT_ACTOR

Association type Threat actor.

THREAT_ACTOR = 1;

THREAT_ACTOR_VALUE

Association type Threat actor.

THREAT_ACTOR = 1;

UNRECOGNIZED

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()