action keycloak_get_realm_clients_id_roles_role_name_composites_clients_client { label: "An app-level roles for the specified app for the role’s composite" provider: keycloak method: GET path: "/{realm}/clients/{id}/roles/{role-name}/composites/clients/{client}" encoding: json output: { type: "object" additionalProperties: true } }