Salem Wafi
3 years ago
No known key found for this signature in database
GPG Key ID: 6451BA63EAE5EFC8
1 changed files with
3 additions and
0 deletions
-
README.md
|
|
@ -213,6 +213,9 @@ client = keycloak_admin.get_client(client_id="client_id") |
|
|
|
# Get all roles for the realm or client |
|
|
|
realm_roles = keycloak_admin.get_realm_roles() |
|
|
|
|
|
|
|
# Get all roles for the realm or client that their names includes the searched text |
|
|
|
realm_roles = keycloak_admin.get_realm_roles(search_text="company548test_") |
|
|
|
|
|
|
|
# Get all roles for the client |
|
|
|
client_roles = keycloak_admin.get_client_roles(client_id="client_id") |
|
|
|
|
|
|
|