Google Cloud Security Command Center V1 Client - Class UserInteraction (1.14.2)

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

Methods

name

Parameter
NameDescription
value mixed

value

Parameter
NameDescription
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;