Identity and Access Management (IAM) V3BETA API - Module Google::Iam::V3beta::AccessPolicyRule::Effect (v0.7.1)
Stay organized with collections
Save and categorize content based on your preferences.
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.