IAM PassRole RQL with Conditionals
Hello! I'm attempting to write some RQL to detect policies with the following permissions and struggling a bit.
Action: "iam:PassRole"
Effect: "Allow"
Resource: "*"
Now, in general this isn't too bad to figure out. The RQL below accomplishes this nic
...