Reference documentation and code samples for the Google Cloud OsConfig V1 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.osconfig.v1.CVSSv3.Impact
Namespace
Google \ Cloud \ OsConfig \ V1 \ CVSSv3Methods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
IMPACT_UNSPECIFIED
Value: 0Invalid value.
Generated from protobuf enum IMPACT_UNSPECIFIED = 0;
IMPACT_HIGH
Value: 1High impact.
Generated from protobuf enum IMPACT_HIGH = 1;
IMPACT_LOW
Value: 2Low impact.
Generated from protobuf enum IMPACT_LOW = 2;
IMPACT_NONE
Value: 3No impact.
Generated from protobuf enum IMPACT_NONE = 3;