From 921f75180429a462f4d871e7d9ceb2db099141d0 Mon Sep 17 00:00:00 2001 From: ldecarvalho-doc <82805470+ldecarvalho-doc@users.noreply.github.com> Date: Mon, 17 Mar 2025 14:31:35 +0100 Subject: [PATCH] feat(iam): add to menu --- menu/navigation.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/menu/navigation.json b/menu/navigation.json index ad0ed06f83..7a539e1107 100644 --- a/menu/navigation.json +++ b/menu/navigation.json @@ -425,6 +425,10 @@ "label": "Understanding IAM Policies", "slug": "policy" }, + { + "label": "Understanding policy conditions", + "slug": "understanding-policy-conditions" + }, { "label": "Permission sets", "slug": "permission-sets"