action keycloak_get_realm_roles_role_name_composites { label: "Get composites of the role" provider: keycloak method: GET path: "/{realm}/roles/{role-name}/composites" encoding: json output: { type: "object" additionalProperties: true } }