Policy Troubleshooter v1 API - Enum AccessState (2.4.0)

public enum AccessState

Reference documentation and code samples for the Policy Troubleshooter v1 API enum AccessState.

Whether a principal has a permission for a resource.

Namespace

Google.Cloud.PolicyTroubleshooter.V1

Assembly

Google.Cloud.PolicyTroubleshooter.V1.dll

Fields

Name Description
Granted

The principal has the permission.

NotGranted

The principal does not have the permission.

UnknownConditional

The principal has the permission only if a condition expression evaluates to true.

UnknownInfoDenied

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

Unspecified

Default value. This value is unused.