Identity and Access Management (IAM) V3BETA API - Module Google::Iam::V3beta::AccessPolicyRule::Effect (v0.6.0)

Reference documentation and code samples for the Identity and Access Management (IAM) V3BETA API module Google::Iam::V3beta::AccessPolicyRule::Effect.

An effect to describe the access relationship.

Constants

EFFECT_UNSPECIFIED

value: 0
The effect is unspecified.

DENY

value: 1
The policy will deny access if it evaluates to true.

ALLOW

value: 2
The policy will grant access if it evaluates to true.