Google Cloud Security Command Center V1 Client - Class Impact (1.14.2)

Reference documentation and code samples for the Google Cloud Security Command Center 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.securitycenter.v1.Cvssv3.Impact

Methods

name

Parameter
NameDescription
value mixed

value

Parameter
NameDescription
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;