Google Cloud Security Command Center V2 Client - Class NodeType (1.28.1)

Reference documentation and code samples for the Google Cloud Security Command Center V2 Client class NodeType.

The type of the incoming attack step node.

Protobuf type google.cloud.securitycenter.v2.AttackPath.AttackPathNode.NodeType

Namespace

Google \ Cloud \ SecurityCenter \ V2 \ AttackPath \ AttackPathNode

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

NODE_TYPE_UNSPECIFIED

Value: 0

Type not specified

Generated from protobuf enum NODE_TYPE_UNSPECIFIED = 0;

NODE_TYPE_AND

Value: 1

Incoming edge joined with AND

Generated from protobuf enum NODE_TYPE_AND = 1;

NODE_TYPE_OR

Value: 2

Incoming edge joined with OR

Generated from protobuf enum NODE_TYPE_OR = 2;

NODE_TYPE_DEFENSE

Value: 3

Incoming edge is defense

Generated from protobuf enum NODE_TYPE_DEFENSE = 3;

NODE_TYPE_ATTACKER

Value: 4

Incoming edge is attacker

Generated from protobuf enum NODE_TYPE_ATTACKER = 4;