Google Cloud Security Compliance V1 Client - Class RuleActionType (0.1.0)

Reference documentation and code samples for the Google Cloud Security Compliance V1 Client class RuleActionType.

The action type of the rule.

Protobuf type google.cloud.cloudsecuritycompliance.v1.RuleActionType

Namespace

Google \ Cloud \ CloudSecurityCompliance \ V1

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

RULE_ACTION_TYPE_UNSPECIFIED

Value: 0

Default value. This value is unused.

Generated from protobuf enum RULE_ACTION_TYPE_UNSPECIFIED = 0;

RULE_ACTION_TYPE_PREVENTIVE

Value: 1

Preventative action type.

Generated from protobuf enum RULE_ACTION_TYPE_PREVENTIVE = 1;

RULE_ACTION_TYPE_DETECTIVE

Value: 2

Detective action type.

Generated from protobuf enum RULE_ACTION_TYPE_DETECTIVE = 2;

RULE_ACTION_TYPE_AUDIT

Value: 3

Audit action type.

Generated from protobuf enum RULE_ACTION_TYPE_AUDIT = 3;