Policy Troubleshooter v3 API - Enum AllowAccessState (1.0.0)

public enum AllowAccessState

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

Whether IAM allow policies gives the principal the permission.

Namespace

Google.Cloud.PolicyTroubleshooter.Iam.V3

Assembly

Google.Cloud.PolicyTroubleshooter.Iam.V3.dll

Fields

NameDescription
Granted

The allow policy gives the principal the permission.

NotGranted

The allow policy doesn't give the principal the permission.

UnknownConditional

The allow policy gives the principal the permission if a condition expression evaluate 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 doesn't have access to all of the allow policies that Policy Troubleshooter needs to evaluate the principal's access.

Unspecified

Not specified.