Policy Troubleshooter v3 API - Enum DenyAccessState (1.0.0)

public enum DenyAccessState

Reference documentation and code samples for the Policy Troubleshooter v3 API enum DenyAccessState.

Whether IAM deny policies deny the principal the permission.

Namespace

Google.Cloud.PolicyTroubleshooter.Iam.V3

Assembly

Google.Cloud.PolicyTroubleshooter.Iam.V3.dll

Fields

NameDescription
Denied

The deny policy denies the principal the permission.

NotDenied

The deny policy doesn't deny the principal the permission.

UnknownConditional

The deny policy denies the principal the permission if a condition expression evaluates to true. However, the sender of the request didn't provide enough context for Policy Troubleshooter to evaluate the condition expression.

UnknownInfo

The sender of the request does not have access to all of the deny policies that Policy Troubleshooter needs to evaluate the principal's access.

Unspecified

Not specified.