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:
parent
30e5e3ddce
commit
04cdd7d55a
1 changed files with 0 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue