Identity and Access Management (IAM) v3 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) v3 API enum AccessPolicyRule.Types.Effect.

An effect to describe the access relationship.

Namespace

Google.Cloud.Iam.V3

Assembly

Google.Cloud.Iam.V3.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.