Identity and Access Management (IAM) V3 API - Module Google::Iam::V3::AccessPolicyRule::Effect (v0.6.0)
Stay organized with collections
Save and categorize content based on your preferences.
Reference documentation and code samples for the Identity and Access Management (IAM) V3 API module Google::Iam::V3::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.