The allow policy gives the principal the permission.
NotGranted
The allow policy doesn't give the principal the permission.
UnknownConditional
The allow policy gives the principal the permission if a condition
expression evaluate to true. However, the sender of the request didn't
provide enough context for Policy Troubleshooter to evaluate the condition
expression.
UnknownInfo
The sender of the request doesn't have access to all of the allow 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-03-21 UTC."],[[["This documentation covers the `AllowAccessState` enum within the Policy Troubleshooter v3 API, part of the `Google.Cloud.PolicyTroubleshooter.Iam.V3` namespace."],["The `AllowAccessState` enum determines whether IAM allow policies grant a principal a specific permission."],["Possible states within `AllowAccessState` include `Granted`, `NotGranted`, `UnknownConditional`, `UnknownInfo`, and `Unspecified`, each describing different permission scenarios."],["The `UnknownConditional` state indicates a conditional permission that cannot be evaluated due to missing context, while `UnknownInfo` signifies that not all necessary allow policies are accessible."]]],[]]