Identity and Access Management (IAM) v3beta API - Enum AccessPolicyRule.Types.Effect (1.0.0-beta03)

public enum AccessPolicyRule.Types.Effect

Reference documentation and code samples for the Identity and Access Management (IAM) v3beta API enum AccessPolicyRule.Types.Effect.

An effect to describe the access relationship.

Namespace

Google.Cloud.Iam.V3Beta

Assembly

Google.Cloud.Iam.V3Beta.dll

Fields

Name Description
Allow

The policy will grant access if it evaluates to true.

Deny

The policy will deny access if it evaluates to true.

Unspecified

The effect is unspecified.