1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2026-06-11 10:35:34 +00:00

nox -Re formatters

This commit is contained in:
Felix Grzelka 2026-05-26 13:09:06 +00:00
parent 30e5e3ddce
commit 04cdd7d55a

View file

@ -1122,7 +1122,6 @@ class KeycloakAPI:
:param realm: Realm in which the user resides; default 'master'
"""
self._get_users(username=username, realm=realm)
def get_service_account_user_by_client_id(self, client_id, realm: str = "master"):
"""Fetch a keycloak service account user within a realm based on its client_id.