action keycloak_get_id_name { label: "Need this for admin console to display simple name of provider when displaying client detail KEYCLOAK-4328" provider: keycloak method: GET path: "/{id}/name" encoding: json output: { type: "object" additionalProperties: true } }