Google Cloud Org Policy V2 Client - Class ActionType (0.6.0)

Reference documentation and code samples for the Google Cloud Org Policy V2 Client class ActionType.

Allow or deny type.

Protobuf type google.cloud.orgpolicy.v2.CustomConstraint.ActionType

Namespace

Google \ Cloud \ OrgPolicy \ V2 \ CustomConstraint

Methods

static::name

Parameter
NameDescription
value mixed

static::value

Parameter
NameDescription
name mixed

Constants

ACTION_TYPE_UNSPECIFIED

Value: 0

Unspecified. Results in an 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;