Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
OPAポリシーがあるとしましょう
allow { input.path == ["users"] input.method == "POST" }
inputそして、Golang を使用 する属性のリストを取得したいと思います。この場合は["path", "method"].
input
["path", "method"]
これは可能ですか?