Reference documentation and code samples for the Google Cloud Security Command Center V2 Client class Impact.
The Impact metrics capture the effects of a successfully exploited vulnerability on the component that suffers the worst outcome that is most directly and predictably associated with the attack.
Protobuf type google.cloud.securitycenter.v2.Cvssv3.Impact
Namespace
Google \ Cloud \ SecurityCenter \ V2 \ Cvssv3Methods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
IMPACT_UNSPECIFIED
Value: 0
Invalid value.
Generated from protobuf enum IMPACT_UNSPECIFIED = 0;
IMPACT_HIGH
Value: 1
High impact.
Generated from protobuf enum IMPACT_HIGH = 1;
IMPACT_LOW
Value: 2
Low impact.
Generated from protobuf enum IMPACT_LOW = 2;
IMPACT_NONE
Value: 3
No impact.
Generated from protobuf enum IMPACT_NONE = 3;