Reference documentation and code samples for the Google Cloud Iam V3 Client class Effect.
An effect to describe the access relationship.
Protobuf type google.iam.v3.PrincipalAccessBoundaryPolicyRule.Effect
Namespace
Google \ Cloud \ Iam \ V3 \ PrincipalAccessBoundaryPolicyRuleMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
EFFECT_UNSPECIFIED
Value: 0Effect unspecified.
Generated from protobuf enum EFFECT_UNSPECIFIED = 0;
ALLOW
Value: 1Allows access to the resources in this rule.
Generated from protobuf enum ALLOW = 1;