Enum AccessState (2.0.0)

public enum AccessState

Whether a member has a permission for a resource.

Namespace

Google.Cloud.PolicyTroubleshooter.V1

Assembly

Google.Cloud.PolicyTroubleshooter.V1.dll

Fields

NameDescription
Granted

The member has the permission.

NotGranted

The member does not have the permission.

UnknownConditional

The member 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

Reserved for future use.