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 \ AttackExposureMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
STATE_UNSPECIFIED
Value: 0The state is not specified.
Generated from protobuf enum STATE_UNSPECIFIED = 0;
CALCULATED
Value: 1The attack exposure has been calculated.
Generated from protobuf enum CALCULATED = 1;
NOT_CALCULATED
Value: 2The attack exposure has not been calculated.
Generated from protobuf enum NOT_CALCULATED = 2;