Browse Source

updated README

pull/277/head
Salem Wafi 3 years ago
parent
commit
abeda1dfce
No known key found for this signature in database GPG Key ID: 6451BA63EAE5EFC8
  1. 3
      README.md

3
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")

Loading…
Cancel
Save