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