From 090567eb061ec66229bfbfab354b5a04adbde9f2 Mon Sep 17 00:00:00 2001 From: maxblome <53860633+maxblome@users.noreply.github.com> Date: Tue, 15 Jul 2025 16:42:39 +0200 Subject: [PATCH] Update plugins/modules/keycloak_realm.py Co-authored-by: Felix Fontein --- plugins/modules/keycloak_realm.py | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/modules/keycloak_realm.py b/plugins/modules/keycloak_realm.py index a3332bd010..bcf8849eba 100644 --- a/plugins/modules/keycloak_realm.py +++ b/plugins/modules/keycloak_realm.py @@ -148,6 +148,7 @@ options: - bruteForceStrategy choices: ['LINEAR', 'MULTIPLE'] type: str + version_added: 11.2.0 client_authentication_flow: description: - The realm client authentication flow.