Module: Google::Cloud::PolicyTroubleshooter::V1::AccessState
- Defined in:
- proto_docs/google/cloud/policytroubleshooter/v1/explanations.rb
Overview
Whether a principal has a permission for a resource.
Constant Summary collapse
- ACCESS_STATE_UNSPECIFIED =
Default value. This value is unused.
0
- GRANTED =
The principal has the permission.
1
- NOT_GRANTED =
The principal does not have the permission.
2
- UNKNOWN_CONDITIONAL =
The principal 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