Google Cloud OsConfig V1 Client - Class Scope (1.0.5)

Reference documentation and code samples for the Google Cloud OsConfig V1 Client class Scope.

The Scope metric captures whether a vulnerability in one vulnerable component impacts resources in components beyond its security scope.

Protobuf type google.cloud.osconfig.v1.CVSSv3.Scope

Methods

name

Parameter
Name Description
value mixed

value

Parameter
Name Description
name mixed

Constants

SCOPE_UNSPECIFIED

Value: 0

Invalid value.

Generated from protobuf enum SCOPE_UNSPECIFIED = 0;

SCOPE_UNCHANGED

Value: 1

An exploited vulnerability can only affect resources managed by the same security authority.

Generated from protobuf enum SCOPE_UNCHANGED = 1;

SCOPE_CHANGED

Value: 2

An exploited vulnerability can affect resources beyond the security scope managed by the security authority of the vulnerable component.

Generated from protobuf enum SCOPE_CHANGED = 2;