Module: Google::Cloud::PolicyTroubleshooter::V1::AccessState
- Defined in:
- proto_docs/google/cloud/policytroubleshooter/v1/explanations.rb
Overview
Whether a member has a permission for a resource.
Constant Summary collapse
- ACCESS_STATE_UNSPECIFIED =
Reserved for future use.
0- GRANTED =
The member has the permission.
1- NOT_GRANTED =
The member does not have the permission.
2- UNKNOWN_CONDITIONAL =
The member has the permission only if a condition expression evaluates to
true. 3- UNKNOWN_INFO_DENIED =
The sender of the request does not have access to all of the policies that Policy Troubleshooter needs to evaluate.
4