Enum Cvssv3.Scope (2.7.1)

public enum Cvssv3.Scope extends Enum<Cvssv3.Scope> implements ProtocolMessageEnum

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

Protobuf enum google.cloud.securitycenter.v1.Cvssv3.Scope

Implements

ProtocolMessageEnum

Static Fields

NameDescription
SCOPE_CHANGED

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

SCOPE_CHANGED = 2;

SCOPE_CHANGED_VALUE

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

SCOPE_CHANGED = 2;

SCOPE_UNCHANGED

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

SCOPE_UNCHANGED = 1;

SCOPE_UNCHANGED_VALUE

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

SCOPE_UNCHANGED = 1;

SCOPE_UNSPECIFIED

Invalid value.

SCOPE_UNSPECIFIED = 0;

SCOPE_UNSPECIFIED_VALUE

Invalid value.

SCOPE_UNSPECIFIED = 0;

UNRECOGNIZED

Static Methods

NameDescription
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

NameDescription
getDescriptorForType()
getNumber()
getValueDescriptor()