Google Cloud Security Command Center V2 Client - Class State (2.0.0-RC1)

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

This enum defines the various states an AttackExposure can be in.

Protobuf type google.cloud.securitycenter.v2.AttackExposure.State

Namespace

Google \ Cloud \ SecurityCenter \ V2 \ AttackExposure

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

STATE_UNSPECIFIED

Value: 0

The state is not specified.

Generated from protobuf enum STATE_UNSPECIFIED = 0;

CALCULATED

Value: 1

The attack exposure has been calculated.

Generated from protobuf enum CALCULATED = 1;

NOT_CALCULATED

Value: 2

The attack exposure has not been calculated.

Generated from protobuf enum NOT_CALCULATED = 2;