Module: Google::Cloud::PolicyTroubleshooter::Iam::V3::DenyAccessState
- Defined in:
- proto_docs/google/cloud/policytroubleshooter/iam/v3/troubleshooter.rb
Overview
Whether IAM deny policies deny the principal the permission.
Constant Summary collapse
- DENY_ACCESS_STATE_UNSPECIFIED =
Not specified.
0
- DENY_ACCESS_STATE_DENIED =
The deny policy denies the principal the permission.
1
- DENY_ACCESS_STATE_NOT_DENIED =
The deny policy doesn't deny the principal the permission.
2
- DENY_ACCESS_STATE_UNKNOWN_CONDITIONAL =
The deny policy denies the principal the permission if a condition expression evaluates to
true
. However, the sender of the request didn't provide enough context for Policy Troubleshooter to evaluate the condition expression. 3
- DENY_ACCESS_STATE_UNKNOWN_INFO =
The sender of the request does not have access to all of the deny policies that Policy Troubleshooter needs to evaluate the principal's access.
4