Google Cloud OsConfig V1 Client - Class UserInteraction (1.3.5)

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

This metric captures the requirement for a human user, other than the attacker, to participate in the successful compromise of the vulnerable component.

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

Namespace

Google \ Cloud \ OsConfig \ V1 \ CVSSv3

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

USER_INTERACTION_UNSPECIFIED

Value: 0

Invalid value.

Generated from protobuf enum USER_INTERACTION_UNSPECIFIED = 0;

USER_INTERACTION_NONE

Value: 1

The vulnerable system can be exploited without interaction from any user.

Generated from protobuf enum USER_INTERACTION_NONE = 1;

USER_INTERACTION_REQUIRED

Value: 2

Successful exploitation of this vulnerability requires a user to take some action before the vulnerability can be exploited.

Generated from protobuf enum USER_INTERACTION_REQUIRED = 2;