Google Cloud Asset V1 Client - Class ActionType (1.11.3)

Reference documentation and code samples for the Google Cloud Asset V1 Client class ActionType.

Allow or deny type.

Protobuf type google.cloud.asset.v1.AnalyzerOrgPolicyConstraint.CustomConstraint.ActionType

Methods

name

Parameter
NameDescription
value mixed

value

Parameter
NameDescription
name mixed

Constants

ACTION_TYPE_UNSPECIFIED

Value: 0

Unspecified. Will results in user error.

Generated from protobuf enum ACTION_TYPE_UNSPECIFIED = 0;

ALLOW

Value: 1

Allowed action type.

Generated from protobuf enum ALLOW = 1;

DENY

Value: 2

Deny action type.

Generated from protobuf enum DENY = 2;