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
Namespace
Google \ Cloud \ OsConfig \ V1 \ CVSSv3Methods
static::name
value
mixed
static::value
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;