Whether IAM deny policies deny the principal the permission.
Enums
Name
Description
DENY_ACCESS_STATE_UNSPECIFIED
Not specified.
DENY_ACCESS_STATE_DENIED
The deny policy denies the principal the permission.
DENY_ACCESS_STATE_NOT_DENIED
The deny policy doesn't deny the principal the permission.
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.
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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[],[],null,["# Class DenyAccessState (0.1.13)\n\nVersion latestkeyboard_arrow_down\n\n- [0.1.13 (latest)](/python/docs/reference/policytroubleshooter-iam/latest/google.cloud.policytroubleshooter_iam_v3.types.DenyAccessState)\n- [0.1.11](/python/docs/reference/policytroubleshooter-iam/0.1.11/google.cloud.policytroubleshooter_iam_v3.types.DenyAccessState) \n\n DenyAccessState(value)\n\nWhether IAM deny policies deny the principal the permission."]]