Reference documentation and code samples for the Google Cloud Security Command Center V1 Client class State.
This enum defines the various states an AttackExposure can be in.
Protobuf type google.cloud.securitycenter.v1.AttackExposure.State
Namespace
Google \ Cloud \ SecurityCenter \ V1 \ AttackExposureMethods
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;